Range Calculator
The Fastest Way to Describe How Spread Out Data Is
Before reaching for standard deviation or variance, the range answers the most basic spread question there is: what's the distance from the smallest value to the largest? It takes seconds to compute by hand and requires no statistical background to interpret, which is exactly why it's often the first spread statistic anyone learns — and also why it's rarely the last one they need.
The Formula
Just two numbers from the entire data set determine the range: the largest value and the smallest. Every other value is ignored, which is both its strength (simplicity) and its weakness (a single extreme value on either end can dominate the whole result).
Worked Example
| Values | Maximum | Minimum | Range |
|---|---|---|---|
| 3, 7, 2, 9, 4 | 9 | 2 | 7 |
Where This Matters
- Quick data checks — a fast way to sanity-check a data set before deeper analysis, or to catch data-entry errors that produce implausible extremes.
- Weather reporting — daily high/low temperature spread is a range by definition.
- Manufacturing tolerances — range charts (R-charts) in process control track the range of small subgroups over time to detect process drift.
- Classroom statistics — the simplest possible introduction to the concept of dispersion before moving on to variance and standard deviation.
How to Use This Calculator
- Enter at least two numbers into the values field, separated by commas.
- Select Calculate.
- The result shows the maximum, minimum, and the range between them.
Related Calculations
For a spread measure less sensitive to outliers, use the Interquartile Range Calculator. To see the full picture of dispersion around the mean, use the Variance Calculator.