Tested tool guide
Tested browser tools
Checked August 16, 2026
What A/B Test Significance Calculator does, with a checked example
This tool runs the standard two-proportion z-test on your A/B results: it converts each variant's visitors and conversions into a conversion rate, measures how far apart the two rates are relative to the variation you would expect from pure chance, and returns a p-value against the confidence level you choose. The result most users get wrong: sample size matters as much as the rate gap. A jump from 5% to 9% with 200 visitors per variant can come back not significant, while 10.0% to 10.5% across 50,000 visitors per variant can be. The verdict tells you whether the difference is plausibly real, not whether it is worth shipping.
Worked example
A concrete input and expected output from the current implementation.
Input
Variant A: 2,000 visitors, 200 conversions. Variant B: 2,000 visitors, 240 conversions. Confidence level: 95%.
->
Expected output
Variant A converts at 10.0%, variant B at 12.0%. Z-score: 2.02. P-value: 0.043. The difference is statistically significant at the 95% confidence level (p < 0.05).
The pooled conversion rate is 11%, giving a standard error of about 0.0099 for the difference; the 2-point rate gap divided by that error gives z = 2.02, whose two-tailed p-value is about 0.043, below the 0.05 threshold. At 99% confidence the same result would not be significant.