Mean vs. Median vs. Mode: When to Use Each

September 18, 2026

Mean is the sum of all values divided by how many there are. Median is the middle value when everything is sorted. Mode is the value that appears most often. They can all be called 'the average,' but they can give very different answers for the same data set.

Skip the math and get your answer instantly:

Open the Average Calculator

The Three Measures at a Glance

MeasureHow it's foundBest for
MeanSum of values ÷ countEvenly distributed data with no extreme outliers
MedianMiddle value when sortedSkewed data or data with outliers (income, home prices)
ModeMost frequently occurring valueCategorical or discrete data (most common size, choice, rating)

Why Mean Can Mislead With Outliers

Take five salaries: $40k, $42k, $45k, $48k, and $500k. The mean is $135k — but that doesn't represent a single actual employee's experience. The median, $45k, is a far more accurate picture of what a 'typical' person on this team earns. This is exactly why household income statistics are usually reported as medians, not means.

When to Use Mode

Mode is most useful for categorical or discrete data where 'average' doesn't really make sense — the most commonly ordered shoe size, the most frequent multiple-choice answer, or the most popular color option. A data set can have no mode (all values unique), one mode, or multiple modes (bimodal or multimodal).

Frequently Asked Questions

What's the difference between mean and average?

They're generally the same thing — 'average' colloquially almost always refers to the mean, though technically median and mode are also types of averages.

When should I use median instead of mean?

Use median whenever your data has outliers or is skewed — income, home prices, and response times are classic examples where a few extreme values would distort the mean.

Can a data set have more than one mode?

Yes — a data set with two equally frequent values is called bimodal, and one with more than two is multimodal.

How do I find the median of an even-numbered data set?

Sort the values, then average the two middle values. For [4, 8, 10, 12], the median is (8+10)/2 = 9.

Does mode work well for continuous numeric data?

Not usually — with continuous data (like exact heights or weights), values rarely repeat exactly, so mode is far more useful for categorical or discrete/rounded data.