Average Calculator

Calculate the arithmetic mean, sum and count of any list of numbers. Handles decimals, negatives and large lists instantly.

Example values are shown — change any of them and the answer updates live.

284.84

How each measure is found

Step 1 · Sort the values
sort(values)
[2, 4, 4, 6, 8]
[2, 4, 4, 6, 8]
Step 2 · Middle value is the median
mean = sum ÷ count
24 ÷ 5
4.8

Exact arithmetic — computed instantly in your browser.