Standard Deviation (Simple) Calculator

Standard deviation from a list of numbers

Paste your numbers and get standard deviation, variance, and a quick spread summary. Choose sample (n−1) or population (n).

Tip: You can paste a column from a spreadsheet. Any extra spaces or blank lines are ignored.

Use sample when your list is a subset of a bigger group. Use population when your list is the whole group.

Standard deviation calculator for a list of numbers (simple, practical spread)

Standard deviation tells you how spread out your numbers are around the average. If your values cluster close to the mean, standard deviation is small. If they jump around widely, standard deviation is larger. This “simple” calculator is designed for the most common real-world task: you have a short list of measurements or scores and you want one reliable number that summarizes variability.

To use the calculator, paste your values into the box. You can separate values with commas, spaces, or new lines, and you can paste a column from a spreadsheet. Then choose the standard deviation type. If your list is a sample taken from a larger group (for example, 20 test scores out of a full grade, or a few measurements from a production run), pick sample standard deviation (n − 1). If your list represents the entire group you care about (for example, every score in the class or every recorded measurement), pick population standard deviation (n). Click calculate to see standard deviation plus supporting figures like mean and variance.

The output is meant to be decision-friendly. Standard deviation is the main result. Variance is shown because it is part of the same calculation and is useful in some formulas, but standard deviation is easier to interpret because it uses the same units as your original values. You also get a quick dataset summary (count, min, max, range) because standard deviation makes more sense when you can see the scale and the extremes. If your mean is not zero, the calculator also shows the coefficient of variation (CV%), which expresses spread as a percentage of the mean, making it easier to compare variability across datasets with different scales.

Assumptions and how to use this calculator

  • Your list represents one set of comparable numbers measured in the same unit (for example, all in seconds, all in marks, or all in kilograms).
  • Blank entries and extra separators are ignored, but non-numeric items are not treated as values.
  • Sample standard deviation uses n − 1 in the denominator; population standard deviation uses n.
  • At least two valid numbers are required, because “spread” is not meaningful with only one value.
  • This tool assumes a straightforward list of raw values and does not support grouped frequency tables or weighted values.

Common questions

What is the difference between sample and population standard deviation?

Population standard deviation treats your list as the full set you care about and divides by n. Sample standard deviation assumes your list is only a subset and divides by n − 1 to correct for the fact that samples tend to underestimate spread. If you are unsure, sample is usually the safer default for real-world data you collected from a bigger group.

Why do I need at least two numbers?

With one value, there is no variation to measure. Standard deviation is built from differences between values and the mean, so you need at least two data points to produce a meaningful spread estimate.

My standard deviation seems “too high” or “too low.” How do I sanity-check it?

Start by checking your range (max minus min). Standard deviation cannot be bigger than the range and will usually be much smaller unless your data is extremely polarized. Also check if you accidentally mixed units (for example, seconds and milliseconds) or included a stray extra digit (like 500 instead of 50). Outliers can push standard deviation up fast, so scan for obvious abnormal values.

What does variance mean, and why is it shown?

Variance is the average squared distance from the mean. It is the core quantity used to calculate standard deviation (standard deviation is the square root of variance). Variance is shown mainly for completeness and for cases where you need it for another calculation, but standard deviation is usually easier to interpret because it is in the same unit as your data.

When should I use coefficient of variation (CV%)?

CV% is useful when you want to compare spread across datasets with different averages. For example, a standard deviation of 5 might be small if the mean is 200, but large if the mean is 20. CV% expresses spread relative to the mean. If the mean is near zero, CV% becomes unstable and is not a good comparison metric.

Last updated: 2025-12-22