Percentile Range Calculator | Get Spread Between Two Percentiles
Last updated: June 2026 · Free · No sign-up required
Enter values above and click Calculate to see your result instantly.
Quick reference
| Data | Band | Values | Range |
|---|---|---|---|
| 1–10 | P25–P75 | 3.25 / 7.75 | 4.5 |
| 1–10 | P10–P90 | 1.9 / 9.1 | 7.2 |
| 15, 20, 35, 40, 50 | P10–P90 | 17 / 46 | 29 |
| Any data | P0–P100 | min / max | full range |
info Percentile Range Calculator
Free math calculator — enter your numbers and get an instant, accurate result.
info Private by design
Everything runs locally in your browser. No uploads, no accounts, no tracking.
info Works everywhere
Fully responsive and mobile-friendly — calculate on any device, any time.
info Educational
Includes the formula and step-by-step explanation so you understand the math, not just the answer.
Interpretation guide
| Band | What it captures |
|---|---|
| P25–P75 (IQR) | Middle 50% — standard outlier-resistant spread |
| P10–P90 | Middle 80% — common in salary and growth charts |
| P5–P95 | Middle 90% — reference intervals in medicine |
| P2.5–P97.5 | 95% reference range, mirrors a 95% CI |
lightbulb Worked example
Result: The calculator instantly applies the formula Range = P(upper) − P(lower), percentiles by linear interpolation: h = (n−1)p/100, v = x⌊h⌋ + (h−⌊h⌋)(x⌊h⌋₊₁ − x⌊h⌋) and returns the result with appropriate precision.
What this means: Read the result in the context of what you are measuring. The step-by-step breakdown lets you confirm the math and understand which input most affects the outcome.
Formula & methodology
Formula: Range = P(upper) − P(lower), percentiles by linear interpolation: h = (n−1)p/100, v = x⌊h⌋ + (h−⌊h⌋)(x⌊h⌋₊₁ − x⌊h⌋)
The Percentile Range Calculator is built on a well-established calculation method. It uses the formula Range = P(upper) − P(lower), percentiles by linear interpolation: h = (n−1)p/100, v = x⌊h⌋ + (h−⌊h⌋)(x⌊h⌋₊₁ − x⌊h⌋) to turn your inputs into a reliable result. Computes the spread between any two percentiles of a data set — interquartile range, P10–P90 or any custom band. The steps are shown on the page so you can follow the reasoning from input to output.
- Paste your data set — at least two numbers, any separator.
- Pick the lower and upper percentiles (defaults 25 and 75 give the interquartile range).
- Values are sorted and each percentile is found by linear interpolation between the two nearest order statistics (the R-7 method, identical to Excel's PERCENTILE.INC).
- The range is simply the upper percentile minus the lower.
Worked example: data 1–10 with P25 and P75 → P25 = 3.25, P75 = 7.75, interquartile range = 4.5.
Authoritative source: Wolfram MathWorld
Frequently asked questions
Explore the full statistics toolkit
Every CalcaTools statistics calculator — descriptive measures, probability distributions, hypothesis tests, confidence intervals, and Six Sigma process metrics — with step-by-step workings on each result.
Center & spread
- Statistics Calculator | Compute Mean, Median, Mode & Quartiles
- Mean Median Mode Calculator | Get mean, median, mode & count
- Variance Calculator | Calculate variance from data samples
- Standard Deviation Calculator | Compute mean, variance & std dev
- Absolute Deviation Calculator | Compute absolute deviation
- Coefficient of Variation Calculator | CV from SD & mean
- Percent Deviation Calculator | Percent deviation from reference
Distributions
Hypothesis tests
Scores, intervals & samples
- Z-Score Calculator | Compute Standard Score and Percentile
- Confidence Interval Calculator | Get mean & proportion CIs
- Sample Size Calculator | Find required sample size for confidence & margin
- Population Proportion Calculator | Estimate Proportion: SE & CI
- Upper and Lower Bound Calculator | Bounds from value & unit
- Mean Squared Error Calculator | MSE between obs & preds
- Coefficient Of Determination Calculator | Report R² & Regression