Range Calculator
Calculate the statistical range of a dataset by finding the difference between the maximum and minimum values.
Enter numbers separated by commas, spaces, or line breaks.
Result will appear here.
| Metric | Value |
|---|
Privacy: calculations run locally in your browser. No values are stored or transmitted.
How it works
Formula:
Range = Maximum − Minimum
Examples
- 2, 5, 9 → range = 9 − 2 = 7
- 10, 10, 10 → range = 0
- -4, 3, 8 → range = 8 − (-4) = 12
FAQ
- What is range in statistics?
Range is the difference between the largest value and the smallest value in a dataset.
- How is range calculated?
Subtract the minimum value from the maximum value: range = max − min.
- Does the order of values matter?
No. Range depends only on the smallest and largest values, not the order you enter them.
- Are calculations stored?
No. Everything runs locally in your browser.