The Dodgers are outscoring their opponents by 164 runs through 94 games. Numbers that size stop meaning anything without a ruler, so here is the ruler: across the last four full seasons — 120 finished team-seasons, 2021 through 2024 — exactly one team ended a year with a better run differential per game than the pace the 2026 Dodgers are on. It was the 2022 Dodgers. The franchise is currently chasing its own wall.
This piece does three things with two bundled datasets: puts 2026’s extremes — top and bottom — against every full-season finish since 2021, checks whether the league’s middle really is as crowded as it feels, and is honest about the one methodological catch (a 94-game pace is not a 162-game achievement).
The ceiling: only the 2022 Dodgers finished higher
Per game is the honest unit — it puts a 94-game season-in-progress and a 162-game finished season on the same axis without pretending they’re the same thing. On that axis, the 2026 Dodgers sit at +1.75 runs per game. The full-season finishes above it since 2021: the 2022 Dodgers’ +2.06 (+334 over 162, the best differential of the last four decades of baseball), and nothing else. Second place in the 2021–2024 window — the 2021 Dodgers at +1.66 — is below the current pace.
It isn’t just one team. The Brewers are at +1.45 per game (+133 in 92) — a pace only three of the 120 finished seasons beat: Dodgers 2022, Dodgers 2021, Yankees 2022. Two teams simultaneously above +1.4 per game in mid-July is not something the finish lines of the last four seasons ever produced; the closest any 2024 team got, over the full year, was the Dodgers’ +0.96. And to underline who owns this list: the Dodgers have posted baseball’s best run differential in three of the last four completed seasons, and lead again now — just never this high.
| Team | RD/game | Raw | Status |
|---|---|---|---|
| Dodgers 2022 | +2.06 | +334 / 162 g | finished — the wall |
| Dodgers 2026 | +1.75 | +164 / 94 g | pace (+283 over 162) |
| Dodgers 2021 | +1.66 | +269 / 162 g | finished |
| Yankees 2022 | +1.48 | +240 / 162 g | finished |
| Brewers 2026 | +1.45 | +133 / 92 g | pace (+234 over 162) |
| Braves 2023 | +1.43 | +231 / 162 g | finished |
The floor is boring, and that's the second finding
Historic tops usually come with historic bottoms — a league that produces a +334 also produced a −339 (the 2023 Athletics) the following year. Not this season. The worst run differential in baseball right now is the Athletics at −0.88 per game (−81 in 92), with the Rockies a run behind at −0.85. Against the 2021–2024 finish lines, that’s unremarkable: twenty of the 120 historical team-seasons ended worse than the current 2026 floor, six of them below −1.4. There is, so far, no 2026 disaster on the scale of the 2023 A’s, the 2024 White Sox (−1.89), or the 2021 Orioles.
Squeeze the top and lift the floor and you get a crowded middle. Eleven of thirty 2026 teams sit inside ±0.30 runs per game — the band where run differential says “basically even team.” No season since 2021 finished with a middle that fat: 2022 came closest with nine of thirty, 2024 had just six. One honest wrinkle in that comparison: a July middle and a December middle aren’t the same object, because differentials compound as games accumulate. Read it as “the 2026 middle is crowded right now,” not as a finished-parity record.
The catch: paces regress
The +283-over-162 extrapolation in the table is arithmetic, not a forecast. Mid-season extremes are partly real talent and partly variance that hasn’t washed out, and the variance component shrinks per game as the sample grows — which is why full-season leaderboards are almost always tamer than July ones. The 2022 Dodgers are the exception that proves it: they held +2.06 across a whole season, which is precisely why that number has been the wall for four years. Whether 2026’s pair can stay above +1.4 through September is the actual open question, and it’s a better one than any projection we could invent: as of July 9, no team in this window has done it except the three in the table.
For what run differential is worth in wins — and who’s currently beating their differential in the standings — the live season tracker carries the Pythagorean ledger, updated daily; the scoring backdrop that inflates or deflates all these raw numbers is in the 2026 run environment piece.
Reproduce it
Both datasets are bundled and re-buildable. data_layer/build_standings_multiseason.py pulls final regular-season standings 2021–2024 from statsapi.mlb.com into standings_multiseason.json (W, L, RS, RA per team-season; 2020 omitted as a 60-game season); data_layer/refresh_mlb_2026.py pulls the live 2026 standings into mlb_2026_standings.json. Run differential per game is (RS − RA) / games; the ±0.30 middle is a straight count. The chart is charts/chart_run_diff_context.py.
Sources & Further Reading
- Final standings 2021–2024 and live 2026 standings: MLB Stats API, bundled as
data_layer/standings_multiseason.jsonanddata_layer/mlb_2026_standings.json(retrieved 2026-07-09). - Why extreme paces regress: the variance-shrinkage argument is worked through in Chapter 11: Sampling Distributions and the Central Limit Theorem (free, DataField.dev).
- Tango, Lichtman & Dolphin, The Book: Playing the Percentages in Baseball — runs-to-wins conversion and the limits of differential as a talent proxy.