Mean, Median, and Mode

Difficulty: Beginner Reading Time: 10 minutes

What Is an "Average"?

When someone says "the average price of a house" or "the average score on a test," they are trying to describe a whole group of numbers with just one number. That single number is supposed to represent what is typical.

2 5 8 11 14 15 5.5 5.0

But here is the thing most people do not realize: there is more than one way to calculate an average. The three most common methods are called the mean, the median, and the mode. Each one tells a slightly different story, and picking the right one matters.

The Mean: Add Everything Up and Divide

The mean is what most people think of when they hear "average." You add up all the numbers and divide by how many numbers there are.

Example

Five friends compare their test scores: 70, 75, 80, 85, 90.

Step 1: Add them up: 70 + 75 + 80 + 85 + 90 = 400

Step 2: Divide by 5 (because there are 5 scores): 400 ÷ 5 = 80

The mean test score is 80.

The mean works well when the numbers are fairly close together and there are no extreme values pulling it in one direction. It uses every single number in the calculation, which is both its strength and its weakness.

When the Mean Gets Pulled Off Course

Imagine you are looking at salaries at a small company with 5 employees:

Example

Employee salaries: $35,000 · $40,000 · $42,000 · $45,000 · $300,000

The mean salary: ($35,000 + $40,000 + $42,000 + $45,000 + $300,000) ÷ 5 = $92,400

Does $92,400 represent what a typical employee earns? Not at all. Four out of five employees make far less than that. The one very high salary - the CEO's, perhaps - dragged the mean way up.

This is the biggest weakness of the mean: it is sensitive to extreme values. One very large or very small number can distort it significantly.

The Median: The Middle Value

The median is simply the middle number when you arrange all values in order from smallest to largest. Half the numbers are below it, and half are above it.

2 1 3 2 5 3 5 4 8 5 3 6 1 7
Example

Using the same salaries, arranged in order: $35,000 · $40,000 · $42,000 · $45,000 · $300,000

The median is $42,000 - the value right in the middle.

This is a much better picture of what a typical employee earns at this company.

What If There Is an Even Number of Values?

When you have an even count of numbers, there is no single middle value. In that case, you take the two middle numbers and find their mean.

Example

Restaurant ratings from 6 customers: 3, 4, 4, 5, 5, 5

The two middle values are 4 and 5. Their mean is (4 + 5) ÷ 2 = 4.5

The median rating is 4.5.

The median is resistant to extreme values. Even if the highest salary in our earlier example were $3,000,000 instead of $300,000, the median would still be $42,000. This makes the median especially useful when your data has outliers - those unusually high or low values.

The Mode: The Most Common Value

The mode is the value that appears most often. It is the simplest idea of the three, and it works with any type of data - even data that is not numerical.

Example

A shoe store tracks which sizes sell the most in a week: 8, 9, 9, 10, 9, 11, 8, 9, 10, 9

Size 9 appears 5 times - more than any other size. The mode is size 9.

This is useful information. The store should make sure they stock plenty of size 9.

The mode also works for categories that are not numbers at all. If a survey asks people their favorite ice cream flavor and "chocolate" is chosen more than any other, then chocolate is the mode.

Can There Be More Than One Mode?

Yes. If two values tie for the most appearances, you have two modes (called bimodal). If three or more values tie, you have multiple modes. And if every value appears the same number of times, there is no mode at all.

Comparing the Three: A Side-by-Side Look

Let us look at the same dataset through all three lenses.

20 30 40 50 60 70 80
Example

Hours of sleep reported by 9 people: 5, 6, 7, 7, 7, 8, 8, 9, 12

Mean: (5+6+7+7+7+8+8+9+12) ÷ 9 = 69 ÷ 9 ≈ 7.7 hours

Median: The middle value (5th out of 9) = 7 hours

Mode: 7 appears three times = 7 hours

Here, all three are close together. That often happens when the data is fairly balanced. The person who slept 12 hours pulled the mean up slightly, but not drastically.

When Should You Use Each One?

There is no single "best" average. The right choice depends on your data and what you are trying to communicate.

Use the mean when: your data does not have extreme values and is spread fairly evenly. It is the most common choice in scientific research and everyday calculations.

Use the median when: your data has outliers or is skewed in one direction. This is why news reports about household income almost always use the median - a few billionaires would make the mean misleading.

Use the mode when: you want to know the most popular or frequent choice. It is especially useful for categories (favorite color, most purchased product) and for practical decisions like inventory stocking.

A Real-World Trap to Watch Out For

When you see the word "average" in a news headline, advertisement, or report, ask yourself: which average? A company might advertise that their employees earn an "average salary of $95,000" using the mean - which could be inflated by a few executives - while the median salary might be $55,000. Both numbers are technically correct, but they tell very different stories.

Understanding the difference between mean, median, and mode gives you a powerful tool for seeing through misleading statistics.

Key Takeaway

The mean adds up all values and divides by the count - it is useful but sensitive to extreme values. The median picks the middle value - it is better when outliers are present. The mode identifies the most frequent value - it works for any kind of data. Knowing which one to use (and which one someone else chose to use) helps you understand what the numbers really say.