What Is a Percentile Rank?
A percentile rank tells you the percentage of values in a data set that fall below a particular value. If your test score is at the 80th percentile, it means you scored higher than 80% of the data set. Percentiles are widely used in standardized testing, growth charts, salary benchmarking, and any situation where you want to know how one value compares to a whole group.
How to Use This Calculator
Enter your data set as a comma-separated list of numbers (for example: 55, 60, 72, 80, 90, 95). Then enter the score (x) you want to rank. Choose whether to count values strictly below x, or values below or equal to x — both conventions are common, so pick the one that matches your purpose. Click calculate to see the percentile rank instantly.
The Formula Explained
The percentile rank is computed as:
$$P = \frac{\text{number of values below } x}{\text{total number of values}} \times 100$$Counting "below" gives the share of the group your value beats. Using "below or equal" includes ties, which slightly raises the result. The choice matters most for small data sets or values that appear multiple times.
Worked Example
Suppose the data set is 55, 60, 72, 80, 90, 95 (6 values) and your score is 80. Using the "strictly below" method, three values (55, 60, 72) are below 80. So the percentile rank = $$(3 \div 6) \times 100 = 50.$$ Your score sits at the 50th percentile.
FAQ
Should I count values equal to my score? It depends on the convention. The strictly-below method is the most common textbook definition; the below-or-equal method is sometimes used for cumulative ranking.
Can the percentile be 0 or 100? Yes. A 0th percentile means no values fall below x; a 100th percentile (with below-or-equal) means every value is at or below x.
What format should my data be in? Plain numbers separated by commas. Spaces are ignored, so "55, 60" and "55,60" both work.