Logo

MonoCalc

/

Margin of Error Calculator

Math

Advanced Options

Finite Population Correction

Custom Critical Value

About This Tool

📊 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.101.645
95%0.051.960
99%0.012.576
99.5%0.0052.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.

Frequently Asked Questions

Is the Margin of Error Calculator free?

Yes, Margin of Error Calculator is totally free :)

Can I use the Margin of Error Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Margin of Error Calculator?

Yes, any data related to Margin of Error Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is the margin of error?

The margin of error (MOE) is the half-width of the confidence interval around a survey estimate. It tells you how much the sample result might differ from the true population value due to random sampling. For example, an MOE of ±3% means the true value is likely within 3 percentage points of the reported figure.

How does this margin of error calculator work?

Choose a calculation mode (proportion, conservative proportion, mean with known σ, or mean with sample SD), enter the sample size, confidence level, and the relevant statistic. The calculator applies the correct critical value (z or t), computes the standard error, multiplies them to get the MOE, and optionally applies a finite population correction when the population size is provided.

When should I use the conservative proportion mode?

Use conservative mode when you have no prior estimate of the proportion p. Setting p = 0.5 maximises the product p(1−p) = 0.25, which yields the largest possible MOE. This is the standard approach for political polls where the true proportion is unknown before the survey.

What is the finite population correction (FPC)?

The FPC adjusts the MOE downward when the sample covers a large fraction of a finite population. It applies the factor √((N−n)/(N−1)) to the standard error. If your sample is less than 5% of the population, the correction is negligible. Enter the population size N to enable it.

When should I use a t-distribution instead of a z-distribution?

Use the t-distribution when the population standard deviation is unknown and you are estimating it from the sample (using sample SD s). For small samples (n < 30) this makes a noticeable difference. For large samples, t and z critical values converge, but the t-distribution is always the safer statistical choice.

What is the difference between MOE and confidence interval width?

The margin of error is the half-width: the ± amount added to and subtracted from the estimate. The confidence interval width is twice the MOE, representing the full span of the interval from lower to upper bound.