AUC Calculator

AUC Calculator: run auc calculations online. Formula, assumptions, and interpretation guide.

An A/B test calculator determines whether the difference in conversion rates between two variants (control A and treatment B) is statistically significant — i.e., unlikely to be due to random chance. It is the core tool of conversion rate optimisation (CRO) for websites, apps, emails, ads, and product features. Running A/B tests rigorously prevents teams from acting on random noise and confidently identifies genuine improvements.

Used by digital marketing teams, product managers, UX researchers, and growth hackers to make data-driven decisions about design, copy, pricing, and features without guessing.

  1. Enter the number of visitors and conversions for Variant A (control).
  2. Enter the number of visitors and conversions for Variant B (treatment).
  3. Select your significance level (typically 95%) and whether the test is one-tailed or two-tailed.
  4. The calculator shows the conversion rate for each, the relative uplift, p-value, and whether the result is statistically significant.
  5. If significant, implement the winning variant; if not, collect more data or redesign the test.

A/B test statistics formula

Conversion rate: p = conversions / visitors

Pooled proportion: p_pool = (conv_A + conv_B) / (visitors_A + visitors_B)

Z-statistic: z = (p_B − p_A) / √[p_pool × (1−p_pool) × (1/n_A + 1/n_B)]

Minimum detectable effect (MDE): MDE = z_α × √(2 × p × (1−p) / n) — the smallest uplift your test can reliably detect.

Reading A/B test results

Statistical significance and practical uplift

A p-value < 0.05 at 95% confidence means there is less than a 5% chance the observed difference occurred by chance. A relative uplift of +15% with 95% confidence is generally worth implementing if the test ran for a full business cycle. Always report absolute conversion rates alongside relative uplift: a 50% relative uplift from 2% to 3% is very different from a 50% uplift from 20% to 30% in business impact.

Statistics tips and best practices

Common mistakes to avoid

A/B test results are probabilistic. Statistical significance does not guarantee sustained real-world improvement due to novelty effects, seasonality, and external factors. Consult a data scientist for high-stakes product decisions.

Related Calculators