// maths › Statistics

Average (Mean) Calculator

The arithmetic mean of a set of numbers — their sum divided by how many there are.

mean = (sum of values) / (count of values)

Frequently asked questions

What is the mean?

The mean is the everyday average: add all the numbers together and divide by how many there are. It is the single value that best stands in for the whole set when you want one summary figure.

When is the mean a bad choice?

When the data has extreme outliers. One billionaire walking into a room sends the mean income soaring even though almost everyone is on a normal wage. In skewed data the median often describes the typical value better.

Does the order of the numbers matter?

No. Adding them up gives the same total whatever order you type them in, so the mean is unaffected by ordering. Sorting only matters for the median.

Can the mean be a value that is not in the list?

Yes, and usually it is. The mean of 2 and 4 is 3, which never appears in the data. It is a calculated balance point, not necessarily a real data value.

Where would I use this?

Everywhere from working out your average test score, to a shop tracking average daily sales, to a scientist reporting the average result of repeated measurements.