Standard Deviation Calculator


An interactive tool to calculate the standard deviation of a set of numbers.

Maths Statistics




Number of numbers, \( N \)

Mean, \( \mu \)

Variance, \( \sigma^2 \)

Standard deviation, \( \sigma \)

The standard deviation, denoted by the greek letter sigma, \( \sigma \), is a measure of how much a set of numbers varies from the mean, \( \mu \).

It is calculated using the following equation, which can look intimidating but can be broken up into smaller steps that are easier to understand.

\[ \sigma = \sqrt{\frac{1}{N} \sum_{i=1}^{N} (x_i - \mu)^2 }\]

Step 1
First of all, you need to calculate the mean, \( \mu \). This is done by adding up all of the numbers and then dividing by the number of numbers, \( N \).

Step 2
You now need to go through all of the numbers and subtract the mean from them. Square the differences, and add all them all together. This step is represented by the following part of the equation:

\[ \sum_{i=1}^{N} (x_i - \mu)^2 \]

Step 3
Next, you need to divide the result from part 2 by the number of numbers, \( N \). This result gives you the variance, \( \sigma^2 \) (pronounced sigma squared) which is the square of the standard deviation.

\[ \sigma^2 = \frac{1}{N} \sum_{i=1}^{N} (x_i - \mu)^2 \]

Step 4
Finally, take the square root of this result to give you the standard deviation.

\[ \sigma = \sqrt{\frac{1}{N} \sum_{i=1}^{N} (x_i - \mu)^2 }\]