📐 Math CalculatorsFree · No signup

Standard Deviation Calculator

Calculate standard deviation, variance, and mean for any dataset. Supports both population and sample standard deviation formulas.

6 values

Mean

18

Median

15.5

Mode

Multiple

Std Dev

12.3153

Variance

151.6667

Range

38

Min

4

Max

42

Sum

108

Distribution

About the Standard Deviation Calculator

Standard deviation is the most widely used measure of data spread, quantifying how far individual values deviate from the mean on average. A low standard deviation means data points cluster closely around the mean; a high one means they are widely scattered. Understanding standard deviation is essential for statistics, quality control, financial risk analysis, and scientific research.

Formula

s = √[Σ(xᵢ − x̄)² ÷ (n−1)] (sample) | σ = √[Σ(xᵢ − μ)² ÷ n] (population)

How It Works

Sample standard deviation (for data representing a sample of a larger population): s = √[Σ(xᵢ − x̄)² / (n−1)]. Population standard deviation (for an entire population): σ = √[Σ(xᵢ − μ)² / n]. The key difference is dividing by (n−1) for samples (Bessel's correction) to produce an unbiased estimate. Variance = standard deviation squared. Our calculator computes both along with mean, median, and full descriptive statistics.

Tips & Best Practices

  • Use sample SD (n−1) for data that is a subset of a larger population; use population SD (n) when you have all data.
  • In a normal distribution: 68% of data falls within ±1 SD, 95% within ±2 SD, 99.7% within ±3 SD.
  • Coefficient of variation (CV = SD/mean) allows comparing variability between datasets with different scales.
  • Outliers dramatically inflate SD — always check for and investigate outliers before reporting.
  • Standard error of the mean = SD / √n — measures precision of the sample mean estimate.

Who Uses This Calculator

Quality control engineers measuring product variability, financial analysts computing portfolio risk (volatility), students completing statistics assignments, researchers reporting data spread in papers, and teachers demonstrating statistical concepts all use standard deviation calculations daily.

Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored

Frequently Asked Questions

What is standard deviation?

Standard deviation measures how spread out data points are from the mean. Low SD = data clustered close to mean; high SD = data spread far apart.