Figuro.net
← Back to blog

Standard Deviation Explained: What It Actually Measures, in Plain English

Math · 6 min read · Published 2026

Standard deviation shows up everywhere from test score reports to weather forecasts to financial risk analysis, but it's often introduced with formulas before anyone explains what it's actually for. In plain terms: standard deviation measures how spread out a set of numbers is around its average.

What standard deviation actually tells you

Imagine two classes of students who both average 75% on a test. In Class A, every student scored between 70% and 80%. In Class B, scores ranged from 40% to 100%. Both classes have the identical average — but they clearly don't describe the same situation. Standard deviation is the number that captures this difference: Class A would have a low standard deviation (scores tightly clustered near the average), while Class B would have a high one (scores widely scattered).

The calculation, step by step

To calculate standard deviation for a data set:

Variance (σ²) = Σ(x − mean)² ÷ n Standard deviation (σ) = √Variance

The square root step matters because variance is in "squared units" (if your data is in dollars, variance is in dollars-squared, which isn't intuitive). Taking the square root brings the number back to the original units, making it directly comparable to the data itself.

Population vs. sample standard deviation

There are two versions of this formula depending on whether your data represents an entire population or just a sample of a larger group:

This distinction, sometimes called Bessel's correction, is a common source of confusion — and the reason two different calculators can give slightly different answers for the same numbers.

A quick worked example

Take the data set 4, 8, 6, 5, 3. The mean is 5.2. The squared differences from the mean are 1.44, 7.84, 0.64, 0.04, and 4.84, which average to a variance of 2.96. The square root of 2.96 is approximately 1.72 — that's the standard deviation, meaning most values in this small data set sit within roughly ±1.72 of the mean.

Want the mean, variance, and standard deviation of your own data set calculated automatically?

Try the Calculator →