Skip to content

Average Calculator

Mean, median, mode, range, and standard deviation.

Calculate the mean, median, mode, range, and standard deviation of any set of numbers. Paste a list separated by commas, spaces, or line breaks.

Written and maintained by Mohit PatelLast checked August 4, 2026How we build these

Separate with commas, spaces, or line breaks. Paste a column straight from a spreadsheet.

Read 8 values.

Mean (average)

11.875

8 values, sum 95

Median10.5
Mode7
Range22

Spread

Count
8
Sum
95
Minimum
3
Maximum
25
First quartile (Q1)
7
Third quartile (Q3)
15
Interquartile range
8
Sample std deviation
7.0597
Population std deviation
6.6037
Sample variance
49.8393

Distribution

Values sorted low to high. Bar height is relative to the range.

Sorted values

3, 7, 7, 9, 12, 14, 18, 25

How the Average Calculator works

Paste any list of numbers to get all the common summary statistics at once. Mean, median, and mode answer different questions: when they disagree sharply, your data is skewed, and the median is usually the more honest summary.

Also known as: mean calculator · work out the average · mean median mode calculator

Three averages that answer different questions

The mean is the sum divided by the count. It uses every value and is pulled by extreme ones.

The median is the middle value when sorted. It is unaffected by how extreme the extremes are, which makes it the right choice for skewed data.

The mode is the most frequent value, and it is the only one that works for categorical data. A dataset can have no mode, one, or several.

When the mean misleads

Income is the standard example. A small number of very high incomes pull the mean well above the median, so mean income describes almost nobody.

UK median household income sits substantially below the mean for exactly this reason, and reporting that uses the mean makes the typical household appear better off than it is.

The general rule: use the median when the distribution is skewed or contains outliers, and the mean when it is roughly symmetric. Reporting both, and the gap between them, is more informative than either alone.

Weighted means

Where values represent different quantities, a plain mean is wrong. Averaging a price of £2 for 100 units and £8 for 10 units gives £5, when the actual average price paid is £2.55.

The weighted mean multiplies each value by its weight, sums, and divides by the total weight. It is the correct calculation whenever the values do not represent equal amounts.

This appears constantly and is constantly done wrong: average prices across different volumes, average grades across different credit hours, average returns across different amounts invested. Each needs weighting and each is frequently averaged plainly.

The spread matters as much

Two datasets can share a mean and be nothing alike. Values of 50, 50, 50 and values of 0, 50, 100 both average 50.

Standard deviation measures typical distance from the mean, and it is what distinguishes them. Range gives the crude version; the interquartile range gives a version robust to outliers.

An average reported without any measure of spread is half a description. It is the most common omission in casual data reporting and the one that most often leads people to conclusions the data does not support.

Averages of averages

Averaging a set of averages is wrong unless the groups are the same size, and it produces Simpson's paradox in the worst cases.

If class A averages 70% across 10 students and class B averages 80% across 40, the overall average is not 75%. It is 78%, weighted by the number of students.

Simpson's paradox is the extreme form: a trend that appears in every group can reverse when the groups are combined, purely from differing group sizes. It has produced genuinely misleading conclusions in published research, and the defence against it is always to work from the underlying counts rather than from summary averages.

The geometric mean deserves a mention because there is one common situation where the arithmetic mean is simply the wrong tool. For rates of change compounding over time, investment returns being the obvious case, the arithmetic mean overstates the outcome. Returns of plus 50% then minus 50% average zero arithmetically and leave you with 75% of what you started with. The geometric mean, the nth root of the product of the growth factors, gives the rate that would actually have produced the observed result, and it is the honest figure for any sequence of proportional changes.

Where to go next

The Average question rarely arrives on its own. These are the ones that usually come with it:

Frequently asked questions

What is the difference between mean, median, and mode?

The mean is the sum divided by the count. The median is the middle value once sorted. The mode is the most frequent value. For 2, 3, 3, 10 the mean is 4.5, the median 3, and the mode 3, the single large value pulls the mean away from where most of the data sits.

When should I use the median instead of the mean?

Whenever outliers or skew are present. Income, house prices, and response times are all reported as medians for this reason: a handful of extreme values would otherwise drag the mean somewhere unrepresentative.

What does standard deviation tell me?

How spread out the values are around the mean. A small standard deviation means values cluster tightly; a large one means they scatter. In roughly normal data, about 68% of values fall within one standard deviation of the mean and 95% within two.

What is the difference between sample and population standard deviation?

Population divides by n, sample divides by n − 1. Use sample when your numbers are a subset drawn from a larger group, which is the usual case. This calculator shows both.

Related calculators