Standard Deviation and Variance: Measuring the Spread
The average says where; the spread says how wide
By Daon Opus · Updated September 25, 2026
My daughter and her friend both take the same weekly quiz. Her friend is a steady 90, every single week. My daughter swings from a 65 to a 98 like a metronome on coffee. Their averages are nearly identical — yet no report card in the world would tell you they are different learners. Both got an “A minus!” one would say. That missing information is the spread: how wide the numbers wobble around the average. Other guides answered which middle number to trust — the mean, median, or mode. This one asks the second question that any useful statistic must answer: once you have the center, how far do the stones scatter? The range is a quick glance; variance and standard deviation are the actual measurement.
The Problem the Average Hides
Sit both quiz streaks side by side. Freya: 90, 90, 90, 90, 90. Mia: 65, 98, 92, 61, 99. Both sum to 450, so both average 90. The moment someone quotes “90,” you know the center of each data set, but you cannot tell the steady learner from the roller coaster. That is not a flaw in the average — the average did its job. It described the middle. It is just that no single number describes a data set. Every honest data story needs two: one for the middle, one for the spread.
Deviations: How Far Each Number Misses the Middle
Start with the distance each value keeps from the mean — its deviation. For Freya, every score sits exactly 0 away from 90. For Mia: 65 is 25 below, 98 is 8 above, 92 is 2 above, 61 is 29 below, 99 is 9 above. Those five little distances are the raw material of spread. A data set with tiny deviations is compact and predictable; one with giant deviations is volatile.
The natural move — “just average the deviations” — dies on arrival. Mia’s deviations are −25, +8, +2, −29, +9, and they add to −35. Every deviation below the mean is a negative number, every one above is positive, and over a symmetric set they cancel toward zero. The average deviation of any data set is zero by construction. It is a broken ruler. Whatever we build next has to survive this cancellation.
The Recipe: Square, Average, Square Root
The fix statisticians landed on is squaring the deviations before averaging them. Squaring turns every negative distance positive, so nothing cancels.
Mia’s deviations: −25, +8, +2, −29, +9
Squared: 625, 64, 4, 841, 81 → add → 1615
Variance = 1615 / 5 = 323
Standard deviation = √323 ≈ 18.0
The variance is the average squared deviation. The standard deviation (SD) is its square root, which drags the measurement back into the original units: eighteens of a quiz point, not squared quiz points. Freya’s SD is 0; Mia’s is about 18. Two identical averages, and now the report card finally tells the real story.
Why leave the root at the end and not just average the absolute distances? Both work as ideas; the squared version was chosen because it connects to every tool in the statistics room — the normal curve, least-squares fitting, the z-score below — while absolute values do not. Squaring also pays a bonus nobody asks for: it punishes far outliers harshly, which is usually the right temperament for a spread measure.
Why “n minus 1” Appears in Real Formulas
Flip open a spreadsheet and the function is STDEV, not STDEV.P, for a reason. When your five quizzes are the whole story — the entire class of five — divide by 5, as above. When the five are just a sample of a much bigger population, divide by n − 1 instead. A sample tends to sit a little closer to its own mean than the whole population sits to it, so the spread comes out slightly small. One fewer in the denominator nudges the estimate back up. Nobody minds if you remember it as “give the sample the benefit of the doubt.”
The Standard Deviation as a Ruler: z-Scores
The SD does double duty as a unit of measurement. Ask how extreme a score is and the answer is “how many standard deviations from the mean” — the z-score: (value − mean) / SD. In Mia’s class, everyone’s SD is 18, so her 98 sits about 0.44 SD above the class mean, and her 61 about 1.6 below. Freya’s eternal 90 sits exactly on the mean, at a z-score of 0. The z-score turns any data set, in any units — quiz points, inches, dollars — into the same language, which is why athletes, weather, and test reports all use it when they say something is “unusually high.”
Slip Points That Predict Wrong Answers
- Squaring but forgetting the square root. Variance and SD are not interchangeable; variance is in squared units. Rounded carelessly, 323 points squared gets quoted as if it were quiz points.
- Reading SD as “the average distance.” It is the root-mean-square distance — close, but the squaring lets big outliers pull harder than a plain average would. Good enough for intuition; wrong for exact claims.
- Choosing sample or population by mood. Entire data set, divide by n. Slice of a bigger set, n − 1. The convention exists to correct a real bias, not to decorate the formula.
- Declaring the bigger SD “better.” Bigger spread is worse for predictability, but markets, weather, and creative work sometimes want wide variety. The SD reports; it does not judge.
Quick Practice Problems
- Scores 4, 6, 8. Mean = 6. What are the deviations?
Answer: −2, 0, +2. They sum to zero — the average deviation is useless.
- Same 4, 6, 8: variance?
Answer: squares 4, 0, 4; average = 8/3 ≈ 2.67. Population SD = √2.67 ≈ 1.63.
- Scores 2, 3, 4 and 0, 3, 6 — which has larger spread?
Answer: both average 3, but {0, 3, 6} has the larger SD — the extremes pull the spread up.
- A class mean of 70 and SD of 10. A raw score of 85 — z-score?
Answer: (85 − 70) / 10 = 1.5 — a score 1.5 standard deviations above the mean.
Frequently Asked Questions
Why do we square instead of using absolute values?
Squaring keeps every deviation positive, which fixes the cancellation problem, and it plugs into later tools the absolute version can’t handle. The side effect — amplifying outliers — is usually desirable in a spread measure.
Is a small standard deviation always good?
Only if you value predictability. A consistent product, test score, or delivery time is usually a small SD. But a stock or a temperature can legitimately want variety. The SD is a measurement, not a verdict.
How is SD different from the range?
The range uses only the two extreme points. The SD uses every data point, so it survives one crazy outlier without pretending the whole set is wild. Two data sets can share a range yet have very different spreads.
Do I need to compute this by hand for real life?
Rarely — a spreadsheet does it. What matters is reading the output: whether a number like “an average of 90” hides a steady learner or a roller coaster. When someone quotes only an average, the spread is the question you ask next.
Run the two-number test this week. Next time a chart, a grade report, or a news headline quotes an average, ask for its second number — the spread — and see whether the average is telling the truth or a fairy tale. Practice spotting spread in your own data with free math tutor apps or bring a suspicious “average” to Math Q&A and we will unpack it together.