Percentiles and Quartiles
Medication dosages, IV drip rates, vital monitoring
The mean and median tell you about the center of a dataset, but they don’t tell you where a specific value stands relative to all the others. Percentiles and quartiles answer a different question: What percentage of values fall below this point?
What Is a Percentile?
A percentile indicates the percentage of values in a dataset that fall at or below a given value.
- If you score in the 90th percentile on a test, 90% of test-takers scored at or below your score.
- The 50th percentile is the median — half the values are below it, half above.
- A higher percentile means a higher relative position in the dataset.
Formula to find the percentile rank of a value:
Example 1: Test Score Percentile
25 students took a test. Their scores, sorted in order:
A student scored 84. What percentile is that?
Step 1: Count how many values are below 84.
Looking at the sorted list, the values below 84 are: 52, 58, 61, 63, 65, 67, 68, 70, 71, 72, 74, 75, 76, 78, 79, 80, 82. That’s 17 values.
Step 2: Apply the formula.
Answer: A score of 84 is at the 68th percentile — this student scored higher than 68% of the class.
Quartiles
Quartiles divide a sorted dataset into four equal parts. They are special percentiles:
| Quartile | Percentile | Meaning |
|---|---|---|
| (First Quartile) | 25th | 25% of data falls below this value |
| (Second Quartile) | 50th | The median — 50% below |
| (Third Quartile) | 75th | 75% of data falls below this value |
How to Find Quartiles
Step 1: Sort the data from smallest to largest.
Step 2: Find the median () — this splits the data into a lower half and an upper half.
Step 3: Find — the median of the lower half (values below ).
Step 4: Find — the median of the upper half (values above ).
Example 2: Finding Quartiles
Dataset (already sorted):
There are 11 values.
(Median): The middle value is the 6th value.
Lower half (values below 28): (5 values)
: The median of the lower half is the 3rd value.
Upper half (values above 28): (5 values)
: The median of the upper half is the 3rd value.
The Five-Number Summary
The five-number summary provides a complete picture of how data is distributed:
| Statistic | Value from Example 2 |
|---|---|
| Minimum | 12 |
| 18 | |
| Median () | 28 |
| 40 | |
| Maximum | 48 |
These five numbers are the foundation of a box plot (also called a box-and-whisker plot). The box spans from to , a line inside the box marks the median, and whiskers extend to the minimum and maximum (or to the fences, if there are outliers).
Box Plot of the Five-Number Summary
Interquartile Range (IQR)
The interquartile range measures the spread of the middle 50% of the data:
From Example 2:
The IQR is more resistant to outliers than the range (max minus min) because it ignores the extreme values at both ends.
Identifying Outliers with the IQR
A common rule for identifying outliers uses the IQR:
Any value below the lower fence or above the upper fence is considered an outlier.
Example 3: Detecting Outliers
Dataset (sorted):
Step 1: Find the quartiles. There are 11 values.
Lower half:
Upper half:
Step 2: Calculate the IQR.
Step 3: Calculate the fences.
Step 4: Check for values outside the fences.
- is above — not an outlier.
- is above — outlier.
Answer: The value 85 is an outlier. The value 3, while the lowest, is within the fences and is not an outlier by this rule.
Box Plot with Outlier Detection
Real-World Application: Nursing — Growth Chart Percentiles
Pediatric nurses use percentile charts to track children’s growth. When a parent hears “your baby is in the 75th percentile for weight,” here is what that means:
A 6-month-old boy weighs 18.5 lbs. The growth chart data for 6-month-old boys shows:
| Percentile | Weight (lbs) |
|---|---|
| 5th | 14.1 |
| 25th () | 15.9 |
| 50th (Median) | 17.2 |
| 75th () | 18.8 |
| 95th | 20.5 |
Interpretation: At 18.5 lbs, this baby falls just below the 75th percentile — approximately 75% of 6-month-old boys weigh less. This is a healthy weight.
Why percentiles matter more than raw values:
- A baby consistently at the 75th percentile across checkups is growing normally.
- A baby who drops from the 75th percentile to the 25th percentile over several visits is a concern — not because the 25th percentile is “bad,” but because a large shift in percentile indicates a change in growth pattern.
- Percentiles are always relative to the reference population. The 50th percentile is not the “target” — consistent tracking along any percentile line indicates healthy growth.
Calculating the IQR for this data:
This tells us the middle 50% of 6-month-old boys weigh within a 2.9 lb range. A weight outside lbs or lbs would be flagged for further evaluation.
Percentile and Quartile Reference
| Term | Definition |
|---|---|
| Percentile | The percentage of values that fall at or below a given value |
| (25th percentile) | The median of the lower half of the data |
| (50th percentile) | The median of the entire dataset |
| (75th percentile) | The median of the upper half of the data |
| IQR | ; the spread of the middle 50% |
| Lower fence | |
| Upper fence | |
| Outlier | Any value below the lower fence or above the upper fence |
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Find , , , and the IQR for this dataset: 4, 7, 10, 12, 15, 18, 21, 24, 28.
There are 9 values.
(median) = 15 (the 5th value)
Lower half: 4, 7, 10, 12.
Upper half: 18, 21, 24, 28.
Answer: , , , IQR = 14.
Problem 2: A student scored 78 on a test. Out of 50 students, 35 scored below 78. What percentile is the student in?
Answer: The student is in the 70th percentile.
Problem 3: A dataset has and . Using the 1.5 IQR rule, what are the fences? Is a value of 85 an outlier?
Since , yes, 85 is an outlier.
Problem 4: Give the five-number summary for: 2, 5, 8, 11, 14, 17, 20.
There are 7 values.
- Minimum = 2
- = median of 8 = 5
- (median) = 11
- = median of 20 = 17
- Maximum = 20
Answer: Five-number summary: 2, 5, 11, 17, 20.
Problem 5: A child is in the 40th percentile for height. Does this mean they are unusually short?
No. The 40th percentile means 40% of children of the same age are shorter and 60% are taller. This is well within the normal range. Percentiles only become a concern when they are very extreme (below the 5th or above the 95th) or when there is a significant change in percentile over time.
Answer: No — the 40th percentile is a normal, healthy position. Percentiles are not grades.
Key Takeaways
- Percentiles tell you what percentage of values fall below a given point — the 90th percentile means 90% scored lower
- Quartiles divide data into four equal parts: (25th), (median, 50th), and (75th)
- The five-number summary (min, , median, , max) gives a complete snapshot of a distribution
- IQR () measures the spread of the middle 50% and is resistant to outliers
- Use the 1.5 IQR rule to identify outliers: values below or above
- In real-world applications like growth charts, consistency of percentile matters more than the percentile number itself
Return to Statistics for more topics in this section.
Next Up in Statistics
All Statistics topicsLast updated: March 28, 2026