Standard Deviation Calculator – Full Descriptive Stats
Compute population/sample standard deviation, variance, mean/median/mode, quartiles, IQR, z-scores, outliers, frequency tables, and a histogram — all client-side.
No uploads. Everything runs locally in your browser.
Example loaded. Click Calculate to get stats.
- Outliers: None
- Distribution: Moderate spread, Slight right skew
- Coefficient of variation (pop): 31.52
- Coefficient of variation (sample): 33.69
| Value | Deviation | Squared | Z (pop) |
|---|---|---|---|
| 12 | -10.37 | 107.64 | -1.47 |
| 15 | -7.37 | 54.39 | -1.05 |
| 20 | -2.37 | 5.64 | -0.34 |
| 20 | -2.37 | 5.64 | -0.34 |
| 22 | -0.37 | 0.14 | -0.05 |
| 25 | 2.63 | 6.89 | 0.37 |
| 30 | 7.63 | 58.14 | 1.08 |
| 35 | 12.63 | 159.39 | 1.79 |
| Value | Count |
|---|---|
| 12 | 1 |
| 15 | 1 |
| 20 | 2 |
| 22 | 1 |
| 25 | 1 |
| 30 | 1 |
| 35 | 1 |
19.67
27.33
35
Population variance = Σ(x - mean)² / N. Sample variance = Σ(x - mean)² / (N - 1). SD is the square root of variance.
Coefficient of variation = (SD / mean) × 100. Standard error = sample SD / √n.
Outliers use IQR rule: bounds = Q1 - 1.5×IQR and Q3 + 1.5×IQR.
What is this tool
The Standard Deviation Calculator is a full descriptive statistics helper. It compares population vs sample results, shows variance, mean/median/mode, quartiles/IQR, z-scores, frequency tables, deviation tables, outliers, and a histogram preview. With copy-ready outputs and invalid-token handling, you can check classroom grades, finance volatility, survey data, or QC samples quickly and privately in your browser.
Educational extras like coefficient of variation, standard error, and distribution insights make it useful for studying or validating manual calculations. Outlier detection via the IQR rule and z-score previews help spot anomalies before deeper analysis.
Use cases
- Summarize classroom grades with mean, SD, and outliers flagged.
- Check business/finance data for volatility and dispersion.
- Analyze survey responses with frequency and deviation tables.
- Verify QC or manufacturing measurements for spread and outliers.
- Compare population vs sample statistics for assignments or reports.
These scenarios show up in exam prep, analytics, dashboards, and quick code/data reviews. Transparent steps reduce mistakes and keep teams aligned on the math.
Popular ways to use this tool
- Paste data from spreadsheets and instantly get SD, variance, and outliers.
- Share deviation/frequency tables in homework or sprint tickets.
- Use precision toggle for cleaner presentations vs detailed analysis.
- Benchmark datasets: compare sample vs population SD in one view.
- Spot distribution shape with histogram and mean vs median skew hints.
Copyable summaries and tables let you move results into docs, chats, or LMS submissions without recalculating. The calculator keeps descriptive stats fast, visual, and trustworthy.
How to use
- Paste numbers separated by commas, spaces, tabs, or new lines.
- Choose Population, Sample, or Compare Both; set decimal precision if needed.
- Click Calculate to see SD/variance, mean/median/mode, quartiles/IQR, outliers, and tables.
- Copy summary, deviation table, or frequency table; use Fill example or Clear to reset.
Features
- Population and sample standard deviation side-by-side (Compare mode)
- Variance, mean/median/mode, range, quartiles, IQR, z-scores, coefficient of variation, standard error
- Deviation table, frequency table, outlier detection via IQR, and histogram preview
- Handles decimals, negatives, repeated values, and mixed delimiters with invalid token warnings
- Copy outputs, example fill, precision selector, and responsive two-column layout
FAQ
Do you support both population and sample SD?
Yes. Choose Population, Sample, or Compare to see both side by side (sample uses N-1).
How are outliers detected?
Using the IQR rule: values below Q1 - 1.5×IQR or above Q3 + 1.5×IQR are flagged as outliers.
Can I copy the tables?
Yes. You can copy the summary, deviation table, and frequency table with the provided buttons.
Do you upload my data?
No. All calculations run locally in your browser.
Is this statistics calculator free?
Yes. It’s free, fast, and requires no login.