Data Deep-Dives

The Volley Is Not the Wasteful Shot You Were Told

Volleys converted higher than settled shots, because a volley is evidence the ball reached a good spot. The real spectacle shots — overheads, backheels — produced nothing.

There is a coaching cliché that a good striker "takes a touch to settle it," the implication being that the volley, the half-volley, the ball smashed on the drop, is the desperate option — low-percentage, hit in hope. I believed it. Then I counted every open-play foot shot at the 2022 World Cup and split them by how the ball was struck, and the numbers said something more interesting than the cliché. Volleys converted at 15.2% and half-volleys at 10.4%. Settled "normal" shots — ball on the ground, planted and struck — converted at just 9.8%. The improvised shot was, if anything, the better shot.

Sourcing. All figures are computed from StatsBomb's free 2022 World Cup data, all 64 matches. I use the 1,178 open-play shots taken with the feet (penalties excluded, and headers set aside, since headers versus feet is its own question). Each shot carries a StatsBomb technique label. Nothing here is remembered or invented.

The exhibit: conversion by how the ball was struck

TechniqueShotsGoalsConversionxG per shotGoals − xG
Normal (settled)849839.8%0.086+9.9
Half volley2122210.4%0.110−1.4
Volley921415.2%0.118+3.2
Lob13538.5%0.251+1.7
Overhead kick700.0%0.057−0.4
Backheel500.0%0.068−0.3

Real values from StatsBomb Open Data, 2022 World Cup, 1,178 open-play foot shots (headers and penalties excluded). "Goals − xG" is a group's total goals minus its summed expected goals. Data provided by StatsBomb.

A horizontal bar chart of conversion rate by shooting technique for 1,178 open-play foot shots at the 2022 World Cup. Normal (settled) 9.8%, 83 of 849. Half volley 10.4%, 22 of 212. Volley 15.2%, 14 of 92. Lob 38.5%, 5 of 13. Overhead kick 0%, 0 of 7. Backheel 0%, 0 of 5. A dotted line marks the settled-shot baseline of 9.8%; volleys and half-volleys sit above it.
Conversion by technique, 2022 World Cup open-play foot shots (headers and penalties excluded), with sample sizes on every bar. Volleys and half-volleys both beat the settled-shot baseline of 9.8%; the acrobatic overheads and backheels went 0 for 12, and the 38.5% lob is a 13-shot footnote. Charted by charts/chart_wc2022_technique_conversion.py. Data: StatsBomb Open Data (free public dataset; attribution required).

The finding: technique is really a proxy for the situation

Group the first-time contacts together — volleys and half-volleys — and you get 304 shots converted at 11.8%, against 9.8% for the 849 settled shots. The gap is not enormous, but it points the wrong way for the folk wisdom. Why would a harder skill produce a better result?

Because the technique label is not really telling you about difficulty. It is telling you about how the ball arrived. A volley happens because a cross, a cutback, or a knockdown dropped to a striker in the box — a live, moving ball in a dangerous area. The reason you are volleying is that the situation did not give you time to take a touch, and situations like that tend to be good ones: you are already inside the area with the ball coming to you. A settled shot, by contrast, includes every hopeful drive from 25 yards where the player had all day precisely because nobody was worried about him. The higher xG per shot on volleys (0.118) and half-volleys (0.110) versus settled shots (0.086) confirms it — the model already knows first-time chances tend to come from better places. The technique is a symptom of the chance, not a tax on it.

The spectacle shots score nothing

The bottom of the table is the honest counterweight. The overhead kick and the backheel — the two shots that make a highlight reel — combined for 12 attempts and zero goals across the entire tournament. These are the genuinely low-percentage acts, attempted when the ball is behind you or over your head and orthodox contact is impossible. They exist because occasionally there is no other option, and once in a great while one flies in and gets replayed for a decade, which is exactly why we overrate them. The 2022 World Cup produced not a single open-play goal from either. If any technique deserves the "wasteful" label, it is these — not the volley.

The real finesse finish is the one almost nobody talks about: the lob or dink, 13 attempts and 5 goals, a 38.5% conversion. That is a chip over an advancing keeper, attempted only when a striker is clean through and reads the situation early. It is rare, it is deliberate, and it works — but the sample is tiny, and I would not build a theory on 13 shots. It is a footnote, not a headline.

A note on that "+9.9"

The settled-shot row overperformed its expected goals by nearly ten — 83 goals on about 73 xG. That looks dramatic until you remember that the 2022 World Cup as a whole finished a little hot, scoring 152 open-play goals on 137.9 xG, and settled shots are the largest bucket, so they inherit most of that tournament-wide overperformance. It is not evidence that planting-and-striking is a magic skill; it is mostly the same finishing variance that shows up when you ask who beat their xG. Spread across 849 shots, a +9.9 is a rounding-error edge per attempt. Read it as "settled shots finished roughly on model, maybe a touch above," not as a discovery.

The honest caveats

  • Small samples at the bottom. Volleys (92), lobs (13), overheads (7) and backheels (5) are thin. The 0% for overheads and backheels is real but would move with a few more matches; treat the exotic rows as directional, not precise.
  • Correlation, not a controlled test. Volleys convert better because they come from better places, not because volleying is easy. Hand a striker the choice to take a touch and he will — the volley is forced by circumstance, and the circumstance is what is good.
  • The xG model already prices technique in. StatsBomb's model uses shot type as a feature, so the "xG per shot" column is not an independent yardstick — it partly encodes the same information as the technique label.
  • One tournament, one model. Another xG model or another World Cup would shift the exact conversion rates. The direction — first-time contact is not the wasteful shot — is the durable part.

The takeaway

The cliché has it backwards. At the 2022 World Cup the improvised, first-time shot converted better than the settled one, not because volleying is easy but because a volley is a receipt: it proves the ball reached a good position with a defender too slow to stop the strike. The shots that truly wasted chances were the acrobatic ones — overheads and backheels, twelve attempts and nothing to show. As with so much in this data, the technique is downstream of the situation, and the situation is what you should be watching. For where these dangerous first-time balls come from, the cutback is the pass that creates more of them than any other.

Reproduce it

From data_layer/wc2022_shots.json, keep open-play shots and drop headers and penalties (the handful of chest- and knee-type shots StatsBomb files under “Other” stay in — all of them are technique Normal), then group by the technique field and, per group, count shots and goals and sum the xg. Conversion is goals over shots; the last column is goals minus summed xG. Nothing hand-entered: the build renders this page offline from that bundled file.

Sources & further reading