Percentile Calculator
Find the value at the kth percentile in a dataset (linear interpolation).
Result
How to use this calculator
- Enter your data.
- Choose a percentile (0-100).
- Read the percentile value.
About this calculator
A percentile tells you where a value sits in a distribution — the 75th percentile is the value below which 75% of the data falls. There are several percentile algorithms; this calculator uses NIST linear interpolation, the same method R's default and most stats textbooks use.
Frequently asked
How does this differ from quartiles?+
What does "percentile rank" mean for an SAT score?+
Why are there multiple percentile methods?+
Can the percentile be a value not in the data?+
How is percentile different from percentage?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
z = (x − μ) / σ — how many standard deviations a value is above or below the mean.
Compute sample (n−1) and population (n) standard deviation from a list of numbers.
IQR = Q3 − Q1 — the middle 50% spread, robust to outliers.
Compute probability density and cumulative probability at x for given μ, σ.
Find the middle value (or average of two middle values) of a list of numbers.
Future value of an investment growing with compound interest plus monthly contributions, with a year-by-year line chart (linear or log scale) of balance vs. cumulative contributions.