Bell Statistics

What is a Type II error?

A Type II error is a false negative: a real effect exists and the test misses it. Its rate is beta, and one minus beta is statistical power. At the conventional eighty per cent power, a real effect of the size you designed for is missed one time in five.

Notation
β
Also called
false negative, type 2 error, beta error
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

In plain English

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.

The formula

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.

Definition
β = P( fail to reject H₀ | H₁ true )

Always conditional on a particular effect size. "The test has beta = 0.2" is meaningless without saying beta against what.

Relationship to power
power = 1 − β

80% power is beta = 0.20; 90% power is beta = 0.10. Moving between them costs about 34% more sample.

Beta for a two-sided test
β = Φ( z₁₋α/₂ − |δ|/SE )

Everything that shrinks SE — more data, less variance — shrinks beta. So does a larger true effect δ, which is why marginal changes are the ones that go undetected.

The variance lever
SE = √( 2σ² / n ) ⟹ halving σ² is worth doubling n

The reason variance reduction is the cheapest way to cut beta — see the A/B test sample size calculator.

Worked example

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.

Common misconceptions

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.

Frequently asked questions

Why is beta usually set to 0.20?
Cohen proposed it as a working default on the reasoning that a false negative is roughly a quarter as costly as a false positive, which pairs with alpha at 0.05. It is a convention rather than a finding, and the underlying trade-off is worth checking against your own situation: when re-running a test is impossible or a missed opportunity is expensive, 0.10 is the more defensible choice.
How do I write up an inconclusive result honestly?
Report the estimate, the confidence interval, and the effect size the test was powered to detect, then say explicitly whether the interval excludes the smallest worthwhile effect. If it does not, the correct summary is that the experiment did not resolve the question — not that the change had no effect. Adding what sample would have been needed turns the write-up into an argument for the rerun.
What is the cheapest way to avoid false negatives?
Reduce the variance of the outcome rather than chase more traffic. Variance reduction using pre-experiment data commonly cuts the required sample by 20-50% on metrics with a strong pre-period correlate. Triggering the analysis on users who actually reached the changed surface usually helps even more, since diluting the population with users who never saw the change dilutes the effect you are trying to detect.

Related terms

  • Confidence interval

    The range your data can actually support, and why it answers the business question a p-value cannot.

  • CUPED

    Use pre-period data to strip out noise — the same test, 20-50% less traffic, no change to the estimate.

  • Guardrail metric

    A metric that can veto a launch but never justify one, and why that asymmetry is the whole point.

  • Minimum detectable effect

    The smallest lift you designed to catch — a business decision that gets outsourced to statistics.

  • Null hypothesis

    The assumption every test argues against, and the reason you can never prove two things are the same.

  • Statistical power

    The probability your test finds a real effect — and why most tests that report nothing were never able to.

  • Type I error

    The false positive — and the one whose cost lands months later, on a roadmap built around noise.

Calculate it

  • A/B test sample size

    Size a two-proportion experiment before you launch, then read the lift and its interval once it lands.

  • Two-sample t-test

    Compare the average of two independent groups — plan the sample size, then test the result.

  • Equivalence: two means

    Show two averages are close enough to be interchangeable — set the margin, size the study, run both one-sided tests.

Knowing the term is the easy part

Applying it to a live measurement problem is the part that goes wrong. If you are designing an experiment, reading a result you do not trust, or trying to work out what your marketing actually caused, that is the work we do.