The second way a test can be wrong: the effect is real, and the test reports nothing. The rate is beta, and it is the direct complement of statistical power — at 80% power, beta is 20%, so one in five real effects of the size you designed for goes undetected. Unlike a Type I error, nothing about the output distinguishes it from a genuinely null result. The p-value is large either way.
That invisibility is the whole problem. A false positive eventually collides with reality; a false negative simply looks like a decision. The feature is dropped, the idea is marked as tried, and the record now says it does not work. Nobody logs it as an error because nobody knows. In an organisation that runs a lot of underpowered tests, this quietly accumulates into a body of institutional knowledge that is substantially wrong, and the wrongness all points the same way — towards "nothing works here".
Beta is not a number you set directly; it falls out of four things. The true effect size, which you do not control. The sample size, which is the lever everyone reaches for. The significance level, since a stricter threshold raises beta at fixed sample. And the variance of the metric, which is the lever most teams ignore and the cheapest one available — CUPED, a less volatile primary metric, or trimming outliers all cut beta without a single extra user.
Distinguishing a false negative from a real null is not done with the p-value, which cannot tell you. It is done with the confidence interval. If a flat result comes with an interval running from −2% to +11%, an effect worth shipping is still entirely consistent with the data and the experiment has not answered the question. If it runs from −0.3% to +0.4%, you have genuinely ruled out anything material, which is a strong and useful finding. Same verdict on significance, opposite conclusion.
And if the question really is whether two things are the same — a cheaper vendor, a simplified flow, a model refresh — no amount of power will let an ordinary test deliver that answer. It needs the hypotheses inverted, which is what equivalence and non-inferiority tests do. Treating a non-significant result as proof of sameness is the single most common way a Type II error gets promoted into a stated conclusion.
Beta is defined against a specific alternative, which is why it cannot be quoted without one. The formulas below are the two-sided normal approximation used by every standard sample-size calculation.
A team ships a redesigned pricing page. The test runs for two weeks on 18,000 sessions per arm, against a 2.4% purchase rate. The result: 2.4% versus 2.6%, p = 0.31. The team concludes the redesign did not work and reverts it.
- Baseline purchase rate
- 2.4%
- Observed lift
- +0.2pp (2.4% → 2.6%), p = 0.31
- 95% confidence interval
- −0.19 to +0.59 percentage points
- Power to detect a +10% relative lift
- 31%
- Sample needed for 80% power
- ≈ 66,000 per arm
The test had a 31% chance of detecting the effect it was looking for, so a Type II error was the most likely outcome even if the redesign worked exactly as hoped.
The interval is the giveaway. It still contains a 0.59-point gain — a 25% relative lift, far above anything the team would have needed — so the data have not excluded success, they have failed to examine it. Reverting is the expensive mistake here, because the cost is not the two weeks: it is the entry in the record saying pricing-page redesigns do not move purchases, which will be cited the next time someone proposes one. The honest write-up is "inconclusive, powered for 31%", and the options are to run six weeks instead of two, or to apply variance reduction and run three.
- דA non-significant result means the change had no effect.”
- It means the test could not distinguish the change from nothing, which an underpowered test does whether or not an effect exists. Read the confidence interval: if it still contains effects you would have shipped, the experiment did not answer the question and the change has not been ruled out.
- דWe can work out whether we made a Type II error from the result.”
- Not from the p-value, which is a deterministic function of the same data and always implies low power for a non-significant result. Power calculated after the fact adds no information. The interval is the only object in the output that says which effect sizes remain plausible, which is the question you are actually asking.
- דType II errors matter less because at least we did not ship anything bad.”
- You shipped nothing and recorded a false conclusion, which is worse than it sounds: the idea is now marked as tried. A programme with chronically underpowered tests systematically concludes that improvement is impossible, and the false negatives leave no trace to argue against that.