Clay Tech

"clay-works make things real"

translated from clazytech.com

48-Team World Cup's Third-Place Cutoff Isn't About Points

The final matches of the World Cup group stage for the Americas are about to begin.

Something about this tournament has probably been bothering everyone watching.

This is the first World Cup with a 48-team format: 12 groups of 4, with the top 2 in each group advancing automatically. That part is fine. The problem comes after that: among the third-place teams in each group, the “8 with the best records” also advance to the knockout stage.

There are 12 groups, so 12 third-place teams. Of those, 8 get picked up.

In other words, even in third place, two-thirds of teams go through. That’s a fairly generous rescue quota.

From 48 teams to 32 — the mechanics of “advancing as a third-place team”

48 teams 12 groups × 4 teams

Top 2 in each group 24 teams Advance automatically

Third place in each group (12 teams) Only 8 teams Only the top performers advance

Knockout stage 32 teams

Even in third place, 8 out of 12 teams (about two-thirds) get picked up So I got curious about where the third-place cutoff line actually falls

What caught my attention was where that third-place cutoff would actually land in practice.

There’s no fixed passing score to begin with. What I want to know is the distribution.

The structure itself is easy to see. Advancing as a third-place team means lining up the third-place teams from all 12 groups by record and taking the top 8. It’s an order statistic problem: taking the 8th out of 12. There’s no such thing as a fixed passing score — the cutoff shifts every time depending on how the other groups’ third-place finishes fell.

That’s not the issue, though. Seeing the structure and picturing the distribution are two different things.

Where, in terms of points, does the 8th-ranked value tend to cluster? When a row of tied teams lines up right at the cutoff, what ends up deciding the final ranking? Within a group, there’s correlation because three teams are fighting over the same set of results; between groups, it’s essentially independent. The distribution produced by this mixture doesn’t resolve into a clear picture just by staring at the formulas. It doesn’t collapse into a neat closed form.

For this kind of thing, it’s faster to just run the numbers.

Just brute-force it 300,000 times

What I did was simple.

Assume all teams have equal ability, and randomly assign each match’s score using a Poisson distribution. Simulate an entire group stage for one tournament, and record what kind of records the top 8 third-place teams ended up with. Repeat this 300,000 times.

Making all teams equal in ability is intentional. I want to see what kind of cutoff the format itself produces, so first I strip out any difference in strength and isolate the shape of the system alone.

Here’s what came out of running it.

The vast majority of third-place teams that advanced had 3 points. Around 80-90% of the teams near the cutoff clustered neatly at 3 points.

A team with 4 points was almost certainly through, regardless of goal difference.

Conversely, with 2 points or fewer, things got considerably tougher.

The real pass/fail line wasn’t “points” — it was “goal difference”

This is the part that really clicked into place for me.

The cutoff clusters at 3 points. That means points aren’t actually what decides passage in the end — every team sitting at the cutoff has the same 3 points.

The thing that creates separation comes after that: goal difference, and total goals scored.

Even among teams tied at 3 points, how much does goal difference change the outcome? Here’s roughly what the simulation showed.

Among teams tied at 3 points, “goal difference” is what determines the advancement rate

100% 50% 0%

95%

87%

65%

36%

This is where it drops sharply

+1 0 −1 −2 Goal difference Whether goal difference is 0 or −1 alone shifts the advancement rate by more than 20 percentage points (a rough guide from a simple symmetric model)

Whether goal difference is 0 or −1 — that alone shifts the advancement rate by more than 20 percentage points.

In other words, the most dangerous thing a team can do is decide “we’re already out of contention, this is a dead rubber, let’s just coast.” Preventing one goal conceded, or pushing for one more goal even when there’s little hope, is exactly what ends up deciding the third-place cutoff. The cost of a heavy defeat comes due right at the very end.

Why does brute-forcing it with random numbers still give a proper answer?

A brief note on what’s happening underneath.

I wrote earlier that this doesn’t collapse into a closed form. The tricky part is inside each group. The three teams in a group are fighting over the same results, so a third-place team’s points and goal difference are entangled with each other, and you can’t write down a clean, standalone distribution.

Once you cross group boundaries, though, things change. Group A’s results have zero effect on Group B’s results. So as a whole, this becomes an order statistic problem: take one third-place result from each of 12 independent boxes, and look at the 8th-highest.

This independence between groups is quietly doing a lot of work. Since you’re just observing the average behavior of 12 independent boxes, even brute-forcing it with random numbers gives naturally low variance. Run it 300,000 times, and the distribution around the 8th position barely moves anymore.

The messy part is local, within a group; the well-behaved part is global, across groups. This split between layers is the most satisfying part of this whole problem.

That said, this is only a story about the “shape of the system”

One honest caveat, to close.

This model treats all teams as equally strong, so it’s certainly underestimating the real-world variance in outcomes.

The actual World Cup has groups with lopsided strength. There are groups of death, and there are easy groups. So if you want to talk about something specific, like what percentage chance a particular team has of advancing, you’d need to rebuild the model with weights based on Elo or FIFA rankings to account for differences in strength.

So take the numbers presented here as a story about the skeleton — roughly what kind of cutoff the system itself tends to produce. Fortunately, even at just the skeleton level, the conclusion that what decides pass or fail isn’t points but goal difference looks fairly robust.

A lenient system, where even third place can get you through.

But behind that leniency, a single goal in a dead rubber is quietly doing its work.

Next time you’re watching a match where “the standings surely won’t change anymore,” take a glance at the goal difference column. That one goal probably means something.


This piece was drafted and directed by Kuzuryu, written by AI.


Originally published in Japanese at https://clazytech.com/2026/06/1680/. Translated with LLM assistance and reviewed before publication.