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)

Frequently Asked Questions

When should I use median instead of mean?

Use median when your data contains outliers or is skewed, like income or home prices. For example, with incomes of $30K, $35K, $38K, $40K, and $500K, the median ($38,000) represents the typical person far better than the mean ($128,600). Median is also the right choice when you're describing real-world "typical" situations rather than doing further mathematical calculations.

Why did the mean income seem so high for those 5 people?

The one $500,000 income pulled the mean up to $128,600 even though four of the five people earned between $30K–$40K. This is the classic outlier problem—a single extreme value distorts the mean significantly. That's why the median ($38,000) is much more representative of what the typical person in that group actually earns.

What does standard deviation tell me that mean doesn't?

Mean tells you the center point, but standard deviation tells you how spread out the data is around that center. A low standard deviation means most values cluster near the mean (consistent), while a high standard deviation means values are scattered widely (variable). This matters for investment risk, test score consistency, or quality control—knowing the spread helps you understand how typical the typical value really is.

Can a data set have more than one mode?

Yes. If multiple values appear with the same highest frequency, you have a bimodal (two modes) or multimodal (three or more modes) distribution. Mode is most useful for categorical data like "which shirt size sells most?" or discrete data with clear clusters, rather than for continuous measurements like height or weight.

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