This is a living, data-only snapshot of the 2026 MLB season, refreshed straight from the MLB Stats API as games are played. The season is into its stretch run — teams have played about 126 games each — so the standings have stopped being noise and started being signal, without being settled. Here is what the real numbers say through August 19: who is genuinely good, who the run differential says is a mirage, and where the division races stand. Nothing here is projected or invented — every figure is a real result.

78-48best record: the Brewers
+158best run differential (Brewers)
8.96combined runs per game, both teams

The standings, with a truth serum

Win-loss records are what everyone watches, but run differential — runs scored minus runs allowed — is the better measure of how good a team actually is, because it doesn't care about the lucky timing of a few one-run games. So far the Brewers own the best mark in baseball at +158, which lines up with their 78-48 record. At the other end, the Athletics sit at -179, the worst in the majors. The league as a whole is scoring 8.96 runs a game between the two teams.

The exhibit: who's outrunning their run differential

The Pythagorean formula turns run differential into an expected win total — expected win% = RS1.83 / (RS1.83 + RA1.83). The gap between a team's actual wins and that expectation is essentially luck: the sequencing of runs and a team's record in close games, neither of which carries forward. Here is every team's wins above or below their Pythagorean expectation this season.

A horizontal bar chart of all 30 MLB teams in 2026, each showing wins above or below the Pythagorean expectation from run differential. The Rays top the chart at about 7.5 wins above expectation; the Tigers sit at the bottom around 10.9 below. Most teams cluster within a couple of wins of zero. AL teams in navy, NL teams in red.
Actual minus Pythagorean-expected wins for every team, 126 games into 2026. Bars to the right have won more than their run differential earned; bars to the left, fewer. Data: MLB Stats API, retrieved 2026-08-19; expected wins from the Pythagorean formula (exponent 1.83).

The Rays are the season's biggest overachievers, at roughly 75 wins against a Pythagorean expectation of 67.5 — about 7.5 wins of good fortune that history says tends to evaporate. The Tigers are the opposite story: 61 wins where their run differential suggests 71.9, a team playing better than its record. If you want one number to bet on for the second half, the expectation is usually a better guide than the record — the same logic behind why run differential predicts next year better than wins.

The division races

Six teams currently lead their divisions:

  • Brewers — NL Central (78–48)
  • Rays — AL East (75–50)
  • Dodgers — NL West (76–51)
  • Braves — NL East (74–52)
  • White Sox — AL Central (65–60)
  • Astros — AL West (63–63)

Division leads this far in are meaningful but not decided — a five-game cushion can vanish over a bad fortnight, and the second-half schedule matters. The teams with the run differential to back up their record are the safer bets to still be there in September.

The honest caveats

  • It's half a season. About 126 games is enough to separate good from bad, but not enough to be final — injuries, trades at the deadline, and plain regression will reshuffle this. Treat every figure as “as of August 19.”
  • Run differential isn't destiny. It's the best simple measure of quality, but it can be inflated by a few blowouts; a team that wins a lot of blowouts and loses close games looks better by run differential than its record.
  • “Luck” is shorthand. The gap from Pythagorean expectation is mostly one-run-game timing, but some of it is real — a great bullpen genuinely wins more close games. The label is a prior to regress toward, not a verdict.
  • One source, live data. Everything comes from the MLB Stats API, refreshed each build. Numbers move daily; this snapshot is only as current as its retrieval date.

The takeaway

126 games into 2026, the Brewers are the best team in baseball by the measure that matters most, the Rays are the biggest overachievers due for some regression, and the Tigers are better than their record. Check back as the season turns — this page refreshes from the live standings, so the numbers and the chart move with the games.

Reproduce it

The standings are pulled from the MLB Stats API into data_layer/mlb_2026_standings.json by data_layer/build_mlb_2026.py; the luck chart is drawn by charts/chart_mlb_2026_luck.py, and this page is re-rendered from the live data by data_layer/refresh_mlb_2026.py each build — so the prose, the statline, and the chart can never drift apart. Pythagorean expected wins use exponent 1.83.

Sources & further reading