The design tool makes adding a third variant effortless — click "duplicate," tweak the headline, split traffic three ways. Three weeks later you have three underpowered arms, two pairwise comparisons that barely clear significance, and a debate about which "winner" to ship.
A/B/C tests are not wrong. They are expensive. Each extra variant dilutes traffic, multiplies comparisons, and lengthens runtime. This guide covers the traffic math, statistical tradeoffs, and the decision framework for when a third arm earns its sample size — versus when sequential A/B tests are the smarter path.
Traffic split math
In a balanced A/B test, each arm gets 50% of eligible users. Add a third variant at equal split and each arm gets 33.3%. Sample size requirements scale roughly inversely with per-arm traffic — so the same total experiment duration delivers fewer users per variant.
Halving per-arm \( n \) does not double uncertainty linearly for all tests, but power drops fast — often requiring 1.5–2× total traffic to maintain the same MDE detection ability you had in A/B.
Unequal splits can protect production: 50% control, 25% B, 25% C keeps more users on the known-good experience while still testing two ideas. That is a business tradeoff — B and C each get even less data. Use a sample size calculator with your actual split before launching.
Pairwise comparisons and multiplicity
With three arms (A, B, C) you rarely care only about "best vs control." You implicitly ask: B vs A? C vs A? C vs B? That is three pairwise tests — three chances for a false positive if uncorrected.
- One primary comparison — e.g., each variant vs control only. Pre-specify; do not also declare the winner among variants as co-primary without correction.
- Omni-bus first — some teams run a single global test ("any difference among arms?") before drilling into pairs.
- Multiplicity adjustment — Bonferroni or FDR when multiple pairs gate decisions. See our multiple comparisons guide.
Classic mistake: run A/B/C, pick whichever variant has the lowest p-value vs control, and ship it. With three variants at \( \alpha = 0.05 \), the family-wise false positive rate is roughly 14%, not 5%.
When A/B/C is worth it
Multi-variant tests earn their cost when parallel learning is the goal and you can afford the traffic:
- Genuinely distinct hypotheses — not three shades of the same button color, but meaningfully different strategies (e.g., free trial vs freemium vs demo request).
- Shared control, one runtime window — seasonal or campaign-bound traffic makes sequential A/B tests impractical.
- Exploration phase with high upside — early product discovery where ranking several directions beats optimizing one incrementally.
- Enough traffic — if A/B already runs four weeks, A/B/C may run eight unless total volume is large.
When stick to A/B (or sequential tests)
- Variants are minor iterations of the same idea — run A/B on the best candidate, iterate.
- Traffic is limited and MDE is already ambitious for two arms.
- You need a clear ship decision fast — extra arms delay clarity.
- Operational cost of building and maintaining three experiences is high relative to learning value.
Sequential alternative: test B vs A, ship or kill, then test C vs winner. You lose simultaneous comparison but gain power and simplicity per stage.
Design checklist for A/B/C
- Calculate sample size per arm with planned split and number of comparisons.
- Pre-register primary comparison(s) and multiplicity rule.
- Confirm test duration fits traffic at required power.
- Monitor SRM — multi-arm tests amplify assignment bugs.
- Define what happens if B beats control but C beats B — tie-break rule upfront.
AB-Labz Workbench supports A/B and A/B/C analysis in one flow — pairwise lifts vs control, multiplicity-aware reporting, and shared guardrail metrics across arms — so multi-variant readouts stay as disciplined as simple A/B.
Summary
A/B/C testing trades traffic per arm and statistical simplicity for parallel learning. Extra variants mean longer runs or larger total sample, and multiple pairwise comparisons demand explicit multiplicity control. Use A/B/C when variants represent real strategic forks and you have the volume; otherwise prefer focused A/B or sequential tests. The design tool makes three variants easy — sample size math makes them hard.
Analyze A/B and A/B/C in one place
AB-Labz Workbench handles multi-variant experiments with pairwise comparisons and corrected significance — so extra arms do not mean extra confusion.