A/B Test vs Multivariate Test

Two ways to run an experiment. A/B compares full variants. MVT tests element combinations. The choice usually comes down to traffic.

Last updated: 2026-04-01

Overview

A/B Test
Variant Comparison

A controlled experiment with two or more full variants: control versus one or more challengers. Each variant gets a slice of traffic. The winner beats the control with statistical significance.

Best for testing major page-level or flow-level changes. Reach for A/B when you want to know "does this version work better than the current one".

Multivariate (MVT)
Element Combinations

An experiment that tests combinations of element-level changes simultaneously. A 2x2 MVT (two headlines, two CTAs) creates 4 combinations. A 2x2x2 creates 8. Each combination gets a slice of traffic.

Best when you need to know how elements interact. Useful only at high traffic where every combination can be properly powered.

Formula comparison

A/B Test

n per variant ~ (Z_alpha/2 + Z_beta)^2 x (p1(1-p1) + p2(1-p2)) / (p1 - p2)^2

Defaults: alpha = 0.05, power = 0.80, MDE = whatever effect size matters to your business. Lower MDE means much higher sample size.

Multivariate (MVT)

n per combination ~ (same A/B formula) x (number of combinations)

Double your variables, quadruple your traffic. A 2x2x2 MVT needs roughly 4x the traffic of an A/B/n test with the same MDE.

Side-by-side comparison

CriteriaA/B TestMultivariate (MVT)
What it testsTwo or more full variantsCombinations of element-level changes
Sample size neededStandard for the MDEA/B sample size x number of combinations
Time to shipDays to weeksWeeks to months
Detects interactionsNoYes
Best fitMost experimentsHigh-traffic critical surfaces
Risk of under-poweringLow at standard trafficHigh unless traffic is very high
Typical use ratioMost teams run 10 A/B tests per 1 MVTReserved for highest-value pages
Decision outputWinning variantBest combination + element-level effects

When to use each

Choose A/B Test when
  • You're testing a meaningful page-level or flow-level change
  • Traffic is moderate. Most products have enough for A/B but not MVT
  • You want a quick win/loss decision
  • You don't need to know which element drove the change
  • You're running a roadmap of sequential A/B tests
Choose Multivariate (MVT) when
  • Traffic is high (hundreds of thousands of conversions per month per combination)
  • You need to know how elements interact
  • You're optimizing a critical surface, like a checkout or pricing page
  • You can run the test for at least one full business cycle, often longer
  • Each individual element change is small but you want to combine the wins

Pros and cons

A/B Test

Pros

  • Lower traffic requirements per variant
  • Faster to reach significance and ship
  • Simpler to interpret. Variant A or variant B

Cons

  • Doesn't catch interactions between element changes
  • Sequential tests can miss combinations that win together
  • More tests in a row eat into compounding gains

Multivariate (MVT)

Pros

  • Tests many combinations at once
  • Reveals interactions between element changes
  • Efficient if you have the traffic

Cons

  • Sample size grows multiplicatively
  • Long test durations. Often weeks or months at typical traffic
  • Easy to under-power and ship false winners

Try both calculators

Score your own data with both frameworks. Compare results and pick the one that fits your team.

Frequently asked questions

When does MVT pay off?

When traffic is high enough to power every combination, you're optimizing a high-value surface, and you need to know how elements interact. Outside those conditions, sequential A/B tests are usually faster to a decision and cheaper in traffic.

How much extra traffic does MVT need?

Roughly 4x for a 2x2 design, 8x for a 2x2x2, and so on. Rule of thumb: take your A/B sample size and multiply by the number of combinations. If you don't have that traffic, MVT will under-power and the result is noise.

Can I run MVT instead of multiple A/B tests?

Only if you have the traffic. The trap: teams think MVT replaces ten sequential A/B tests. In practice, a well-designed MVT can substitute for one or two of those tests, not all ten. The other tests still need to run sequentially.

What is a "full business cycle" for test duration?

At minimum, run a test through one weekly cycle so you capture both weekday and weekend behavior. For B2B, two weeks is common to cover holidays and stakeholder schedules. For seasonal products, longer.

Should I use MVT for my homepage hero?

Probably not, unless your homepage has very high conversion-rate-relevant traffic. Most homepages benefit more from sequential A/B tests on the headline, then the CTA, then the layout. MVT on a homepage usually under-powers.