What Is the Difference Between Mean, Median and Mode
Mean, median and mode all describe a 'typical' value in a dataset, but they can give meaningfully different answers — with a worked example showing exactly why.
Published July 12, 2026
Mean, median and mode are all ways of describing a “typical” or “central” value in a set of numbers, and it’s genuinely common for all three to give different answers on the same dataset — which one is actually the most useful description depends entirely on what the data looks like and what question you’re trying to answer.
The three definitions
Mean is the arithmetic average: add up every value and divide by how many values there are. It’s the most commonly used measure of central tendency, and the one most people mean by default when they say “average.”
Median is the middle value when the data is sorted from smallest to largest. With an odd number of values, it’s the single middle number; with an even number, it’s the average of the two middle numbers.
Mode is simply the value that appears most often in the dataset. A dataset can have one mode, multiple modes (if two or more values tie for most frequent), or no mode at all (if every value appears exactly once).
A worked example where all three differ
Consider this dataset: 3, 4, 5, 6, 8, 8, 8, 9.
Mean: add all eight values (3+4+5+6+8+8+8+9 = 51) and divide by 8, giving 6.375, or about 6.4.
Median: with eight values (an even count), average the two middle numbers once sorted — the 4th and 5th values are 6 and 8, so the median is (6+8)/2 = 7.
Mode: 8 appears three times, more than any other value, so the mode is 8.
Three genuinely different numbers — 6.4, 7, and 8 — from the exact same eight data points, each technically a correct answer to a slightly different question about what’s “typical” in this set.
Why they diverge: outliers and skew
The mean is the measure most sensitive to extreme values (outliers), because every single value in the dataset directly contributes to the sum being divided. A single very large or very small value can pull the mean substantially away from where most of the data actually sits. The median, by contrast, only cares about which value is in the middle position — an extreme outlier at either end doesn’t change the median at all, as long as it doesn’t change which value ends up in the middle.
This is exactly why household income statistics are almost always reported as a median, not a mean: a relatively small number of extremely high earners pulls the mean income well above where most households actually sit, while the median (the income level exactly in the middle of the distribution) gives a more representative sense of a “typical” household’s income, unaffected by how extreme the highest earners’ incomes are.
When mode is the right choice
Mode is the only one of the three that works meaningfully for non-numeric, categorical data — “what’s the most common shoe size sold” or “what’s the most frequently chosen answer on a survey” are mode questions, since mean and median don’t make sense for pure categories. For numeric data, mode is most useful specifically when you care about the single most frequently occurring value rather than a measure of central tendency in the traditional sense — a retailer restocking inventory cares more about which exact size sells most often (mode) than the average size across all sales (mean), since you can’t stock “an average size” on a shelf.
Choosing the right measure for the question
There’s no universally “correct” measure among the three — the right choice depends on the data’s shape and the question being asked. For a roughly symmetric dataset without extreme outliers, mean and median tend to sit close together and either works reasonably well. For a skewed dataset (income, home prices, response times affected by rare extreme delays), median generally gives a more representative sense of a “typical” value than mean does, precisely because it isn’t distorted by the extreme tail. Mode matters most when the most frequent value itself is the meaningful answer, independent of the overall spread.
The Average Calculator on this site computes the mean directly from any list of numbers you provide. For data where relative growth rates matter more than raw magnitude — comparing investment returns across multiple years, for instance — the Geometric Mean Calculator applies a related but distinct averaging method built specifically for multiplicative data, worth understanding as a fourth tool alongside these three classic measures.
Related calculators
Average Calculator
Find the average (mean) of up to five numbers — the most common single-number summary of a data set.
Geometric Mean Calculator
Find the geometric mean of two or three numbers — the correct way to average ratios, percentages, and growth rates.
Percentage Calculator
Find what a percentage of a number is, instantly — the most fundamental everyday percentage calculation.