Standard deviation in statistics measures how spread out the data is around the mean (average).

What is standard deviation in statistics?

In simple terms, standard deviation tells you, on average, how far each data point is from the mean.

  • Low standard deviation → values are packed closely around the mean, data is more consistent.
  • High standard deviation → values are scattered widely, data is more variable.

Mathematically, standard deviation is the square root of the variance, where variance is the average of the squared differences from the mean.

Intuitive example

Suppose two classes took the same test:

  • Class A scores: 78, 80, 81, 79, 82
  • Class B scores: 40, 60, 80, 90, 100

Both classes might have a similar mean score, but:

  • Class A has a low standard deviation because scores are all close together.
  • Class B has a high standard deviation because scores are spread out across a wide range.

So, standard deviation answers the question: “Are my data values tightly clustered or all over the place?”

Key facts at a glance

[1][3] [3][5] [1][3] [7][1] [8][5][1] [8][3][5][1] [9] [3][1]
Aspect What it means
Definition Average distance of data values from the mean.
Formula (concept) Square root of the variance (variance = average of squared deviations from mean).
Symbol Population: σ, Sample: s.
Units Same units as the original data (e.g., dollars, meters, points).
Low SD Data points close to the mean, little variability.
High SD Data points widely spread out, high variability.
Zero SD All values are exactly the same.
Link to normal distribution In a normal distribution, about 68% of data lie within one SD of the mean, about 95% within two.

Basic calculation idea

To compute standard deviation for a simple dataset:

  1. Find the mean (average) of the data.
  1. Subtract the mean from each value to get deviations.
  1. Square each deviation.
  1. Take the average of these squared deviations (this is the variance).
  1. Take the square root of that variance (this is the standard deviation).

Why it matters today

Standard deviation is a core tool in:

  • Finance (risk and volatility of stock returns).
  • Science and medicine (how much measurements vary around an expected value).
  • Data science and machine learning (understanding spread, detecting outliers, scaling features).

Because data-driven decisions are more common than ever in 2020s analytics and AI, knowing “how spread out the data is” via standard deviation is a trending, practical skill.

TL;DR: Standard deviation tells you how tightly or loosely your data clusters around the mean, computed as the square root of the variance, with the same units as your original data.

Information gathered from public forums or data available on the internet and portrayed here.