Why variance is in squared units (and SD is not)

By Jude Wallis · Published

Variance squares each deviation from the mean before averaging, and squaring a distance in centimeters gives centimeters squared. The standard deviation is the square root of the variance, and taking that root undoes the squaring, returning the spread to plain centimeters.

AP Statistics: Unit 1 (topics 1.7 Summary Statistics for One Quantitative Variable). Measures of variability for one quantitative variable sit in Unit 1 of the Fall 2026 AP Statistics course, topic 1.7. Exam questions ask you to interpret spread in context, which means reporting the standard deviation in the data's own units; a variance in squared units cannot be interpreted that way.

Why variance comes out in squared units

One step in the formula does all of it: the squaring.

A deviation is a difference from the mean, so it carries the same unit as the data. Square that deviation and you square the unit along with the number. Centimeters become centimeters squared, dollars become dollars squared, minutes become minutes squared. Every later step in the variance formula, adding the squared deviations and dividing by a plain count, leaves the unit exactly where the squaring put it.

So the variance (s2s^2 for a sample, read "s squared") is measured in the square of the data's unit. The standard deviation (ss) is its square root, which cancels the squaring and lands back in the data's own unit. That is the whole story, and the rest of this page is that story with real numbers attached.

Follow the unit through the formula

Here is the sample variance, with xix_i a single data value, xˉ\bar{x} ("x-bar") the sample mean, and nn the number of values:

s2=1n1(xixˉ)2s^2 = \frac{1}{n-1}\sum (x_i - \bar{x})^2

Track the unit at each stage for heights measured in centimeters.

StepExpressionUnit
A data valuexix_icm
The meanxˉ\bar{x}cm
A deviationxixˉx_i - \bar{x}cm
A squared deviation(xixˉ)2(x_i - \bar{x})^2cm2\text{cm}^2
Their sum(xixˉ)2\sum (x_i - \bar{x})^2cm2\text{cm}^2
Divide by n1n-1s2s^2cm2\text{cm}^2
Take the square rootsscm

Two rows carry the weight. Squaring changes cm into cm2\text{cm}^2, and dividing by n1n-1 changes nothing, because n1n-1 is a count with no unit attached. Divide centimeters squared by 4 and you still have centimeters squared.

That is also why the mean itself is in cm and needs no fixing. The mean adds values and divides by a count, so nothing ever gets squared.

A concrete example: five heights in centimeters

Five students are measured, in centimeters: 160, 165, 170, 175, 180.

The mean is 8505=170\frac{850}{5} = 170 cm. The deviations are 10-10, 5-5, 00, 55, and 1010 cm. Square each one and the units go with them: 100, 25, 0, 25, and 100 cm2\text{cm}^2. Those add to 250 cm2\text{cm}^2.

s2=250 cm251=62.5 cm2s^2 = \frac{250 \text{ cm}^2}{5 - 1} = 62.5 \text{ cm}^2

A variance of 62.5 cm2\text{cm}^2 is a correct number, and it is also a number nobody can picture. Centimeters squared is an area unit. Nothing about these five students is an area, so there is no physical thing 62.5 cm2\text{cm}^2 describes.

Take the square root and the interpretation appears:

s=62.5 cm27.91 cms = \sqrt{62.5 \text{ cm}^2} \approx 7.91 \text{ cm}

A typical height in this group sits about 7.91 cm from the mean of 170 cm. That sentence works because 7.91 is in centimeters, the same unit as the heights it is being compared with.

Why the square root is the fix, not a trick

Square roots undo squares for units in exactly the way they undo squares for numbers. If s2s^2 is in cm2\text{cm}^2, then s2\sqrt{s^2} is in cm2=cm\sqrt{\text{cm}^2} = \text{cm}. Nothing is being handled loosely here; it is the same algebra that turns an area of 9 m2\text{m}^2 into a side length of 3 m.

This is why almost everything downstream uses the standard deviation rather than the variance. A z-score subtracts the mean and divides by the standard deviation, and that division only produces a clean unitless number because the top and the bottom share a unit. The empirical rule counts standard deviations out from the mean along the same axis the data live on. Both would break if you fed them a variance.

So the division of labor is simple. Variance is what the algebra is built from, and the standard deviation is what you report and interpret. Standard deviation vs variance sets the two side by side, and what standard deviation actually means unpacks the interpretation sentence.

Check it by changing units: centimeters to meters

Convert the same five heights to meters: 1.60, 1.65, 1.70, 1.75, 1.80. Nothing about the students changed, only the ruler.

Run the same arithmetic and the sample variance comes out as 0.00625 m2\text{m}^2, while the standard deviation is about 0.0791 m.

Now check the conversion. Since 1 cm = 0.01 m, one cm2\text{cm}^2 equals 0.01×0.01=0.00010.01 \times 0.01 = 0.0001 m2\text{m}^2. So

62.5 cm2×0.0001m2cm2=0.00625 m262.5 \text{ cm}^2 \times 0.0001 \frac{\text{m}^2}{\text{cm}^2} = 0.00625 \text{ m}^2

which matches. The standard deviation converts the ordinary way instead: 7.91 cm×0.01mcm=0.0791 m7.91 \text{ cm} \times 0.01 \frac{\text{m}}{\text{cm}} = 0.0791 \text{ m}.

That difference is the point. Rescale your data by a factor aa and the variance is multiplied by a2a^2 while the standard deviation is multiplied by a|a|. Double every value and the variance quadruples, from 62.5 to 250, while the standard deviation only doubles, from about 7.91 to about 15.81. A quantity whose value depends on the square of the scale factor is, by definition, living in squared units.

Use the units as an error check

Units catch mistakes faster than re-reading arithmetic does. Three habits worth keeping.

  • Any spread you interpret in context should be in the data's own unit. If you find yourself writing "a typical student is about 62.5 from the mean" and the 62.5 came out of a variance calculation, you have skipped the square root. The typical distance is 62.57.91\sqrt{62.5} \approx 7.91 cm.
  • Adding a constant to every value cannot change either one. Add 10 cm to all five heights and the deviations are untouched, so the variance stays at 62.5 cm2\text{cm}^2 and the standard deviation stays at about 7.91 cm. Shifting the data moves the center, not the spread.
  • Label the variance when you write it down. Writing 62.5 cm2\text{cm}^2 rather than a bare 62.5 makes it much harder to hand the number to a z-score or an empirical-rule statement by mistake.

One more consequence worth knowing. Variances of independent quantities add, and standard deviations do not, which is why formulas that combine spread are written with s2s^2 and σ2\sigma^2 and end with a square root at the very last step. Squared units are the price of that convenient algebra.

Once the number is back in the data's units, the next question people ask is whether it is a large one. That has no answer without context, which is a higher standard deviation better takes apart.

Variance and standard deviation of five heights, units tracked

Five students have heights, in centimeters, of 160, 165, 170, 175, 180. Find the sample variance and the sample standard deviation, and state the unit at every step.

  1. Find the mean. The sum is 160+165+170+175+180=850160 + 165 + 170 + 175 + 180 = 850 cm, so xˉ=8505=170\bar{x} = \frac{850}{5} = 170 cm.

  2. Find each deviation xixˉx_i - \bar{x}, in cm: 160170=10160 - 170 = -10, 165170=5165 - 170 = -5, 170170=0170 - 170 = 0, 175170=5175 - 170 = 5, 180170=10180 - 170 = 10.

  3. Square each deviation. The unit squares with it: (10)2=100(-10)^2 = 100, (5)2=25(-5)^2 = 25, 02=00^2 = 0, 52=255^2 = 25, 102=10010^2 = 100, all in cm2\text{cm}^2.

  4. Add the squared deviations: 100+25+0+25+100=250100 + 25 + 0 + 25 + 100 = 250 cm2\text{cm}^2.

  5. Divide by n1=51=4n - 1 = 5 - 1 = 4. The divisor is a plain count with no unit, so the unit does not change: s2=2504=62.5s^2 = \frac{250}{4} = 62.5 cm2\text{cm}^2.

  6. Take the square root to return to the data's unit: s=62.57.9057s = \sqrt{62.5} \approx 7.9057, which rounds to 7.91 cm.

  7. Interpret only the second number. A typical height in this group is about 7.91 cm away from the mean height of 170 cm. There is no comparable sentence for 62.5 cm2\text{cm}^2.

Sample variance s2=62.5s^2 = 62.5 cm2\text{cm}^2 and sample standard deviation s7.91s \approx 7.91 cm. The variance is in centimeters squared because every deviation was squared; the square root cancels that squaring and puts the standard deviation back in centimeters.

The same data in meters confirms the squared unit

Convert those five heights to meters (1.60, 1.65, 1.70, 1.75, 1.80) and recompute the variance and standard deviation. Show that the variance converts by the square of the conversion factor while the standard deviation converts by the factor itself.

  1. The mean is 8.505=1.70\frac{8.50}{5} = 1.70 m.

  2. The deviations, in meters, are 0.10-0.10, 0.05-0.05, 00, 0.050.05, 0.100.10.

  3. Squared: 0.010.01, 0.00250.0025, 00, 0.00250.0025, 0.010.01, all in m2\text{m}^2. Their sum is 0.0250.025 m2\text{m}^2.

  4. Divide by n1=4n - 1 = 4: s2=0.0254=0.00625s^2 = \frac{0.025}{4} = 0.00625 m2\text{m}^2.

  5. Square root: s=0.006250.0791s = \sqrt{0.00625} \approx 0.0791 m.

  6. Check the variance against the centimeter answer. The conversion factor is a=0.01a = 0.01 (one centimeter is 0.01 meters), and variance scales by a2=0.0001a^2 = 0.0001: 62.5×0.0001=0.0062562.5 \times 0.0001 = 0.00625, which matches.

  7. Check the standard deviation, which scales by aa itself: 7.9057×0.01=0.0790577.9057 \times 0.01 = 0.079057, which matches 0.0791 m to four decimals.

  8. Confirm the two agree as descriptions: 0.07910.0791 m is 7.917.91 cm, the same spread expressed on a different ruler.

In meters, s2=0.00625s^2 = 0.00625 m2\text{m}^2 and s0.0791s \approx 0.0791 m. The variance changed by a factor of 0.0001=0.0120.0001 = 0.01^2 while the standard deviation changed by a factor of 0.010.01. Scaling by the square of the conversion factor is exactly what a squared unit does.

Frequently asked questions

Why not use absolute values instead of squaring, so the units stay put?

You can, and that statistic exists: the mean absolute deviation. Squaring is preferred because it is smooth and differentiable, which makes the algebra behind least squares, the standard error, and the variance-addition rule work out cleanly. The cost is the squared unit, and the square root pays it back at the end.

Is the population variance in squared units too?

Yes. The population variance σ2\sigma^2 ("sigma squared") squares the deviations exactly the same way and divides by NN instead of n1n-1, so it is also in squared units. The population standard deviation σ\sigma is its square root and is back in the data's unit. Only the divisor differs, and a divisor never changes a unit.

Can the variance be negative?

No. Every term in the sum is a squared number, so every term is zero or positive, and dividing by a positive count keeps the total non-negative. A variance of exactly 0 means every value equals the mean, which makes the standard deviation 0 as well.

If the variance is hard to interpret, why compute it at all?

Because it is the quantity with the useful algebra. Variances of independent quantities add, standard deviations do not, so formulas that combine spread are written in variances and take a square root only at the end. In this course you usually compute the variance as the step on the way to the standard deviation.

How do I say a variance out loud in context?

Usually you do not. Convert to the standard deviation first and describe that instead. If a question insists on the variance, name the unit honestly, as in "the variance of the heights is 62.5 square centimeters," and add the standard deviation of about 7.91 cm so the reader has something interpretable.