Skip to content
Mental Models

Regression to the Mean: Why Extremes Don't Last

Telling It Apart & Defending Against It

Regression to the mean is not a real trend, and — crucially — it is NOT the gambler's fallacy, though they're constantly confused. Learn to tell the three apart, then arm yourself: control groups, bigger samples, and simply expecting the extreme to fade.

10 min Updated Jul 2, 2026

You now know what regression to the mean is and how much havoc it causes. This final teaching lesson is about not overshooting — because the model has two evil twins that people constantly mistake it for, and confusing them causes fresh errors of its own. On one side is a real trend (a genuine effect that regression can hide or exaggerate). On the other is the gambler’s fallacy (a superficially similar idea that is flat wrong). Tell all three apart, add a defensive toolkit, and you’re done.

Before you read — take a guess

A roulette wheel lands on red five times in a row. A gambler reasons: 'Extreme streaks regress to the mean, so black is now more likely.' What's wrong with this?

Regression vs. a real trend

The first job is separating regression (which needs no cause) from a genuine effect or trend (which does). They can look identical in a bare before/after: in both, the number after an extreme is different from the number before. The difference is why.

Regression is what you’d expect even if nothing changed. A real effect is what’s left over after you subtract the expected regression. So the question is never “did the number move?” — extremes always move. The questions are:

  • Was the unit selected for being extreme? If yes, expect regression and be skeptical. If the unit was chosen for some unrelated reason, regression worries shrink.
  • Is there a plausible mechanism, and does the effect show up against a control that regressed too? (Lesson 03’s fix.)
  • Does it persist and scale? Regression is a one-time reversion; a real trend keeps going, shows a dose-response (more treatment → more effect), and reappears when you repeat the study.
Info:

A quick contrast

Story A: “We coached our 10 worst-performing stores and next quarter they improved 15%.” Selected for being extreme, no control — mostly regression until proven otherwise. Story B: “We randomly picked stores, coached half, and the coached half beat the uncoached half by 15% — and by 25% with double the coaching.” A control group and a dose-response: that surplus over the control is a real effect regression can’t fake.

Which finding is LEAST explainable by regression to the mean alone (i.e. most likely a real effect)?

Regression vs. the gambler’s fallacy — the crucial split

This is the confusion that trips up even careful people, because both sentences contain “things return toward normal.” But they describe completely different situations, and one is true while the other is false.

The gambler’s fallacy is the belief that in a sequence of independent trials, a run of one outcome makes the opposite outcome “due.” After five reds, black feels overdue. It is wrong: a fair wheel has no memory. Each spin is 50/50 (minus the house edge) no matter what came before. Nothing is keeping a ledger; the past streak does not push the future toward balance.

Regression to the mean is the (true) tendency of an extreme measurement of a stable, signal-plus-noise quantity to be followed by a less extreme one. The next measurement is closer to the mean not because the process “owes” you a correction, but because you conditioned on an extreme — you selected an observation that was partly lucky, and fresh luck averages out.

The differences, laid side by side:

Gambler’s fallacyRegression to the mean
True or false?False (a real error)True (a real phenomenon)
Applies toIndependent trials (coins, roulette, dice)Repeated noisy measurements of a stable quantity (with a signal)
Claim about the next valueIt will reverse to “balance out” the streakIt will, in expectation, be closer to the mean than the extreme was
Why(Wrongly) assumes a compensating force / memoryYou selected an extreme; the lucky part won’t recur
Is there a “signal”?No — pure chance, no stable skill to measureYes — a stable signal plus transient noise

Two traps to nail shut:

  1. Regression is not a compensating force. It does not say the next value dips below the mean to make up for a high one. It says the next value lands closer to the mean — it stops at the middle, it doesn’t overshoot. Believing in the overshoot is importing the gambler’s fallacy into regression.
  2. A memoryless gamble doesn’t “regress” in the RTM sense. A single roulette spin has no skill component and no stable quantity being re-measured, so there’s nothing to regress. What does happen with coins is that a running average of many independent flips settles toward 50% — but that’s the law of large numbers diluting a streak with fresh flips, not any single future flip being “pulled” toward balance.

Because dilution isn’t compensation. After five heads, the next flips are still 50/50 — the wheel never pays back the streak (that part of the gambler’s fallacy stays false). But as you pile on hundreds more fair flips, those five extra heads become a smaller and smaller share of the total, so the average drifts toward 50%. The streak isn’t cancelled; it’s outnumbered. Regression to the mean, similarly, isn’t a debt being repaid — it’s the luck component of one extreme observation failing to reappear in the next one.

Which situation is genuine regression to the mean (not the gambler's fallacy and not a real trend)?

A Bayesian footnote: regression is just shrinking toward the prior

If you took the Bayesian-updating course, regression has a familiar face. Expecting an extreme observation to regress is exactly shrinking your estimate toward the prior mean. The reliability from lesson 01 plays the role of how much you trust this one noisy observation versus the population average. Low reliability (lots of noise) → trust the observation little → shrink it hard toward the mean → big regression. High reliability → trust the observation → shrink barely. Good forecasters do this instinctively, and empirical-Bayes methods do it formally: never take an extreme single reading at face value; pull it toward what you knew before.

The defense toolkit

Everything the course has taught rolls up into five habits:

  • Expect reversion. Build it into every forecast. When you see a record extreme, predict a less extreme follow-up by default — don’t extrapolate the peak. This alone puts you ahead of most forecasters.
  • Demand a control group. The single strongest defense (lesson 03). Both the treated and untreated groups regress; only the difference is a real effect. It’s why randomized trials exist.
  • Use bigger samples and aggregates. Noise cancels when you average. A large group’s mean is far more reliable than one member, so extreme individuals regress hard while extreme large-group averages barely move. Don’t build decisions on single extreme data points.
  • Don’t select the target on a one-time extreme. Use a long baseline, or pick before you see the noise. “Worst-first” targeting bakes regression into your evaluation.
  • Shrink your estimates toward the mean. Treat an extreme reading as partly luck and forecast the shrunk value — formally with the reliability, informally with “it’ll probably be less impressive next time.”
Success:

The one-line defense

Whenever a result changed after an extreme, ask: was this unit selected for being extreme, and would it have improved on its own? If yes, subtract the regression you should have expected before you credit any cause — and prove real effects against a control, not against the extreme you started from.

You want to test whether a tutoring program helps the students who failed a placement exam. What design best guards against the regression fallacy?

When to use it

Deploy this discrimination whenever ‘things reverted’ is on the table. First ask which phenomenon you’re looking at: an independent gamble (gambler’s-fallacy territory — the streak means nothing), a stable noisy measurement selected at an extreme (regression — expect reversion, don’t credit a cause), or a genuine effect (which must survive a control and ideally show dose-response). Then apply the toolkit. Get the classification right and you’ll neither invent causes that aren’t there nor dismiss effects that are.

Recap

Question 1 of 40 correct

What is the core difference between the gambler's fallacy and regression to the mean?

Check your answer to continue.

Where this goes next

That’s the full model: the signal-plus-noise mechanic, Galton’s discovery, the regression fallacy, the praise-and-punishment illusion, and — now — how to tell regression apart from a trend and from the gambler’s fallacy, plus the toolkit to defend against it. All that’s left is to prove it sticks. The Final Exam is graded and one-way: one question at a time, each answer locked once submitted, no going back. Take it when you can spot selection-on-an-extreme in the wild without being told to look.

Mark lesson as complete