World Cup Predictor
7:52 PM EDT
Methodology

How it works

World Football Elo ratings feed a Poisson scoreline model, run through ~20,000 Monte Carlo tournaments — with the 2026 head-to-head tiebreakers and FIFA's 495-row Annex C third-place table applied on every iteration.

Ratings - World Football Elo

Every team carries an Elo rating seeded from ~49,000 international matches (1872-present) and updated after each result. Updates are tournament-weighted (a World Cup match moves ratings more than a friendly), scaled by margin of victory, with a home-field adjustment on non-neutral matches. Backtested at RPS ≈ 0.178 overall and ≈ 0.199 on World Cup matches - competitive with betting markets.

Match model - Poisson scorelines

The Elo gap between two teams maps to an expected goal supremacy and total, which feed two Poisson goal rates (with a Dixon-Coles low-score correction). Those two rates are the expected goals (xG) shown on each match - the model's average goals for each side, which drive the scoreline distribution. This yields both win/draw/loss probabilities and full scorelines - the latter needed to break group ties on goal difference. Knockout ties are decided by extra time and then penalties, which the win probabilities account for.

Simulation - Monte Carlo

We simulate every remaining match ~20,000 times. Each run builds the 12 group tables using the 2026 FIFA tiebreakers (a rule change: head-to-head is applied before overall goal difference), selects the 8 best third-placed teams, applies the official 495-row Annex C assignment table, then plays out the full knockout bracket to a champion. Probabilities are the share of runs in which each outcome occurs.

How third-placed teams reach the bracket

With 12 groups, the top 2 of each (24 teams) advance automatically. To fill the 32-team Round of 32, the 8 best of the 12 third-placed teams also go through, ranked across groups by points → goal difference → goals scored → FIFA ranking (conduct/fair-play is part of the official tiebreak but isn't modelled here, so we fall straight through to the ranking). The twist: which third-placed team is sent to which group winner is not free-form. Only 8 group winners host a third-placed team - the winners of groups A, B, D, E, G, I, K, L - while the winners of C, F, H and J face runners-up instead. FIFA published a fixed table (Annex C) with all 495 possible combinations (one per set of which 8 groups produced a qualifying third), assigning each third to a specific winner so that no team meets a side from its own group too early. This simulator applies that exact 495-row table every iteration.

Certainty vs. probability

A percentage is a forecast; a checkmark is a fact. Group outcomes (win group, advance, eliminated) flip to a definitive state only when mathematically guaranteed - we check every remaining win/draw/loss combination and claim certainty only when no result could overturn it. Because goals are unbounded, anything that would rest on goal difference can always be flipped by a big enough scoreline, so it stays a probability; only points and head-to-head results can lock a place. This includes the cross-group math for best-third elimination. A clinched outcome is never shown as a mere 100%.

Data

Live results, fixtures and venues come from ESPN's public feed; the bracket structure and third-place table were verified against FIFA regulations and Wikipedia. Recomputed periodically. Not affiliated with FIFA.

Common questions

How are the World Cup 2026 predictions calculated?
Each team carries a World Football Elo rating built from roughly 49,000 international matches since 1872. The Elo gap between two sides sets their expected goals, which feed a Poisson scoreline model with a Dixon-Coles low-score correction. We then simulate every remaining match about 20,000 times and report how often each outcome occurs.
How accurate is the World Cup 2026 prediction model?
It backtests at a ranked probability score of about 0.178 overall and 0.199 on World Cup matches, which is competitive with betting markets. No model predicts football with certainty - every figure is a probability, not a guarantee.
How do the eight best third-placed teams qualify for the Round of 32?
With 12 groups, the top two of each (24 teams) advance automatically. To fill the 32-team Round of 32, the eight best of the twelve third-placed teams also go through, ranked across groups by points, then goal difference, then goals scored. FIFA's fixed Annex C table (495 combinations) then assigns each qualifying third-placed team to a specific group winner.
What are the 2026 World Cup group tiebreakers?
Teams level on points are separated first by head-to-head record - a 2026 rule change that applies head-to-head before overall goal difference - then by overall goal difference, then goals scored, and finally FIFA ranking.
When is a team mathematically guaranteed to advance?
Only when no combination of remaining results could overturn it. Because goals are unbounded, anything resting on goal difference can always be flipped by a large enough scoreline, so only points and head-to-head results can lock a place. A clinched outcome is shown with a checkmark, never as 100 percent.
GitHub