Percentile Calculator

Calculate percentile rank, percentile value, and quartiles from data. Find what percentage of values fall below a given data point, or find the value at any percentile (Q1, Q2, Q3).

📊 Statistics📐 Percentile rank = (B/n) × 100🔢 Math
Calculate
Your data value
Target percentile (for value mode)
Enter dataset (comma-separated)
Please enter valid values.

Formula & Reference

VariableSymbolFormulaUnits
Percentile CalculatorPercentile rank = (B/n) × 100percentile (0-100)

Step-by-Step Examples

Example 1
Test Score Rank

Dataset: 55,65,70,75,80,85,90,95. Where does score 75 rank?

  • Values below 75: 55,65,70 → 3 values
  • Percentile = 3/8 × 100 = 37.5th percentile
  • Score of 75 is at the 37.5th percentile
  • Above 37.5% of the class
✓ 75 is at the 37.5th percentile
Example 2
Find 90th Percentile Value

Same dataset (n=8). What score is at the 90th percentile?

  • Index = 0.90 × (8-1) = 6.3
  • Value = data[6] + 0.3×(data[7]-data[6])
  • = 90 + 0.3×(95-90) = 90 + 1.5 = 91.5
  • 90th percentile = 91.5
✓ 90th percentile = 91.5
Example 3
IQR and Outliers

Quartiles from dataset: Q1=65, Q2=77.5, Q3=87.5.

  • IQR = 87.5 - 65 = 22.5
  • Lower fence = 65 - 1.5×22.5 = 31.25
  • Upper fence = 87.5 + 1.5×22.5 = 121.25
  • Any values outside 31.25-121.25 are outliers
✓ IQR = 22.5, outlier fences: 31.25 and 121.25

Real-World Applications

Common Mistakes to Avoid

⚠️
Confusing percentile with percentage

75th percentile means you scored higher than 75% of others. It is not your score as a percentage. A 75th percentile score could be 60% or 95% correct depending on the test.

⚠️
Different percentile interpolation methods

Excel, Python, R, and textbooks use slightly different interpolation methods for percentiles. For small datasets, the method can give noticeably different answers.

⚠️
IQR outlier rule is a guideline, not a law

Values beyond Q1-1.5×IQR or Q3+1.5×IQR are potential outliers. Always investigate WHY before removing them — they may be real and important data points.

Frequently Asked Questions

What is a percentile?
A value below which a given percentage of data falls. 90th percentile: 90% of values are lower. Used to describe position in a distribution without knowledge of the exact distribution shape.
What are quartiles?
Q1 (25th percentile), Q2 (50th percentile = median), Q3 (75th percentile). Together they divide data into four equal groups.
What is interquartile range (IQR)?
IQR = Q3 - Q1. The middle 50% of data. Robust measure of spread (unaffected by outliers). Used in box plots and to define outlier fences (Q1-1.5×IQR and Q3+1.5×IQR).
What is a box plot?
Visual summary showing median (line inside box), Q1 and Q3 (box edges), whiskers (to fences), and individual outlier dots beyond fences. Compact way to compare distributions.
How is percentile different from z-score?
Z-score: how many SDs from the mean (works for normal distribution). Percentile: rank in the dataset regardless of distribution shape. For normal data, you can convert between them; otherwise they measure different things.

Related Math Calculators

Formula Explorer connections

Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.

Poisson Distribution Calculator →Probability Calculator – Event Probability and Odds →Sample Size Calculator →Math Formula Explorer →