Standard Error Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The standard error of the mean (SEM) measures how precisely a sample mean estimates the true population mean. Smaller SEM means more precise estimation. SEM decreases as sample size increases — doubling the sample size reduces SEM by about 29% (√2 factor).
This calculator computes SEM from raw data or from summary statistics (mean, SD, n), and outputs 95% and 99% confidence intervals for the population mean.
Formula
SE = s / √n 95% CI: x̄ ± 1.96 × SE 99% CI: x̄ ± 2.576 × SE
- SE
- standard error of the mean
- s
- sample standard deviation
- n
- sample size
- 1.96 / 2.576
- z-scores for 95% / 99% confidence levels
SE vs SD — Key Differences
| Property | Standard Deviation (SD) | Standard Error (SE) |
|---|---|---|
| What it measures | Spread of individual data points | Precision of the sample mean |
| Formula | s = √[Σ(x−x̄)²/(n−1)] | SE = s / √n |
| Effect of larger n | Stabilises around true population SD | Decreases (more precise estimate) |
| Used for | Describing data variability | Confidence intervals, hypothesis tests |
| Report when | Describing the dataset itself | Reporting group means, error bars |
Effect of Sample Size on SE
With SD = 10 fixed, increasing n reduces SE (and narrows confidence intervals):
| n | SE | 95% CI width | Reduction vs n=25 |
|---|---|---|---|
| 25 | 2.000 | ±7.840 | — |
| 50 | 1.414 | ±5.539 | −29% |
| 100 | 1.000 | ±3.920 | −50% |
| 200 | 0.707 | ±2.769 | −65% |
| 400 | 0.500 | ±1.960 | −75% |
| 1000 | 0.316 | ±1.238 | −84% |
Common Mistakes
Reporting SD when you mean SE (or vice versa)
Always state explicitly which you are reporting. SD error bars make groups look more variable; SE error bars make groups look more precise. In papers, label all error bars as ±SD, ±SE, or ±95% CI.
Using z-scores for small samples
For n < 30, the 95% CI requires a t-distribution critical value (e.g., t = 2.262 for n = 10), not z = 1.96. Using 1.96 for small samples produces intervals that are too narrow.
Thinking SE describes individual data spread
SE is about the precision of the mean estimate, not individual variation. A very precise mean (small SE) can still coexist with high individual variability (large SD).
Related Calculators
Disclaimer
Confidence intervals use z-scores (1.96/2.576) and are appropriate for large samples (n ≥ 30). For small samples, use the t-distribution. These calculations assume simple random sampling.