Mean vs Median vs Mode: When to Use Each Average
Quick Answer
- *Mean = sum of all values ÷ count. Best for symmetric data without outliers.
- *Median = middle value when data is sorted. Best for skewed data or data with outliers.
- *Mode = most frequently occurring value. Best for categorical data or finding the most common outcome.
- *When data is perfectly symmetric, all three are equal. When data is skewed, they diverge — and that tells you something important.
| Feature | Mean | Median | Mode |
|---|---|---|---|
| Formula | Sum ÷ count | Middle value (sorted) | Most frequent value |
| Affected by outliers? | Yes (heavily) | No | No |
| Works with categorical data? | No | Only ordinal | Yes |
| Always unique? | Yes | Yes | No (can be multimodal) |
| Best for | Symmetric numeric data | Skewed data, income, prices | Categorical data, popularity |
| Example: ((1,2,2,3,100) | 21.6 | 2 | 2 |
What Is the Mean?
The arithmetic mean is what most people call “the average.” Add every value in the data set, then divide by how many values there are. If your test scores are 85, 90, 78, 92, and 95, the mean is (85 + 90 + 78 + 92 + 95) / 5 = 88.
The mean uses every data point in its calculation. That is its strength — it captures the full picture. But it is also its weakness: a single extreme value can drag the mean far from where most of the data lives.
When the Mean Misleads
Consider five salaries: $40K, $45K, $50K, $55K, and $800K. The mean is $198K. But four out of five people earn less than $55K. The one outlier ($800K) inflated the mean by $150K. Here, the mean does not represent any individual in the group well.
What Is the Median?
The median is the middle value when data is arranged in order. If there is an odd number of values, it is the center one. If even, it is the average of the two center values.
Using those same salaries ($40K, $45K, $50K, $55K, $800K), the median is $50K— far more representative of a “typical” salary than the $198K mean. The outlier has zero impact.
This is why news outlets report median household income ($80,610 in 2024 per the Census Bureau) rather than mean. The mean would be pulled upward by billionaire incomes and paint a misleading picture.
What Is the Mode?
The mode is the value that appears most often. It is the only measure of central tendency that works with categorical (non-numeric) data. The most popular shoe size sold at a store? That is the mode.
For the data set ((4, 7, 7, 7, 9, 12), the mode is 7. A data set can have no mode (all values unique), one mode (unimodal), two modes (bimodal), or many modes (multimodal).
Mode is underused in everyday analysis. But it is the right choice when you want to know the most common category — the best-selling product, the most popular response on a survey, or the peak hour for traffic.
Key Differences: Mean vs Median vs Mode
The three measures answer subtly different questions:
- Mean answers: “If everyone got the same amount, what would that amount be?”
- Median answers: “What does the person in the exact middle look like?”
- Mode answers: “What is the most common outcome?”
In symmetric data (like height in a population), all three converge. In skewed data (like income, home prices, or hospital wait times), they diverge. The direction of divergence tells you the shape of the distribution:
- Right-skewed (long tail right): Mean > Median > Mode. Example: income distribution.
- Left-skewed (long tail left): Mean < Median < Mode. Example: age at death in developed countries.
- Symmetric: Mean ≈ Median ≈ Mode.
When to Use Mean
- Data is roughly symmetric with no extreme outliers.
- You need to use the result in further statistical calculations (variance, standard deviation, regression all depend on the mean).
- Every data point is equally important. GPA calculation uses a weighted mean for exactly this reason.
- Common applications: test scores, temperatures, lab measurements, batting averages.
When to Use Median
- Data is skewed or contains outliers.
- You want a “typical” value that is not distorted by extremes.
- Common applications: household income, home prices, hospital wait times, CEO pay comparisons, real estate markets.
- Reporting tip: if the mean and median are far apart, report the median and note the skew.
When to Use Mode
- Data is categorical (colors, brands, yes/no responses).
- You want the most common outcome rather than an “average.”
- Common applications: survey results, product sizing, peak hours, most popular menu item.
- Bimodal distributions can reveal two distinct subgroups in your data — a signal that there may be two populations mixed together.
The Bottom Line
No single average tells the whole story. Mean works for clean, symmetric data. Median handles outliers and skew. Mode reveals the most common outcome. The best analyses report more than one, especially when data is not symmetric. If you only get to pick one: use the median when in doubt, because it is robust to the outliers that plague real-world data.
Calculate all three instantly with our free average calculator.
Frequently Asked Questions
What is the difference between mean and average?
In everyday language, 'average' usually refers to the arithmetic mean — add all values and divide by the count. Technically, mean, median, and mode are all types of averages (measures of central tendency). But when someone says 'the average,' they almost always mean the arithmetic mean.
When should I use median instead of mean?
Use median when your data is skewed or has outliers. Median is resistant to extreme values because it only looks at the middle position. Income data is a classic example: a few billionaires can dramatically inflate the mean, but the median remains a better representation of what a typical person earns. Real estate prices, wait times, and salary data all benefit from median reporting.
Can a data set have more than one mode?
Yes. A data set with two modes is called bimodal. Three or more modes is multimodal. If every value appears the same number of times, the data set has no mode. For example, ((1, 2, 2, 3, 3, 4) is bimodal with modes 2 and 3.
What happens to mean, median, and mode with skewed data?
In right-skewed data (long tail to the right, like income), mean > median > mode. In left-skewed data (long tail to the left, like age at retirement), mean < median < mode. In perfectly symmetric data, all three are equal. This relationship helps you identify skewness even without graphing.
Which average is best for grades and GPA?
GPA uses a weighted mean — each course grade is weighted by its credit hours. An unweighted mean treats all courses equally regardless of credits. For most academic purposes, the weighted mean (weighted GPA) is the standard because a 4-credit course should count more than a 1-credit course.
Calculate mean, median, and mode in seconds
Paste your data set and get all three averages, plus range, variance, and standard deviation.
Average Calculator