# Range Calculator

Calculate the statistical range of a numeric dataset from its minimum and maximum values

> Canonical page: https://elysiatools.com/en/tools/range-calculator

- **Category:** Math & Numbers

- **Keywords:** range, statistical range, spread, minimum, maximum, statistics

## Overview

Calculate the range of a numeric dataset.

The range is the difference between the maximum and minimum values:

range = max - min

Use it for quick spread checks, score summaries, measurement ranges, and simple descriptive statistics.

## Inputs

- **Dataset** (textarea): e.g. 12, 18, 24, 30
- **Decimal Places** (number)
- **Include Summary Statistics** (checkbox)

## When to use

- When you need to quickly determine the spread or variability of a numeric dataset.
- When analyzing test scores, delivery times, or financial metrics to find the exact difference between the highest and lowest values.
- When performing basic descriptive statistics and needing a fast calculation without setting up complex spreadsheet formulas.

## How it works

- Paste or type your numeric dataset into the input field, separating numbers with commas, spaces, or newlines.
- Set your preferred number of decimal places for the final output.
- Choose whether to include summary statistics alongside the calculated range.
- The tool instantly identifies the maximum and minimum values, subtracts the minimum from the maximum, and outputs the resulting range.

## Use cases

- Evaluating the consistency of daily delivery times or service response rates.
- Analyzing the spread of student test scores in a classroom to understand performance gaps.
- Checking the daily price fluctuations of a stock or commodity.

## Frequently asked questions

### What is the statistical range?

The statistical range is the difference between the highest (maximum) and lowest (minimum) values in a dataset. It is a simple measure of how spread out your data is.

### How should I format my dataset?

You can enter numbers separated by commas, spaces, or newlines. The tool will automatically parse the numeric values from your input.

### Can I adjust the decimal precision of the result?

Yes, you can specify the exact number of decimal places (from 0 up to 10) for the calculated range.

### What are the summary statistics included?

If enabled, the tool provides additional context such as the identified minimum and maximum values that were used to calculate the final range.

### Does this tool handle negative numbers and decimals?

Yes, the calculator correctly processes negative numbers, decimals, and integers to find the accurate mathematical range.

## Related tools

- [Dew Point Calculator HVAC (Magnus Equation)](https://elysiatools.com/en/tools/dew-point-calculator-hvac): Compute the air dew-point temperature from dry-bulb temperature and a humidity reading using the Magnus saturation-pressure equation: P_ws(T) = 0.6108·exp(17.27·T/(T+237.3)), P_w = φ·P_ws, T_dp = 237.3·ln(P_w/0.6108) / (17.27 − ln(P_w/0.6108)). Also returns the saturation vapour pressure P_ws, actual partial pressure P_w, and absolute humidity ρ_v (kg/m³). Three input modes: relative humidity φ (natural ventilated), August natural-ventilated wet-bulb T_w, or aspirated (Assmann) wet-bulb T_wa. Temperature in °C/K/°F; all reported temperatures are in the selected Temperature Unit.
- [Population Standard Deviation Calculator](https://elysiatools.com/en/tools/population-standard-deviation-calculator): Calculate population standard deviation from population variance using the n denominator
- [Sample Standard Deviation Calculator](https://elysiatools.com/en/tools/sample-standard-deviation-calculator): Calculate sample standard deviation from sample variance using the n - 1 denominator
- [Sample Variance Calculator](https://elysiatools.com/en/tools/sample-variance-calculator): Calculate sample variance with the n - 1 denominator for estimating spread from a sample dataset
- [Recipe Ingredient Scaler](https://elysiatools.com/en/tools/recipe-ingredient-scaler): Rescale any recipe's ingredient list to a new serving count, converting cups/tbsp/tsp ⇄ grams/ml with per-ingredient densities and kitchen-friendly fraction output.
- [Overall Heat Transfer Coefficient (1/U=ΣR)](https://elysiatools.com/en/tools/overall-heat-transfer-coefficient): Compute the overall heat transfer coefficient for series thermal resistances (flat-wall model): total resistance R_total = Σ R_i (K/W), thermal conductance G = 1/R_total (W/K), area-based coefficient U = 1/(R_total·A) (W/(m²·K)), and if a temperature difference is given the heat flow rate Q = ΔT/R_total (W). Each R_i is a layer resistance already containing the area factor (e.g. convection R_conv=1/(h·A), conduction R_cond=d/(k·A), fouling R_foul=R_f''/A). Enter one resistance (K/W) per line, at least one, all positive. ΔT may be negative (reverse heat flow); a °C difference equals a K difference, a °F difference is converted by ×5/9.
- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Adjusted R-Squared Calculator](https://elysiatools.com/en/tools/adjusted-r-squared-calculator): Calculate adjusted R squared from R squared, sample size, and predictor count

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
