Range Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The range is the simplest measure of spread in a dataset: it is the difference between the maximum and minimum values. While easy to compute, it is sensitive to outliers — a single extreme value can make the range misleading.
This calculator computes the range, minimum, maximum, midrange, and full five-number summary. It also shows the interquartile range (IQR) and Tukey outlier fences for a complete picture of your data's spread.
Formula
Range = Maximum − Minimum
- Maximum
- the largest value in the dataset
- Minimum
- the smallest value in the dataset
- Range
- the total spread from lowest to highest value
Measures of Spread — Comparison
| Measure | Formula | Outlier resistant? | Best when |
|---|---|---|---|
| Range | Max − Min | No — uses extremes | Quick overview, small clean data |
| IQR | Q3 − Q1 | Yes — uses middle 50% | Skewed data, outliers present |
| Variance (σ²) | Σ(x−μ)² / n | No — squares outliers | Mathematical analysis, ANOVA |
| Std Dev (σ) | √Variance | No — inflated by outliers | Normal distributions, reporting |
| CV | σ / μ × 100% | Moderate | Comparing different-scale datasets |
Why Range Alone Isn't Enough
Two datasets can have identical ranges but very different distributions:
Dataset A
1, 5, 5, 5, 5, 5, 9
Range = 8 · Std Dev ≈ 2.0
Dataset B
1, 2, 3, 5, 7, 8, 9
Range = 8 · Std Dev ≈ 2.9
Same range, different spread. Always report IQR or standard deviation alongside range for a complete picture.
Common Mistakes with Range
Using range with outliers
One extreme outlier can make range misleading. If data has outliers, report IQR (Q3−Q1) as the primary spread measure — it ignores the outer 25% on each side.
Confusing range with IQR
Range = max − min (entire span). IQR = Q3 − Q1 (middle 50% span). For skewed data, IQR is more representative of typical variation.
Related Calculators
Disclaimer
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.