Margin of Error
GeneralSampling Margin of Error
The range of uncertainty around a survey or sample estimate, usually expressed as '± X%', reflecting how much the result could differ from the true population value.
Definition
Margin of error is the range of uncertainty around a survey or sample estimate, most often expressed as "± X%" alongside a headline number — for example, "support stands at 52%, ± 3 percentage points." It quantifies how much the sample result might differ from the true value in the full population purely due to random sampling variation, not measurement mistakes or bias.
Margin of error is reported constantly in political polling, market research, and opinion surveys, and it is a direct input into building a Confidence Interval. A smaller margin of error means a more precise estimate, and the Margin of Error Calculator computes it directly from sample size, standard deviation (or proportion), and the desired confidence level.
Because margin of error depends heavily on sample size, researchers use the Sample Size Calculator in reverse — starting from a target margin of error and working out how many respondents are needed to achieve it.
Formula
Margin of Error = z × (σ ÷ √n)
For proportions, the formula becomes:
Margin of Error = z × √[p(1 − p) ÷ n]
Where z is the z-score for the confidence level, σ is the standard deviation, p is the sample proportion, and n is the sample size.
Worked Example
A survey of 1,000 voters finds that 52% support a proposal. Using a 95% confidence level (z = 1.96):
Margin of Error = 1.96 × √[0.52 × 0.48 ÷ 1000] = 1.96 × √0.0002496 = 1.96 × 0.01580 ≈ 0.031 (3.1%)
The reported result is therefore 52% ± 3.1%, meaning the true level of support likely falls between 48.9% and 55.1%.
Key Things to Know
- Directly builds the Confidence Interval: the confidence interval is the point estimate plus and minus the margin of error.
- Shrinks slowly with sample size: quadrupling the sample size is required to halve the margin of error, not merely doubling it.
- Maximized at 50%: for proportions, margin of error is largest when the true proportion is near 50% and smaller as it approaches 0% or 100%.
- Doesn't capture bias: a low margin of error only reflects sampling precision — it says nothing about non-response bias or Standard Deviation issues from a poorly designed survey.
- Higher confidence means a wider margin: choosing 99% confidence instead of 90% increases the z-score and therefore widens the margin of error for the same sample.
Related Calculators
Related Terms
Frequently Asked Questions