CalQpro

What Is Standard Deviation? Plain-English Explanation with Examples

By Jorge Sanchez · April 20, 2026 · 6 min read

Bottom line: Standard deviation tells you how far data points typically stray from the average. Test scores of 70, 72, 68, 71 have a very low SD. Scores of 40, 55, 90, 95 have a high SD.

The average (mean) tells you the center of your data. But two datasets can have the same average while being completely different. Standard deviation measures the spread — how much individual values deviate from that average.

A Simple Example First

Two basketball players both average 20 points per game. But:

Standard deviation captures this difference. Player A has SD ≈ 1.6. Player B has SD ≈ 15.7.

How to Calculate Standard Deviation (Step by Step)

Using this sample dataset: 4, 8, 15, 16, 23, 42

  1. Find the mean:
    Mean = (4+8+15+16+23+42) ÷ 6 = 108 ÷ 6 = 18
  2. Subtract the mean from each value and square the result:
    ValueValue − Mean(Value − Mean)²
    4−14196
    8−10100
    15−39
    16−24
    23+525
    42+24576
  3. Calculate variance:
    Population variance = (196+100+9+4+25+576) ÷ 6 = 910 ÷ 6 ≈ 151.7
    Sample variance = 910 ÷ (6−1) = 910 ÷ 5 = 182
  4. Take the square root:
    Population SD = √151.7 ≈ 12.3
    Sample SD = √182 ≈ 13.5

Population SD vs. Sample SD

When do you divide by N vs. N−1?

What Is a Good Standard Deviation?

There's no universal "good" SD — it depends on context:

The 68-95-99.7 Rule (Normal Distribution)

For normally distributed data:

If IQ scores have a mean of 100 and SD of 15, then 95% of people have IQ between 70 and 130.

Standard Deviation Calculator

Enter your data set to calculate mean, variance, and standard deviation instantly.

Calculate Standard Deviation →

Jorge Sanchez · Live Event Production Specialist · CalQpro