A/B Test Significance Calculator
CalculatorsEnter visitors and conversions for two variants and get an instant, plain-English read on whether the difference is statistically significant or still likely random chance — plus the p-value, statistical power, and conversion rates behind it. Runs entirely in your browser.
Variant A
Conversion rate: 5.00%
Variant B
Conversion rate: 6.50%
Not statistically significant yet
The difference between your variants could still be due to random chance at the 95% confidence level. Keep the test running to gather more data before deciding.
Rate A
5.00%
Rate B
6.50%
p-value
0.1496
Power
30.2%
This uses a standard two-proportion z-test. A significant result means the difference is unlikely to be random chance at your chosen confidence level — it doesn't guarantee the exact margin will hold once the change ships to all traffic, and a low power reading means your sample is still thin enough to treat the result cautiously.
What this calculator tells you
Run an A/B test, plug in how many visitors saw each variant and how many converted, and this calculator does the statistics for you — no spreadsheet formulas, no stats background required. Instead of just handing back a p-value and leaving you to interpret it, it gives you a direct, plain-English verdict: whether one variant beat the other by a margin unlikely to be random chance, or whether the difference you're seeing still falls within normal statistical noise and the test needs more data before you can trust it.
It uses a standard two-proportion z-test — the same underlying method used by most professional A/B testing and CRO (conversion rate optimization) tools — comparing conversion rates rather than raw counts, since a variant with more visitors will naturally have more conversions even with no real difference in performance.
Reading the result
The headline result tells you plainly whether your test reached significance at the confidence level you chose, and which variant came out ahead. Underneath, four supporting numbers back that verdict up: each variant's conversion rate, the relative uplift between them, the p-value (the probability the observed difference could have happened by chance alone if there were actually no real difference), and statistical power (roughly, how capable your current sample size is of reliably detecting a real difference of this size, if one exists). A significant result with low power is worth treating cautiously — it means your sample size is thin enough that the result, while technically significant, could still be less stable than a test run with more data.
One-sided vs. two-sided, and why it matters
A two-sided test checks whether the variants differ in either direction — B could beat A, or A could beat B — and is the safer, more conservative default for most real-world tests, since you usually can't rule out a new design performing worse ahead of time. A one-sided test only checks one specific direction (typically, whether B beats A) and requires a somewhat smaller effect to reach the same confidence level, but it comes with a real trade-off: if the actual result runs the opposite way, a one-sided test simply reports "not significant" rather than telling you A won by a wide margin. Use one-sided only when you have a strong, pre-existing reason to believe the change can only help, never hurt — otherwise two-sided is the more honest choice.
Confidence level and what it actually promises
A 95% confidence level — the most common default in A/B testing — means that if there were truly no difference between your variants, you'd only expect to see a difference this large purely by chance about 5% of the time. It's a statement about how trustworthy the result is, not a promise that the winning variant will out-convert the loser by that exact margin forever. 90% confidence is more lenient and reaches a verdict faster but accepts a higher chance of a false positive; 99% is stricter and more conservative, appropriate when a wrong call is expensive to walk back — a pricing page change, for instance, rather than a button color.
Common mistakes that produce misleading results
Peeking at results early and stopping the test the moment it first crosses significance is the single most common way real A/B tests go wrong — significance can flicker in and out of "reached" as data accumulates, especially early on with a small sample, and stopping at the first favorable-looking peek meaningfully inflates the odds of a false positive. Deciding on a sample size or a minimum test duration in advance, and sticking to it, is the standard fix. It's also worth remembering that statistical significance answers a narrower question than it might seem to — it tells you the difference probably isn't random noise, not that the difference is large enough to matter for the business, or that it will hold up identically once the change ships to 100% of traffic.
How to use A/B Test Significance Calculator
- 1Enter the number of visitors and conversions for Variant A and Variant B.
- 2Choose a one-sided or two-sided hypothesis and a confidence level (90%, 95%, or 99%).
- 3Read the plain-English verdict, then check the conversion rates, uplift, p-value, and power underneath it.
Frequently asked questions
What counts as a "conversion" in this calculator?
Whatever you're measuring — a purchase, a signup, a click, a form submission. The calculator just needs the total visitors and the number of those visitors who completed the action for each variant.
How much data do I need before checking significance?
There's no fixed number — it depends on your baseline conversion rate and how large a difference you're hoping to detect. A good rule of thumb: if the power reading is well under 80%, treat the result as preliminary and keep collecting data rather than deciding based on it.
My result says "not significant" — does that mean the variants perform the same?
Not necessarily — it means there isn't yet enough evidence to rule out random chance as the explanation for the difference you're seeing. A larger sample size might still reveal a real difference; "not significant" is a statement about your current data, not a final verdict.
Should I use a one-sided or two-sided test?
Two-sided is the safer default for most tests, since it accounts for the new variant performing worse, not just better. One-sided is appropriate only when a worse outcome for the new variant genuinely isn't a possibility you need the test to catch.
Is my data uploaded anywhere?
No — every calculation runs locally in your browser using JavaScript. Nothing you enter is sent to a server.
Why does the calculator show "power" alongside significance?
Significance alone doesn't tell you how reliable a result is — a test with low statistical power can still cross the significance threshold on a fluke. Power gives you a sense of how much you should trust the result versus letting the test run longer.