Standard Deviation Calculator
Calculate mean, median, mode, variance, and standard deviation from your data set. See step-by-step calculations and a visual dot plot.
Quick Answer
Standard deviation measures how spread out numbers are from the mean. Population SD: σ = √(Σ(x-μ)²/N) uses N. Sample SD: s = √(Σ(x-x̄)²/(n-1))uses n-1 (Bessel's correction). Use sample SD when working with a subset of data.
Enter Your Data
Enter numbers separated by commas, spaces, or new lines.
Results
Data Distribution
Sorted Data
10, 12, 16, 16, 21, 23, 23, 23
About This Tool
The Standard Deviation Calculator computes all key descriptive statistics for any numerical data set. Enter your numbers and instantly see the count, sum, mean, median, mode, range, variance, and standard deviation with both population and sample formulas. The tool also provides a visual dot plot and complete step-by-step calculations so you can follow along and verify the math.
Population vs. Sample Standard Deviation
The key difference is in the denominator. Population standard deviation (σ) divides by N (the total number of values) and is used when your data represents the entire population. Sample standard deviation (s) divides by n-1 (Bessel's correction) and is used when your data is a sample from a larger population. Bessel's correction compensates for the tendency of a sample to underestimate population variability. In most statistics courses and real-world applications, you'll use sample standard deviation.
What Standard Deviation Tells You
Standard deviation quantifies the amount of variation or dispersion in a set of values. A low standard deviation means data points cluster near the mean, while a high standard deviation means they are spread over a wide range. In a normal distribution, about 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three (the 68-95-99.7 rule).
Practical Applications
Standard deviation is fundamental in statistics, quality control, finance, and science. In finance, it measures investment risk. In manufacturing, it monitors quality consistency. In science, it indicates measurement precision. In education, it helps interpret test scores. Understanding standard deviation helps you evaluate whether observed differences are meaningful or just normal variation.
How to Interpret Variance
Variance is the square of standard deviation. While it is useful mathematically (especially in statistical tests), it is harder to interpret because it is in squared units. Standard deviation brings the measure back to the original units, making it more intuitive. For example, if your data is test scores, the standard deviation is in points, while variance would be in points-squared.
Frequently Asked Questions
When should I use population vs sample standard deviation?
What is Bessel's correction and why does it matter?
Can standard deviation be negative?
What's a 'good' or 'bad' standard deviation?
How many data points do I need for a reliable standard deviation?
You might also like
Was this tool helpful?