Math

Statistics Calculator: Mean, Median, Mode, and When Each One Is Right

By David Brown · January 2026 · 3 min read

Mean, median, and mode all describe the center of a data set, but they tell you different things and behave differently in the presence of outliers. Choosing the wrong one misrepresents the data.

Mean (Average)

Sum of all values รท count of values.

Most useful when: data is roughly symmetrically distributed without extreme outliers.

Gets distorted by: outliers. One very large or very small value pulls the mean significantly.

Example where mean misleads: 5 people's incomes: $30,000 / $35,000 / $40,000 / $38,000 / $500,000. Mean = $128,600. This doesn't describe any of the five people's experience accurately.

Median

The middle value when sorted. For even counts, average the two middle values.

Most useful when: data has outliers or is skewed (income, home prices, hospital billing).

Less useful when: you need to do further math on the central tendency (median doesn't aggregate cleanly).

Same 5 incomes sorted: $30K / $35K / $38K / $40K / $500K. Median = $38,000. Much more representative of the typical person in this group.

Mode

The most frequently occurring value. Can be multiple values (bimodal, multimodal).

Most useful for: categorical data ("what's the most common shirt size we sell?"), discrete data with clear clusters.

Standard Deviation

Measures spread around the mean. Roughly 68% of data falls within one standard deviation of the mean; 95% within two standard deviations (for normally distributed data).

Low standard deviation = values clustered near the mean. High standard deviation = values spread widely.

Useful for: investment volatility, quality control, test score interpretation, any context where knowing "how typical is typical?" matters.

[Calculate statistics โ†’](https://doesitaddup.com)

This article is for informational purposes only. See our disclaimer.