CRO

Average A/B Test Win Rate: What the Data Shows

The average A/B test win rate in published data runs from 8 to 33 percent, why the range is that wide, and why a high win rate is usually a warning sign.

Flat illustration of a long row of short bars with three taller bars rising above them and a simple trophy resting on the tallest one

The A/B test win rate, meaning the share of experiments that improve the target metric, has no universal benchmark. The most citable public data opens a wide range: Ronny Kohavi documented that at Microsoft roughly one third of tested ideas improve the metric, one third are neutral and one third make things worse; Kohavi, Deng and Vermeer compiled success rates already published by different operations and landed on a range running from 8 to 33 percent. This article covers what each of those numbers actually measures, why they diverge so much, why a high rate is usually a symptom of a loose process, and above all the calculation almost nobody runs: how many of your winners are false positives, given that most ideas do not work. It is part of the guide on how to build an experimentation culture.

What the published data actually shows

Three references support practically every win rate figure circulating in the market. It is worth reading what each one measures, because they are not measuring the same thing.

Source What it reports What it actually measures
Kohavi, KDD 2015 (Microsoft) About one third improve the target metric, one third are neutral, one third make it worse Ideas tested in a mature program, counted in all three directions
Kohavi, Deng and Vermeer, KDD 2022 Compilation of published success rates: 33 percent (Microsoft), 20 percent (Kaushik), 15 percent (Bing), 10 percent (Booking.com, Google Ads, Netflix), 8 percent (Airbnb Search) Estimates from different origins, gathered to compute the false positive risk of each
Thomke, HBR 2020 (Booking.com) A program running tens of thousands of experiments a year with public emphasis on learning from failure Volume and culture, more than a comparable rate

The distance between “one third” and “10 percent” reads like a contradiction and is not. Both ends of the range come from the same table in the 2022 paper: 33 percent is the Microsoft line, exactly the one-third proportion documented in 2015, and 10 percent is the line attributed to Booking.com, Google Ads and Netflix. Between them sit Bing at 15 percent and an Avinash Kaushik estimate at 20 percent. These are not measurements from a single study comparing companies: they are numbers published at different moments in different contexts, and the authors state plainly that counting criteria vary across sources and that the figures serve as orders of magnitude. A range from 8 to 33 percent is not measurement noise, it is the effect of four variables the next section unpacks.

The public win rate numbers do not measure the same thingThe proportion Kohavi documented for Microsoft splits experiments into one third that improve, one third neutral and one third that make things worse. The Kohavi, Deng and Vermeer table from 2022 instead compiles success rates published by different operations: 33 percent at Microsoft, 20 percent in an Avinash Kaushik estimate, 15 percent at Bing, 10 percent at Booking.com, Google Ads and Netflix, and 8 percent at Airbnb Search. These are numbers of different origins gathered into one table, not a single measurement comparing companies.Microsoft (Kohavi, 2015): distribution inside one programimproves (1/3)neutral (1/3)hurts (1/3)Published success rates, compiled by Kohavi, Deng and Vermeer (2022)Microsoft33%Avinash Kaushik20%Bing15%Booking.com, Google Ads, Netflix10%Airbnb Search8%The authors warn that these estimates use different counting criteria and serve as orders of magnitude.This is not a study comparing companies: it is numbers published in different contexts, gathered into one table.
The two most quoted win rate figures answer different questions. One describes the internal split of a single program; the other compiles rates published by distinct operations, running from 8 to 33 percent.

Why the rates vary so much

Four variables explain almost the entire gap between teams, and none of them is talent.

Before comparing your rate against any benchmark, write down your definition of a win. In most cases that one sentence explains the entire difference.

A high win rate is usually a warning sign

This is the counterintuitive point most benchmark articles skip. If public sources point to something between 8 percent and one third, a program reporting 60 or 70 percent wins deserves an audit before it deserves a celebration. The four most common causes, in rough order of frequency:

Likely cause How to spot it What to do
Stopping early after a favorable dashboard reading Tests ending on irregular dates, always right after a favorable spike Fix duration before starting; see the peeking problem
Underpowered tests Sample per variation well below what the declared MDE requires Size before running; accept running fewer and better tests
Switching the metric after the result The primary metric in the report is not the one in the plan Register the primary metric and guardrails before starting
Ties counted as wins Wins reported without a p-value or an interval Always report the interval, not just the direction

The first two causes reinforce each other. An underpowered test almost never crosses the significance line through a real effect: when it crosses, it is because it caught a favorable draw. If on top of that the team checks the dashboard daily and stops when it likes what it sees, the win rate climbs precisely because the accuracy fell.

The calculation almost nobody runs: how many winners are false

Here is the part that changes decisions. The question “how many of my winners are real” is not answered by the p-value alone. It also depends on the share of your ideas that genuinely work, and that is where win rate becomes genuinely useful information.

Consider 1,000 tests run at 95 percent two-sided confidence and 80 percent power, in a scenario where 10 percent of tested ideas produce a real effect.

In other words: even with correct statistics, even without peeking, even with adequate power, roughly one in five winners in that program is not a win. And it gets worse quickly as the share of good ideas falls or power drops.

Real share of ideas that work Test power True winners per 1,000 False winners per 1,000 False among the winners
5% 80% 40.0 23.8 37.3%
10% 80% 80.0 22.5 22.0%
20% 80% 160.0 20.0 11.1%
33% 80% 266.6 16.7 5.9%
10% 50% 50.0 22.5 31.0%

Computed with a 5 percent two-sided alpha, counting as a “winner” only a significant result in the positive direction.

Worth recording that this calculation is not our invention: it is exactly the computation Kohavi, Deng and Vermeer apply in the table of the 2022 paper, and the values match theirs line by line. For the success rates in that compilation, the false positive risk they report is 5.9 percent (Microsoft, 33 percent), 11.1 percent (Kaushik, 20 percent), 15.0 percent (Bing, 15 percent), 22.0 percent (Booking.com, Google Ads and Netflix, 10 percent) and 26.4 percent (Airbnb Search, 8 percent). That is the reason the table exists in the original paper: to show that the lower a program’s success rate, the larger the slice of its winners that are not wins at all.

From 1,000 tests to 102.5 winners, of which 22.5 are falseWith 10 percent of ideas genuinely effective, 100 of the 1,000 tests have a real effect and 80 are detected at 80 percent power. Of the 900 with no effect, about 22.5 show up as significant in the positive direction. The winners add up to 102.5, and 22 percent of them are false positives.1,000 tests100 with a real effectthe base rate of good ideas900 with no effectmost ideas80 detectedat 80% power22.5 false positives2.5% in the positive direction102.5 winners on the dashboard22% of them are not real wins
The share of false positives among your winners depends on the base rate of good ideas, not only on the p-value. That is why a surprising winner deserves replication before it becomes a decision.

Worked example: reading a winner through this lens

A checkout flow test runs 12,000 visitors per variation. The control converts 360 times (3.00 percent) and the variation converts 420 times (3.50 percent). Running the two-proportion z-test, two-sided, at 95 percent confidence:

Check that calculation with the same numbers, or with yours:

Statistical significance calculator
Control (A)
Variation (B)
Control (A) · Rate-
Variation (B) · Rate-
Relative lift-
p-value-
95% CI of the difference-

Two-sided two-proportion z-test. "Not significant" almost always means not enough sample, not that the versions are equal.

By the classic criterion this is a win: the p-value came in under 0.05 and the interval excludes zero. Two additional readings, however, change what to do with the win.

The first is the interval. It runs from +0.05 to +0.95 percentage points, a range that in relative terms goes from roughly +1.7 percent to +31.7 percent. The point estimate of +16.67 percent is the center of that range, not a forecast. Promising the board a 16 percent conversion gain from this test is promising the middle of an interval that nearly touches zero.

The second is the base rate. If this team historically gets about 10 percent of its hypotheses right, roughly 22 percent of its winners are false, and a result with a p-value of 0.029 (close to the line, not far from it) sits exactly in the region where false positives concentrate. The correct move is not to discard the result, it is to ship the change and confirm the effect in follow-up measurement, or to replicate the test if the change is expensive or risky to reverse.

How to calculate your own rate properly

Before comparing against any benchmark, the number has to be computed in a way that survives an audit. The most common mistake is not in the numerator, it is in the denominator.

The honest denominator is every test that started collecting data, not every test that reached the end. Tests aborted midway, tests discarded over implementation problems and tests nobody formally closed drop out of the count very often, and they drop out in a biased way: a test is far more likely to be abandoned when the first days look bad than when they look good. Excluding the abandoned ones inflates the rate without anything improving.

The honest numerator has three possible definitions, and the only mistake is failing to pick one and write it down:

Mature teams report all three, and the distance between them is diagnostic. A statistical win rate far above the realized one points to effects inflated by the winner’s curse, or to gains that decay after launch. A decision win rate far above the statistical one indicates that much of the program’s value is coming from informative ties, which is legitimate as long as it is written down.

One final caution about the time window: a win rate computed per quarter swings wildly in programs running few tests. With 5 tests in a quarter, a single result moves the rate by 20 points. Below roughly 20 tests in the window, the number says more about chance than about the team, and the annual reading is the only one that holds.

Win rate and test velocity are the same conversation

A detail that gets lost when win rate is discussed on its own: the rate only becomes meaningful next to how many tests the program can actually run. Ten wins out of 100 tests and 1 win out of 10 tests are the same rate and a completely different business outcome, and the difference is capacity, not skill.

That capacity is not a matter of ambition either. It is bounded by traffic, by the effect size the team is willing to chase, and therefore by the sample each test consumes, which is exactly the arithmetic in how many A/B tests you should run per month. A team that wants a higher win rate has two honest levers: test bigger changes, which raises the share of real effects large enough to detect, or run more tests, which raises the absolute number of wins at any given rate. Optimizing the rate itself, without touching either lever, is what produces the audit findings from the section above.

What to measure instead of win rate

Win rate is easy to compute, easy to compare and easy to inflate, which is the exact combination of a bad indicator. Three measures resist the perverse incentive better:

Indicator How to measure it Why it resists manipulation
Cumulative realized effect over the year Sum of gains that stayed live after launch, measured rather than estimated It only grows if the wins are real and survive
Tests with a hypothesis registered before running Share of tests with hypothesis, primary metric and duration written before the start Cannot be inflated without improving planning
Documented results, including ties and losses Share of tests with a complete entry in the repository Measures learning, which is the program’s real product

The last two come from the process, not the result, and that is exactly why they work: neither improves when someone stops a test early. The third depends on having somewhere to record it, which is the subject of the experimentation roadmap template and the program’s documentation routine.

A fourth indicator suits more mature teams: the share of statistical capacity actually used, meaning how many of the year’s tests had enough sample for the effect they set out to detect. A program full of underpowered tests will show a high win rate and a low cumulative effect at the same time, which is the classic signature of a pretty dashboard with no revenue behind it.

Automate this with Donnu

Reading a win properly requires three things at once: duration fixed before the start, the confidence interval reported alongside the effect, and the program’s history so you know where your result falls. Donnu delivers all three by default: it sizes the test against your real traffic and shows the duration before you start, presents the interval next to every result instead of a lone number, and keeps the record of each experiment with the numbers frozen exactly as they were read. Win rate becomes a consequence of the process rather than a target to chase.

Start a free 14-day trial and read your results with the interval in view. To size how many tests your traffic can actually support before promising a cadence, see how many A/B tests you should run per month.

References

Read also: How to build an experimentation culture · How many A/B tests should you run per month · A/B testing statistical significance · Leia em português

Frequently asked questions

What is the average A/B test win rate?
There is no single number, and the published data opens a wide range. Ronny Kohavi documented that at Microsoft roughly one third of tested ideas improve the target metric, one third are neutral and one third make it worse. Separately, Kohavi, Deng and Vermeer compiled success rates published by several operations and reported a range from 8 percent (Airbnb Search) to 33 percent (Microsoft), with 10 percent reported for Booking.com, Google Ads and Netflix. The authors themselves warn that these estimates use different counting criteria and should be read as orders of magnitude, not as comparable benchmarks.
Is a high win rate a good thing?
Not always, and past a certain point it is a warning sign. Rates far above one third usually indicate process problems before they indicate talent: stopping early after a favorable dashboard reading, underpowered tests where only a lucky draw crosses the line, switching the primary metric after seeing results, or counting flat results as wins. Before celebrating a high rate, audit how the number was counted.
Why does a program win rate fall over time?
Because the obvious improvements run out. A new program harvests large, evident problems with large, easy-to-detect effects. After a few quarters what remains are smaller effects, which need more sample to surface and produce more ties. A falling win rate alongside accumulating learning is the normal shape of a healthy program, not a symptom.
If 10 percent of tests win, how many of those winners are false positives?
About 22 percent, and that is the figure Kohavi, Deng and Vermeer publish for a 10 percent success rate. At 95 percent two-sided confidence and 80 percent power, every 1,000 tests produce roughly 80 true winners and 22.5 false positives in the positive direction, so about 22 percent of your winners are not wins. That calculation depends on the base rate of good ideas, not only on the p-value, which is why replicating a surprising winner before rolling it out pays for itself.
What should you measure instead of win rate?
Three numbers say more: the cumulative realized effect over the year (the sum of gains that survived in production, not the count of wins), the share of tests with a hypothesis written before the test ran, and the share of results documented including ties and losses. Win rate measures luck and the difficulty of the bets; none of those three can be inflated without genuinely improving the process.
Is it worth comparing your win rate against another company?
Only as conversation, never as a target. The rate depends on available traffic, the minimum detectable effect chosen, how optimized the site already is, and the internal definition of a win. Two companies with equally good processes can post very different rates because of those four variables, so a win rate target copied from outside mostly pressures the team to inflate the number instead of improving decisions.