Min Max Calculator

Minimum and Maximum Calculator

Find the smallest and largest values in a dataset and see the range and sorted list.

Last updated: June 2026 | By Patchworkr Team

Min and Max Solver
Min / Max
Minimum
2
Maximum
91
Range = 89 | Sum = 614
Count
14
Range
89
Sum
614

What Are Minimum and Maximum Values?

The minimum is the smallest number in a dataset and the maximum is the largest. Together they describe the range and form the endpoints of the dataset.

How to Find the Min and Max

  1. Enter a list of real numbers.
  2. Scan the list to find the smallest number.
  3. Scan the list to find the largest number.
  4. Use the endpoints to compute the range.
range = max - min

Worked Example

For 42, 17, 83, 9, 56, 31, 74, 2, 65, 48, 23, 91, 5, 68, the minimum is 2 and the maximum is 91.

2 to 91

Frequently Asked Questions

Do the values have to be sorted?

No. The calculator can find the minimum and maximum regardless of order.

Can I enter decimals?

Yes. Any finite real values are accepted.

What if the list has one number?

That one number is both the minimum and the maximum.

What if the input is blank?

Blank input is rejected instead of being interpreted as zero.

Related Tools