Back to all articles
Math5 min read

Averages Mislead: Choosing Between Mean, Median, and Mode

Why does “average salary” always feel inflated? Because extreme values pull the mean. Pick the right statistic to see the data clearly.

Under any story about “average salary,” someone always says they feel averaged away. That feeling is often justified — the mean is extremely sensitive to outliers.

What the three statistics are

  • Mean: the sum of all values divided by the count. The most common, but heavily influenced by extremes.
  • Median: the middle value once everything is sorted. Unaffected by extremes.
  • Mode: the most frequent value. Best for categorical data.

A clear example

A company has 10 employees: nine earn $8,000 a month and the CEO earns $92,000. The mean is (9 × 8,000 + 92,000) ÷ 10 = $16,400, which sounds comfortable. The median is $8,000 — and that's the reality for most people there.

Whenever you read “average income,” ask: mean or median? For heavily right-skewed data like income or house prices, the median is almost always the more representative figure.

Which to use when

  • Mean: when the distribution is fairly even, with no extremes, and you want to use every value (e.g. average test scores).
  • Median: when there are outliers or clear skew (income, house prices, price growth).
  • Mode: for categorical data, such as the most popular color or the most common size.

Putting it into practice

The Average Calculator computes these quickly. For larger sets or to see the shape of the distribution, pair it with the Standard Deviation Calculator — the same mean with a different standard deviation can describe completely different situations.

Build one habit with every statistic you read: ask how it was calculated, who was sampled, and whether outliers exist. Those three questions defuse most misleading numbers.