Statistics Reference
Margin of Error vs Confidence Interval
One is a number, the other is a range — and they say exactly the same thing. The margin of error is the half-width of the confidence interval; the interval is the estimate with that margin attached. This guide shows the identity, dissects the formula, works a complete polling example, and covers what a “±3 points” claim actually promises.
One Statement, Two Formats
Confidence interval = estimate ± margin of error
Margin of error = (interval width) / 2
Margin of error (a number)
“52%, ±3.1 points.” Compact, headline-ready, and centered on the estimate. It answers: how far from the truth is this estimate likely to be?
Confidence interval (a range)
“48.9% to 55.1%.” The same information as explicit endpoints. It answers: which values of the truth are plausible given this sample?
Because the two are interconvertible, neither is “more correct.” Intervals shine when the endpoints matter (does the range include 50%? does it include zero effect?); margins shine for quick precision comparisons between studies.
Anatomy of the Margin
MoE = critical value × standard error
Proportion: MoE = z* × √(p̂(1 − p̂)/n)
Mean: MoE = t* × s/√n
The two factors separate cleanly. The standard error measures how noisy the estimate is — it belongs to the data. The critical value encodes how confident you asked to be — it belongs to you: 1.645 for 90%, 1.96 for 95%, 2.576 for 99% (z case). Demanding more confidence at the same sample size widens the margin; collecting more data at the same confidence narrows it, at the square-root rate covered in the standard error guide.
Worked Example: A Poll of 1,000 Voters
A poll finds 52% support for a proposal among n = 1,000 respondents. At 95% confidence:
- Standard error: √(0.52 × 0.48 / 1000) ≈ 0.0158.
- Margin of error: 1.96 × 0.0158 ≈ 0.031 → ±3.1 percentage points.
- Confidence interval: 52% ± 3.1 → (48.9%, 55.1%).
The interval format immediately shows the headline that matters: the range dips below 50%, so majority support is not established at 95% confidence, despite the 52% estimate. The margin format shows precision at a glance. Same math, different emphasis — and both reproduce in the margin of error calculator and the confidence interval calculator.
Upgrading to 99% confidence multiplies the same standard error by 2.576 instead: MoE ≈ 4.1 points, interval (47.9%, 56.1%) — more certainty about a vaguer claim.
What the ±3 Points Does and Does Not Cover
- It covers random sampling error only. Question wording, undercoverage, non-response, and late opinion shifts are all outside the margin — real polls miss by more than their margins more often than the pure math predicts.
- It fails at its stated rate by design. At 95% confidence, about 1 poll in 20 misses by more than its margin even with perfect methodology — the long-run reading explained in the confidence intervals guide.
- It applies to each share, not to gaps. A 52–48 lead with a 3-point margin is not “outside the margin”: the lead of 4 points has an effective margin near 6, because the gap moves twice as fast as either share.
- Subgroups have bigger margins. The 200 under-30 respondents inside a 1,000-person poll carry a margin near ±6.9 points, not 3.1 — precision belongs to the subgroup's n, not the survey's.
Planning Backwards From a Target Margin
Study design usually runs the formula in reverse: choose the margin you need, then solve for n. For a proportion at 95% confidence, n = (1.96/MoE)² × p(1 − p), computed at the worst case p = 0.5 when nothing is known. A ±3-point target needs about 1,067 respondents; ±2 points needs about 2,401; ±1 point needs about 9,604 — the square-root economics in action. The sample size calculator performs this inversion, including the finite population correction for small populations.
Try the Margin of Error Calculator
Compute margins for proportions and means at common confidence levels, with the critical value and standard error shown separately.
Frequently Asked Questions
What is the difference between margin of error and confidence interval?
They are two forms of the same statement. The margin of error is a single number - the maximum likely distance between the estimate and the truth at a given confidence level. The confidence interval is the range you get by attaching that number to the estimate: estimate +/- margin of error. A poll reporting 52% +/- 3 points and one reporting an interval of 49% to 55% are saying exactly the same thing.
How do I calculate the margin of error?
Multiply the critical value for your confidence level by the standard error of the estimate: MoE = z* (or t*) x SE. For a proportion, SE = sqrt(p(1-p)/n); for a mean, SE = s/sqrt(n). A 95% margin for a poll of 1000 with p = 0.52 is 1.96 x sqrt(0.52 x 0.48/1000), which is about 0.031, or 3.1 percentage points.
Does a 3% margin of error mean the poll can only be off by 3%?
No - it means the poll is within 3 points of the truth with 95% confidence (or whatever level was used). About 1 poll in 20 will miss by more than its stated margin purely from sampling. The margin also covers only random sampling error: question wording, non-response bias, and a shifting electorate can move results beyond it.
Why do polls with the same margin of error disagree by more than it?
Two independent polls each carry their own error, so the difference between them has a larger margin - about 1.4 times each poll's margin when sizes are similar. Two 3-point polls can honestly sit 4 points apart. Comparing a candidate's lead also doubles the effective margin, because the gap moves twice as fast as either share.
How does sample size change the margin of error?
Through a square root: quadrupling the sample halves the margin. Moving a proportion poll from n = 1000 (about +/-3.1 points at 52%) to n = 4000 gets about +/-1.5 points. This is why margins below 2 points are expensive and why sample size planning starts from the target margin - the sample size calculator solves that inversion directly.
Which confidence level does a reported margin of error use?
Almost always 95% unless stated otherwise - the critical value 1.96 is baked into most published margins. The same data at 90% confidence gives a smaller margin (1.645 x SE) and at 99% a larger one (2.576 x SE). A margin quoted without its confidence level is incomplete; reputable polls state both.