Standard Deviation Calculator

Measure how tightly a data list clusters around its mean, compare population and sample standard deviation, inspect variance, and understand outlier-driven spread.

Spread is distance from the mean

Every value contributes by how far it sits above or below the average. Standard deviation summarizes those distances in the original data unit, while variance keeps the squared version.

Read a data list in four passes

  1. Enter the values.
  2. Find the mean.
  3. Inspect deviations from the mean.
  4. Compare variance and standard deviation.

Loading tool...

Population, sample, and variance formulas

Choose population when the list is the whole group; choose sample when it estimates a larger group.

Population varianceσ2=inxi-μ2n
Population standard deviationσ=inxi-μ2n
Sample variances2=inxi-x¯2n-1
Sample standard deviations=inxi-x¯2n-1

Variance is squared spread; standard deviation returns to the original unit

Variance can feel abstract because deviations are squared. Taking the square root gives standard deviation, which is easier to compare with the original values.

Outliers and interpretation checks

  • One large value can inflate spread.
  • Compare with and without a suspected outlier when appropriate.
  • Small standard deviation means values cluster near the mean.
  • Large standard deviation means values are dispersed.

FAQ

Why does sample standard deviation divide by n - 1?

A sample uses its own mean to estimate a larger population, which tends to understate spread unless the denominator is adjusted.

What does a high standard deviation mean?

It means values are farther from the mean on average; check the data list because one outlier may be responsible for much of that spread.