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%)

SymbolMeaning
Cohen's d(μ₁ − μ₂) / σ — standardized mean difference (effect size)
nSample 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?

Step 1 — Critical zz_{α/2} = z_{0.025} = 1.96 (two-tailed, α = 0.05)
Step 2 — Non-centralityδ = d × √n = 0.5 × √64 = 0.5 × 8 = 4.0
Step 3 — PowerPower = Φ(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

  1. Estimate effect size d from prior research or minimum effect of practical importance.
  2. Set α = 0.05 (or stricter for high-stakes/confirmatory research).
  3. Target power ≥ 0.80 (minimum); 0.90 preferred for pre-registration.
  4. Use "Compute Sample Size" mode to solve for required n.
  5. Collect exactly that many observations before peeking at data.

Cohen's d benchmarks

dLabeln for 80% powern for 90% power
0.20Small197265
0.35Small-medium6689
0.50Medium3446
0.80Large1419
1.20Very large79

Per group, two-tailed, α = 0.05

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.

Frequently Asked Questions