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) → steadyStarts 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 cycleStable 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 costA 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.