Standard Error Calculator
Standard error of the mean, of a proportion, and of the difference between two independent means — with a sampling-distribution diagram and step-by-step working.
1 · Standard Error of the Mean
Given a sample standard deviation s and sample size n, computes SE(x̄) = s / √n.
2 · Standard Error of a Proportion
For a survey proportion p̂ (between 0 and 1) with sample size n, SE(p̂) = √(p(1 − p) / n).
3 · Standard Error of the Difference Between Two Means
For two independent samples, SE(x̄₁ − x̄₂) = √(s₁²/n₁ + s₂²/n₂). This is the SE used in a two-sample (Welch's) t-test.
Standard error explained, step by step
Standard error measures the precision of an estimate, not the spread of the raw data. Each card below covers one of the three SE forms this calculator supports.
1. SE vs SD — precision of the estimate vs spread of the data
Standard deviation describes how spread out individual data points are around the mean. Standard error describes how spread out the estimate itself would be across repeated samples. SD does not shrink with n; SE shrinks as 1 / √n. Report SE (or a CI) when you're talking about how precise the mean is.
2. SE of a mean — s / √n
For a single quantitative variable, plug the sample standard deviation and sample size into s / √n. Quadrupling n halves SE, matching the √n rule you see everywhere in sampling theory.
3. SE of a proportion — √(p(1 − p) / n)
For a yes/no outcome the SE uses the sample proportion, not a separate s. The variance p(1 − p) peaks at p = 0.5, so the widest SE for a given n occurs when the outcome is a coin-flip.
4. SE of a difference — variances add, not SEs
For two independent means, the sampling variances add. That's why you square each SE, sum, then take the square root. This is the Welch (unequal-variance) form and is the safer default. It's exactly what a two-sample t-test uses in the denominator.
Features of this calculator
- Three SE tools in one page — mean, proportion, and difference of two means.
- Sampling-distribution diagram with the ±1 SE region shaded for every result.
- Show / hide step-by-step working powered by the site's shared solution component.
- Uses exact formulas — no rounding until the final display.
- Direct links to the Margin of Error and Confidence Interval calculators to turn SE into a full interval.