Enter Your Data
Paste or type your numbers below. The calculator updates in real time as you type.
Understanding Standard Deviation
What is Standard Deviation?
Standard deviation (σ or s) measures the spread or dispersion of data points around the mean. A low standard deviation means data points are clustered close to the mean, while a high standard deviation indicates data is more spread out.
Population vs Sample Standard Deviation
Sample standard deviation (s) divides by (n-1), which corrects for bias when estimating population variance from a sample. Use this when your data is a subset of a larger population—which is almost always the case in real-world scenarios.
Population standard deviation (σ) divides by n. Use this only when you have data for the entire population.
Variance
Variance is simply the square of standard deviation. It represents the average squared deviation from the mean.
Coefficient of Variation (CV)
The CV expresses standard deviation as a percentage of the mean, allowing comparison of variability between datasets with different units or scales.
Standard Error (SE)
Standard error estimates how much sample means would vary if you repeated the sampling. It decreases as sample size increases.
Interpreting Standard Deviation
- Empirical Rule (68-95-99.7): For normally distributed data, ~68% falls within 1σ, ~95% within 2σ, and ~99.7% within 3σ of the mean
- Low CV (<15%): Data points are relatively consistent
- High CV (>30%): High variability in the data
For a deeper walkthrough with worked examples, see our guide: Standard Deviation Explained — Step by Step.
Frequently Asked Questions
What is standard deviation?
Standard deviation is a measure of how spread out values are from their average (mean). A small standard deviation means data points cluster tightly around the mean. A large one means values are widely scattered.
What is the difference between population and sample standard deviation?
Population standard deviation (σ) divides by n and is used when you have data for every member of a group. Sample standard deviation (s) divides by (n − 1) and is used when your data is a subset of a larger population. Most real-world data is a sample, so (n − 1) is the safer default.
Can standard deviation be zero or negative?
Standard deviation is zero when all values in the dataset are identical. It can never be negative because the formula squares every deviation and then takes a square root.
How do outliers affect standard deviation?
Outliers have a large impact because deviations are squared. A single extreme value can inflate the standard deviation significantly. If your data has outliers, consider also reporting the interquartile range (IQR).
What is the relationship between variance and standard deviation?
Variance is the square of standard deviation: Variance = σ². Standard deviation is in the same units as the original data, making it easier to interpret. Variance is useful in further statistical calculations.
What does the coefficient of variation (CV) tell me?
CV expresses standard deviation as a percentage of the mean (CV = σ/x̄ × 100%). It lets you compare variability between datasets with different units or scales. A CV below 15% generally indicates low variability.
How do I calculate standard deviation in Excel or Google Sheets?
Use =STDEV.S(range) for sample standard deviation or =STDEV.P(range) for population standard deviation. Replace "range" with your cell range, such as A1:A20.
Why divide by (n − 1) instead of n for samples?
This is called Bessel's correction. The sample mean is estimated from the same data, which "uses up" one degree of freedom. Dividing by (n − 1) produces an unbiased estimate of the true population variance.
What is standard error and how is it different?
Standard deviation measures the spread of individual data points. Standard error (SE = σ/√n) measures how much the sample mean would vary across repeated samples. Standard error decreases as sample size grows; standard deviation does not.
Privacy & Limitations
- All calculations run entirely in your browser -- nothing is sent to any server.
- Results are computed using standard formulas and should be verified for critical applications.
Related Tools
- Combination Calculator -- Calculate nCr combinations and nPr permutations
- Exponent Calculator -- Calculate powers with negative and fractional exponents
- Chi-Square Test Calculator -- Perform chi-square goodness of fit and independence tests
- Number to Words Converter -- Convert numbers to written English words
Related Tools
View all toolsPercentage Calculator
Calculate percentages, find X% of Y, percentage change
Ratio Calculator
Simplify a ratio and see the reduced form
Number to Words Converter
Convert numbers to written English words
Scientific Notation Converter
Convert between standard and scientific notation
Decimal to Fraction Converter
Convert decimals to fractions and vice versa
Quadratic Formula Calculator
Solve ax² + bx + c = 0 with step-by-step solution
Standard Deviation Calculator FAQ
What is Standard Deviation Calculator?
Standard Deviation Calculator is a free math tool that helps you Calculate standard deviation, variance, and other statistics from a dataset.
How do I use Standard Deviation Calculator?
Enter your input values, review the calculated output, and adjust inputs until you reach the result you need. The result updates in your browser.
Is Standard Deviation Calculator private?
Yes. Calculations run locally in your browser. Inputs are not uploaded to a server by default, and refreshing the page clears session data.
Does Standard Deviation Calculator require an account or installation?
No. You can use this tool directly in your browser without sign-up or software installation.
How accurate are results from Standard Deviation Calculator?
This tool applies standard formulas or deterministic processing logic for estimates. For medical, legal, tax, or investment decisions, verify with a qualified professional.
Can I save or share outputs from Standard Deviation Calculator?
You can bookmark this page and copy outputs manually. Results are not persisted in your account and are typically not embedded in the URL.