calculator.place
All calculators

Standard Deviation Calculator

Calculate the standard deviation, variance, and mean from any list of numbers. Shows both population and sample standard deviation.

What Is a Standard Deviation Calculator?

Standard deviation tells you how spread out a set of numbers is around the mean. A small standard deviation means most values cluster tightly around the average; a large one means they're scattered widely. It's the most commonly used measure of variability in statistics, science, finance, and data analysis.

There are two versions: population standard deviation (σ) for when your dataset is the entire population, and sample standard deviation (s) for when it's a sample drawn from a larger group. The difference is in the denominator — population uses n, sample uses n-1 (Bessel's correction). Most real-world use cases involve sample standard deviation.

Enter your numbers separated by commas or spaces. The calculator returns both versions alongside the variance and mean, so you have everything needed for further statistical work.

How Do You Use This Standard Deviation Calculator?

Type or paste your numbers into the input box, separated by commas or spaces. Click Calculate to see the sample standard deviation, population standard deviation, variance, mean, and count.

  1. Type or paste your numbers into the input box.
  2. Separate values with commas, spaces, or a combination.
  3. Click Calculate.
  4. Sample standard deviation is the primary result for most use cases.
  5. Population SD is shown if your dataset represents an entire population.
  6. Variance is the square of the standard deviation.

How Does the Standard Deviation Calculator Formula Work?

The formula used: Sample SD: s = √(Σ(x - x̄)² / (n-1)). Population SD: σ = √(Σ(x - μ)² / n)

Standard deviation measures the average distance of each value from the mean.

Step 1: Calculate the mean: x̄ = Σx / n

Step 2: Find each value's squared difference from the mean: (x - x̄)²

Step 3: Sum the squared differences: Σ(x - x̄)²

Step 4 (sample): Divide by n-1 to get variance, then take the square root: s = √(Σ(x - x̄)² / (n-1))

Step 4 (population): Divide by n instead: σ = √(Σ(x - x̄)² / n)

What Are Some Example Calculations?

Dataset: 2, 4, 4, 4, 5, 5, 7, 9. Mean = 5. Sample SD = 2.0. Population SD = 1.871. Variance (sample) = 4.0.

Exam scores: 55, 72, 68, 90, 45

Mean = 66. Deviations: -11, 6, 2, 24, -21. Squared: 121, 36, 4, 576, 441. Sum = 1178. Sample variance = 1178/4 = 294.5.

Sample SD = 17.16. Population SD = 15.35.

Consistent dataset: 10, 10, 10, 10, 10

Mean = 10. All deviations = 0. Sum of squared deviations = 0.

Standard deviation = 0. No spread — all values identical.

When Should You Use a Standard Deviation Calculator?

In data analysis and research when you need to describe how variable a dataset is. A lower standard deviation means more consistent results — useful for quality control, comparing test score variability across schools, or assessing investment risk.

In finance, standard deviation is the standard measure of volatility. A stock with a high standard deviation has more unpredictable returns than one with a low standard deviation. Most portfolio analysis tools and risk assessments are built on this calculation.

What Do These Terms Mean?

Standard Deviation
A measure of how spread out values are around the mean. Higher values indicate more variability.
Variance
The average of the squared differences from the mean. Standard deviation is the square root of variance.
Bessel's Correction
Using n-1 instead of n when calculating sample variance, to give an unbiased estimate of population variance.
Normal Distribution
A bell-shaped distribution where ~68% of values fall within one standard deviation of the mean.

How Do the Options Compare?

MeasureFormulaWhen to Use
Population SD (σ)√(Σ(x-μ)²/n)You have data on the entire population
Sample SD (s)√(Σ(x-x̄)²/(n-1))You have a sample from a larger group
VarianceSD²Intermediate step; used in further calculations

What Are the Best Tips to Know?

  • Use sample SD (s) when your data is a sample; use population SD (σ) only if you have data for the entire population.
  • Standard deviation is in the same units as your original data — if data is in kg, SD is in kg.
  • 68% of data falls within one SD of the mean in a normal distribution; 95% within two SDs.
  • Outliers inflate standard deviation significantly — check your data for errors if SD seems unusually high.

What Mistakes Should You Avoid?

  • Using population SD when you have a sample — this underestimates true variability.
  • Confusing variance with standard deviation — variance is SD squared and is in squared units.
  • Ignoring outliers that may indicate data entry errors rather than genuine variation.

Frequently Asked Questions

What is a good standard deviation?

It depends entirely on the context. For exam scores out of 100, an SD of 10 means most students scored within 10 marks of the average. For a precision manufacturing process, an SD of 0.001mm might be acceptable. 'Good' means low relative to the scale and purpose of the measurement.

What is the difference between population and sample standard deviation?

Population SD (σ) divides by n and is used when you have data on every member of a group. Sample SD (s) divides by n-1 and is used when your data is a sample drawn from a larger population. Sample SD gives a slightly larger value, which compensates for the fact that samples tend to underestimate variability.

Why does standard deviation use squared differences?

Squaring the differences removes negative signs (so deviations don't cancel each other out) and gives extra weight to values far from the mean. Taking the square root at the end converts the result back into the original units.

What does a standard deviation of 0 mean?

It means all values in the dataset are identical — there is no variation whatsoever.

More Maths & Conversion Calculators

See all free tools in the Maths & Conversion Calculators category.

Percentage Calculator

Calculate percentages easily — find what percent of a number is, percentage change, and more.

Fraction Calculator

Add, subtract, multiply, and divide fractions. Simplifies results to the lowest terms automatically.

Area Calculator

Calculate the area of common shapes — rectangle, circle, triangle, trapezium, and more.

Average Calculator

Calculate the mean, median, mode, and range from any set of numbers. Enter your data and get all four measures of central tendency instantly.

Ratio Calculator

Solve proportions and find the missing value in A:B = C:D. Simplify ratios, scale recipes, convert map distances, and work with any proportional relationship.

Quadratic Equation Solver

Solve any quadratic equation ax² + bx + c = 0. Get both roots, the discriminant, vertex coordinates, and axis of symmetry with full working shown.

Exponent Calculator

Calculate any power or root. Enter a base and exponent to compute bⁿ, including negative exponents, fractional exponents (roots), and zero power.

LCM & HCF Calculator

Find the Least Common Multiple (LCM) and Highest Common Factor (HCF/GCD) of two or more numbers. Uses prime factorisation and the Euclidean algorithm with step-by-step working.

Roman Numeral Converter

Convert between Roman numerals and standard (Arabic) numbers. Enter a Roman numeral like XIV or a number like 2024 and get the conversion instantly with the breakdown explained.

Scientific Notation Converter

Convert between standard notation and scientific notation. Enter any number and get it expressed as a × 10ⁿ, or enter scientific notation to see the full number.

Prime Number Calculator

Check if a number is prime, find its complete prime factorisation, and list all prime numbers up to a given limit. Uses trial division and the Sieve of Eratosthenes.

Scientific Calculator

Free online scientific calculator with trigonometry, logarithms, exponents, factorials, and constants.

Mean, Median & Mode Calculator

Calculate the mean, median, mode, range, sum, and count from any list of numbers.

Fraction to Decimal Calculator

Convert fractions to decimals and decimals to fractions instantly. Shows simplified fractions, percentages, and whether the decimal terminates or recurs.