Average Calculator
Calculate the mean, median, mode, min, max, sum, and count of a list of numbers instantly.
Our free average calculator instantly computes the mean, median, mode, min, max, sum, range, and count for any list of numbers. Just paste or type your numbers — separated by commas, spaces, or new lines — and the results update automatically.
How to calculate the average (mean)
Add all the numbers together and divide by how many there are. For example, the mean of 4, 8, and 12 is (4 + 8 + 12) ÷ 3 = 8.
How to calculate the median
Sort the numbers in order and pick the middle value. If there is an even number of values, the median is the mean of the two middle numbers. For example, the median of 3, 5, 7, 9 is (5 + 7) ÷ 2 = 6. The median is less affected by outliers than the mean.
How to calculate the mode
The mode is the value that appears most often. For example, in 2, 4, 4, 7, 9 the mode is 4. A dataset can have more than one mode or no mode at all if every value appears only once.
Other statistics
| Statistic | Description |
|---|---|
| Min | The smallest number in the dataset |
| Max | The largest number in the dataset |
| Sum | The total of all numbers added together |
| Range | The difference between the max and min values |
| Count | How many numbers are in the dataset |