In plain English
Move a button, change a colour, add a badge, and existing users notice. Some of them click it because it is different, not because it is better. That extra engagement is real in the data and temporary in the world, and an experiment that stops while it is still happening reports it as a lift. This is the novelty effect, and it is the single most common reason a shipped win fails to reproduce in the following quarter.
The signature is a decaying treatment effect. Plot the daily lift rather than the cumulative one and a genuine improvement holds roughly steady while a novelty effect starts high and slides towards zero. That plot is the cheapest diagnostic available and is rarely made, because the cumulative number — which averages the inflated early days into everything after — looks reassuring throughout and only drifts slowly downward.
The cleaner diagnostic is segmentation by exposure history. Novelty requires a prior expectation to violate, so it can only affect users who have seen the old version. New users have no baseline and cannot experience a change as novel. If the lift is concentrated in returning users and absent among first-time visitors, that is close to conclusive — and it also tells you what the long-run effect will be, since new users are showing you the steady state directly.
The mirror image is the hangover effect, where the disruption of change makes users temporarily worse off before they adapt, and a test stopped early reports a loss that would have recovered. Both are the same underlying phenomenon — a transient response to change rather than a durable response to the change's quality — and both are why running to a pre-registered duration matters more than reaching significance.
Two practical defences. Run long enough for the effect to decay, which in most consumer products means at least two full weeks and preferably a month for changes to a familiar surface. And where the stakes justify it, keep a long-term holdout that never receives shipped changes, so the accumulated effect of a year of wins can be measured against a genuine counterfactual rather than assumed. A programme where every test reports a lift and the aggregate metrics are flat usually has this problem somewhere in it.
The formula
There is no statistic that detects novelty directly. What identifies it is comparing effects across time or across user segments, and both comparisons are ordinary differences.
- The decay signature
effect(week 1) ≫ effect(week 2) ≫ effect(week 3) → 0Plot the per-period effect, never the cumulative one. Cumulative averaging hides a decay for the whole life of the test.
- The segmentation test
effect(returning users) ≫ effect(new users) ≈ 0New users have no prior expectation to violate, so their effect is the steady state. Close to conclusive when it holds.
- The interaction being estimated
β₃ in Y = β₀ + β₁·treated + β₂·returning + β₃·(treated × returning)A significant β₃ is the novelty effect stated formally — see interaction effect.
- The cost of stopping early
reported lift = true lift + novelty / durationThe shorter the test, the larger the share of the reported effect that is transient.
Worked example
A news app redesigns its article cards and tests for four weeks on articles opened per session. The team would normally have stopped at the end of week one, when the result was strongly significant. They ran the full duration and segmented by whether the user had visited before the test began.
- Week 1 lift
- +11.4% (p < 0.001)
- Week 2 lift
- +6.1%
- Week 3 lift
- +2.8%
- Week 4 lift
- +1.9% (p = 0.14)
- Returning users, week 4
- +1.6%
- New users, week 4
- +2.1%
The eventual effect is around +2% and not clearly distinguishable from zero. Stopping at week one would have shipped an 11.4% lift that does not exist.
The decay across the four weeks is the whole story, and it is invisible in the cumulative figure, which still reads +5.1% at the end and looks like a solid win. Two details make the diagnosis firm. The weekly effect flattens rather than continuing to fall, which suggests a small genuine improvement underneath the novelty rather than nothing at all. And by week four the new-user and returning-user effects have converged at around +2%, which is what convergence should look like once the transient has passed — early in the test those two numbers were far apart. The practical conclusion is that this change is roughly neutral and probably slightly positive, which is a defensible thing to ship and a very different claim from the one week one supported. Note also that the honest reading of the week-four p-value is not "no effect" but that four weeks was not enough traffic to resolve a 2% effect.
Common misconceptions
- דA large, highly significant early result is the strongest kind of evidence.”
- It is the kind most likely to be transient. Novelty is largest immediately after exposure and decays from there, so an unusually strong first week is a reason to keep running rather than to stop. Significance says the difference is unlikely to be chance; it says nothing about whether the difference will persist.
- דNovelty effects only matter for visual redesigns.”
- Any change existing users can perceive can produce one — new copy, a reordered menu, a notification that did not exist before. What is required is a violated expectation, not a visual one. Purely back-end changes are the genuine exception, since users cannot notice the change itself, only its consequences.
- דRunning the test longer averages the novelty away.”
- It dilutes it in the cumulative figure without removing it, which is worse than either extreme because the contamination becomes invisible. The correct approach is to measure the effect in the final period once the transient has decayed, or to compare new against returning users. Averaging a decaying effect into a steady one produces a number that describes neither.