Percentile Calculator — Find Where Any Value Ranks
Enter your dataset and a value to instantly find its percentile rank, quartile, and Q1/Q2/Q3 thresholds. Works for exam scores, test results, health measurements, and any numeric data.
See step-by-step calculation
When to use this calculator
- Find what percentile an exam or test score falls in relative to the class.
- Evaluate a health measurement (weight, height, blood pressure) against a reference group.
- Calculate Q1, Q2, Q3 quartiles for descriptive statistics homework.
- Interpret standardized test results (SAT, GRE, IQ scores).
- Rank employee performance metrics against team averages.
- Analyze sensor readings or data samples in a research project.
Percentile Reference Table: Key Benchmarks and Quartiles
| Percentile | Quartile | Meaning |
|---|---|---|
| P10 | — | Bottom 10% of the dataset |
| P25 | Q1 | Lower quartile — 75% above |
| P50 | Q2 (median) | Exact midpoint of the data |
| P75 | Q3 | Upper quartile — 25% above |
| P90 | — | Top 10% |
| P95 | — | Top 5% |
| P99 | — | Top 1% |
Fuente: NIST/SEMATECH e-Handbook of Statistical Methods — Percentiles (https://www.itl.nist.gov/div898/handbook/prc/section2/prc262.htm)
How it works
What is a percentile?
A percentile indicates what percentage of a distribution is less than or equal to a given value. If your test score falls at the 80th percentile, you scored higher than 80% of test-takers. It's a relative ranking measure used everywhere from standardized testing (SAT, GRE, GMAT) to pediatric growth charts, clinical lab results, and performance analytics.
> Key distinction: percentile measures relative position, not absolute performance. A student at the 95th percentile in a low-performing school may have a lower raw score than a student at the 60th percentile in a high-performing school.
Where percentiles actually matter
Percentile reference table
| Percentile | Quartile | Meaning |
|---|---|---|
| P10 | — | Bottom 10% of the dataset |
| P25 | Q1 | Lower quartile — 75% above |
| P50 | Q2 (median) | Exact midpoint of the data |
| P75 | Q3 | Upper quartile — 25% above |
| P90 | — | Top 10% |
| P95 | — | Top 5% |
| P99 | — | Top 1% |
The interquartile range (IQR) = Q3 − Q1, and covers the central 50% of the data. It's the standard measure of spread used in box plots and outlier detection.
How to calculate percentile rank step by step
1. Sort all your data values in ascending order.
2. Count how many values are less than or equal to your target value → call it k.
3. Apply the formula: Percentile = (k ÷ n) × 100, where n = total number of values.
4. Identify the quartile: Q1 at P25, Q2 (median) at P50, Q3 at P75.
Example: Class scores = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100], target = 75.
Why the formula varies across software
Different tools use different interpolation methods, which is why Excel's PERCENTILE.INC, PERCENTILE.EXC, Python's numpy.percentile, and R's quantile() can return slightly different results for the same dataset. The differences are most noticeable with small samples (n < 30). The formula above uses the inclusive nearest-rank method, the most common in educational and basic statistical contexts.
What this calculator does NOT include
Common mistakes and tips
Example: Ranking an exam score in a class of 10
Frequently asked questions
What is a percentile and how does it work?
What is the formula to calculate percentile rank?
What are Q1, Q2, and Q3 quartiles?
Is a high percentile always good?
How many data points do I need for reliable percentiles?
What is the interquartile range (IQR) and how do I find outliers?
What is the difference between percentile and percentage?
What is the difference between percentile and standard deviation?
Sources & references
Methodology & trust
Calculadora de matemática revisada por el equipo editorial de Hacé Cuentas, contrastada con NIST/SEMATECH e-Handbook of Statistical Methods — Percentiles, según nuestra política editorial y metodología.
Última revisión: June 22, 2026. Los parámetros se verifican periódicamente con las fuentes citadas.
Calculations run 100% in your browser. We do not store or transmit your data.
Indicative results. For critical decisions, consult a professional.
Rodríguez, M. (2026). Percentile Calculator — Find Where Any Value Ranks. Hacé Cuentas. https://hacecuentas.com/percentile-data
Contenido bajo licencia CC-BY 4.0 — reutilizable citando la fuente con enlace a Hacé Cuentas.