Bell Statistics

What is a hangover effect?

A hangover effect is a temporary decline caused by the disruption of change rather than by the change being worse. Users have to relearn a familiar flow, perform badly while doing so, and recover once the new version becomes habitual.

Also called
carryover between experiments, learning effect, adaptation cost, primacy cost
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

In plain English

Change a workflow people use every day and they get slower at it before they get faster. Muscle memory points at where the button used to be, a familiar sequence no longer works, and for a period the experience is genuinely worse — not because the new design is worse, but because it is unfamiliar. Measure during that period and a good change reports a loss. This is the hangover effect, and it is the novelty effect with the sign reversed.

It matters most for changes to habitual surfaces and for professional tools, where users have invested real practice in the current arrangement. A consumer browsing a shop casually has little to unlearn; an operations team that runs the same six-step process forty times a day has a great deal. That is why B2B and internal-tool experiments so often show an early regression that recovers, and why shipping decisions in those contexts should almost never be made on a first week.

There is a second, less obvious meaning of the term that matters more for programme hygiene. Effects can persist after an experiment ends: a user exposed to variant B for three weeks has learned its layout, and when they are returned to control for the next experiment they carry that learning with them. Their behaviour in the new test is contaminated by the old one. This is the reason experimentation platforms re-randomise between experiments rather than keeping stable buckets, and it is why running back-to-back tests on the same surface with the same users deserves a washout period.

Separating hangover from genuine harm uses the same tools as novelty. Plot the effect by period rather than cumulatively: a hangover starts negative and climbs towards zero or beyond, while a genuinely worse variant stays down. Segment by prior exposure: new users have nothing to unlearn, so if the loss is concentrated among long-tenured users and absent among newcomers, that is the diagnosis. And if the two eventually converge, the converged value is the durable effect.

The uncomfortable part is that the correct response is often to ship something that currently measures worse. A change with a two-week adaptation cost and a permanent 3% gain is worth making, and any process that requires every experiment to show an immediate win will systematically reject exactly that class of improvement. Deciding in advance how long adaptation should take, and reading the effect after it, is what keeps the discipline honest without making it blind.

The formula

The same period-by-period and segment comparisons the novelty effect uses, read in the opposite direction — plus the between-experiment contamination, which is a design concern rather than a computation.

The recovery signature
effect(week 1) ≪ effect(week 2) < effect(week 3) → steady

Starts negative and climbs. A genuinely worse variant stays down rather than recovering.

The segmentation test
effect(tenured users) ≪ effect(new users)

New users have nothing to unlearn, so their effect is the durable one — the mirror of the novelty diagnostic.

Between-experiment carryover
re-randomise between tests; add a washout of one usage cycle

Stable buckets carry learned behaviour from the previous experiment into the next one as a hidden covariate.

What it costs to ignore
shipped decision on week 1 rejects any change with adaptation cost

A process demanding an immediate win systematically discards durable improvements — see the sample size calculator for the duration side.

Worked example

A logistics company redesigns the dispatch console its operators use all day. The change removes three clicks from the core task. It is tested for five weeks on tasks completed per hour, and the team segments by whether the operator joined before or after the test began.

Week 1
−7.2% tasks per hour
Week 2
−2.4%
Week 3
+3.1%
Week 4
+5.8%
Week 5
+6.0%
New operators, week 1
+5.4% — no adaptation cost at all

A 6% durable improvement, preceded by two weeks of measured decline. Stopping at week one would have killed a change that pays back permanently.

The last row is what makes the diagnosis certain rather than hopeful. Operators who joined after the test started showed a 5.4% gain in week one — they had no old console to unlearn, so they experienced the durable effect immediately. That single comparison separates "our users need two weeks to adapt" from "this design is worse", and it is available in week one, long before the time series has resolved. The economics are worth stating too: two weeks at roughly −5% against a permanent +6% pays back in under a month and then compounds. Any process that required week one to be positive would have rejected it. The generalisable rule for tools like this is to decide the adaptation window in advance from how often the task is performed — a daily workflow adapts in days, a monthly one takes months — and to read the effect after that window rather than across it.

Common misconceptions

If the first week is significantly negative, the change is bad and should be reverted.
For a change to a familiar workflow, an early decline is the expected pattern rather than a verdict. What distinguishes harm from adaptation is the trajectory and the new-user segment: a hangover recovers and does not affect users with nothing to unlearn, while a genuinely worse design does neither.
Hangover effects are the same thing as novelty effects.
They are the same phenomenon with opposite signs — both are transient responses to change rather than durable responses to quality. The practical difference is which error they cause: novelty ships things that do not work, hangover kills things that do. Novelty is more common in consumer products, hangover in professional tools.
Once an experiment ends its effects end with it.
Users retain what they learned. Someone who spent three weeks in variant B carries that familiarity into the next experiment, where it acts as an unmeasured covariate. This is why platforms re-randomise between tests, and why consecutive experiments on the same surface warrant a washout period.

Frequently asked questions

How long should I allow for users to adapt?
Scale it to how often the task is performed. A workflow used many times a day is relearned within a few days; one used weekly takes several weeks; a monthly process can take a quarter. Decide the window before the test from usage frequency rather than from the data, and read the effect after it — choosing the window once you can see which one gives the answer you want is simply selecting the result.
Can one experiment contaminate the next one?
Yes, when the same users carry learned behaviour into it. Someone who adapted to variant B has knowledge that does not disappear when the test ends, and if buckets are stable they arrive in the next experiment already different from their peers. Re-randomising between experiments spreads that history evenly across arms, which is why platforms do it by default. For consecutive tests on the same surface, a washout of one usage cycle is worth the delay.
Should I ever ship a change that currently measures worse?
Yes, when the evidence says the decline is adaptation rather than harm — a recovering trajectory, and no effect among users with nothing to unlearn. The arithmetic usually favours it: two weeks of a small loss against a permanent gain pays back quickly. What makes this defensible rather than wishful is having the diagnostic evidence and a pre-agreed adaptation window, not a hopeful reading of a bad result.

Related terms

  • Cannibalization

    Moving demand and calling it growth — the failure that only a total-level metric can see.

  • Guardrail metric

    A metric that can veto a launch but never justify one, and why that asymmetry is the whole point.

  • Halo effect

    The gains that land where nobody was measuring — cannibalization's mirror image, and the reason good work looks flat.

  • Novelty effect

    Curiosity, measured and mistaken for improvement — and the reason a strong week-one result is the least trustworthy kind.

Calculate it

  • Paired t-test

    Before-and-after or matched pairs — size the study on the difference SD, then test it.

  • Two-sample t-test

    Compare the average of two independent groups — plan the sample size, then test the result.

Knowing the term is the easy part

Applying it to a live measurement problem is the part that goes wrong. If you are designing an experiment, reading a result you do not trust, or trying to work out what your marketing actually caused, that is the work we do.

References