Standard Deviation Calculator

Enter a list of numbers to calculate population and sample standard deviation with full step-by-step solution.

Use Population when you have data for an entire group. Use Sample when your data is a subset of a larger population.
Try an example:
Step-by-Step Solution
Deviation Table
# Value (x) x − mean (x − mean)²

How to use

  • Choose dataset type
    Population if you have all the data. Sample if your data represents a subset of a larger group.
  • Enter numbers
    Separate with commas, spaces, or new lines. Decimals and negatives are supported.
  • Read the results
    Get standard deviation, variance, mean, and a full deviation table showing every step of the calculation.

Formulas

Population Std Dev (σ)
σ = √[ Σ(x − μ)² ÷ N ]
Divide by N (total count)
Sample Std Dev (s)
s = √[ Σ(x − x̄)² ÷ (N − 1) ]
Divide by N−1 (Bessel's correction)

Interpreting Results

  • σ = 0
    All values are identical. No variation.
  • Low σ
    Values are clustered closely around the mean.
  • High σ
    Values are spread widely from the mean.
  • 68-95-99.7 Rule
    In a normal distribution: 68% of values fall within 1σ, 95% within 2σ, and 99.7% within 3σ of the mean.

What is Standard Deviation?

Standard deviation is a measure of how spread out numbers are in a dataset. It tells you how much individual values typically differ from the mean. A small standard deviation means data points are close to the mean. A large standard deviation means data is more spread out. It is one of the most widely used statistics in science, finance, and research.

Population vs Sample Standard Deviation

Population standard deviation (σ) is used when your dataset includes every member of a group — for example, the heights of all students in a specific class. Sample standard deviation (s) is used when your data is a random sample from a larger population — for example, surveying 100 people to estimate the average height of an entire country. Sample standard deviation uses N−1 in the denominator (Bessel's correction) to account for the fact that a sample tends to underestimate the true population variance.

Frequently Asked Questions

What is variance?

Variance is the average of the squared differences from the mean. Standard deviation is simply the square root of variance. Variance is harder to interpret directly because it is in squared units, while standard deviation is in the same units as the original data.

Why do we square the differences?

Squaring ensures that negative and positive differences do not cancel each other out. It also gives more weight to values far from the mean, making it more sensitive to outliers than other measures of spread.

What is the coefficient of variation?

The coefficient of variation (CV) is the standard deviation divided by the mean, expressed as a percentage. It allows you to compare variability across datasets with different units or scales.

Related Calculators