Find the percentile rank of any value in your dataset instantly. Enter comma-separated numbers, input a target value, and get percentile rank, quartiles (Q1, Q2, Q3), IQR, and a complete sorted percentile table.
✓Verified: NIST & Khan Academy — standard percentile rank formula
Enter at least 2 valid numbers separated by commas.
Enter any numbers separated by commas or spaces
Enter a valid target value.
Must be a number present in or comparable to your dataset
Load Sample Data
Percentile Rank
--
⚠️ Disclaimer: Results use the standard percentile rank formula. Different software may use slightly different interpolation methods. For clinical or academic reporting, verify with the specific standard required by your institution.
Was this calculator helpful?
✓ Thanks for your feedback!
Sources & Methodology
✓Percentile rank formula verified against NIST/SEMATECH e-Handbook of Statistical Methods and Khan Academy statistics curriculum.
Percentile rank definition and worked examples used in building this calculator
Percentile Rank: PR = (Number of values below target / Total values) × 100. Quartiles: Q1 = 25th percentile, Q2 = median = 50th percentile, Q3 = 75th percentile. Calculated using the nearest-rank method. IQR: Q3 − Q1. Sorted data is displayed with each value's percentile rank.
⏱ Last reviewed: April 2026
How to Calculate Percentile Rank
A percentile indicates the relative position of a value within a dataset. The percentile rank of a value tells you what percentage of the data falls below it. This metric is fundamental to standardized testing, growth charts, salary benchmarking, academic grading, and statistical analysis.
The Percentile Rank Formula
Percentile Rank = (Number of values below target / Total values) × 100
Example: Dataset [45, 55, 63, 67, 71, 72, 78, 85, 88, 90], Target = 71
Values below 71: {45, 55, 63, 67} = 4 values. Total = 10
Percentile Rank = (4/10) × 100 = 40th percentile
Interpretation: 71 is higher than 40% of all values in the dataset.
Quartiles: Q1, Q2, Q3
Quartiles divide a sorted dataset into four equal parts. Q1 (first quartile) is the 25th percentile — 25% of values fall below it. Q2 (second quartile, median) is the 50th percentile. Q3 (third quartile) is the 75th percentile. The Interquartile Range (IQR = Q3 − Q1) measures the spread of the middle 50% of the data and is used to identify outliers.
Quartile
Percentile
Meaning
Use
Q1
25th
25% of data falls below
Lower boundary of middle half
Q2 (Median)
50th
Half the data below, half above
Center of distribution
Q3
75th
75% of data falls below
Upper boundary of middle half
IQR
Q3−Q1
Spread of middle 50%
Outlier detection: ±1.5×IQR
Percentile vs Percentage
These terms are frequently confused. A percentage is a ratio out of 100 — you scored 85% on a test. A percentile is a position within a distribution — you scored at the 72nd percentile, meaning you scored better than 72% of test takers. A student could score 95% and still be at the 50th percentile if the test was easy and most students scored near 95%.
Real-World Applications
Percentiles are used extensively in medicine (infant growth charts use percentiles to track height and weight), standardized testing (SAT, ACT, GRE scores reported as percentiles), salary surveys (compensation benchmarking uses 25th/50th/75th percentile), finance (value-at-risk calculations), and quality control (process capability uses percentiles to identify defect rates).
💡 Outlier Detection with IQR: A standard method to identify outliers: any value below Q1 − 1.5×IQR or above Q3 + 1.5×IQR is a potential outlier. For a dataset where Q1=55 and Q3=85 (IQR=30): outlier boundaries are 55−45=10 (lower) and 85+45=130 (upper). Any value outside [10, 130] would be flagged as a potential outlier.
Frequently Asked Questions
A percentile indicates the value below which a given percentage of data falls. The 75th percentile is the value below which 75% of the data points lie. If a student is at the 90th percentile on a test, they scored higher than 90% of all test takers. Percentiles range from 0 to 100.
Percentile Rank = (Number of values strictly below the score / Total number of values) × 100. For a score of 75 in [50, 60, 70, 75, 80, 90, 95]: 3 values are below 75, total = 7. Percentile rank = (3/7) × 100 = 42.86th percentile.
Percentage is a ratio expressed out of 100 (you scored 85% on the test — it measures your own performance). Percentile is a measure of relative standing within a distribution (you scored at the 72nd percentile — it measures your position compared to others). A high percentage can correspond to a low percentile if many others also scored high.
The 25th percentile is Q1 (first quartile), the 50th percentile is Q2 (second quartile or median), and the 75th percentile is Q3 (third quartile). The range between Q1 and Q3 is the interquartile range (IQR), measuring the spread of the middle 50% of data.
The 90th percentile is the value below which 90% of the data falls. If a child's height is at the 90th percentile on a growth chart, they are taller than 90% of children in the reference population of the same age and sex. Only 10% of children in that group are taller.
Sort the data. Calculate L = (P/100) × N, where P is the percentile and N is the number of values. If L is a whole number, average the Lth and (L+1)th values. If not, round L up and take that sorted value. For 25th percentile of 10 values: L = 2.5, round to 3, take the 3rd sorted value.
IQR = Q3 − Q1 = 75th percentile minus 25th percentile. It measures the spread of the middle 50% of the data. A larger IQR indicates more variability. IQR is used for outlier detection: values more than 1.5×IQR below Q1 or above Q3 are considered potential outliers.
No. Percentile ranks range from 0 to 100 by definition. A percentile of 100 means the value equals or exceeds all data points. A percentile of 0 means the value is at or below all data points. Percentiles outside this range are mathematically undefined.
A percentile rank of 50 means the value is at the median — half the data points are below and half are above. The 50th percentile equals Q2 (second quartile) and is the most commonly used single measure of central tendency in a dataset.
In standardized testing (SAT, ACT, GRE), percentile ranks compare a student's score to all others in the normative sample. A score at the 85th percentile means the student performed better than 85% of test takers. Percentile ranks are more informative than raw scores because they show relative performance regardless of test difficulty.