Interactive guide

Three ways to answer "what's typical here?"

Mean, median, and mode all try to summarize a pile of numbers with a single one, but they disagree about what "typical" means, and that disagreement is the entire point of having three of them. Drag some points around and watch.

The mean chases every point; the median mostly ignores them

The mean is the arithmetic average: add every value, divide by how many there are. Because every single point contributes to that sum, moving any point by some amount moves the mean too, proportionally.

The median is just the middle value once everything is sorted; it only cares about order, not size. Drag the largest point from 9 to 900 and the median doesn't move at all; it's still the same point sitting in the middle.

The mode is simply whichever value shows up most often: the tallest stack below. With continuous, all-different data there may be no mode at all; it only means something once values repeat.

11 points below, snapped to whole numbers so repeats (and a mode) are actually possible. Drag any of them.

The three definitions

  1. 1

    Mean = sum ÷ count

    x̄ = (x₁+x₂+...+xₙ) / n. Sensitive to every value, including extreme ones.

  2. 2

    Median = the middle, once sorted

    Odd n: the single middle value. Even n: the average of the two middle values. Unaffected by how extreme the extremes are.

  3. 3

    Mode = the most frequent value

    Whatever repeats most. Can be one value, several (tied), or none at all if nothing repeats.

  4. 4

    None of them is "the" right answer

    Household income is usually reported as a median for exactly this reason: a handful of billionaires would drag the mean far from what's actually typical.

Drag any point along the line; it snaps to the nearest whole number.

Mean Median Mode Mean Median

a point    stacked dots at the same value show up as a tower: the tallest tower is the mode.

Drag a point to see how each measure reacts.

Mean
Median
Mode

Numbers = [ ]

Skewness: the three measures come apart in a fixed order

When a distribution is symmetric, mean, median, and mode all sit in the same place. Stretch a long tail out to one side, though, and they split apart, always in the same order relative to that tail, because the mean is pulled toward it while the mode (the peak of the bars) barely moves.

Try each preset below and watch where the three markers land.

The pattern to remember

  1. 1

    Symmetric

    Mean = median = mode. No tail pulling in either direction.

  2. 2

    Right-skewed tail points right

    mean > median > mode. The rare high values pull the mean up more than the median.

  3. 3

    Left-skewed tail points left

    mean < median < mode. Mirror image: the tail now drags the mean down instead.

  4. 4

    Bimodal

    Two peaks tie for mode. Mean and median both land in the valley between them, describing neither peak.

Pick a shape and see where mean, median, and mode land.

Mean Median

mean   median   mode

Mean
Median
Mode

The jargons

Mean, median, and mode all claim to describe a dataset’s “typical” value — they only agree when the data is symmetric and unimodal, and the rest of this list is about what happens once it isn’t.

Mean

The arithmetic average. Uses every value's exact size, which is exactly why it's sensitive to extreme ones.

Median

The middle value in sorted order. Depends only on rank, not magnitude: an extreme value only matters that it's the biggest, not how big.

Mode

The most frequent value. The only one of the three that also makes sense for non-numeric (categorical) data, "most common favorite color," for instance.

Skewness

A measure of a distribution's asymmetry: which direction its tail stretches, and how far. Zero for a symmetric distribution.

Outlier

A value far from the rest of the data. Disproportionately affects the mean while leaving the median almost untouched: the core reason robust statistics prefer the median for skewed data.

Bimodal

A distribution with two distinct peaks, often a sign that the data is secretly a mix of two different groups, each with its own typical value.

A teaching tool: both datasets are small and fixed for reproducibility, and every statistic shown is computed live from whatever values are currently on the chart, not looked up from a table.