Skip to content
2x2xKit

Percentile Calculator

Find any percentile, quartiles and the interquartile range (IQR) of a dataset.

How this is calculated
Linear-interpolation percentile: rank = (P ÷ 100) × (n − 1), interpolated between adjacent sorted values

Assumptions used in this calculation

  • Interpolation method: Percentiles use linear interpolation between adjacent sorted values (the same method as Excel's PERCENTILE.INC / NumPy's default "linear" method), rather than the "nearest rank" method some textbooks use.

About this calculator

The percentile calculator finds any percentile of a dataset using linear interpolation, along with Q1, median, Q3 and the interquartile range (IQR).

Worked example

1-10, 75th percentile

Result: 7.75

Was this helpful?

Frequently asked questions