Skip to content

Average Calculator

Find the mean, median, mode, range and standard deviation of any list of numbers.

Runs in your browserFree, no sign-up

Settings

Results update automatically as you type.

Statistics

Count
7
Sum
98
Mean
14
Median
15
Mode
15
Range
15
Minimum
7
Maximum
22
Std deviation
4.78
population
Variance
22.86

Sorted values

7, 9, 12, 15, 15, 18, 22

About the Average Calculator

This average calculator takes a list of numbers in almost any format and returns ten summary statistics at once: count, sum, mean, median, mode, range, minimum, maximum, variance and standard deviation. Separate your values with commas, spaces, semicolons or line breaks — a column copied straight out of a spreadsheet works without reformatting. Reporting all of them together is deliberate, because the word average hides three different measures, and a dataset where the mean and median disagree sharply is telling you something the mean alone would conceal.

How to use the Average Calculator

  1. 1

    Paste or type your values into the Numbers box, separated by commas, spaces, semicolons or new lines.

  2. 2

    The statistics panel updates immediately — no button to press.

  3. 3

    Compare the mean against the median to gauge how skewed the data is.

  4. 4

    Copy the sorted values list if you need the data ordered for a report or further working.

What people use it for

Working out a course grade

Paste your assessment marks to get the mean. The minimum and maximum also show how much a single weak result is dragging the overall figure down.

Summarising survey or test data

Standard deviation quantifies agreement. Two groups can share a mean of 7 out of 10 while one is unanimous and the other is split between 3s and 10s.

Tracking measurements over time

For readings such as daily steps, monthly expenses or lap times, the range and standard deviation reveal consistency in a way the mean alone never does.

Three averages, and when each one lies

The mean is the sum divided by the count. It uses every value, which is its strength and its weakness: a single extreme figure drags it a long way. For the list 12, 15, 9, 22, 15, 18, 7 the sum is 98 and the mean is 14. The median is the middle value once sorted, or the average of the two middle values for an even count; sorting that list gives 7, 9, 12, 15, 15, 18, 22, so the median is 15. Because the median only cares about position, it barely moves when one value goes haywire, which is why incomes, house prices and response times are almost always reported as medians. The mode is the most frequent value — 15 here, appearing twice — and it is the only average that works on categories rather than numbers. When mean and median sit close together the distribution is roughly symmetric. When the mean sits well above the median, a long right tail is pulling it, the classic signature of income or wealth data.

Spread: range, variance and standard deviation

The range is simply maximum minus minimum, 22 − 7 = 15 in the example. It is easy to grasp but depends entirely on the two most extreme observations, so a single outlier defines it. Variance is more robust: take each value's difference from the mean, square it, and average those squares. Squaring keeps negative and positive deviations from cancelling and penalises large departures more heavily. Standard deviation is the square root of the variance, which returns the figure to the original units and makes it directly comparable to the mean. For the sample list above the variance is 160 ÷ 7 = 22.86 and the population standard deviation is about 4.78, meaning typical values sit within roughly five units of the mean of 14. For data that is approximately normally distributed, about 68% of values fall within one standard deviation of the mean and about 95% within two. This tool reports the population standard deviation, dividing the squared deviations by n. If your numbers are a sample drawn from a larger group and you want to estimate that group's spread, divide by n − 1 instead, which gives a slightly larger figure known as Bessel's correction.

Tips

  • Report the median alongside the mean whenever your data has a long tail; quoting only the mean overstates the typical case.
  • A standard deviation close to zero means your values barely vary, which can indicate a genuinely stable process or a measurement problem.
  • Paste a spreadsheet column directly — line breaks are treated as separators, so no reformatting is needed.

Frequently asked questions

What is the difference between mean and median?
The mean is the sum divided by the count and is pulled by outliers. The median is the middle value and is a better summary when the data is skewed, such as income or house prices.
What if there is no mode?
If every value appears exactly once there is no mode. If several values tie for the highest frequency, all of them are shown.
Is this population or sample standard deviation?
It reports the population standard deviation, dividing by n. For a sample estimate you would divide by n − 1 instead.

Looking for something else? Browse all calculators or see every tool.