Average Calculator
Paste a list of numbers and get the mean, median and mode in one go.
How to use
- Paste numbers separated by commas or spaces.
- Read mean, median, mode and count.
Examples
4, 8, 15, 16, 23, 42
Output: Mean 18, median 15.5, mode: all unique.
Frequently asked questions
Mean vs median?
Mean is the arithmetic average; median is the middle value. With outliers, the median usually describes the "typical" value better.