Bell Statistics

What is the novelty effect?

A novelty effect is a temporary response to a change being new rather than better. Existing users notice something different, engage with it out of curiosity, and settle back to their previous behaviour once the novelty wears off.

Also called
novelty bias, newness effect, primacy effect
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

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) → 0

Plot 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) ≈ 0

New 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 / duration

The 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.

Frequently asked questions

How long should a test run to get past a novelty effect?
At least two full weeks for most consumer products, and closer to a month for changes to a surface people use habitually. The better answer is empirical rather than fixed: plot the weekly effect and run until it flattens. If it is still declining at the end of the planned duration, the test has not finished regardless of what the cumulative significance says.
How do I tell a novelty effect from a real improvement?
Segment by whether the user had seen the product before the test started. Novelty needs a prior expectation to violate, so first-time users cannot experience it, and their effect is the steady state you will get once the transient decays. A lift concentrated among returning users with nothing among new ones is close to conclusive; effects of similar size in both suggests the improvement is real.
Does a long-term holdout help with novelty?
It is the most reliable defence available, because it measures the accumulated effect of everything you shipped against a group that received none of it. Individual tests can each report a lift that decays, and only a holdout reveals whether a year of those lifts added up to anything. The cost is holding a slice of traffic back permanently, which is why it is usually a small percentage reviewed quarterly rather than a per-experiment practice.

Related terms

  • Cannibalization

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

  • Halo effect

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

  • Hangover effect

    The cost of relearning, mistaken for a worse product — and the reason a good change can lose its first week.

  • Sequential testing

    How to look at a running test without breaking it — and what peeking costs when you do not.

  • Global holdout

    The only measurement that can tell you whether a year of wins added up — and it usually says they did not.

Calculate it

  • A/B test sample size

    Size a two-proportion experiment before you launch, then read the lift and its interval once it lands.

  • 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.