Part of the Math & Statistics suite · 235 calculators

Percentile Calculator

The value at any percentile of a list of numbers (quartiles included), and the percentile rank of a value you enter.

Sort the values; the pth percentile is the value below which p% of the data lies.

Comma-separated
Results update as you type
Results
Value at the percentile
76.5
Q1 (25th)
Median (50th)
Q3 (75th)
Interquartile range
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows US usage (math, parentheses, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About percentile

How the percentile calculator works

Sort the values; the pth percentile is the value below which p% of the data lies. This calculator uses linear interpolation between order statistics (the method most spreadsheets use, rank = (n − 1) × p/100 + 1). The percentile rank of a value is the share of data below it.

Formula: rank = (n − 1) × p/100 + 1, interpolated between neighbours

Worked examples

InputsValue at the percentileNote
90th percentile of the sample list76.576.5
median52.552.5

Frequently asked questions

What is a percentile?

The value below which a given percentage of the data falls: the 90th percentile is higher than 90% of the values.

Why do different tools give different percentiles?

There are several interpolation conventions; this one matches Excel's PERCENTILE.INC and most statistics packages' default.

What is the interquartile range?

Q3 − Q1: the spread of the middle half of the data, a robust alternative to standard deviation.

What is a percentile rank?

The share of values below a given value (ties count half).

Is the 50th percentile the mean?

No — it is the median. They coincide only for symmetric data.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.