0

Mean Calculator (Arithmetic Average)

Paste a list of numbers and get the mean, median, mode, range, sum, min and max at once — or compute a weighted average with full steps.

Separate numbers with commas, spaces or new lines. A decimal comma like 3,14 is understood — separate such numbers with spaces or new lines.

Processing... 0%
Parsing the numbers
Sorting the values
Computing the statistics

Result

This page opens the average calculator focused on the mean: paste your numbers, press the button, and the arithmetic average is highlighted at the top of the results, next to the median, mode, range, sum and count computed from the same list.

The mean is defined by one formula: add every value and divide by how many values there are, x̄ = (x₁ + x₂ + … + xₙ) ÷ n. For the list 2, 4, 4, 4, 5, 5, 7, 9 the sum is 40 and the count is 8, so the mean is 40 ÷ 8 = 5. It is the single number that balances the whole list — the total stays the same if every value is replaced by the mean.

Separators are flexible — commas, spaces or one number per line all parse — and decimal commas like 3,14 are read correctly. Because the mean is sensitive to outliers, the calculator always prints the median beside it, so one glance tells you whether a few extreme values are dragging your average.