What does standard deviation actually mean?
By Jude Wallis · Published
Standard deviation is roughly the typical distance between a data value and the mean, in the same units as the data. A standard deviation of 3.69 minutes means individual wait times sit about 3.69 minutes away from the mean of 17 minutes, some closer and some farther.
AP Statistics: Unit 1 (topics 1.7 Summary Statistics for One Quantitative Variable, 1.9 Comparisons of the Distributions for One Quantitative Variable). The Fall 2026 CED defines standard deviation in Unit 1 topic 1.7 as a typical deviation of the data values from their mean and lists it as a nonresistant measure of variability; standardized scores, which count standard deviations above or below the mean, appear in topic 1.9.
A typical distance from the mean
The AP course describes standard deviation as a typical deviation of the data values from their mean. That is the sentence to hold onto. If a data set has a mean of 17 minutes and a standard deviation of 3.69 minutes, then a value about 3.69 minutes away from 17 is unremarkable, while one sitting 15 minutes away is not.
The word "typical" is doing real work there, and it is meant literally rather than exactly. Standard deviation is not the plain average of the distances. It is built from squared distances, so values far from the mean count for more, and it usually comes out a little larger than the average distance.
The symbols: is the sample standard deviation, ("x-bar") is the sample mean, ("sigma") is the population standard deviation, and ("mu") is the population mean. This page uses , since nearly all data you meet is a sample.
Where the number comes from
Each part of the formula answers a problem created by the part before it.
- Deviations. Subtract the mean from each value, . That is the distance-from-center idea in its rawest form, with a sign attached.
- Squares. The raw deviations always add to exactly zero, so their average tells you nothing. Squaring makes every one of them positive, and it also weights the far-out values more heavily.
- Average. Add the squares and divide by . This average squared distance is the variance, . The divisor is rather than because the deviations were measured from the sample's own mean, which dividing by n - 1 explains in full.
- Square root. Undo the squaring from step 2.
Skip any step and the result stops meaning anything. Skip the squares and you get zero every time; skip the root and you are left in the wrong units. The five-step calculation by hand runs the whole thing on real numbers.
Why the square root matters
Variance is measured in squared units. If your data is in minutes, the variance is in minutes squared, which is not a quantity anyone can picture. The square root returns the answer to minutes. That is the whole reason standard deviation is reported more often than variance, even though the two carry identical information.
Because is in the original units, you can set it beside the data and it means something. You can say a value is one standard deviation above the mean, which is exactly what a z-score counts. The AP course defines a standardized score as the number of standard deviations a value falls above or below the mean, and that definition works only because , , and share units.
Units follow the data through conversions, too. Convert your minutes to seconds and is multiplied by 60 along with everything else, since changing the units of measurement changes the values of the calculated statistics.
What small and large look like on a dotplot
Here are two sets of five delivery times, in minutes, both with a mean of 20 minutes.
- Set A: 18, 19, 20, 21, 22 minutes. The dots sit in a tight clump. The squared deviations 4, 1, 0, 1, 4 total 10, so minutes.
- Set B: 10, 15, 20, 25, 30 minutes. The same five dots stretch across a range five times as wide. The squared deviations 100, 25, 0, 25, 100 total 250, so minutes.
Set B is Set A pulled away from the mean by a factor of 5, and its standard deviation is exactly 5 times as large: . On a dotplot, a small standard deviation looks like a narrow pile and a large one looks like dots scattered thinly across a wide axis.
Two data sets can share a mean and look nothing alike, which is why a center is never a description on its own. A description names shape, center, and variability plus any unusual features, and how to describe a distribution walks through the full checklist.
Interpretation sentences that earn credit
An interpretation names the variable, the individuals, and the units. Restating the number is not interpreting it.
The template for one distribution: the [variable] of the [individuals] typically vary about [s] [units] from the mean of [mean] [units].
Filled in: "The wait times of these six patients typically vary about 3.69 minutes from the mean wait time of 17 minutes."
For a comparison, name both numbers and say which is larger: "The Set B delivery times are more variable than the Set A times, because Set B's standard deviation of 7.91 minutes is larger than Set A's 1.58 minutes."
Three phrasings that do not earn the point:
- "The standard deviation is 3.69." That repeats the calculation with no context and no units.
- "The data is 3.69 away from the mean." No variable, no individuals, and it claims every value is exactly 3.69 away.
- "3.69 is a small standard deviation." Small next to what? Spread is only small or large relative to the mean or to another group.
Never negative, and zero only when every value is identical
A standard deviation cannot come out negative. Every squared deviation is zero or positive, so their sum is zero or positive, is positive, and the square root of a number that is not negative is not negative either. A negative is an arithmetic error, with no exceptions.
It reaches zero in exactly one situation: every value in the set is the same number. Take 7, 7, 7, 7. The mean is 7, all four deviations are 0, the sum of squares is 0, and . There is nothing for a value to be typically distant from.
Turn that around. If any two values differ, at least one squared deviation is positive, so . A standard deviation of zero is a claim that the data has no variability at all, which for real measurements usually means a column got copied wrong.
One outlier can move it a lot
Standard deviation is not resistant. The AP course lists the range and standard deviation as nonresistant measures of variability, and the median and IQR as resistant ones, because outliers barely touch that second pair.
The squaring is the reason. A value 40 units from the mean contributes to the sum of squares, while a value 4 units away contributes 16. One far-out point can dominate the entire sum, as the second worked example below shows: changing a single value leaves the median exactly where it was and multiplies by more than five.
There is a second consequence worth knowing. One of the two outlier rules in the AP course flags any value more than 2 standard deviations from the mean, and that rule uses the very the outlier has already inflated, which can hide the point it was meant to catch. The 1.5 IQR rule does not have that weakness, because quartiles ignore how extreme the extremes are.
When a distribution is strongly skewed or holds outliers, report the median and IQR instead. The comparison of standard deviation and IQR covers which one is the honest summary in each case.
Computing s and saying what it means
Six patients at a walk-in clinic wait 12, 15, 15, 18, 20, and 22 minutes to be seen. Find the sample standard deviation, write an interpretation in context, and compare the result with the plain average distance from the mean.
Find the mean: minutes.
Find the deviations : , , , , , and . They sum to , the standard check that the mean is right.
Square them: , , , , , and .
Add the squares: squared minutes.
Divide by : the sample variance is squared minutes.
Take the square root: minutes, or about 3.69 minutes.
Compare with the plain average distance, ignoring signs: minutes. The standard deviation is larger because squaring gives the two 5-minute deviations extra weight.
minutes. Interpretation: the wait times of these six patients typically vary about 3.69 minutes from the mean wait time of 17 minutes. The average distance from the mean is 3.0 minutes, a little smaller, which is why typical distance is a good description of rather than an exact definition.
What one outlier does to s
Eight bike-share trips last 10, 12, 13, 14, 15, 16, 17, and 19 minutes. Find the mean, median, and sample standard deviation. Then suppose the 19-minute trip was recorded wrong and was really 59 minutes, and recompute all three.
Original mean: the eight values sum to , so minutes.
Original deviations: , , , , , , , . Their squares are , , , , , , , , which add to .
Original standard deviation: , so minutes.
Original median: with 8 values it is the average of the 4th and 5th, minutes.
Now change 19 to 59. The new sum is , so the new mean is minutes, five minutes higher.
New deviations: , , , , , , , and . Their squares are , , , , , , , and . The first seven add to , so the total is .
New standard deviation: , so minutes.
New median: the 4th and 5th values are still 14 and 15, so the median is still 14.5 minutes. Using the median-excluded (TI-84) rule this site follows, the quartiles do not move either: the first quartile and the third quartile both before and after, so the IQR stays 4 minutes.
The single changed value leaves the median at 14.5 minutes and the IQR at 4 minutes, moves the mean from 14.5 to 19.5 minutes, and moves the standard deviation from about 2.88 to about 16.12 minutes, more than five times larger. That is what nonresistant means in practice.
Frequently asked questions
Is standard deviation the same as the average distance from the mean?
Not quite. The average distance (the mean absolute deviation) adds up the distances without signs and divides by . Standard deviation squares the distances first, averages, then takes a root, so far-out values count for more. It is always at least as large: in the clinic example the average distance is 3.0 minutes while minutes.
What does a standard deviation of 0 mean?
That every value in the data set is identical. Each deviation is 0, so the sum of squares is 0 and the root of 0 is 0. Any variation at all, even one value differing by a small amount, makes strictly greater than 0.
Can the standard deviation be bigger than the mean?
Yes, and it happens often with right-skewed data such as incomes or wait times. Take 1, 1, 1, and 25: the mean is , the squared deviations are , , , and , which total , so and . A standard deviation of 12 against a mean of 7 is a signal that the distribution is strongly skewed.
Does a large standard deviation mean the data is bad?
No, it means the values are spread out, and whether that is good depends entirely on context. A large standard deviation in the fill weights of a cereal machine is a problem, since you want consistency. A large standard deviation in the ages of a town's residents is just a description of the town.