Standard deviation is one of the most important numbers in statistics. It tells you how spread out data points are from their mean. A small standard deviation means values cluster tightly. A large one means they are spread widely.

The Intuitive Explanation

Imagine two classes both scored a mean of 70 on an exam:

Same mean, completely different story. Standard deviation captures the difference. In Class A, most students performed similarly. In Class B, performance varied dramatically.

The Formula

s = โˆš[ ฮฃ(xแตข โˆ’ xฬ„)ยฒ / (nโˆ’1) ]

This formula: (1) finds how far each value is from the mean, (2) squares those distances (makes all positive), (3) averages the squared distances, (4) takes the square root to return to original units.

Step-by-Step Example

Dataset: 2, 4, 4, 4, 5, 5, 7, 9 (n=8)

Mean xฬ„ = 40/8 = 5.0

Squared deviations: (2โˆ’5)ยฒ=9, (4โˆ’5)ยฒ=1, (4โˆ’5)ยฒ=1, (4โˆ’5)ยฒ=1, (5โˆ’5)ยฒ=0, (5โˆ’5)ยฒ=0, (7โˆ’5)ยฒ=4, (9โˆ’5)ยฒ=16

Sum = 32. Variance sยฒ = 32/7 = 4.57. SD s = โˆš4.57 = 2.14

What is a "Normal" Standard Deviation?

There is no universally normal SD โ€” it depends on the scale of your data and context. A useful metric is the Coefficient of Variation (CV) = (SD/Mean) ร— 100%:

CVInterpretation
CV < 10%Low variability โ€” data is consistent
CV 10โ€“30%Moderate variability
CV > 30%High variability โ€” data is dispersed

Real-World Applications

The Empirical Rule

For normally distributed data, the empirical rule tells you what percentage of data falls within 1, 2, or 3 standard deviations of the mean: 68%, 95%, and 99.7% respectively. This makes SD extremely useful for identifying unusual values โ€” anything beyond 3 SDs is an extreme outlier (occurs only 0.3% of the time).

Calculate SD instantly using our free Descriptive Statistics Calculator.