Holdout Testing
Holdout testing is a method for measuring the real impact of a change—such as a product update or marketing campaign—by deliberately keeping a small group of users from receiving it. By comparing this held-back group to the group that experienced the change, teams can estimate the difference the change actually made. It is commonly used to understand longer-term or cumulative effects that shorter tests may miss.
Holdout testing is a form of controlled experimentation, often described as a type of A/B testing, in which a subset of the population (the holdout group) is intentionally excluded from a treatment—such as a rolled-out feature, campaign, or message—while the remainder receives it. The comparison between the holdout and treated groups is used to estimate incremental effect, and holdout designs are frequently applied to capture longer-term or sustained impacts of changes after roll-out. In practice, implementation typically involves specifying the percentage of the audience withheld and maintaining that exclusion over the measurement window. Note that the sources supporting this entry describe holdout testing in product and marketing measurement contexts; this usage is distinct from the machine-learning sense of a 'holdout set' used for model validation, which is not covered by the evidence provided here.
Why it matters
Holdout testing addresses a measurement gap that other experimentation methods often miss: the longer-term or cumulative effect of a change after it has been rolled out. A short A/B test may capture an immediate lift, but it typically does not tell teams whether that lift persists, decays, or compounds over time. By keeping a small group of users from receiving a change and comparing them against those who did, teams can estimate the incremental effect a product update or campaign actually produced, rather than relying on before-and-after correlations that can be confounded by seasonality, external events, or general trends.
In marketing and product measurement contexts, this incremental estimate is what distinguishes activity from impact. Sources describing holdout testing frame it as a way to measure the incremental increase attributable to a campaign—for example, additional purchases that would not have occurred otherwise—rather than crediting a campaign with outcomes that would have happened anyway. This matters for decisions about where to invest resources, since teams that cannot separate incremental effect from baseline behavior risk overstating the value of their changes.
It is worth noting a scope limitation: the usage described here is the product and marketing measurement sense of holdout testing. This is distinct from the machine-learning sense of a 'holdout set' used to validate a model, and the two should not be conflated even though they share terminology and the underlying idea of setting data aside for comparison.
Who it's relevant to
Inside Holdout Testing
Common questions
Answers to the questions practitioners most commonly ask about Holdout Testing.