Statistics Calculator

Mean, median, and mode measure the "center" of a data set in three different ways, and picking the wrong one for a skewed data set can genuinely mislead. A single extreme outlier can drag the mean far from what most of the data actually looks like, while median stays put. This calculates all three, plus standard deviation and variance, from any data set you paste in.

12 valid numbers detected

Count (n)

12

Sum

236

Mean

19.6667

Median

18

Mode

18

Range

18

Min

12

Max

30

Std Dev (pop)

5.2493

Std Dev (sample)

5.4828

Variance (pop)

27.5556

Variance (sample)

30.0606

Q1 (25th pctl)

15.75

Q3 (75th pctl)

22.75

IQR

7

Data distribution

1230

Sorted: 12, 14, 15, 16, 18, 18, 18, 21, 22, 25, 27, 30

How to use the Statistics Calculator

  1. Enter your numbers separated by commas, spaces, or line breaks.
  2. The calculator instantly computes all descriptive statistics for your data set.
  3. Review measures of central tendency (mean, median, mode), spread (standard deviation, variance, range), and position (quartiles, min, max).
  4. Use both population and sample standard deviation depending on whether your data represents an entire population or a sample.

Why mean and median can tell very different stories

Mean is sensitive to every value in a data set, including outliers. This is exactly why "average household income" is almost always meaningfully higher than "median household income": a small number of very high earners pull the mean upward, while the median (the middle value) isn't affected by how extreme the top values are, only by their relative position. When a data set has extreme outliers or is heavily skewed, median generally gives a more representative picture of a "typical" value than mean does.

Frequently asked questions

What's the difference between standard deviation and variance?

Variance is the average of squared deviations from the mean; standard deviation is simply its square root, which puts the measure back into the same units as the original data. This is why standard deviation is generally the more directly interpretable of the two.

When should I use median instead of mean?

When your data set has outliers or is skewed (income, home prices, response times with occasional extreme delays), median resists distortion from extreme values in a way mean doesn't.

Does it handle large data sets pasted directly in?

Yes, paste a full column of numbers rather than entering them one at a time. The calculator parses the full set and computes every statistic at once.

Related Guides