📊
Scientific

Statistics Calculator

Free Statistics Calculator. Calculate mean, median, mode, standard deviation, variance, and other statistical measures quickly and accurately.

What does this Statistics Calculator do?

Beyond a simple average, this calculator measures how spread out your data is using variance and standard deviation — two of the most widely used statistics for understanding variability in a data set.

The formulas

Variance = average of the squared differences from the mean: Σ(x − mean)² ÷ n. Standard deviation is simply the square root of variance, which brings the measure back into the same units as your original data (variance is in "squared" units, which is harder to interpret intuitively).

Step-by-step example

For the data set 4, 8, 6, 5, 3, 9, 7: mean = 42 ÷ 7 = 6. The squared differences from the mean are 4, 4, 0, 1, 9, 9, 1 — summing to 28. Variance = 28 ÷ 7 = 4. Standard deviation = √4 = 2.

Tips & common mistakes

  • A low standard deviation means data points cluster tightly around the mean; a high one means they're spread widely — it's a measure of consistency, not size.
  • This calculator uses the population formula (divide by n). If you're working with a sample meant to represent a larger population, statisticians typically divide by n − 1 instead (Bessel's correction) — check which your context calls for.
  • Don't confuse variance and standard deviation — variance is in squared units and is rarely reported directly; standard deviation is the number people usually mean by "spread."

Frequently asked questions

This calculator uses the population standard deviation formula (dividing by n). For a sample standard deviation, you'd divide by n − 1 instead.