Result
Enter parameters and click Calculate
Compute standard error for means, proportions, or differences.
No recently used tools
Loading categories...
Free online standard error calculator for means, proportions, and differences. Compute SE, margin of error, and confidence intervals with step-by-step KaTeX formulas, interactive Plotly chart, and Python scipy export.
Compute standard error for means, proportions, or differences.
The standard error (SE) measures the variability of a sample statistic from sample to sample. It tells you how precisely your sample estimate (mean or proportion) approximates the true population parameter. Smaller SE means greater precision.
Different samples from the same population yield different statistics. SE quantifies how much these sample estimates typically vary.
A smaller SE indicates that the sample statistic is a more precise estimate of the population parameter.
Confidence intervals are built from the SE. The margin of error equals the critical value times the standard error.
Measures the spread of individual data points around the sample mean. It describes variability within a single sample. SD does not depend on sample size.
Measures the spread of sample statistics (like the mean) across many samples. It describes how precisely the statistic estimates the population parameter. SE decreases with larger n.
Key Relationship: SE = SD / √n. The standard error is always smaller than the standard deviation (for n > 1). As sample size grows, SE shrinks but SD stays roughly the same.
| Confidence Level | z* Critical Value | Multiplier Effect |
|---|---|---|
| 90% | 1.645 | Narrower interval, less certainty |
| 95% | 1.960 | Standard balance of precision and confidence |
| 99% | 2.576 | Wider interval, higher certainty |
Increasing sample size reduces the standard error. More data means more precise estimates of the population parameter.
Greater population variability (larger SD) increases the standard error. More spread in the data means less precise sample estimates.
Standard error is inversely proportional to the square root of the sample size. This is the law of diminishing returns in sampling.
To halve the standard error (double the precision), you need to quadruple the sample size. Going from n=100 to n=400 cuts SE in half.