Average Calculator
Type or paste a list of numbers, separated by commas, spaces or new lines. Every common average updates as you type.
Separate numbers with commas, spaces, or new lines.
Step-by-step proofCheck by hand
How each statistic is calculated
The mean adds every number in the list and divides by how many numbers there are. The median sorts the list and takes the middle value (or averages the two middle values, for an even-length list). The mode is whichever value repeats most often — a list can have no mode, one mode, or several tied modes. The range is simply the largest value minus the smallest.
The formulas
Worked example
For 4, 8, 15, 16, 23, 42: the sum is 108, divided by 6 numbers gives a mean of 18. Sorted, the two middle values are 15 and 16, so the median is 15.5. Every number appears exactly once, so there's no mode. The range is 42 − 4 = 38.
Frequently asked questions
What's the difference between mean, median and mode?
How is the median calculated for an even-length list?
What does it mean when there's no mode?
Why does this calculator use population standard deviation, not sample?
- Standard descriptive statistics (mean, median, mode, range, population standard deviation) — general published mathematics.