A/B Test Calculator
Compare two conversion rates with a two-proportion z-test, p-value, and relative uplift.
About A/B test significance
A/B test examples
| Visitors and conversions | Rates and p-value | Conclusion at α = 0.05 |
|---|---|---|
| A: 1,000/100; B: 1,000/140 | 10.00% vs 14.00%; p ≈ 0.006 | Significant improvement |
| A: 500/50; B: 500/54 | 10.00% vs 10.80%; p ≈ 0.676 | Not significant |
| A: 2,000/300; B: 2,000/270 | 15.00% vs 13.50%; p ≈ 0.176 | Observed decline, not significant |
How to calculate A/B significance
- Enter the number of assigned visitors and completed conversions for Variant A.
- Enter the corresponding visitor and conversion counts for Variant B.
- Select Calculate Significance to run the pooled two-proportion z-test.
- Review conversion rates, uplift, p-value, and practical importance before deciding.
Frequently asked questions
What p-value is statistically significant?
A threshold of 0.05 is common when chosen before the experiment. Your decision threshold should reflect the test plan, risk, and any correction for multiple comparisons.
What is relative uplift?
Relative uplift is (rate B − rate A) divided by rate A. It describes proportional change and should be considered alongside the absolute percentage-point difference.
Does significance prove Variant B is better?
No, significance quantifies evidence against equal rates under model assumptions. Data quality, experiment design, confidence intervals, and practical value still matter.
Can I stop an A/B test as soon as p is below 0.05?
Repeatedly checking and stopping at the first significant result increases false positives. Use a fixed sample plan or a valid sequential-testing method.
When should I avoid a z-test?
The normal approximation can be unreliable with very few conversions or non-conversions. An exact test or specialized analysis is more appropriate for sparse data.