Standard Deviation Explained: A Step-by-Step Guide for 2026
Standard deviation is the topic students study, pass the quiz on, and forget by the next semester. It is also one of the most useful numbers in statistics: it tells you how spread out a data set is in a single number. Once you build a feel for it, every data interpretation gets easier — from grades to weather to opinion polls.
This guide explains what standard deviation actually measures, walks through the calculation step by step, distinguishes population from sample, and ends with interpretation tricks.
What Standard Deviation Measures
Standard deviation is the typical distance each data value is from the mean.
- A small standard deviation means data is clustered close to the mean.
- A large standard deviation means data is spread out.
Two classes can both have a mean test score of 80, but one might have most students near 80 (small SD) while the other has scores all over the place from 50 to 100 (large SD). Standard deviation captures that difference.
The Formula
For a population of N values:

\[\sigma = \sqrt{\frac{1}{N} \sum_{i=1}^{N} (x_i – \mu)^2}\]
For a sample of n values:
\[s = \sqrt{\frac{1}{n-1} \sum_{i=1}^{n} (x_i – \bar{x})^2}\]
The two differences:
– Population uses μ (the true mean); sample uses x̄ (the sample mean).
– Population divides by N; sample divides by n − 1.
Dividing by n − 1 (rather than n) is called Bessel’s correction. It corrects for the fact that using x̄ underestimates the true variance.
Six Steps to Compute Standard Deviation
- Find the mean.
- Subtract the mean from each value to get deviations.
- Square each deviation.
- Add the squared deviations.
- Divide by N (population) or n − 1 (sample). This is the variance.
- Take the square root. This is the standard deviation.
Worked Example (Population)
Data: 4, 8, 6, 5, 3 (suppose this is the whole population).
Step 1: Mean = (4 + 8 + 6 + 5 + 3) / 5 = 26 / 5 = 5.2.
Step 2: Deviations: −1.2, 2.8, 0.8, −0.2, −2.2.
Step 3: Squared deviations: 1.44, 7.84, 0.64, 0.04, 4.84.
Step 4: Sum: 14.8.
Step 5: Variance: 14.8 / 5 = 2.96.
Step 6: Standard deviation: √2.96 ≈ 1.72.
So a typical value is about 1.72 units from the mean of 5.2.
Worked Example (Sample)
Same data, but treated as a sample of a larger population.
Steps 1 through 4 identical. Sum of squared deviations: 14.8.
Step 5: Sample variance: 14.8 / (5 − 1) = 14.8 / 4 = 3.7.
Step 6: Sample standard deviation: √3.7 ≈ 1.92.
The sample standard deviation (1.92) is slightly larger than the population one (1.72). That is Bessel’s correction at work.
Why Square the Deviations?
If you just summed the deviations directly, the positive and negative ones would cancel and you would always get 0. (Try it: the deviations −1.2, 2.8, 0.8, −0.2, −2.2 add to exactly 0.)
Squaring makes every term positive and emphasizes large deviations more than small ones. Taking the square root at the end returns to the original units.
Variance vs. Standard Deviation
- Variance is the average of squared deviations (step 5).
- Standard deviation is the square root of variance (step 6).
Variance is in squared units (squared dollars, squared inches), which makes it hard to interpret. Standard deviation is in the same units as the original data, which is why it is the more useful number for everyday interpretation.
Population vs. Sample: When to Use Which
- Population: you have data for every member of the group. Use σ and divide by N. Example: the heights of every student in a small classroom.
- Sample: you have data for a subset of a larger group. Use s and divide by n − 1. Example: 30 random voters chosen from a state.
On the SAT, the test usually uses the population formula. In a college statistics course, sample is the default.
Interpretation: The 68-95-99.7 Rule
For a normal distribution (bell curve):
– About 68% of values fall within 1 standard deviation of the mean.
– About 95% fall within 2 standard deviations.
– About 99.7% fall within 3 standard deviations.

Adult IQ scores: mean 100, SD 15.
68% of people score between 85 and 115.
95% score between 70 and 130.
99.7% score between 55 and 145.
This rule is the single most-asked statistical fact on the AP Statistics exam.
Z-Scores
A z-score tells you how many standard deviations a value is from the mean.
\[z = \frac{x – \mu}{\sigma}\]
A test score is 82, the mean is 75, and the SD is 5. Z = (82 − 75) / 5 = 1.4.
The score is 1.4 standard deviations above the mean — better than about 92% of test-takers (from a z-table).
What Changes the Standard Deviation?
- Adding the same number to every value: SD unchanged.
- Multiplying every value by k: SD multiplied by |k|.
- Adding a new value equal to the mean: SD decreases slightly.
- Adding a new outlier: SD increases significantly.
These are common SAT comparison questions.
Comparing Two Data Sets
Sometimes you do not even need to compute the SD. You can compare visually:
| Data set | Visual cue |
|---|---|
| Smaller SD | Tighter cluster, more values near the mean |
| Larger SD | Wider spread, more values far from the mean |
If you see a histogram tightly bunched in the middle with no tails, its SD is small. If you see a spread-out distribution with long tails, its SD is large.
Common Mistakes
- Forgetting to take the square root. That gives you variance, not standard deviation.
- Dividing by N when you should divide by n − 1. Sample data uses n − 1.
- Using the median instead of the mean as the center. Standard deviation always uses the mean.
- Confusing standard deviation with standard error. Standard error is the standard deviation of the sample mean, not the data itself.
- Computing without sorting. Sorting is unnecessary for SD; doing it wastes time.
A Quick Cheat Sheet
| Concept | Formula |
|---|---|
| Population SD | σ = √(Σ(x − μ)² / N) |
| Sample SD | s = √(Σ(x − x̄)² / (n − 1)) |
| Variance | square of SD |
| z-score | (x − μ) / σ |
| 68-95-99.7 rule | Normal distribution only |
Frequently Asked Questions
Is standard deviation always positive?
Yes. It is the square root of a non-negative variance, and we always take the positive root.
Can standard deviation be zero?
Yes, if all data values are identical. Then there is no spread.
Why do we divide by n − 1 for a sample?
Because using the sample mean (instead of the true population mean) leads to an underestimate of variance. Dividing by n − 1 corrects the bias.
Do calculators compute standard deviation?
Yes. Most graphing calculators have a “1-Var Stats” function that returns both σ (called σₓ) and s (called sₓ).
Is standard deviation on the SAT?
Yes, conceptually. The SAT does not ask you to compute one from raw data but does ask you to compare standard deviations across data sets.
Closing Thought
Standard deviation is six clean steps (find the mean, take deviations, square, sum, divide, square root) and one big idea (the typical distance from the mean). Memorize the formula, drill the steps, and learn the 68-95-99.7 rule. The topic stops feeling abstract within a week.
For more practice, browse our Statistics worksheets and our full Math Topics library. When you are ready for a structured workbook, our Statistics collection covers spread, variance, and probability in depth.
Related to This Article
More math articles
- 8th Grade MEAP Math FREE Sample Practice Questions
- 4th Grade OST Math Worksheets: FREE & Printable
- How to Use Partial Products to Multiply One-Digit Numbers By Multi-digit Numbers
- SAT Math Level 2 Calculator Tips to Boost Your Score
- The Best Grade 6 ELA Practice Tests for Louisiana Students
- Top 10 GED Math Prep Books to buy! (2026 Picks)
- FREE 8th Grade MEAP Math Practice Test
- Free Colorado CMAS Grade 3 Math Practice: 49 Printable PDFs for Classrooms, Tutors, and Parents
- Free Grade 8 English Worksheets for Missouri Students
- Free Grade 6 English Worksheets for South Dakota Students





























What people say about "Standard Deviation Explained: A Step-by-Step Guide for 2026 - Effortless Math"?
No one replied yet.