Math calculators

Percentile Calculator

Updated Jun 23, 2026 By Jehan Wadia
Formulas

Data Input

Separate values with commas, spaces, tabs, or new lines (mix freely). Non-numeric entries are ignored. Negatives, decimals, and scientific notation (e.g. 1e10) are supported.

Percentile Finder

Any number 0–100 (decimals allowed).
May be outside the dataset range.
Leave blank to skip the batch grid.
The Excel/Sheets method uses linear interpolation and is the most common. The Nearest Rank method always returns a value that exists in your dataset.
Full Percentile Table

Dataset Summary

Count (n)
Minimum
Maximum
Range
Median (P50)

Value at Percentile

Percentile of Value

Sorted Dataset

Distribution

Step-by-Step Solution


Introduction

A percentile tells you how a value compares to the rest of a data set. If you score in the 90th percentile on a test, you did better than 90% of the people who took it. Percentiles are used in school, health, sports, and many other fields to rank and compare numbers quickly.

This percentile calculator lets you find the value at any percentile in your data set, or find the percentile rank of any value you choose. Just type in your numbers, pick a percentile, and press Calculate. The tool sorts your data, does the math, and shows you the answer with a full step-by-step solution. You can also look up multiple percentiles at once, view a distribution chart, and generate a complete percentile table.

Two calculation methods are supported. The Excel / Sheets method uses linear interpolation and is the most common approach. The Nearest Rank method always returns a value that exists in your data set. Both methods work with any size data set, including decimals and negative numbers.

How to Use Our Percentile Calculator

Enter your data set and choose what you want to find. This calculator will give you percentile values, percentile ranks, a step-by-step solution, and a chart of your data.

Enter Your Data Set: Type or paste your numbers into the text box. You can separate them with commas, spaces, or new lines. You need at least 2 numbers for the calculator to work.

Find Value at Percentile: Type a number from 0 to 100. The calculator will tell you what value in your data falls at that percentile. For example, entering 75 gives you the 75th percentile value.

Find Percentile of a Value: Type any number to find out what percentile it falls at in your data set. The number does not have to be in your data.

Find Multiple Percentiles: Type several percentiles separated by commas, like 10, 25, 50, 75, 90. The calculator will show all of those values at once in a grid.

Calculation Method: Pick how percentiles are calculated. The Excel/Sheets method uses interpolation and is the most common. The Nearest Rank method always picks a value that exists in your data.

Decimal Places: Choose how many decimal places to show in your results, from 0 to 8.

Full Percentile Table: Check this box to see a table of percentiles for your data. Use the Table Interval dropdown to pick the spacing, such as every 5th or every 10th percentile.

Click Calculate to see your results. Click Reset to load the sample data, or click Clear to erase everything and start over.

What Is a Percentile?

A percentile tells you how a single value compares to every other value in a group. If your test score is at the 75th percentile, it means you scored higher than 75% of all the people who took the test. The number does not tell you how many questions you got right. It tells you where you stand compared to everyone else.

How Percentiles Work

To find a percentile, you first put all the numbers in order from smallest to largest. Then you figure out which value sits at the spot that splits the data at the percentage you want. For example, the 50th percentile is the middle value, also called the median. The 25th percentile is the value where 25% of the data falls below it, and the 90th percentile is the value where 90% of the data falls below it.

Common Calculation Methods

There are two main ways to calculate a percentile:

  • Excel / Sheets Method (Interpolation): This method finds the exact spot between two data points using a formula. It can return a value that does not appear in your original data. This is the most widely used method in spreadsheets and statistics software.
  • Nearest Rank Method: This method always picks a value that actually exists in your dataset. It rounds up to the nearest whole position in the sorted list.

Key Percentiles to Know

Some percentiles have special names because they are used so often:

  • Quartiles — The 25th percentile (Q1), 50th percentile (Q2 or median), and 75th percentile (Q3) split data into four equal parts. The difference between Q3 and Q1 is called the interquartile range (IQR), a key measure of spread.
  • Deciles — The 10th, 20th, 30th percentiles and so on split data into ten equal parts.

Where Percentiles Are Used

Percentiles show up in many parts of everyday life. Doctors use them to track a child's height and weight compared to other kids the same age. Schools use them to report standardized test scores. Businesses use them to study salaries, website speed, and customer data. Any time you need to know where one value falls inside a large group of numbers, percentiles give you a clear answer. They pair well with other descriptive statistics like the mean, median, and mode, standard deviation, and z-scores to give a complete picture of how your data is distributed. If you need to detect unusually high or low values in your dataset, an outlier calculator can help you identify them using quartile-based methods. For quick summary statistics like the range or average of your data, those dedicated tools can also be useful companions to percentile analysis.


Formulas used

Rank Position (Excel / Sheets Method)
r = \frac{p}{100}(n - 1) + 1
Fractional Part for Interpolation
f = r - \lfloor r \rfloor
Interpolated Percentile Value (Excel / Sheets Method)
P_p = x_{\lfloor r \rfloor} + f \cdot \left( x_{\lceil r \rceil} - x_{\lfloor r \rfloor} \right)
Rank Position (Nearest Rank Method)
\text{rank} = \left\lceil \frac{p}{100} \times n \right\rceil
Percentile Rank of a Value (Nearest Rank Method)
\text{Percentile} = \frac{\text{count of values} \le x}{n} \times 100
Percentile Rank of a Value (Excel / Sheets Method)
\text{Percentile} = \frac{j + \frac{x - x_j}{x_{j+1} - x_j}}{n - 1} \times 100

Frequently asked questions

What is the difference between percentile and percentage?

A percentage tells you how much of a total you have, like getting 80 out of 100 questions right (80%). A percentile tells you how you compare to others. If you are at the 80th percentile, you scored higher than 80% of people in the group. One measures a score, the other measures a rank.

How many numbers do I need to enter?

You need at least 2 numbers for the calculator to work. The more numbers you enter, the more useful and accurate your percentile results will be.

Can I enter negative numbers or decimals?

Yes. This calculator accepts negative numbers, decimals, and scientific notation like 1e10. It handles all valid numeric values.

What happens if I enter non-numeric text in the data box?

The calculator skips any entry that is not a valid number. It shows a warning telling you how many entries it ignored and what they were. Your results are based only on the valid numbers.

Which method should I use, Excel or Nearest Rank?

Use the Excel / Sheets method in most cases. It is the standard method used in spreadsheets, schools, and most statistics software. Use the Nearest Rank method if you need your result to be an actual value from your data set rather than an interpolated value.

Why does the Excel method sometimes give a value not in my data?

The Excel method uses interpolation. When the percentile falls between two data points, it calculates a value between them. This means the result may not match any number you entered. It gives a more precise estimate of where the percentile falls.

Can I enter a decimal percentile like 99.5?

Yes. You can enter any number from 0 to 100, including decimals like 2.5, 33.3, or 99.9. The calculator handles fractional percentiles.

What does the percentile rank tell me?

The percentile rank tells you what percent of the data falls at or below a given value. If a value of 45 has a percentile rank of 60, then 60% of the numbers in your data set are at or below 45.

Can I find the percentile of a value that is not in my data set?

Yes. Type any number into the Find Percentile of a Value field. If the number is below your smallest value, it returns the 0th percentile. If it is above your largest value, it returns the 100th percentile. Otherwise, the calculator interpolates to find where it falls.

What is the 50th percentile?

The 50th percentile is the median of your data. It is the middle value when all numbers are sorted. Half of the values fall below it and half fall above it.

What is the interquartile range and how does it relate to percentiles?

The interquartile range (IQR) is the difference between the 75th percentile (Q3) and the 25th percentile (Q1). It measures the spread of the middle 50% of your data. A small IQR means the middle values are close together. A large IQR means they are spread out.

Is there a limit on how many numbers I can enter?

There is no strict limit set by the calculator. However, very large data sets (tens of thousands of values) may slow down your browser. For most uses, the calculator handles hundreds or even thousands of values without any issue.

What does the histogram chart show?

The chart shows how your data is spread out. Each bar represents a range of values, and the height shows how many numbers fall in that range. Marker lines show the percentile value and the looked-up value if you entered them.

What do the highlighted chips in the sorted data mean?

The highlighted chips show which values in your sorted data were used to calculate the percentile. For the Excel method, these are the two values the calculator interpolated between. For the Nearest Rank method, it is the single value at the computed rank.

How do I copy my results?

You can select and copy the text from any result section on the page. For the full percentile table, highlight the rows you need, then paste them into a spreadsheet or document.

What does the Full Percentile Table show?

The full table lists the value at each percentile for your data set. You pick the spacing, such as every 5th or every 10th percentile. Quartiles are highlighted in blue and deciles in green so they are easy to spot.

Does this calculator work on my phone?

Yes. The calculator is fully responsive and works on phones, tablets, and desktop computers. All inputs, buttons, and results adjust to fit your screen size.