Sample Size Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
Choosing the right sample size is critical in research. Too small and your results are unreliable; too large and you waste time and money. This calculator gives you the minimum sample size needed to achieve a desired confidence level and margin of error.
Used for surveys, polls, clinical trials, A/B tests, and any study where you need to estimate a population proportion with known precision.
Formula
n = Z² × p(1−p) / E² (with finite correction: n_adj = n / (1 + (n−1)/N))
- n
- required sample size
- Z
- z-score for desired confidence level (1.96 for 95%)
- p
- estimated proportion (use 0.5 for maximum sample size)
- E
- margin of error (e.g. 0.05 for ±5%)
- N
- population size (for finite population correction)
Typical: 5% (most surveys)
Use 50% if unknown (maximum sample size)
Quick Reference — Common Sample Sizes
Assuming p = 50%, large population:
| Confidence | ±1% MOE | ±3% MOE | ±5% MOE | ±10% MOE |
|---|---|---|---|---|
| 90% | 6,765 | 752 | 271 | 68 |
| 95% | 9,604 | 1,068 | 385 | 97 |
| 99% | 16,587 | 1,844 | 664 | 166 |
Common Mistakes in Sample Size Planning
Confusing sample size with response rate
Sample size = number of completed responses needed. If your response rate is 30%, you need to contact 3× your required sample size to collect enough responses.
Using p = 0.5 when you have a prior estimate
p = 0.5 is the conservative default but gives the largest sample size. If you expect ~20% approval rate, use p = 0.2 and reduce your sample size by 36%.
Forgetting the finite correction for small populations
For populations under 10,000, applying the finite correction can substantially reduce the required sample size — sometimes by 50% or more.
Related Calculators
Disclaimer
Sample size calculations are estimates based on statistical formulas. Real-world studies may require adjustments for non-response rates, stratification, clustering, and other design factors. Consult a statistician for complex study designs.