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

Range = Maximum − Minimum

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

Range calculation example
ValuesMaximumMinimumRange
3, 7, 2, 9, 4927

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.
Note: Because it depends on only two data points, the range is highly sensitive to outliers and says nothing about how the values in between are distributed. For a more robust view of spread, use the Interquartile Range Calculator or Standard Deviation Calculator.

How to Use This Calculator

  1. Enter at least two numbers into the values field, separated by commas.
  2. Select Calculate.
  3. 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.