Free Online Standard Deviation Calculator

A standard deviation calculator measures how spread out a list of numbers is around its mean, with both sample and population modes.

Your data is processed entirely in your browser and never sent to any server.

Instant results 100% private No signup needed

How to Use This Calculator

  1. Paste or type the list of numbers, separated by commas, spaces, or newlines.
  2. Pick sample (n − 1) for subset data or population (n) for the whole group.
  3. Read the mean, variance, standard deviation, and count in the stats panel.

What Is a Standard Deviation?

Standard deviation (σ) is the most common measure of dispersion. Population SD is σ = √(Σ(x − μ)² ÷ n); sample SD is s = √(Σ(x − x̄)² ÷ (n − 1)) — the n − 1 denominator is Bessel's correction, used when the data is a subset of a larger population.

For a roughly normal distribution about 68% of values fall within one σ of the mean, 95% within two σ, and 99.7% within three σ — the famous 68-95-99.7 rule that powers most quick quality-control checks.

This page returns the mean, variance (σ²), standard deviation (σ), and count. Toggling between sample and population modes is one click — the sample value will always be slightly higher because dividing by a smaller denominator inflates the result. Most spreadsheet STDEV functions default to sample, so match that mode when comparing.

Frequently Asked Questions

What does standard deviation tell you?
It measures how spread out numbers are from the average. Low SD = data clustered; high SD = more spread.
What's the difference between population and sample SD?
Population divides by N; sample divides by N-1 (Bessel's correction). Use sample when data is a subset of a larger group.
How do I interpret standard deviation?
About 68% of data falls within 1 SD of mean, 95% within 2 SD, 99.7% within 3 SD (normal distribution).

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related Math & Calculators