Margin of Error Calculator
Calculate the margin of error for a survey or poll. Find how accurate your sample results are based on sample size, confidence level, and proportion. Used in political polling and market research.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Margin of Error Calculator | — | MOE = z* × √(p(1-p)/n) | ± percent |
Step-by-Step Examples
Poll of 1000 people, 52% favor option A, 95% CI.
- SE = sqrt(0.52×0.48/1000) = sqrt(0.0002496) = 0.01580
- MOE = 1.96 × 0.01580 = 0.031 = 3.1%
- CI: 52% ± 3.1% = (48.9%, 55.1%)
- Includes 50%: result is within MOE of a tie
Exit poll of 5000 voters, 99% CI, p=0.5.
- SE = sqrt(0.25/5000) = 0.00707
- MOE = 2.576 × 0.00707 = 0.0182 = 1.8%
- 5× larger sample → MOE reduced by sqrt(5) ≈ 2.2x
Internal company survey of 50 employees, 95%.
- SE = sqrt(0.5×0.5/50) = 0.0707
- MOE = 1.96 × 0.0707 = 13.9%
- Very large MOE — small surveys are imprecise
- Need n=400 for MOE ≤ ±5%
Real-World Applications
Common Mistakes to Avoid
MOE quantifies sampling error only. A biased sample (e.g., only online respondents) has systematic error the MOE doesn't capture.
MOE for proportions uses p(1-p). For 5-point Likert scales, different formulas apply. Don't use proportion MOE for continuous scale data.
MOE without stating the confidence level is meaningless. Always pair them: ±3% at 95% CI. At 99% CI, the same poll has ±3.9% MOE.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.