Percentile

By Jude Wallis · Published

A percentile is a value at or below which a given percentage of the data falls, so about 90 percent of values lie at or below the 90th percentile.

The kkth percentile is the value at or below which about kk percent of the observations lie. The grammar of that sentence is worth slowing down for: kk is the percent, and the percentile is the value, carrying whatever units the data carry. If the 90th percentile of a test is 628 points, then 90 percent of scores are 628 or lower and about 10 percent are higher.

Run the definition backwards and you get the percentile rank, which starts from a value and returns a percent:

percentile rank of x=number of values at or below xn×100\text{percentile rank of } x = \frac{\text{number of values at or below } x}{n} \times 100

Take the ten scores 52, 58, 60, 64, 65, 69, 73, 79, 86, 91. Seven of them are 73 or lower, so the percentile rank of 73 is 710×100=70\frac{7}{10} \times 100 = 70, and 73 is the 70th percentile of this set. Move the same score into a different group and its percentile rank changes, because a percentile always describes a position within one particular set of data.

Percentiles work on a smooth distribution too, where they are read off the curve instead of counted. On a normal distribution with mean 500 and standard deviation 100, the 90th percentile sits about 1.28 standard deviations above the mean, at 500+1.28(100)=628500 + 1.28(100) = 628 points. That is the same 628 from the opening paragraph, and it shows the two routes to a percentile: counting observations in a data set, or finding the area to the left under a density curve.

The misreading that costs the most marks is treating a percentile as a score. Standing at the 85th percentile is a claim about the other test-takers, not about how many questions you answered correctly. On a hard test you can get 40 percent of the items right and still sit at the 85th percentile of it.

Three percentiles have names of their own: the 25th is the first quartile Q1Q_1, the 50th is the median, and the 75th is the third quartile Q3Q_3. Percentile and z-score are the two standard ways of reporting relative standing, and they answer different questions. A percentile says how many values sit at or below yours; a z-score says how far above or below the mean yours is, measured in standard deviations.

Where this comes up

13 pages on the site use this term.

More describing data terms, or browse the full statistics glossary.