Find minimum and maximum
Paste a list of numbers and get the smallest, the largest, the range between them, and how many values there are. Handles negatives and decimals.
Related tools
All Numbers & arithmetic tools →Need Minimum, Maximum, Range, Count? The Find minimum and maximum derives it from Numbers in one step. For instance, with Numbers = 15, -3, 42, 8.5, -17, 23, 0, 99 it returns Minimum = -17, Maximum = 99 and Range = 116.
How to use it
- Enter your values: Numbers.
- Read the result instantly: Minimum, Maximum, Range, Count.
Frequently asked questions
How does the Find minimum and maximum work?
It takes Numbers and derives Minimum, Maximum, Range and Count from them. The calculation is live as you type, so the result updates on every change.
Which values does the calculator ask for?
A single value: Numbers. Nothing else is required — no account, no file upload.
What does a typical calculation look like?
With Numbers = 15, -3, 42, 8.5, -17, 23, 0, 99, the calculator returns Minimum = -17, Maximum = 99 and Range = 116. Those figures come from running this exact tool, so you can reproduce them by entering the same values.
How much does the result change with different inputs?
It moves a lot. Using Numbers = 15, -3.15, 46.2, 9.77, -20.4, 28.75, 0, 133.65 instead, Minimum goes from -17 to -20.4 — which is why it is worth testing a few scenarios rather than trusting a single figure.
What does it give for smaller values?
Scaled down to Numbers = 15, -3, 42, 8.5, Minimum comes out at -3. The relationship is worth checking at both ends before you rely on a single result.
When would I actually use this?
Reading a number written another way: a Roman numeral on a monument, a hexadecimal colour, a binary byte, or a fraction that needs reducing.
What is the most common mistake?
Assuming a decimal fraction survives a change of base. A tenth is exact in decimal and infinitely repeating in binary, which is why 0.1 + 0.2 is not 0.3 in most programming languages.
Is there a tool for the next step?
Sum calculator is the closest one after this: Add up a list of numbers and get the total, count and average.
What else is worth having open alongside it?
Sum of positive integers calculator and Euler's totient calculator φ(n) — they come up in the same task often enough to be worth a second tab.
Where do the figures come from, and how current are they?
Base conversion and number-theory results are exact. Roman numerals follow the standard subtractive form used since the Middle Ages, which is not the only one the Romans themselves used.