Math & Statistics

Statistical Power & Sample Size

Measuring your experiment's ability to detect real underlying business changes.

🟡 intermediate4 min readexperimentation
Statistical Power is the probability that a hypothesis test correctly detects a real effect when one truly exists (1 - Type II error rate beta). Standard experimental design targets 80% statistical power (power = 0.80). Power depends on four interconnected variables: significance level alpha, effect size, sample size N, and population variance. Running an underpowered A/B test leads to false negatives, wasting engineering effort by discarding winning product features.

What is Statistical Power?

Statistical Power is the likelihood that your test will spot a real difference when a real difference actually exists.

Mathematically, Power = 1 - beta, where beta is the Type II error rate (false negative rate).

Standard practice sets significance level alpha = 0.05 and Power = 0.80. This means you accept a 5% chance of a false positive and a 20% chance of a false negative.

The Four Connected Levers

Power calculations connect four key variables. Changing any one lever impacts the others:

  1. Sample Size (N): More users in your test gives higher statistical power.
  2. Effect Size (MDE): Larger product changes are easier to spot than tiny subtle shifts.
  3. Significance Level (alpha): A stricter alpha threshold (like 0.01 instead of 0.05) requires more data for equal power.
  4. Variance: Lower noise in your metric makes real signals stand out faster.

Why Underpowered Tests Damage Businesses

Running a test with low power (like 30% power) is dangerous:

  1. Wasted Effort: You might build a fantastic new checkout flow that genuinely boosts sales by 2%.
  2. False Negative: Because your test was underpowered, the p-value comes back at 0.14 (not significant).
  3. Wrong Decision: Your team throws away a winning feature, concluding it did not work.

How to Increase Test Power

  1. Increase Sample Size: Run the experiment longer or allocate a larger percentage of live traffic.
  2. Reduce Variance: Use variance reduction techniques like CUPED (Using pre-experiment data to remove baseline noise).
  3. Target Larger Effects: Test bolder product changes rather than tiny color tweaks.

Say this out loud

Statistical power is the chance that your test catches a real effect when one exists. Industry standard targets 80% power. Power depends on sample size, variance, significance level, and effect size. Running underpowered A/B tests is a major business risk because you end up throwing away winning features due to false negative results.

Follow-ups to expect

Check yourself

Question 1 of 3

What does a Statistical Power of 80% (0.80) mean in an A/B test design?

More in Math & Statistics

See all →
Bayes’ Theorem4 minCentral Limit Theorem4 minLaw of Large Numbers4 min