Standard Deviation Calculator

Modern Standard Deviation Calculator

Enter numbers separated by commas to calculate standard deviation, variance, mean, and more.

Standard Deviation — A Plain-English Guide with Formulas, Examples & a Visual

Standard Deviation Calculator

1 What Is Standard Deviation?

Standard deviation (σ) quantifies spread: how tightly or loosely data crowd around the mean (μ).

  • Small σ → observations hug the average.

  • Large σ → values wander widely.

Because σ is an inverse of squaring (it is the square-root of variance), it shares units with the raw data (dollars, degrees, grams), making the number easy to interpret.


2 Population vs Sample Formulas

SettingSymbolFormulaWhen to use
Population (measure every member)σ\[ \displaystyle \sigma=\sqrt{\frac{\sum_{i=1}^{N}(x_i-\mu)^2}{N}} \]True census, complete batch
Sample (estimate from a subset)s\[ \displaystyle s=\sqrt{\frac{\sum_{i=1}^{N}(x_i-\bar{x})^2}{N-1}} \]Surveys, test lots, experiments

Why N − 1?
Dividing by one less than the sample size “unbiases” the variance estimate—compensating for the fact that x̄ is an imperfect stand-in for μ. This tweak is the Bessel correction.


3 Step-by-Step Example (Population σ)

Data set: 1, 3, 4, 7, 8

  1. Mean

  2. Squared deviations

xx − μ(x − μ)²
1−3.612.96
3−1.62.56
4−0.60.36
72.45.76
83.411.56
Sum 33.20
  1. Variance

  2. Standard deviation


4 Reading σ on a Normal Curve

(See Figure A just below.)

  • ±1 σ captures ~68 % of values.

  • ±2 σ captures ~95 %.

  • ±3 σ captures ~99.7 %.

This “68-95-99.7 rule” explains why quality-control engineers scream when a widget lands beyond 3 σ.

(Fig. A was generated live; feel free to reuse it.)

Normal curve with ±1σ band — see Figure A


5 Real-World Uses

FieldWhy σ matters
Manufacturing QCSets tolerance bands—anything outside ±3 σ triggers a process check.
Climate scienceReveals that coastal temps (~σ ≈ 10 °F) swing far less than inland temps (~σ ≈ 40 °F) even when means match.
FinanceA stock with 7 % mean return and σ = 50 % is riskier than one with the same mean but σ = 10 %.
Opinion pollingThe margin of error equals ± (critical z) × standard error (σ/√N).
MedicineDrug-response variability guides dosage windows and trial sizes.

6 Quick Reference Table

SymbolTermPlain meaning
μMean“Center” of the data
σ²VarianceAverage squared distance from μ
σStandard deviationSquare-root of variance (spread in original units)
sSample standard deviationσ-estimate from a sample

Key Takeaways

  1. Definition: σ is the root-mean-square distance from the mean.

  2. Population vs Sample: divide by N or (N − 1) depending on whether you measured everyone.

  3. Interpretation: one σ gives an intuitive “typical deviation.”

  4. Applications everywhere: quality, climate, investing, polling, medicine.

  5. Visual cue: on a bell curve, ±1 σ already covers about two-thirds of all outcomes.

Master σ and you gain a universal ruler for comparing consistency—whether you’re baking cookies or balancing billion-dollar portfolios.

Scroll to Top