Mean, Median and Mode Explained
“Average” sounds like one number, but statistics gives you three — and they can disagree wildly on the same data. Knowing which one to trust is a small skill that inoculates you against a large amount of misleading reporting.
The mean: spread the total evenly
Add everything, divide by the count. For 10, 20, 20, 30, 45 the mean is 125 ÷ 5 = 25. The mean uses every value, which is its strength — and its weakness: a single extreme value drags it hard. It's the right average when totals matter (average revenue per customer × customers = revenue) and the data has no wild outliers.
The median: the middle of the sorted list
Sort the values and take the middle one — 20 in the list above. With an even count, average the two middle values (for 1, 2, 3, 4 the median is 2.5). Half the values sit below the median, half above, and no outlier can move it much: change 45 to 45,000,000 and the median is still 20 while the mean explodes to nine million.
That robustness is why incomes, house prices and salaries are reported as medians. A neighborhood where one mansion sells doesn't suddenly become expensive for the other 199 houses — the median says so, the mean doesn't.
The mode: the most frequent value
The mode of 10, 20, 20, 30, 45 is 20— it appears twice. Data can have two modes (bimodal), several, or none at all when every value is unique. The mode is the only “average” that works for categories: the modal shoe size is what a store should stock most of; the modal survey answer is the most popular option. A mean shoe size of 8.4 helps nobody.
When they disagree, that's information
In symmetric data the three sit together. When the mean is well above the median, the data has a long right tail — a few large values (income is the textbook case). Mean below median means a tail of small values. The gap between mean and median is itself a quick skewness check that analysts use constantly.
The classic manipulation
“Average salary at our startup is $250,000” — where the founder makes $2M and nine employees make $55,000. The mean is technically correct; the median ($55,000) is the honest answer to what a typical employee earns. Whenever a claimed average surprises you, ask which average — and what the other one says.
Quick reference
- Mean — grades, totals, physical measurements without outliers.
- Median — incomes, prices, response times; anything skewed.
- Mode — categories, sizes, votes; “what's most common?”
Compute all three at once
The average calculator takes any pasted list and returns mean, median, mode, range and sum together — the disagreement between them is visible instantly. To measure how spread out the data is, continue to the standard deviation calculator.