Calculate the margin of error for sample estimates. Essential for surveys, polls, and statistical inference.
Or 0.5 for conservative estimate
Margin of error (MOE) is the range of uncertainty around a sample estimate. It quantifies how much the sample result might differ from the true population value.
MOE = z × SE = z × (σ / √n) For proportions: MOE = z × √[p(1−p) / n]
Key Concepts:
Example: A poll showing "52% approve ±3%" at 95% confidence means we're 95% confident the true approval rate is between 49% and 55%.
Choose your confidence level (90%, 95%, or 99%) → get z-score (1.645, 1.96, 2.576)
Enter sample size (n) and sample proportion (p̂)
Calculate: MOE = z × √[p(1−p) / n]
Choose confidence level → get z-score
Enter sample size (n) and standard deviation (σ)
Calculate: MOE = z × (σ / √n)
Survey: 400 people, 52% favor new policy Confidence level: 95% (z = 1.96) p = 0.52, n = 400 MOE = 1.96 × √(0.52 × 0.48 / 400) = 1.96 × √(0.2496 / 400) = 1.96 × √0.000624 = 1.96 × 0.0249 ≈ ±0.0489 (≈ ±4.89 percentage points) Result: 52% ±4.89% means true support is likely between 47.11% and 56.89%
Sample: 100 people, mean = 68 inches Standard deviation: 4 inches Confidence level: 95% (z = 1.96) MOE = 1.96 × (4 / √100) = 1.96 × (4 / 10) = 1.96 × 0.4 ≈ ±0.784 inches Result: Average height is 68 ±0.784 inches (95% confident true mean is between 67.216 and 68.784 inches)
Related Tools
Required sample size.
Estimate population parameters.
Single parameter value.
Sampling variability.
Sample statistic distribution.
Sample vs population difference.