Standard Deviation Calculator

Measure spread around the mean—population σ or sample s from variance, with empirical-rule context and squared-units interpretation.

Runs in your browser · No data stored · No signup

Standard deviation (σ or s) quantifies spread around the mean—how far typical values stray. Test scores 88, 90, 92 have low σ; scores 60, 90, 120 have high σ. σ = √(variance).

Choose sample (n−1) for data sampled from a larger population; population (n) when you have every data point. Using the wrong formula is a common error that produces slightly incorrect variance estimates.

Results

Count: 4

Mean: 5.0000

Variance: 5.0000

Standard deviation: 2.2361

Formula: sigma = sqrt(sum((x - mean)^2) / n)

By Muhammad Abdullah Rauf · Founder, EverydayTools.proUpdated 2026-07-03· Reviewed by EverydayTools Editorial Team

What does standard deviation measure?

Mean tells you the center; standard deviation tells you whether data cling tight or sprawl wide.

**Steps:** (1) Find mean μ. (2) Subtract μ from each point, square the gap. (3) Average those squared gaps—that is **variance** σ². (4) Take the square root to return to original units—**standard deviation** σ.

**Population vs sample:** divide by N for population σ; divide by (n−1) for sample s when data are a subset estimating a larger group. Exam problems specify which.

**Empirical rule (normal data):** ~68% within 1σ of mean, ~95% within 2σ, ~99.7% within 3σ. Real skewed data violate this—still useful when distributions are bell-shaped.

Variance is in squared units (dollars²); σ fixes units back to dollars. Square root calculator completes the last step if you already have variance.

Enter data, choose population or sample mode, read σ (or s) and variance—pair with mean/median/mode for full summary.

Quick answers

Concise answers for common searches — definitions, steps, and comparisons.

What is the formula for population standard deviation?

σ = √(Σ(x−μ)² / N). Square root of mean squared deviation from population mean μ.

Why divide by n−1 for sample standard deviation?

Bessel's correction makes sample variance an unbiased estimator of population variance.

What does a standard deviation of zero mean?

Every value equals the mean—no spread at all.

How is standard deviation related to variance?

σ = √(variance). Variance is σ². If variance is 16, σ = 4.

Standard deviation formulas

Computes mean, variance, and standard deviation from a numeric list with toggle for population (N) vs sample (n−1) denominator.

Formula

Population: σ² = Σ(x_i − μ)² / N; σ = √(σ²). Sample: s² = Σ(x_i − x̄)² / (n−1); s = √(s²).

Assumptions

  • Numeric observations on interval or ratio scale.
  • Population/sample choice matches your statistical question.

Limitations

  • Does not robustly summarize spread for heavy outliers—consider IQR.
  • Interpreting σ with non-normal data requires care.

How to use Standard Deviation Calculator

  1. Paste your dataset

    Comma-separated measurements from spreadsheet or lab notes.

  2. Select population or sample

    Full factory batch → population N. Random sample of students → sample n−1.

  3. Read σ and variance

    Variance is squared units; σ restores original units.

  4. Compare to mean from center calculator

    σ is always interpreted relative to the mean—compute both from the same list.

Standard Deviation Calculator examples

Tiny spread

Input

10, 10, 10, 10

Output

σ = 0

No deviation from mean—perfect constant data.

Simple population σ

Input

2, 4, 4, 4, 5, 5, 7, 9

Output

μ = 5, σ ≈ 2

Classic textbook set—symmetric spread around 5.

Sample vs population

Input

1, 2, 3, 4, 5 (sample)

Output

s ≈ 1.581 vs population σ ≈ 1.414

n−1 denominator inflates sample variance slightly.

Outlier impact

Input

10, 11, 12, 13, 50

Output

σ large vs cluster alone

Single 50 pulls mean and σ upward—inspect outliers.

Variance to σ

Input

Variance = 25

Output

σ = 5

Square root step returns to original units.

Empirical rule check

Input

Normal-like sample, μ=100, σ=15

Output

~68% between 85 and 115

1σ band illustration for bell-shaped data.

When to use a standard deviation calculator

Common real-world scenarios where this tool saves time.

Quality control manufacturing

Bolt diameters clustered tightly → low σ passes tolerance; high σ triggers process review.

Investment volatility

Daily return standard deviation estimates portfolio risk—higher σ, wilder swings.

Exam score spread

Two classes same mean 75%—lower σ class is more uniform; higher σ has wider skill range.

Lab repeatability

Five titration trials: small σ in mL means consistent technique.

Workflow guides

Step-by-step chains that connect related tools for common tasks.

Related mathematical concepts

  1. Variance is σ²—average squared distance from mean before square root.
  2. Square root of variance returns σ to data units—same operation as √ on any area.
  3. Z-score z = (x−μ)/σ standardizes values for comparison across datasets.
  4. Mean absolute deviation is alternative spread—less sensitive to squaring outliers.

Reference tables

Population vs sample

SymbolDenominatorWhen to use
σ (population)NEntire group known
s (sample)n − 1Subset estimating population
Variance σ²N or n−1Squared units before √

Spread intuition by σ

Data patternσ tendencyExample
Identical values05,5,5,5
Tight clusterLow98,99,100,101,102
Wide scatterHigh10,50,90
With outlierInflated1,2,3,100

Best practices

Always report mean with σ

76 ± 4 is interpretable; σ alone lacks center.

Check n before trusting σ

Tiny samples produce unstable σ—more data tightens estimate.

Visualize with histogram

One glance shows whether σ summarizes spread fairly.

Use mean/median/mode calculator first

Confirm center measure before interpreting distance from mean.

Common mistakes to avoid

Using population formula on a sample

Sample standard deviation divides by n−1 (Bessel correction) for unbiased variance estimate.

Forgetting to square root variance

Variance 49 (units²) → σ = 7 in original units.

Applying empirical rule to skewed data

68–95–99.7 rule assumes approximate normality—income data may fail badly.

Comparing σ across different units

Dollars vs meters—standardize or compare coefficient of variation (σ/μ).

Advertisement

Frequently Asked Questions

Can standard deviation be negative?

No—square root of variance is always non-negative.

What is coefficient of variation?

CV = σ/μ—unitless relative spread for comparing unlike scales.

How does σ relate to the empirical rule?

For normal data, about 68% of points fall within μ ± σ.

Should I use σ with median?

σ pairs with mean. For median, IQR is the usual spread companion.

What if my data are percentages?

σ is in percentage points same as data—interpret relative to mean percent.

How do outliers affect σ?

Squaring deviations magnifies outliers—σ grows faster than robust measures like IQR.

What calculator finds the mean first?

Mean median mode calculator for center; this tool for spread from the same list.

Privacy, accuracy, and trust

Privacy

Your dataset is analyzed locally—numbers are not uploaded.

Advertisement

Reviewed by EverydayTools Editorial Team on 2026-07-03.

Same workflow or intent — pick the next step without leaving the site.

Frequently opened tools from the same category.

People also use

Cross-category tools others open in the same session.

Continue learning

Guides and walkthroughs that reference this tool.

Explore categories

Browse full tool collections by topic.