Mean, Median, Mode Calculator
Full descriptive statistics on any dataset. Paste numbers separated by commas, spaces, or newlines.
Statistics
Count
—
Sum
—
Mean
—
Median
—
Mode
—
Range
—
Min
—
Max
—
Q1 (25%)
—
Q3 (75%)
—
Sample SD
—
Pop. SD
—
When each is the "right" average
- Mean — the workhorse. Sensitive to outliers; one billionaire in a room of 99 students moves the mean dramatically.
- Median — robust to outliers. The middle value. House prices, salaries, anything with skew — report the median.
- Mode — most common value. Useful when values are categorical (shoe sizes, survey ratings).
Sample vs population SD
If your numbers are the whole population, use the population SD. If they're a sample meant to estimate a larger population, use sample SD (divides by n−1, which corrects for the slight underestimate that comes from using your sample's mean rather than the true mean).