Across 6,967 regular-season games from 1999 to 2025, Thursday games average 45.0 points to Sunday's 44.1 and post the same 11.5-point margins - so the 'TNF is bad football' reputation is not in the score. The real data, why the short week doesn't dent scoring, and the limits.
By C. B. Zakarian · Published July 2, 2026
Thursday Night Football has a reputation, and it isn't a good one. Players grumble about the short week, coaches call it a health risk, and every few weeks a lopsided, sloppy prime-time game sends the same complaint around the internet: this product is worse than Sunday. I wanted to know whether the reputation shows up where it would actually matter — on the scoreboard. So I pulled the complete nflverse game log bundled with this site, 6,967 regular-season games from 1999 through 2025, and split every game by the day of the week it was played.
The reputation isn't there. Thursday regular-season games average 44.97 total points; Sunday games average 44.06. Thursday is, if anything, a hair higher-scoring, not lower. The average margin of victory is essentially identical — 11.56 points on Thursday, 11.52 on Sunday — so Thursday games are not more blowout-prone either. Whatever is ugly about Thursday football, it is not visible in points scored or in how close the games stay.
Here is the average combined final score for every day that carries a real regular-season sample, straight from data_layer/games.csv. The dashed line is the all-games average.
The story of the chart is how little there is to it. Thursday (44.97), Monday (44.83), Sunday (44.06) and Saturday (44.02) all land inside a single point of each other and of the 44.16 league average. The prime-time slots — Thursday and Monday — are actually the two highest, which fits the obvious selection effect: the league schedules its most watchable, often highest-powered offenses into stand-alone national windows. If anything, the marquee scheduling nudges prime-time scoring slightly up, not down.
Three things, none of which are scoring. First, availability bias: a Thursday game is the only NFL game on, so a dull one has nowhere to hide. A 20–9 slog buried in the Sunday 1pm window is forgotten by dinner; the same game on Thursday night is the whole evening, and it becomes the story. We remember the bad Thursday games because we watched them alone.
Second, the short week is real, but it's a health-and-preparation problem, not a scoring one. Teams coming off a Sunday game have three days to prepare and recover before a Thursday kickoff. That compresses game-planning and, players argue, raises injury risk — a legitimate grievance the league has partly answered by giving most Thursday participants a mini-bye afterward. But reduced practice time cuts into both offense and defense symmetrically, so it doesn't obviously tilt the point total either way, and the data says it doesn't.
Third, sloppiness and scoring aren't the same thing. A game can be full of drops, penalties, and bad snaps and still land on 45 points, because those errors hurt both sidelines. Points measure the net product of two offenses against two defenses; they don't measure aesthetic quality. The eye test and the box score are answering different questions, and only one of them is in this file.
Suppose the short week really did degrade offenses. A plausible mechanism would be fewer reps on timing-based passing concepts, which should shave yards per play and therefore points. If that effect were as large as, say, the rest edge a bye week buys — worth roughly a field goal in margin, as covered in the rest and scheduling analysis — we would expect Thursday totals to sit a couple of points below Sunday. Instead they sit 0.91 points above (44.97 vs 44.06). The short-week penalty to scoring, if it exists at all, is smaller than the run-of-the-mill season-to-season noise in weekly averages. The mechanism people describe is real for player health; its footprint on the scoreboard rounds to zero.
The home side is worth a quick look too. Home teams win 57.4% of Thursday games versus 56.3% on Sunday — a difference of about one percentage point on a 329-game sample, which is well inside the margin of noise. Both figures sit near the modern home-field advantage baseline. The Thursday host does not enjoy any special edge from the compressed week, and the visitor is not uniquely disadvantaged by the travel.
Load data_layer/games.csv, keep rows with a real result and total and game_type == "REG", group by the weekday column, and take the mean of total (and the share of result > 0 for home win rate). The chart and the full console breakdown are produced by explainer_src/make_thursday_chart.py, which reads the bundled nflverse log directly and stamps a “Data: nflverse” footer onto the exhibit. No network, nothing hand-entered.
Want the code behind these metrics? Work through the 45-chapter NFL analytics tutorial.
Browse tutorials Free tools