Beginner

Min Max Calculator — Find Minimum and Maximum Values

Enter a list of numbers to instantly find the minimum, maximum, range, mean, and median — with an interactive number line showing where each falls relative to the spread of data.
Minimum
4

Smallest value in the data set

Maximum
42

Largest value in the data set

Range (Max − Min)
38
Count (n)
6
Mean
18
Median
15.5
-1.74.510.716.82329.235.441.547.7MinMaxMeanNumber line showing min, mean, and max of the data set
Step by step
  1. 1

    Minimum (first sorted value)

    4
  2. 2

    Maximum (last sorted value)

    42
  3. 3

    Range

    42 − 4 = 38
    Range = Max − Min: the total span of the data.
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Min is the smallest value, max is the largest; Range = max − min. Enter a list of numbers (comma, space, or semicolon separated) to find min, max, range, mean, and median — with a number line visualization showing where each falls.

Formula
Min = smallest value • Max = largest value • Range = Max − Min
How this is calculated

Finding the minimum and maximum of a data set is the first step in understanding its spread. The minimum is the smallest value and the maximum is the largest. Their difference — the range — gives the total extent of the data: a range of 38 means values span 38 units from bottom to top. These three statistics are computed in a single pass and require no particular order in the input.

Min and max are the most interpretable measures of spread but are highly sensitive to outliers: a single extreme value can inflate the range and make it unrepresentative of the typical spread. For data with potential outliers, the interquartile range (IQR = Q3 − Q1) is a more robust alternative, since it covers only the middle 50% of sorted values.

The calculator also shows mean (sum divided by count) and median (middle value of the sorted list). Comparing mean and median reveals skewness: if the mean is much higher than the median, the data is positively skewed with a long upper tail; if much lower, it is negatively skewed.

Frequently asked questions

Min is the smallest value; max is the largest; range = max − min. For {4, 8, 15, 16, 23, 42}: min = 4, max = 42, range = 38. The range tells you the total spread of the data in one number.

Yes. Negative values, decimals, and mixed positive/negative sets all work. Separate values by commas, spaces, or semicolons. Duplicate values are allowed and counted.

Finding min and max is a descriptive statistic. Min-max normalization uses those values to rescale all data points to [0, 1] via x_norm = (x − min) / (max − min), so the smallest value becomes 0 and the largest becomes 1. This calculator reports the statistics; for full normalization, use a dedicated data-normalization tool.

Also known as

minimum maximum finder
find min and max of dataset
min max range calculator
smallest largest value calculator
data set minimum maximum
min max normalization calculator
statistical range minimum maximum
find minimum maximum numbers

APA

TG we-Calculate Editorial Team. (2026). Min Max Calculator — Find Minimum and Maximum Values [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/min-max-calculator

Chicago

TG we-Calculate Editorial Team. "Min Max Calculator — Find Minimum and Maximum Values." TG we-Calculate. 2026. https://we-calculate.com/calculator/min-max-calculator.

IEEE

TG we-Calculate Editorial Team, "Min Max Calculator — Find Minimum and Maximum Values," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/min-max-calculator

BibTeX

@misc{wecalculate_min_max_calculator, title = {Min Max Calculator — Find Minimum and Maximum Values}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/min-max-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?