Percentile Calculator
Find any percentile of a numerical data set with transparent linear interpolation.
Separate values with commas, spaces, or semicolons.
About percentiles
Percentile examples
The results use sorted values and linear interpolation at the requested position.
| Data and percentile | Percentile value | Calculation |
|---|---|---|
| 10, 20, 30, 40, 50; p = 50 | 30 | The median is the middle observation. |
| 2, 4, 6, 8; p = 25 | 3.5 | Interpolation occurs between 2 and 4. |
| 5, 10, 15, 20, 25; p = 90 | 23 | Interpolation occurs between 20 and 25. |
How to calculate a percentile
- Enter the numerical observations in any order.
- Enter a percentile between zero and one hundred or choose a common preset.
- Select Calculate percentile to sort the data and interpolate the result.
- Report the value together with the percentile method and sample context.
Frequently asked questions
Is the 50th percentile always the median?
Yes, under the interpolation method used here the 50th percentile equals the sample median. Half of the ordered distribution lies on each side of that central position.
Why does another calculator give a different percentile?
Multiple percentile conventions use different rank positions or rounding rules. Differences are most visible in small samples or when the requested position lies between observations.
Can a percentile be a value not present in the data?
Yes. Linear interpolation can return a value between two observations, which provides a smooth estimate of the requested position.
What are the 0th and 100th percentiles?
With this inclusive method, the 0th percentile is the minimum and the 100th percentile is the maximum. They represent the endpoints of the entered sample.
What is the difference between percentile and percentile rank?
A percentile is the data value at a specified percentage position. A percentile rank instead describes the percentage of observations at or below a specified value.