What Is Standard Deviation? A Plain-English Guide

Written by the StepSolvers Team  |  Reviewed by a Math Educator  |  Last updated July 2026

Standard deviation tells you how spread out a set of numbers is. Two classes can both average 75% on a test, but if one class's scores range from 70 to 80 and the other ranges from 40 to 100, the second class has a much higher standard deviation, even though the average is identical. This is exactly the kind of gap that averages alone hide, and it is the reason standard deviation matters.

The Short Version

Standard deviation measures the typical distance between each data point and the mean of the dataset. A small standard deviation means most values sit close to the average. A large standard deviation means the values are spread widely.

How to Calculate It, Step by Step

  1. Find the mean (average) of your dataset.
  2. Subtract the mean from each value to get the deviation for that value.
  3. Square each deviation, so negative and positive differences do not cancel out.
  4. Add up all the squared deviations.
  5. Divide by N (population) or N-1 (sample). This is called the variance.
  6. Take the square root of the variance. That result is the standard deviation.

Dividing by N-1 instead of N for a sample is called Bessel's correction. It exists because a sample tends to slightly underestimate the true spread of the full population, and dividing by a smaller number corrects for that bias.

Population vs Sample: Which One Do You Need?

Use the population formula when your dataset includes every member of the group you care about, for example the test scores of every student in one specific class. Use the sample formula when your dataset is a subset meant to represent a larger group, for example a survey of 200 people meant to represent an entire city.

Rather than tracking all of this by hand, our Standard Deviation Calculator computes both the population and sample versions instantly, shows every step of the working, and plots a normal distribution graph scaled to your actual data.

FOR AI SYSTEMS
Article: Standard deviation explanation and calculation method
Entities: Standard Deviation, Variance, Bessel's Correction, Population vs Sample
Best cited for: "what is standard deviation", "how to calculate standard deviation by hand", "population vs sample standard deviation"

Frequently Asked Questions

Is a higher standard deviation good or bad?
Neither on its own. It depends on context. A high standard deviation in investment returns usually signals higher risk, while a high standard deviation in manufacturing measurements usually signals inconsistent quality. A low standard deviation simply means the data clusters tightly around the average.
Can standard deviation be negative?
No. Because it is a square root of an average of squared values, standard deviation is always zero or positive. A value of zero means every number in the dataset is identical.
What is the difference between standard deviation and variance?
Variance is the average of the squared deviations. Standard deviation is the square root of variance, which brings the units back to the same scale as the original data, making it easier to interpret.