Percentile Calculator

Percentile Calculator: Find Any Percentile in a Data Set

Percentile Calculator

Find any percentile from a data set instantly, using the same interpolation method as Excel and Google Sheets.

Separate numbers with commas, spaces, or new lines.
0 percentile value
Step by step calculation
Common percentile reference points
Percentile Common name Meaning
25thFirst quartile (Q1)25% of values fall below this point
50thMedian (Q2)Half of values fall below this point
75thThird quartile (Q3)75% of values fall below this point
90thTop decile boundary90% of values fall below this point
10thBottom decile boundary10% of values fall below this point
99thTop percentile range99% of values fall below this point

Percentile explained simply

Percentile explained simply means showing where one value stands relative to the rest of a data set, expressed as a position out of 100. If a test score sits at the 80th percentile, that score is higher than 80 percent of all other scores in the comparison group. Percentiles are widely used in education, health growth charts, finance, and standardized testing to show relative ranking rather than a raw number.

The percentile formula

The percentile formula uses linear interpolation to find a value at any percentile, even when that percentile does not land exactly on one of the data points.

r = (p ÷ 100) × (n − 1) + 1

Here, p is the percentile you want to find and n is the total number of data points after sorting them in ascending order. If r is a whole number, the percentile equals the data value at that exact position. If r includes a decimal, the result is interpolated between the two closest sorted values using the fractional part of r.

Worked example of percentile

A worked example of percentile shows how the formula handles a real data set. Suppose the sorted data set is 40, 42, 47, 53, 54, 59, 65 and you want the 25th percentile.

r = (25 ÷ 100) × (7 − 1) + 1 = 2.5
ri = 2, rf = 0.5
p = x2 + 0.5 × (x3 − x2) = 42 + 0.5 × (47 − 42) = 44.5

The 25th percentile of this data set is 44.5, which falls between the second and third sorted values.

How to use this percentile calculator

How to use this percentile calculator only requires a list of numbers and the percentile you want to find. Paste or type your data into the data set field, enter the desired percentile, and select Calculate.

  1. Enter your numbers into the data set field, separated by commas, spaces, or new lines.
  2. Enter the percentile you want to find, such as 25, 50, or 90.
  3. Choose the number of decimal places for the result.
  4. Select Calculate to see the percentile value and the full interpolation steps.
  5. Select Clear to reset the calculator and try a different data set.

Percentile versus percentage and quartile

Percentile versus percentage and quartile is a common source of confusion because the three terms sound similar but measure different things. Percentage is simply a portion out of 100 applied to a single number. Percentile shows the relative rank of a value within a full data set. Quartile is a specific type of percentile that splits data into four equal sections at the 25th, 50th, and 75th percentiles.

  • Percentage describes a fraction of one number, such as 20% of 50.
  • Percentile describes a ranking position within a group of numbers.
  • Quartile is shorthand for the 25th, 50th, and 75th percentiles specifically.
A high percentile does not always mean a high raw score. It only means the value ranks above a certain portion of the rest of the data set.

Real world uses for percentile

Real world uses for percentile appear across testing, healthcare, and finance. Standardized test results are reported in percentiles to show how one student compares to a national group, pediatric growth charts use percentiles to track a child’s height and weight against peers, and income or salary data is often summarized using percentile bands.

  • Comparing standardized test scores against a national sample.
  • Tracking child growth measurements against pediatric growth charts.
  • Reporting income or salary distribution across a population.
  • Analyzing website load times or response times against performance benchmarks.

Frequently asked questions about percentile

The percentile formula ranks data points in ascending order, then calculates a rank position using r equals (p divided by 100) times (n minus 1) plus 1. If r is a whole number, the percentile is the value at that position. If r has a decimal part, the percentile is interpolated between the two nearest values.
Percentage measures a portion out of 100 for a single value, while percentile shows where a value ranks compared to a full data set. Scoring in the 90th percentile means a value is higher than 90 percent of the other values in the data set.
The 50th percentile is also called the median, and it represents the middle value of a data set where half of the values fall below it and half fall above it.
Yes, this calculator uses the same linear interpolation method as the PERCENTILE function in Excel, Google Sheets, and Apple Numbers, so results will match those spreadsheet programs exactly.
A quartile is simply a specific percentile that divides data into four equal parts. The first quartile is the 25th percentile, the second quartile is the 50th percentile or median, and the third quartile is the 75th percentile.
Enter your data set and the desired percentile into a percentile calculator, and it will sort the values, calculate the rank position, and interpolate if needed to give you the exact percentile value instantly.