Percentile
GeneralPercentile Rank
A value below which a given percentage of observations in a dataset fall. The 50th percentile is the median, splitting the data exactly in half.
Definition
A percentile is a value below which a given percentage of observations in a dataset fall. For example, if a score sits at the 80th percentile, that means 80% of the values in the comparison dataset are lower than that score, and 20% are higher. The 50th percentile is a special case known as the median, which splits the data exactly in half. Percentile rank is calculated using the Percentile Rank Calculator, which takes a raw value and a dataset (or reference distribution) and returns its relative standing.
Percentiles are widely used whenever a raw number needs context. A standardized test score of 720 means little on its own, but knowing it corresponds to the 95th percentile immediately communicates that it outperforms 95% of test-takers. This same logic underlies many health-category percentile calculators โ BMI percentile, height percentile, weight percentile, head circumference percentile, and similar growth-tracking tools โ which all compare an individual's measurement against a reference population using the identical percentile concept, just applied to different clinical datasets.
Percentiles are closely tied to quartiles, which are simply the 25th, 50th, and 75th percentiles. The spread between the 25th and 75th percentile โ the Interquartile Range โ is a commonly used measure of how tightly the middle of a dataset is clustered.
Formula
For a sorted dataset with n observations, the rank position for the P-th percentile is:
Rank = (P รท 100) ร (n + 1)
If the rank is not a whole number, interpolate between the two nearest ranked values in the sorted dataset.
Worked Example
Consider 10 exam scores, sorted: 55, 60, 65, 70, 72, 75, 80, 85, 90, 95. To find the 70th percentile:
Rank = (70 รท 100) ร (10 + 1) = 0.7 ร 11 = 7.7
This falls between the 7th value (80) and the 8th value (85). Interpolating 0.7 of the way between them:
70th Percentile = 80 + 0.7 ร (85 โ 80) = 80 + 3.5 = 83.5
So a score of 83.5 would sit right at the 70th percentile of this dataset.
Key Things to Know
- The 50th percentile is the median: both terms describe the exact midpoint of a sorted dataset.
- Percentile depends entirely on the comparison group: the same raw score can correspond to very different percentiles depending on which dataset or population it's measured against.
- Quartiles are just specific percentiles: the 25th, 50th, and 75th percentiles define the first, second (median), and third quartiles, and the gap between the 25th and 75th is the interquartile range.
- Widely used in growth and fitness tracking: BMI, height, weight, and head circumference percentile calculators all apply this same concept against age- and sex-specific reference populations.
- Not the same as percentage score: a percentile reflects relative rank, while a percentage reflects an absolute proportion โ the two numbers can differ substantially for the same result.
Related Terms
Frequently Asked Questions