AVERAGE CALCULATOR
Mean, median, mode, and range. Nothing leaves your browser.
6 valid numbers parsed
Mean18
Median15.5
ModeNone
Range38
Sum108
Count6
How to calculate an average
- 1
Paste or type a list of numbers, separated by commas, spaces, or new lines.
- 2
The tool parses valid numbers automatically and ignores anything else.
- 3
Read the mean, median, mode, range, sum, and count.
Questions
- What's the difference between mean, median, and mode?
- Mean is the sum divided by the count — the everyday "average." Median is the middle value when sorted (or the average of the two middle values for an even count) — less sensitive to outliers. Mode is the most frequently occurring value, or values, in the list.
- What if every number appears the same number of times?
- Then there's no meaningful mode, and the tool shows "None" — a mode only exists when at least one value repeats more often than the rest.
- Can I paste numbers from a spreadsheet?
- Yes — numbers separated by commas, spaces, tabs, or new lines (like a pasted spreadsheet column) are all parsed correctly.
- Is my data sent anywhere?
- No. All math runs locally in your browser — nothing is transmitted or stored.