Statistical Power Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
Statistical power (1−β) is the probability that your study will detect a true effect when one exists. A power of 0.80 (80%) is the conventional minimum: it means a 20% chance of missing a real effect (Type II error).
Enter the effect size (Cohen's d), sample size, and significance level α to compute power — or flip the calculation to find the sample size needed to achieve your target power.
Formula
Power = Φ(|d|√n − z_{α/2}) n = ((z_{α/2} + z_β) / d)²
- d
- Cohen's d — standardized effect size
- n
- sample size per group
- α
- significance level (Type I error rate)
- β
- Type II error rate; power = 1 − β
- z_{α/2}
- critical z-value for α (1.96 for α=0.05)
Analysis Mode
0.2 small · 0.5 medium · 0.8 large
Statistical Power: Formula & Derivation
Power given d and n
Power = Φ(|d|√n − zα/2)
Φ = standard normal CDF · zα/2 = 1.96 for α = 0.05 two-tailed
Required sample size per group
n = ⌈ ((zα/2 + zβ) / d)² ⌉
zβ = z for target power: 0.84 (80%), 1.28 (90%), 1.65 (95%)
| Symbol | Meaning |
|---|---|
| Cohen's d | (μ₁ − μ₂) / σ — standardized mean difference (effect size) |
| n | Sample size per group |
| α | Significance level (Type I error rate) — typically 0.05 |
| β | Type II error rate = 1 − Power (probability of missing a real effect) |
| Power (1−β) | Probability of correctly rejecting H₀ when the effect is real |
Worked Example
A researcher expects a medium effect size (d = 0.5). With n = 64 per group and α = 0.05 (two-tailed), what is the statistical power?
z_{α/2} = z_{0.025} = 1.96 (two-tailed, α = 0.05)δ = d × √n = 0.5 × √64 = 0.5 × 8 = 4.0Power = Φ(4.0 − 1.96) = Φ(2.04) ≈ 0.979 (97.9%)Interpretation: With 64 participants per group and a medium effect (d = 0.5), this study has 97.9% power — well above the 80% convention. You could reduce sample size to ~51 per group to achieve exactly 80% power.
How to Use Power Analysis
Step-by-step planning
- Estimate effect size d from prior research or minimum effect of practical importance.
- Set α = 0.05 (or stricter for high-stakes/confirmatory research).
- Target power ≥ 0.80 (minimum); 0.90 preferred for pre-registration.
- Use "Compute Sample Size" mode to solve for required n.
- Collect exactly that many observations before peeking at data.
Cohen's d benchmarks
| d | Label | n for 80% power | n for 90% power |
|---|---|---|---|
| 0.20 | Small | 197 | 265 |
| 0.35 | Small-medium | 66 | 89 |
| 0.50 | Medium | 34 | 46 |
| 0.80 | Large | 14 | 19 |
| 1.20 | Very large | 7 | 9 |
Per group, two-tailed, α = 0.05
Related Calculators
Cohen's d and other measures
Effect Size ExplainedSmall, medium, large benchmarks
Sample Size CalculatorGeneral sample size estimation
One-Sample T-Test CalculatorRun the test after planning
P-Value ExplainedThe other side of hypothesis testing
Statistics HubAll statistics calculators
Disclaimer
Power calculations use the normal approximation to the non-central t-distribution, standard for planning. For exact power with small samples, use G*Power or R.