Range Calculator
Enter your dataset to calculate the range, minimum, maximum, and mid-range — with full step-by-step working and formulas.
Enter Your Data
Formula Reference
The range measures the spread of a dataset — how far apart the largest and smallest values are.
Understanding Range and Spread
The Range
The range is the simplest measure of spread (also called dispersion). It tells you how widely the values in a dataset are spread out.
Example: Dataset: 4, 9, 2, 15, 7, 11
Sorted: 2, 4, 7, 9, 11, 15 → Range = 15 − 2 = 13
A large range indicates the data is widely spread. A small range means the values are clustered together.
The Mid-Range
The mid-range is the average of the maximum and minimum values. It gives a rough estimate of the centre of the data.
Example: Dataset: 2, 4, 7, 9, 11, 15
Mid-Range = (15 + 2) ÷ 2 = 17 ÷ 2 = 8.5
Note: The mid-range is not the same as the median. The median considers all values; the mid-range only uses the two extremes.
Limitations of Range
The range is easy to calculate but has significant weaknesses as a measure of spread:
| Limitation | Example |
|---|---|
| Affected by outliers | Dataset: 5, 6, 6, 7, 7, 100 → Range = 95, but most values are 5–7 |
| Ignores all middle values | Only uses max and min — tells nothing about how the middle data is distributed |
| Not suitable for open-ended data | If a dataset says "60 or more" as a category, range cannot be calculated |
For a more robust measure of spread, use Standard Deviation or the Interquartile Range (IQR).