Skip to main content
Back to Resource Library
Math & Statistics

What is Standard Deviation? Formula, Examples & Explanation

Hifza 4/28/2026
What is Standard Deviation? Formula, Examples & Explanation

🔹 Why is Standard Deviation Important?

Standard deviation is used in many fields like:

  • Data analysis

  • Finance (risk measurement)

  • Education (test scores)

  • Research and science

👉 It helps in making better decisions based on data


🔹 Standard Deviation Formula

For a dataset:

σ=∑(x−μ)2N\sigma = \sqrt{\frac{\sum (x - \mu)^2}{N}}σ=N∑(x−μ)2​​

Where:

  • xxx = each value

  • μ\muμ = mean (average)

  • NNN = total number of values


🔹 Step-by-Step Example

Let’s take a simple dataset:

2, 4, 6, 8, 10

Step 1: Find the Mean

Mean=2+4+6+8+105=6\text{Mean} = \frac{2 + 4 + 6 + 8 + 10}{5} = 6Mean=52+4+6+8+10​=6


Step 2: Subtract Mean from Each Value

2 - 6 = -4  
4 - 6 = -2  
6 - 6 = 0  
8 - 6 = 2  
10 - 6 = 4  

Step 3: Square Each Result

(-4)² = 16  
(-2)² = 4  
0² = 0  
2² = 4  
4² = 16  

Step 4: Find Average of Squares

16+4+0+4+165=8\frac{16 + 4 + 0 + 4 + 16}{5} = 8516+4+0+4+16​=8


Step 5: Take Square Root

8≈2.83\sqrt{8} ≈ 2.838​≈2.83

👉 Standard Deviation = 2.83


🔹 Interpretation

  • Low standard deviation → Data is close to mean

  • High standard deviation → Data is spread out

👉 In our example, data is moderately spread.


🔹 Real-Life Example

Imagine two classes:

ClassAverage MarksStd DevA702B7015

👉 Class A students scored almost similar marks

👉 Class B has very different marks


🔹 Types of Standard Deviation

1. Population Standard Deviation

Used when you have all data

2. Sample Standard Deviation

Used when you have partial data

Formula slightly changes:

s=∑(x−xˉ)2n−1s = \sqrt{\frac{\sum (x - \bar{x})^2}{n-1}}s=n−1∑(x−xˉ)2​​


🔹 When to Use Standard Deviation

Use it when you want to:


  • Measure data variability


  • Compare datasets


  • Analyze trends


🔹 Conclusion

Standard deviation is a powerful tool that shows how much data varies from the average.

👉 The smaller the value, the more consistent the data

👉 The larger the value, the more spread out the data