% Percentile Calculator
Find the percentile rank of a value or the score at a given percentile in a dataset.
Percentile Rank — Where You Stand in the Actual Data
BrainyCalculators editorial insight — unique to this tool
Percentile answers "what fraction of values are below this score?" — a baby at the 75th weight percentile is heavier than 75% of the reference cohort. Unlike z-score, percentiles make no normality assumption; pediatric growth charts and university entrance ranks (JEE, SAT) publish percentiles for this reason. Q1, Q2 (median), and Q3 are the 25th, 50th, and 75th percentiles used in box plots.
When to use this calculator
Use percentiles for ranking within a real sample or reference table, especially with skewed or bounded data. Use Z-score when you assume normality and need tail probabilities.
| Reference | Value | Context |
|---|---|---|
| 50th percentile | Median | Same as Q2 |
| 90th percentile latency | P90 SLA | Ops benchmarking |
| IQR | Q3 − Q1 | Box-plot spread |
| Growth chart P95 | Top 5% weight | Pediatrics |
Not what you need? For the average of all values, use Mean. For required survey respondents, use Sample Size.
Standardizing with mean and standard deviation?
This page ranks within a dataset. For z-scores on a normal model, use the Z-Score Calculator →
Enter a comma-separated data set and a value to find what percentile that value falls in.
Five-Number Summary
—
What is a Percentile Calculator?
A percentile calculator ranks a value within an observed dataset or returns the value at the pth percentile. It uses empirical ordering rather than assuming a normal distribution.
Use this page for test score bands, growth charts, and “top 10%” cutoffs from real data. For z = (x−μ)/σ with a bell curve, use the Z-Score Calculator.
To plan how large a sample should be before collecting data, use the Sample Size Calculator.
Percentile Formulas
How Percentile Rank is Calculated
-
1Sort the DataArrange all values in ascending order from smallest to largest.
-
2Count Values Below xCount how many data points are strictly less than the target value x.
-
3Apply the FormulaPercentile Rank = (count below / total n) × 100. The result tells you what percentage of values fall below x.
-
4Identify QuartilesQ1, Q2, and Q3 are automatically derived using the same percentile method at the 25th, 50th, and 75th percentiles.
Worked Example
Data: 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 — What percentile is 70?
How the Percentile Calculator Works
Formula, assumptions, and calculation steps for this statistics tool.
Methodology
Statistics calculators organize sample data, apply the selected descriptive or inferential formula, and report the statistic with interpretation.
Calculation Steps
- Enter raw values or summary statistics.
- Clean separators and count the sample size.
- Apply the relevant statistic, probability, or confidence formula.
- Display the result with context such as degrees of freedom, percentile, or strength.
Assumptions and Limits
- Samples should be representative of the population being studied.
- Normality or independence assumptions apply only where the selected method requires them.
- Rounded results may differ slightly from spreadsheet software.
Frequently Asked Questions
A percentile indicates the value below which a given percentage of observations fall. For example, if you score in the 80th percentile on a test, 80% of test-takers scored below you.
A percentage is a ratio out of 100 (e.g. you got 80% of answers right). A percentile is a ranking relative to others (e.g. you scored better than 80% of people). They measure different things.
Quartiles divide a sorted data set into four equal parts. Q1 (25th percentile) is the lower quartile, Q2 (50th) is the median, and Q3 (75th) is the upper quartile. The interquartile range (IQR = Q3 − Q1) measures spread.
Percentiles are used in standardized testing (SAT, GRE), pediatric growth charts, income distribution analysis, and any situation where relative rank matters more than absolute value.
Real-World Applications
Common Mistakes
Named Percentiles Quick Reference
| Percentile | Name | Common Use |
|---|---|---|
| P25 (25th) | Q1 — First Quartile | Lower fence in box plots; IQR calculation |
| P50 (50th) | Q2 — Median | Central tendency; splits data in half |
| P75 (75th) | Q3 — Third Quartile | Upper fence in box plots; IQR calculation |
| P90 (90th) | Top Decile | High-performance thresholds; wage analysis |
| P95 (95th) | 95th Percentile | Medical reference ranges; SLA thresholds |
| P99 (99th) | 99th Percentile | Extreme value analysis; outlier identification |
References
- Hyndman, R.J. and Fan, Y. "Sample Quantiles in Statistical Packages." The American Statistician, 1996.
- Moore, D.S. and McCabe, G.P. Introduction to the Practice of Statistics. W.H. Freeman, 2017.
- CDC. Growth Charts — Percentile Data Files. cdc.gov/growthcharts, 2024.
- Lehmann, E.L. Nonparametrics: Statistical Methods Based on Ranks. Springer, 2006.
- NIST/SEMATECH. e-Handbook — Percentiles and Quantiles. nist.gov, 2024.
Related Calculators
Browse all Statistics calculators →Z-score Calculator
Calculate z-score (standard score) and find corresponding probabilities.
Median Calculator
Find the median (middle value) of any data set, sorted and unsorted.
Mean Calculator
Calculate arithmetic mean, geometric mean, and harmonic mean for any data set.