Bell Statistics

What is the winner's curse?

The winner's curse is the systematic overstatement of an effect by the experiment that selected it. Because a result reaches significance partly through luck, the measured effect of a winning variant is biased upward — and the closer it sat to the threshold, the worse the inflation.

Also called
selection bias in effect estimates, regression to the mean in experiments, magnitude inflation
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

In plain English

An experiment reports a 6% lift and clears significance. It ships, and the following quarter the aggregate metrics show something closer to 3%. Nobody made an error. The measured effect of a variant that was selected for being significant is systematically larger than its true effect, because reaching the threshold required both a real effect and a favourable draw of noise — and the noise is not repeated when the change goes live.

The mechanism is selection on a noisy estimate. Suppose the true effect is 3% and the experiment's precision is such that observed results scatter by a couple of points either side. Runs where noise pushed the estimate up cross the significance line; runs where it pushed down do not. The winners are therefore drawn disproportionately from the upper half of that scatter, and their average overstates the truth. This is regression to the mean, arriving in the specific form that matters for experimentation.

The size of the inflation depends almost entirely on how much power the test had. A well-powered experiment that clears significance comfortably is barely affected — the observed effect is large relative to the noise, so selection changes little. A marginal result at p = 0.048 from an underpowered test can be inflated by a factor of two or more. The uncomfortable implication is that the most exciting results, from the smallest tests, are the least trustworthy in magnitude.

Multi-arm tests compound it. Taking the best of five variants selects the maximum of five noisy estimates, and the maximum of a set is upward-biased even when every arm has an identical true effect. That is the same phenomenon operating twice — once through the significance threshold, once through picking the leader — which is why the winner of an A/B/n test should be treated with particular caution.

The practical responses are modest and effective. Plan against the lower end of the confidence interval rather than the point estimate. Discount marginal results more heavily than comfortable ones, since the inflation scales with how close the call was. And where a shipped change matters enough, hold a global holdout to measure what actually accumulated — realisation rates around a third are common, and this is one of the main reasons why.

The formula

The bias is a conditional expectation, and its size is governed by how far the significance threshold sits from the true effect in standard-error units.

The bias
E[ effect̂ | significant ] > true effect

Conditioning on having crossed the threshold selects the favourable half of the noise.

Where it is worst
inflation grows as power falls

At 80% power the bias is modest; at 20% power a significant estimate can be double the truth.

Multi-arm compounding
E[ max of k estimates ] > true effect, even with identical arms

Selecting the leader is a second layer of the same selection — see the ANOVA calculator.

The practical discount
plan against the lower bound of the CI, not the point estimate

Cheap, requires no modelling, and errs in the direction that does not embarrass anyone.

Worked example

A simulation gives every experiment in a programme a true effect of exactly 3%. Experiments are run at three power levels, and only those reaching significance are shipped. The measured effect of the shipped ones is compared against the truth.

True effect, every experiment
+3.0%
At 90% power: significant
90% of runs
At 90% power: mean measured effect of winners
+3.2% (7% inflation)
At 50% power: mean measured effect of winners
+4.4% (47% inflation)
At 20% power: mean measured effect of winners
+6.7% (123% inflation)
At 20% power: best of 5 arms
+8.1% (170% inflation)

The same 3% true effect is measured at 3.2%, 4.4% or 6.7% depending only on how well powered the test was.

Nothing varies across those rows except statistical power, and the reported effect more than doubles. That is the whole argument for treating underpowered significant results as unreliable in magnitude even when the direction is right — the 20% power row is not measuring a different effect, it is measuring the same one through a filter that only lets the lucky draws through. The last row adds the multi-arm layer and takes the inflation to 170%. Two consequences worth carrying. Forecasts built on the point estimate of a marginal win will be wrong by a factor that is predictable in direction and not in size, so the lower bound of the interval is the safer planning number. And a programme whose experiments are mostly underpowered will report a stream of large wins that never appear in the aggregate — which is a measurement artefact rather than an execution failure, and only a holdout distinguishes the two.

Common misconceptions

If the result was statistically significant, the estimated effect is unbiased.
Significance is exactly the selection that creates the bias. An unconditional estimate is unbiased; an estimate conditioned on having crossed a threshold is not, because crossing required a favourable draw of noise as well as a real effect.
The winner's curse means the effect probably is not real.
It concerns magnitude rather than existence. A significant result from a well-powered test is usually a real effect that is somewhat overstated. What the curse says is that the number will shrink, not that it will vanish — though for very underpowered tests the inflation can be large enough that the practical conclusion changes.
Running more variants improves your chance of finding a good one.
It improves the chance of finding something that looks good. The maximum of several noisy estimates is upward-biased even when every arm is identical, so the winner of a five-arm test carries two layers of selection. More arms means a more inflated winner as well as more genuine candidates.

Frequently asked questions

How much should I discount a winning result?
Scale it to the power of the test rather than applying a fixed haircut. A comfortably significant result from a well-powered experiment needs almost none; a marginal one at p just under 0.05 from an underpowered test can be inflated by half or more. The simplest workable rule is to plan against the lower bound of the confidence interval, which discounts automatically and by roughly the right amount.
Can the winner's curse be avoided?
Not eliminated, since it is a consequence of selecting on a noisy estimate, but it can be made small. Adequate power is the main lever — a well-powered test has little inflation. Beyond that, shrinkage estimators pull extreme estimates towards the average of the programme, and re-measuring an important winner against control before forecasting from it gives a clean estimate free of the original selection.
How does this affect a whole experimentation programme?
It is one of the main reasons the sum of reported wins exceeds what a global holdout measures. Every shipped result carries some inflation, and the effect accumulates across a year of releases — realisation rates around a third are commonly reported, with the winner's curse, novelty decay and negative interactions all contributing. Knowing the multiplier for your own programme requires a holdout; assuming it is one is what makes forecasts optimistic.

Related terms

  • A/B/n test

    Several complete alternatives against one control — and each extra arm costs twice: less traffic and another chance to be wrong.

  • Effect size

    How big the difference is — the number a p-value throws away and a business case runs on.

  • Simpson's paradox

    Wins in every segment, loses overall — and the aggregate is the one you should distrust.

  • Twyman's law

    Any figure that looks interesting is usually wrong — and the bigger the result, the cheaper it is to check.

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.

  • One-way ANOVA

    Three or more independent groups on one continuous outcome — size it, then run the F test.

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.