A percentile rank is a statement about position within a distribution, not about the raw score itself. Scoring at the 85th percentile means your score is higher than 85% of the comparison group — it says nothing about how many questions you got right or what percentage of the maximum score you achieved. A score of 60/100 could be the 95th percentile on a very difficult test, or the 20th percentile on an easy one.
The formula for percentile rank is: PR = (number of values below your score / total number of values) × 100. Some formulas add 0.5 × (number of values equal to your score) to the numerator to handle ties, which gives a slightly different result depending on how common your exact score is.
Percentiles vs percentage scores
This distinction matters enormously in standardized testing. The SAT, ACT, GRE, and similar tests report both scaled scores and percentile ranks. A scaled score of 720 on the SAT Math section might correspond to the 94th percentile in one year's cohort and the 92nd in another, because the percentile rank depends on how the entire test-taking population performed that year, not just on the raw or scaled score.
Medical reference ranges frequently use percentiles. A child's height at the 50th percentile isn't average in the sense of 'normal' — it means exactly half of children that age are shorter. The 3rd and 97th percentiles are commonly used as clinical boundaries: values outside this range warrant investigation not because the measurement itself is abnormal, but because being that far from the center of the distribution is statistically unusual.
Quartiles and common percentile landmarks
Quartiles divide a sorted dataset into four equal parts. The first quartile (Q1) is the 25th percentile, the second quartile (Q2) is the 50th percentile (the median), and the third quartile (Q3) is the 75th percentile. The interquartile range (IQR = Q3 − Q1) contains the middle 50% of values and is a robust measure of spread that's unaffected by outliers — it's what box plots display.
The 90th, 95th, and 99th percentiles appear frequently in performance monitoring. If an API response time is at the 99th percentile, it means 99% of requests are faster than that time. These high-percentile latency measurements (called P90, P95, P99) matter more for user experience than the mean, because the mean is pulled toward fast requests and hides the worst-case experiences that real users encounter.