Skip to main content
All resources

Resources · Education

What Is Mean in Math?

The mean is the sum of a set of numbers divided by how many numbers there are. It is the most common kind of average, and the one people usually mean when they say “average”. This guide covers the definition, the formula and its symbols, a full worked example, how the mean differs from the median and the mode, and the situations where reporting a mean on its own is misleading. For an answer on your own numbers, the mean, median and mode calculator returns all three at once.

7 min read

Blake Boege
Blake BoegeFounder, Calculator AnswersPublished August 23, 2026

What does mean mean in math?

The mean is the sum of a set of numbers divided by how many numbers there are. It is the value each item would hold if the total were shared out equally. For the set 4, 8, 15, 16, 23 and 42 the total is 108 and there are six numbers, so the mean is 108 / 6 = 18.

That is the whole definition. Everything else on this page is about when the mean is the right thing to compute and what it hides when it is not.

Is the mean the same as the average?

In everyday speech, yes. When someone says “the average score” they almost always mean the arithmetic mean, and no teacher will mark you wrong for treating the two words as interchangeable in a basic statistics question.

In careful use they are not identical. Average is the general word for any measure of the centre of a data set, and the mean, the median and the mode are all averages. Mean names one specific one: add them up, divide by the count. So every mean is an average, but not every average is the mean.

This matters when a source reports “the average house price” without saying which average it used. House prices are skewed by a small number of very expensive sales, so the mean and the median can be far apart, and which one was chosen changes the story.

How to find the mean

Two steps, in this order:

  1. Add every value in the set to get the total.
  2. Divide that total by how many values you added.

Written as a formula, with Σx for the sum of the values and n for how many there are:

mean = Σx / n

The symbol for the mean of a sample is , read “x-bar”. The mean of a whole population is written μ, the Greek letter mu. The arithmetic is identical; only the label changes depending on whether your numbers are everyone or a sample of everyone.

A worked example

Take six numbers: 4, 8, 15, 16, 23, 42.

  1. Add them: 4 + 8 + 15 + 16 + 23 + 42 = 108
  2. Count them: n = 6
  3. Divide: 108 / 6 = 18

The mean is 18. Notice that 18 is not one of the six numbers, and it does not have to be. A mean is a summary of the set, not a member of it — which is why a country can have a mean household size of 2.4 people.

Mean vs median vs mode

These three are the reason most people end up searching for what the mean is, because they are taught together and confused constantly. On the same six numbers:

Mean, median and mode compared on the same six numbers
MeasureWhat it isValue here
MeanTotal divided by the count18
MedianThe middle value once sorted15.5
ModeThe value that appears most oftennone

The median is 15.5 because with six values there is no single middle one, so you take the mean of the third and fourth after sorting: (15 + 16) / 2 = 15.5. There is no mode because every value appears exactly once. A set with no repeats has no mode, which is a normal answer rather than a mistake.

When the mean misleads

The mean uses every value, which is usually a strength and occasionally a serious weakness. Change the largest number in our set from 42 to 420 and watch what happens:

  • Original set: mean 18, median 15.5
  • With 420 instead of 42: mean 81, median 15.5

One changed value moved the mean from 18 to 81 and left the median exactly where it was. That is the whole argument for reporting a median alongside a mean whenever the data might contain outliers — incomes, house prices, response times, anything with a long tail.

The mean is not wrong in that second set. It is a correct answer to “what would everyone get if the total were shared equally”. It is simply a bad answer to “what is a typical value here”.

Other kinds of mean

“Mean” on its own means the arithmetic mean, but two others turn up often enough to be worth recognising.

  • Weighted mean. Each value carries a weight and you divide by the sum of the weights rather than the count. A grade of 90 on a paper worth three credits and 80 on a paper worth one gives (90 × 3 + 80 × 1) / 4 = 87.5, not 85.
  • Geometric mean. Multiply the values and take the nth root. It is the right average for rates of growth, which is why a compound annual growth rate uses it rather than an arithmetic mean.

If you are averaging percentages that compound, the arithmetic mean will overstate the result. That is a real error rather than a technicality: two years of +50% then −50% is not a 0% average, it is a loss.

Common mistakes

  • Dividing by the wrong count. Divide by how many values you added, not by the largest value or the number of categories.
  • Forgetting a repeated value. If a number appears three times it goes into the total three times.
  • Averaging averages. The mean of two class means is only the overall mean if both classes are the same size. Otherwise you need a weighted mean.
  • Reporting a mean for skewed data with no median beside it, which is how a single outlier ends up describing a whole group.

Quick summary

  • The mean is the total divided by the count: Σx / n.
  • It is one kind of average; median and mode are others.
  • It uses every value, so a single outlier can move it a long way.
  • Report a median alongside it whenever the data has a long tail.

The mean, median and mode calculator returns all three measures at once on any list you paste in, and the average calculator shows the arithmetic step by step.

Run the numbers

Frequently asked questions

The mean is the sum of a set of numbers divided by how many numbers there are. For 4, 8, 15, 16, 23 and 42 the sum is 108 and the count is 6, so the mean is 108 / 6 = 18. It is the value each item would hold if the total were shared out equally.

The same thing: the arithmetic average of a set of values, written as the sum of the values divided by the count. The symbol is x-bar for a sample mean and the Greek letter mu for a population mean, but the arithmetic is identical in both cases.

In everyday use, yes. Strictly, average is the general word for any measure of the centre, and the mean, median and mode are all averages. The mean is the specific one you get by adding and dividing. Every mean is an average; not every average is the mean.

Add every value to get a total, then divide the total by how many values you added. Two steps, in that order. If a value appears more than once, it goes into the total once for each appearance.

The mean is the total divided by the count. The median is the middle value once the data is sorted. The mean uses every number, so an outlier drags it; the median only cares about position, so it does not move. On 4, 8, 15, 16, 23, 42 the mean is 18 and the median is 15.5.

Yes, and usually it is. The mean of 4, 8, 15, 16, 23 and 42 is 18, which is not one of the six values. A mean summarises a set rather than picking a member of it, which is why an average household can contain 2.4 people.

A mean in which each value carries a weight and you divide by the sum of the weights instead of the count. A grade of 90 on a three-credit course and 80 on a one-credit course gives (90 x 3 + 80 x 1) / 4 = 87.5, not 85.

When the data is strongly skewed or contains outliers and you want to describe a typical value. Replacing 42 with 420 in our set moves the mean from 18 to 81 while the median stays at 15.5. In that situation the mean is still arithmetically correct but is a poor description of the group.