← All posts

Mean, Median, Mode: When to Use Which

May 9, 2026 · 4 min · mean median mode · statistics · math help

"Average" is a vague word. Statistics has three precise versions, each useful for a different shape of data.

Mean — the arithmetic average

Add everything, divide by count. Best for symmetric data without extreme values.

Bad for: data with outliers. One billionaire in a town pulls the mean income way up.

Median — the middle value

Order the data. Pick the middle one. For an even count, average the two middle ones.

Best for: skewed data, especially income, house prices, exam scores with a few absent students at zero.

Mode — the most common value

Best for: categorical data ("most common shoe size") and bimodal distributions where two values dominate.

A data set can have no mode, one mode, or several.

Quick worked example

Test scores: 4, 6, 7, 7, 8, 9, 100

  • Mean = 141 / 7 = 20.1 (misleading because of the 100)
  • Median = 7 (the actual centre)
  • Mode = 7 (the most frequent)

The mean here is the worst summary. The median tells the real story.

Range and standard deviation

Mean and median tell you the centre. Range and standard deviation tell you the spread.

  • Range = max - min. Easy to compute, sensitive to outliers.
  • Standard deviation = how spread out the data is from the mean. Harder to compute by hand, far more useful.

On the calculator

Most scientific calculators have a STAT mode that computes mean, median, and standard deviation in seconds. Learn it before the exam, not during.

Try the average calculator →