Data Deep-Dives

Do the Knockouts Really Tighten Up? The 2022 Shot Data Says No

The chance quality of a knockout shot was all but identical to a group-stage one. The famous knockout caution barely shows up — and part of what does is just extra time.

The received wisdom is that tournament football tightens like a fist as the stakes rise: open, breezy group games give way to tense, cagey knockouts where nobody dares commit and everything creeps toward penalties. It is a good story. It is mostly not in the data. Split every open-play shot from the 2022 World Cup into group stage and knockout rounds, and the two phases look almost like the same football. The average knockout shot was worth 0.093 xG against 0.098 in the group stage — a difference you could not see with the naked eye — and knockout matches actually produced more shots and more goals per game, not fewer.

Sourcing. All figures come from StatsBomb's free 2022 World Cup data, all 64 matches: 1,430 open-play shots (penalties excluded), split by the stage each match belonged to. Group stage is the 48 group matches; knockout is the 16 matches from the Round of 16 through the final. Nothing is invented.

The exhibit: group stage vs knockout

MetricGroup stageKnockout
Matches4816
Open-play shots per match21.923.6
xG per shot (chance quality)0.0980.093
Conversion rate10.4%11.4%
Open-play goals per match2.272.69
Shots from set pieces35.3%36.2%
Shots from counter-attacks4.1%3.4%

Real values from StatsBomb Open Data, 2022 World Cup, 1,430 open-play shots. "Set pieces" counts shots from corners and free kicks; "counter-attacks" counts shots StatsBomb tagged as from a counter. Data provided by StatsBomb.

Three pairs of bars comparing the 2022 World Cup group stage (48 matches) with the knockouts (16). Chance quality: 0.098 vs 0.093 xG per shot, essentially identical. Open-play shots per match: 21.9 vs 23.6. Open-play goals per match: 2.27 vs 2.69. Notes flag that the knockout per-match totals include extra time.
Group stage vs knockouts, 2022 World Cup open-play shots: per-shot chance quality is all but identical (0.098 vs 0.093 xG), and the knockout edge in per-match shots and goals is partly extra time, since knockout matches can run 120 minutes. Penalties excluded; charted by charts/chart_wc2022_group_vs_knockout.py. Data: StatsBomb Open Data (free public dataset; attribution required).

The finding: chance quality barely moves

The row that kills the cliché is "xG per shot." This is the cleanest measure of caution available, because it does not care how long a match lasted or how many shots were taken — it asks a single question: when a team did shoot, how good was the chance? If knockout football were genuinely more careful, you would expect teams to force worse shots against packed defences, and xG per shot would fall. It essentially does not: 0.098 in the group stage, 0.093 in the knockouts. Teams got to the same quality of position when the tournament was on the line as they did in a dead rubber. Whatever tightening happens in a knockout, it is not showing up as worse chances.

The per-match numbers point, if anything, the other way. Knockout games averaged 23.6 shots to the group stage's 21.9, and 2.69 open-play goals to 2.27. On the face of it, the knockouts were the more open phase. The share of shots coming from set pieces (35% versus 36%) and from counters (4% versus 3%) barely budged either. Two-thirds of the tournament's structure — how chances were built, how good they were — was invariant to the stakes.

The honest complication: extra time

Before declaring the knockouts the wilder phase, one confound has to be dealt with squarely, and it is a real one. Group matches always last 90 minutes. Knockout matches can go to 120, and several in 2022 did, including two of the biggest — the Argentina–Netherlands quarter-final and the final itself both went the distance. Those extra thirty minutes add shots and goals to a knockout match's total without the game being any more "open" per minute. So the "more shots and more goals per match" edge is partly an illusion created by measuring per match instead of per 90.

This is exactly why the per-shot column is the one to trust. xG per shot and conversion rate are immune to how long the match ran — they are ratios, not counts. And on those duration-proof measures, the two phases are indistinguishable. The safe, honest reading is not "knockouts are more open" but "knockouts are not more cautious in any way the chance data can detect, and the per-match totals that look higher are inflated by extra time." Either way, the cagey-knockout story loses.

Why the cliché feels true anyway

If the numbers are flat, why does everyone believe it? Three reasons, none of them about chance quality. First, salience: a tense goalless knockout that limps to penalties is unforgettable, and we generalise from the drama rather than the base rate. Second, penalties: knockouts must be settled, so a fair number end in shootouts, which we misremember as "low-scoring caution" when it was often 1–1 after a perfectly normal amount of chances. Third, survivorship in the opponents: by the knockouts the minnows are gone and every match is between good teams, which can make games feel more controlled even as the shot data stays put. The feeling is real; the tactical timidity behind it mostly is not, at least not in 2022.

The honest caveats

  • One tournament, and a lopsided split. 48 group matches versus 16 knockout matches. Sixteen games is a modest sample, and one or two high-event ties can tilt the knockout averages. The direction of the per-shot finding is more trustworthy than the exact second decimal.
  • Extra time is not fully removed. I flag it and lean on per-shot ratios, but I have not stripped extra-time shots out of the counts; the per-match rows still carry that inflation. Read them with the caveat attached.
  • xG per shot is not the only kind of caution. Teams can be cautious in ways this misses — sitting deeper, killing the tempo, taking fewer risks in build-up — without changing the quality of the shots they do get. This measures the shots, not the whole game.
  • 2022 is not every World Cup. Other editions, with different favourites and different refereeing, could look different. This is one tournament's answer, not a law.

The takeaway

The next time someone tells you the knockouts are where the handbrake goes on, ask them to point to it in the numbers, because in 2022 it is not there. Chance quality per shot was all but identical from group stage to final, the share of chances built from set pieces and counters held steady, and the per-match totals that look higher for the knockouts are propped up by extra time. Knockout tension is real, and it lives in the consequences — one mistake ends your tournament — not in a measurable collapse of attacking ambition. If you want to understand why knockout results still feel so random despite all this, it is not caution; it is that a handful of chances decide each game, and over a single match that handful is a coin toss, which is the whole case against overfitting the knockouts.

Reproduce it

From data_layer/wc2022_shots.json, drop penalties, then label each shot Group (stage is "Group Stage") or Knockout (everything else). Per phase, count the distinct match_ids, count shots and goals, sum the xg, and tally the play_pattern shares. Divide by matches for per-match rates; xG-per-shot and conversion are ratios that ignore match length. No network at build time, nothing hand-entered.

Sources & further reading