📊 Margin of Error Calculator – Survey & Poll MOE Explained
The margin of error (MOE) is a fundamental concept in statistics and survey research. It tells you how much the result from a random sample might differ from the true value in the full population. Whenever you read a poll result like "52% ± 3%," the ± 3% is the margin of error.
What Is the Margin of Error?
The MOE is the half-width of the confidence interval around a sample estimate. It combines two factors: the critical value (determined by your chosen confidence level) and the standard error (a function of sample size and variability).
A smaller MOE means a more precise estimate. You can reduce the MOE by:
- Increasing the sample size
- Lowering the confidence level
- Reducing population variability
Calculation Modes
Proportion MOE
Used when measuring the fraction of a population with a certain characteristic (e.g., voters supporting a candidate). The formula is:
MOE = z × √(p(1−p) / n)Where z is the critical value from the standard normal distribution, p is the estimated proportion, and n is the sample size. When no prior estimate of p is available, use p = 0.5 (conservative mode) to get the maximum possible MOE.
Mean MOE (Known Population SD)
When the population standard deviation σ is known, use the z-based formula:
MOE = z × (σ / √n)Mean MOE (Sample SD / t-Distribution)
In practice, σ is rarely known. When using the sample standard deviation s — especially for smaller samples — use the t-distribution:
MOE = t(α/2, n−1) × (s / √n)The t critical value depends on the degrees of freedom df = n − 1. For large n, it converges to the z value.
Finite Population Correction (FPC)
When your sample represents a large fraction of a finite population, the standard formulas overestimate the MOE. The FPC adjusts for this:
FPC = √((N − n) / (N − 1))MOE_adjusted = MOE × FPC
The FPC is negligible when the sampling fraction n/N < 0.05. Enable it when sampling more than 5% of the population.
Common Confidence Levels and Critical Values
| Confidence Level | α | z* (two-tailed) |
|---|---|---|
| 90% | 0.10 | 1.645 |
| 95% | 0.05 | 1.960 |
| 99% | 0.01 | 2.576 |
| 99.5% | 0.005 | 2.807 |
Interpreting the Margin of Error
A 95% confidence level with a ±3% MOE means: if you repeated the survey many times under the same conditions, 95% of those intervals would contain the true population value. It does not mean there is a 95% probability the true value lies in any single calculated interval.
The MOE is always a half-width. The full confidence interval width is twice the MOE. For example, MOE = ±4.9% means the confidence interval spans 9.8 percentage points.
Real-World Examples
- Political polling: A sample of 1,000 voters with 95% confidence gives a conservative MOE of ±3.1% using p = 0.5.
- Market research: A sample of 400 respondents reporting 42% preference gives MOE = ±4.8% at 95% confidence.
- Quality control: Measuring a process mean with known σ = 2.5, n = 50 gives MOE = ±0.69 at 95% confidence (z-based).
Tips for Reducing Margin of Error
- Increase sample size — MOE decreases as
1/√n, so quadrupling the sample halves the MOE. - Lower your confidence level — dropping from 99% to 95% reduces the critical value from 2.576 to 1.96.
- Use a more precise estimate of p — prior knowledge of the proportion reduces the conservative assumption.
- Use stratified sampling — reduces variability compared to simple random sampling.