Standard Deviation Calculator
Last updated:
How to Use This Calculator
Step 1: Enter numbers separated by commas or spaces.
Step 2: Select Population (all data) or Sample (subset).
Step 3: Click Calculate for SD, mean, variance, count, sum.
Step 4: Review step-by-step breakdown.
What Is Standard Deviation?
Standard deviation measures spread from the average. Low SD = data clusters around mean. High SD = spread out.
Scores [90,91,89,90,92] have low SD (~1.1). Scores [60,70,80,90,100] have high SD (~15.8).
Population (σ) divides by N for all data. Sample (s) divides by N-1 (Bessel's correction) for subsets.
Standard Deviation Formula
Population: σ = √[Σ(xi-μ)²/N]
Sample: s = √[Σ(xi-x̄)²/(N-1)]
Example: Data: 4,8,6,5,3
Mean=5.2, Squared diffs: 1.44,7.84,0.64,0.04,4.84
Variance=14.80/5=2.96, SD=√2.96=1.7205
SD Interpretation
| Context | Low SD | High SD |
|---|---|---|
| Test scores | Consistent | Wide range |
| Manufacturing | Quality consistent | Quality issues |
| Stocks | Stable | Volatile |
| Temperature | Consistent | Extreme variation |
| Surveys | Consensus | Divided |
Examples
Example 1: Scores 85,90,78,92,88,76,95,83 → SD=5.97
Example 2: Sales (sample) 12000,15000,11000,14000,13500,16000 → SD=1,817
Example 3: Weights 50.2,49.8,50.1,50.0,49.9,50.3,49.7 → SD=0.20
Tips
Population for ALL data, Sample for subsets. When in doubt, use sample.
Watch for outliers — one extreme value dramatically increases SD.
68-95-99.7 rule for normal distributions.
Paste from spreadsheets — handles commas, spaces, tabs, newlines.
Frequently Asked Questions
When should I use population vs sample standard deviation?
What is variance and how does it relate to standard deviation?
Can standard deviation be negative?
What is considered a good or bad standard deviation?
How many numbers do I need to enter?
Can I paste data from a spreadsheet?
Related Calculators
Average Calculator
Free average calculator. Enter a list of numbers to find the mean...
Percentage Calculator
Free percentage calculator. Calculate what percent of any number ...
Quadratic Formula Calculator
Free quadratic formula calculator. Solve any quadratic equation w...
Random Number Generator
Free random number generator. Generate one or multiple random int...