Standard deviation measures the typical distance between data values and the mean. A small standard deviation means the values stay close to the center. A larger one means the data is more spread out. Because the answer stays in the original units, it is usually easier to interpret than variance.

Use The Widget To Compare Spread

Move the spread slider first, then shift the center, then add an outlier. Watch which changes affect the standard deviation and which ones only move the whole data set.

Standard deviation explorer

Use the same five-point shape, then test three ideas: widening the spread makes the standard deviation grow, shifting every value together keeps it the same, and an outlier can change it fast.

Formula
Number line

Each dot is one value. The red line marks the mean. Standard deviation grows when the dots sit farther from that line.

-5.44mean 05.44
Current data: -4, -2, 0, 2, 4
SummaryCount: 5Mean: 0Mode: Population standard deviationSum of squared distances: 40Variance: 40 / 5 = 8Standard deviation: 2.828
What to notice

Changing the center shifts the whole group left or right, but it does not change the spread as long as the distances between points stay the same.

An outlier can pull the mean and usually makes the standard deviation larger because one squared distance becomes much bigger than the rest.

Distances from the mean
Valuex - mean(x - mean)^2
-4-416
-2-24
000
224
4416

What Standard Deviation Tells You

A standard deviation of 00 happens only when every value is the same. Beyond that, there is no universal cutoff for "small" or "large." The number only makes sense relative to the scale of the data set.

For example, a standard deviation of 22 points may be small on a 100100-point exam, but a standard deviation of 22 seconds may be large in a short race. Context matters.

Population Vs. Sample Standard Deviation

Use the population formula only when your data includes the full group you want to describe. If your data is a sample used to estimate a larger population, use the sample formula instead.

For a full population:

σ=1Ni=1N(xiμ)2\sigma = \sqrt{\frac{1}{N}\sum_{i=1}^{N}(x_i - \mu)^2}

For a sample:

s=1n1i=1n(xixˉ)2s = \sqrt{\frac{1}{n-1}\sum_{i=1}^{n}(x_i - \bar{x})^2}

That n1n-1 adjustment matters only in the sample case. It corrects for the fact that the sample mean xˉ\bar{x} is estimated from the same data.

Worked Example: Same Mean, Different Spread

Compare these two data sets:

  • Set A: 8,9,10,11,128, 9, 10, 11, 12
  • Set B: 6,8,10,12,146, 8, 10, 12, 14

Both have mean 1010. But Set B is more spread out, so it must have the larger standard deviation.

For Set A, the deviations from the mean are 2,1,0,1,2-2, -1, 0, 1, 2. Squaring gives 4,1,0,1,44, 1, 0, 1, 4, which sum to 1010. If you treat the set as a population, the variance is 10/5=210/5 = 2, so the standard deviation is

21.41\sqrt{2} \approx 1.41

For Set B, the deviations are 4,2,0,2,4-4, -2, 0, 2, 4. Squaring gives 16,4,0,4,1616, 4, 0, 4, 16, which sum to 4040. The population variance is 40/5=840/5 = 8, so the standard deviation is

82.83\sqrt{8} \approx 2.83

The means match, but the spread does not. That is exactly the job of standard deviation.

What To Notice In The Explorer

  1. Moving every value by the same amount changes the mean, but it does not change the standard deviation.
  2. Pulling values farther from the mean increases the standard deviation.
  3. A single outlier can change the result a lot because larger deviations are squared.

Try Your Own Version

Try your own version in the explorer with two data sets that share the same mean. Keep the center fixed, widen the spread, and check whether the standard deviation changes the way you expect.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →