Standard Deviation Calculator
Calculate population and sample standard deviation for up to 8 values.
Enter your values and click Calculate
How It Works
The calculator begins by computing the arithmetic mean of all active values: sum ÷ n. It then calculates each value's squared deviation from that mean — (value − mean)² — and sums all those squared deviations. For population standard deviation, the sum is divided by n (the full count) to produce population variance, and the square root gives the population SD (σ). For sample standard deviation, the sum is divided by n − 1 (Bessel's correction) to produce sample variance, and the square root gives the sample SD (s). Bessel's correction compensates for the tendency of a sample to underestimate the true population spread. Both variants are shown simultaneously so you can choose the one appropriate for your context. Mean, count, and both variance figures are also displayed for a complete statistical summary.