A/B Test Significance Calculator
Drop in two conversion rates and sample sizes to get statistical confidence
A/B Test Result
Not significant
p = 0.153
Variant A (control)
Variant B
Confidence level
Hypothesis
Conversion rates
95% CI: 8.14% – 11.86%
95% CI: 9.99% – 14.01%
Relative uplift
+20.00%
z-score
1.4293
Absolute difference
+2.00pp
95% CI of difference
-0.74 to 4.74pp
How it works
This calculator runs a pooled two-proportion z-test on your variant data. It pools the conversions from both variants to estimate a shared rate under the null hypothesis, computes the z-score for the observed difference, and converts it to a p-value using the standard normal CDF (via the Abramowitz–Stegun erf approximation, accurate to about 1.5×10⁻⁷). The confidence interval for the difference uses the unpooled standard error. For one-tailed tests, the p-value is reported in the direction of the observed effect. All math runs in your browser — no data leaves your device.
Free A/B Test Significance Calculator
This A/B test calculator tells you whether the difference between two variants is statistically significant or just random noise. Enter the number of visitors and conversions for your control (Variant A) and your challenger (Variant B), pick a confidence level, and you instantly get a clear verdict, a p-value, the relative uplift, and a confidence interval for the difference. Everything runs in your browser — no signup, no data sent to a server.
How the A/B Test Calculator Works
Under the hood, this tool runs a two-proportion z-test, the standard method for comparing conversion rates. In plain language, it works like this:
- It computes each variant's conversion rate — conversions divided by visitors.
- It asks: if both variants actually converted at the same rate, how surprising would the gap we observed be?
- It measures that surprise as a z-score: the observed difference divided by the amount of random wobble (standard error) you'd expect given your sample sizes.
- It converts the z-score into a p-value — the probability that pure chance would produce a difference at least this large.
If the p-value falls below your threshold (5% for a 95% confidence level), the result is statistically significant. The calculator also reports a confidence interval for the absolute difference, which shows the plausible range of the true effect — if that range includes zero, you can't rule out "no difference at all."
One-Tailed vs Two-Tailed Tests
A two-tailed test checks for a difference in either direction and is the recommended default, because a variant can genuinely perform worse. A one-tailed test only looks in one direction and produces smaller p-values, so it should be reserved for cases where a negative result would be treated the same as no result.
Choosing a Confidence Level
95% is the most common choice and a sensible default for most experiments. Use 99% when a wrong decision is expensive (pricing changes, checkout flows), and 90% only for low-risk tests where you accept a higher chance of a false positive in exchange for faster decisions.
Tips for Trustworthy A/B Test Results
- Decide your sample size before you start, and don't stop the test early just because it briefly shows significance — peeking inflates false positives.
- Run tests for full weeks to average out weekday and weekend behavior.
- Make sure each variant has at least 5 expected conversions and non-conversions; below that, the z-test's normal approximation becomes unreliable, and this calculator will warn you.
- Statistical significance is not the same as practical importance — check the uplift and confidence interval, not just the p-value.
Whether you're testing landing pages, email subject lines, or pricing, this A/B test significance calculator gives you a fast, honest answer about whether your winner is real.
Embed
Add this tool to your site
Free to embed anywhere — paste this snippet into your HTML and the tool appears right on your page.
It resizes itself automatically. Add data-theme="dark" or data-theme="auto" to match your site.
<script async src="https://whatsmytools.com/embed.js" data-tool="ab-test-calculator"></script> More tools
You might also like
FAQ