Every NBA broadcast has a version of the same sermon: a team that just got embarrassed by 25 will "come out with something to prove," or, in the pessimist's cut, has "shown you who they are." Both stories make a testable claim — that last game's result carries information about the next one. So I tested it, on every consecutive-game pair of the 2023-24 season: 2,432 of them. The raw numbers look like the sermon. Adjust for one thing — who the team actually is — and the whole effect evaporates to a correlation of +0.017. The response game is a story we tell about schedules; it is not a thing that shows up in scores.

The thesis: momentum between games is team quality in disguise

My position before the table: what looks like game-to-game momentum is almost entirely selection. Good teams win by 20 more often, and good teams also win their next game more often — not because the blowout did anything, but because being good causes both. The honest test is not "how often do teams win after X" but "how do teams play after X relative to their own season baseline." The first question produces highlight-show numbers. The second produces flat bars.

The exhibit: the same data, told twice

I bucketed every game of 2023-24 by its margin — blowout loss (20+) through blowout win (20+) — and looked at each team's next game two ways: the raw win rate, and the next game's point margin minus that team's full-season average margin.

Two bar charts from 2,432 consecutive-game pairs in the 2023-24 NBA season. Left panel, the raw view: win rate in the next game climbs steadily by previous result, from 41% after a blowout loss of 20 or more, through 46% after losses, 52% and 54% after wins, to 62% after a blowout win, against a 50% baseline. Right panel, adjusted view: the next game's margin relative to the team's own season average is nearly flat across all six buckets, plus 0.5 after a blowout loss, around minus 0.4 to zero in the middle, and plus 1.5 after a blowout win, with the overall correlation labeled r equals plus 0.017.
Left: the raw next-game win rate climbs from 41% to 62% across the buckets — it looks exactly like momentum. Right: measure each team against its own season average and the buckets flatten to within a possession of zero. Source: bundled data_layer/nba_home_results.csv (all 1,231 games of 2023-24); buckets and correlations computed per team in chronological order. Charted by charts/chart_bounce_back.py with a stamped provenance footer.
Previous gamePairsNext-game win rateNext margin vs team average
Blowout loss (20+)22940.6%+0.50
Big loss (10–19)40846.3%−0.36
Close loss (1–9)57946.1%+0.01
Close win (1–9)57952.2%−0.31
Big win (10–19)40854.4%−0.34
Blowout win (20+)22962.4%+1.49

Reading the two views

The left column is what a pregame graphic would show you: teams coming off a blowout loss win just 41% of the time, teams coming off a blowout win 62%. If you stopped there, you'd conclude the previous game echoes loudly into the next one — that losing big begets losing.

The right column asks the better question. A team that loses by 25 was, more often than not, a bad team having a normal night — the 2023-24 bottom-feeders populate that bucket over and over. Of course they lose the next game too; they lose most games. Subtract each team's season-average margin and the "hangover" disappears entirely: teams coming off a blowout loss actually played half a point better than their own norm the next night. Every middle bucket sits within a third of a point of zero. Across all 2,432 pairs, the correlation between one game's margin and the next game's baseline-adjusted margin is +0.017 — for practical purposes, zero. The one bump with any size, +1.5 after blowout wins, carries an obvious confound: 20-point wins cluster inside soft stretches of schedule, and the next opponent comes from the same soft stretch. Our data has no opponent-strength adjustment, so I’d bet most of that +1.5 is the calendar, not the mood.

Why the myth survives

Partly because the raw view is technically true — teams off blowout losses do lose more, and a broadcast has no obligation to tell you why. And partly because bounce-back games are memorable: when a humiliated team wins by 15, the narrative confirms itself; when they lose again, it was "who they are." Heads the story wins, tails the story wins. This is the same mechanism I found in win streaks (indistinguishable from random sequencing of team quality) and in single-game luck — the NBA's night-to-night variance is enormous, and fans and broadcasters alike backfill stories onto noise. The academic literature has chased "psychological momentum" across sports for four decades since Gilovich, Vallone and Tversky's hot-hand paper, and team-level game-to-game effects of this kind reliably shrink toward zero once quality and schedule are controlled.

What would change my mind

A real response-game effect should show up as: next-game margins after blowout losses beating the team baseline by multiple points, robust across seasons, surviving an opponent-strength adjustment, and ideally concentrated where the story says it lives (home games after road embarrassments, say). One season of data can't rule all of that out — 229 pairs per extreme bucket leaves the +0.5 estimate a standard error wide enough to hide a small true effect. What one season can say is that any such effect is small enough that you'd never notice it without a spreadsheet, which is itself a verdict on the sermon.

The bottom line

Last game's score tells you almost nothing about tonight that the standings didn't already. The 21-point swing in raw next-game win rate across my buckets compresses to a two-point sliver once each team is measured against itself, and the pair-to-pair correlation is +0.017. Teams don't bounce back and they don't spiral — they regress to what they are, one noisy game at a time. If you want to know who wins tonight, skip yesterday's margin and look at the rating gap; that number, unlike momentum, has never needed a story.

Sources & Further Reading

  • For the fundamentals, see Chapter 25: Game Outcome Prediction in DataField.dev’s free textbook library.
  • Game results: bundled data_layer/nba_home_results.csv — every 2023-24 regular-season game (1,231), built into 2,432 per-team consecutive-game pairs in date order. Buckets, baselines and the correlation computed exactly as described; chart by charts/chart_bounce_back.py.
  • Gilovich, Vallone & Tversky, “The Hot Hand in Basketball” (1985) — the founding paper on momentum perception versus sequence statistics.
  • Related on this site: are win streaks real or random?, how much of an NBA game is luck?, and the back-to-back penalty — the schedule effect that, unlike momentum, actually shows up.

C. B. Zakarian

C. B. Zakarian is an independent analyst who writes about what he can measure: ball sports and the player-run economies inside Roblox. He builds every model, chart, and calculator here himself from public data, shows the working, and never invents a number. When the data can't answer a question, he says so. On NBAAnalytic, that means NBA ratings, shot charts, and stat explainers built from the league's public data. More about the methodology →