PrimeCalcPro
Explore 1070+ free calculators — math, finance, health & more.

A/B Test Calculator

Statistical significance for A/B split tests

A/B Test Statistical Significance

VARIANT A (Control)

VARIANT B (Test)

A/B testing (split testing) compares two versions of a web page, email, or other element to determine which performs better. Statistical significance testing ensures the observed difference is not due to random chance. A result at 95% confidence means there is only a 5% probability the difference occurred by chance.

💡

Tip: Run tests until you reach the required sample size — peeking at results early and stopping when you see significance inflates false positive rates. Use a sample size calculator before starting the test.

  1. 1Calculate conversion rates for each variant: rate = conversions / visitors
  2. 2Compute the pooled proportion: p_pool = (cA + cB) / (vA + vB)
  3. 3Calculate the standard error: SE = sqrt(p_pool × (1 − p_pool) × (1/nA + 1/nB))
  4. 4Z-score: z = (rateB − rateA) / SE
  5. 5If |z| ≥ 1.96, the result is significant at 95% confidence (two-tailed)
A: 1,000 visitors, 50 conversions. B: 1,000 visitors, 70 conversions=Z = 2.08 — Significant at 96.2%Relative lift: +40%. B is the winner.
A: 200 visitors, 10 conversions. B: 200 visitors, 13 conversions=Not significant — need more trafficSmall sample size means high uncertainty
Confidence LevelZ-Score (two-tailed)Meaning
90%1.64510% chance of false positive
95%1.9605% chance — industry standard
99%2.5761% chance — high confidence
99.9%3.291Very high confidence
🔒
100% Free
No sign-up ever
Accurate
Verified formulas
Instant
Results as you type
📱
Mobile Ready
All devices

Settings

Theme

Light

Dark

Layout

Language

PrivacyTermsAbout© 2025 PrimeCalcPro