One-starter seasons win at .575; three-starter seasons at .357 — a 3.7-win gap across 6,967 games since 1999. But only 39% of team-seasons keep one starter, the share is falling, and the causality runs both ways: benchings are a symptom of losing at least as much as instability is a cause.
By C. B. Zakarian · Published July 12, 2026
Every November, some team on its third quarterback becomes the argument: "you can't win without stability at the position." It sounds true. It's also exactly the kind of claim that deserves a count rather than a vibe, and the nflverse game file makes the count easy — every game since 1999 records both starting quarterbacks. This page counts 6,967 regular-season games across 861 team-seasons (1999–2025): how many starters each team used, and what happened to their record.
| Starting QBs used | Team-seasons | Avg win% | Per-17-games pace |
|---|---|---|---|
| 1 (wire-to-wire) | 334 | .575 | 9.8 wins |
| 2 | 356 | .493 | 8.4 wins |
| 3 | 148 | .357 | 6.1 wins |
| 4 or more | 23 | .389 | 6.6 wins |
Three things stand out. First, the gradient is steep and monotonic through three starters — each additional quarterback costs about a win and a half of season pace. Second, wire-to-wire seasons are not the norm: only 38.8% of team-seasons since 1999 got through a schedule with one starter. The single-quarterback season fans treat as the default is actually the minority outcome. Third, the tiny 4+ bucket (23 seasons of quarterback chaos) actually edges the 3-starter group — a reminder that at small sample sizes the noise takes over, not a reason to believe four starters beats three.
Before anyone builds a take on that table: the causality is hopelessly entangled, and honest analysis says so. Quarterback changes happen for two big reasons — injury and benching — and both are correlated with losing through paths that have nothing to do with "continuity" as a skill.
What this data can't do is separate those channels — the game file records who started, not why. Treat the table as descriptive: it tells you what one-starter seasons look like, not what forcing continuity would do for a team that doesn't have it.
| Seasons | One-starter share |
|---|---|
| 2000–2004 | 38.6% |
| 2005–2009 | 35.6% |
| 2010–2014 | 47.5% |
| 2015–2019 | 43.1% |
| 2020–2025 | 32.8% |
Wire-to-wire seasons peaked in the early 2010s — nearly half of all team-seasons — and have since fallen to about a third, the lowest sustained level in the file. The likely suspects are structural: the schedule added a 17th game in 2021 (one more week for something to go wrong), and the era of designed quarterback runs exposes starters to more contact. Whatever the mix, the practical read for fans is that a team getting 17 starts from one quarterback is now roughly a one-in-three outcome — plan your expectations, and your roster-building takes, accordingly.
Related machinery on this site: how quarterback performance is actually measured, turnover luck (the fastest route to a benching that isn't the quarterback's fault), and one-score game records (the other big symptom-vs-cause trap in season records).
One file: games.csv from nflverse nfldata, bundled at /data/games.csv. Filter to played regular-season games (game_type == "REG") with non-empty home_qb_id/away_qb_id — 6,967 games, 1999–2025. For each (season, team), count distinct starter ids and wins; group team-seasons by starter count and average the win rates. The era table is the share of team-seasons with exactly one starter per five-season block (the 2020s block includes the partial 2025 season present in the file). Computed 2026-07-12; figures shift slightly as seasons append.
Data: nflverse/nfldata, public. "Starter" means the quarterback recorded as starting the game in the file; relief appearances don't count.
Want the code behind these metrics? Work through the 45-chapter NFL analytics tutorial.
Browse tutorials Free tools