Home/Soccer Analytics/Halftime Possession Breakdown Diagnosis by Action Type

Halftime Possession Breakdown Diagnosis by Action Type

Tactical AnalysisLevel 3 — Advanced

What It Is

At halftime, a possession breakdown map shows which player in which zone lost the ball, and how: pressured pass failure, unpressured pass failure, dribble failure, header loss, or carry turnover. Unpressured failures are particularly diagnostic — losing the ball without being pressed suggests decision errors or technical failures, not just defensive pressure. This produces a targeted clip list for the coach to review with players before the second half.

Correct Execution

Build by: (1) filter to all possession-ending events in the first half; (2) categorize by action type (pass, dribble, header, carry, control) and whether under pressure; (3) plot on pitch zone; (4) group by responsible player. Present to coach as: "In zone X, these 3 players lost possession these ways — here are the clips." Prioritize unpressured failures as higher-priority coaching points (no excuse of defensive pressure). Volume of breakdowns in a single zone indicates a systemic problem; isolated breakdowns may be individual.

Progression Levels

Diagnostic Tree

Coaching Cues

  • "Pressured failure is expected. Unpressured failure is the coaching point." — Ted Knutson, 2018
  • "Give the coach 5 clips, not 50 data points."

Common Errors

  1. Treating all turnovers equally: Zone value matters enormously. Report weighted and unweighted breakdowns separately.
  2. Not separating pressured from unpressured failures: A player who loses the ball unpressured has a different problem than one who loses it under a press.
  3. Producing the breakdown map too slowly: Halftime is 15 minutes. Automate the data pipeline so analysis is ready within 5 minutes of the half whistle.

Edges

💎 Elite-Only Behavior

The Breakdown Point in a Possession Chain Is More Diagnostic Than the Outcome

A possession that ends with a turnover in zone X tells you the outcome. The breakdown POINT — where in the chain the possession deviated from the game model's intended sequence — tells you the cause. These are often different: the turnover may happen in the final third, but the breakdown was a missed pressing trigger in midfield that forced a long ball, which was won but led to a rushed attack. Diagnosing at the breakdown point rather than the failure point changes the coaching intervention entirely.

What most people do
Analyze possessions from their terminal event (shot, turnover, etc.) and work backward.
What the best do
Define the game model's expected sequence for each possession type, then identify the FIRST deviation from that sequence. That deviation is the breakdown point — not the eventual failure.
Why it's an edge: Coaching the terminal event (e.g., "don't lose the ball in the final third") is treating the symptom. Coaching the breakdown point (e.g., "the #8 didn't trigger the press, which forced the long ball sequence that eventually failed") treats the cause. The same terminal failure may have 5 different root causes at different breakdown points.
How to exploit: For each possession type in the game model, define the expected sequence. Build automated detection of the first deviation point. Present to coaches as: "The possession failed in zone X, but the breakdown was in zone Y at event Z."
Ted Knutson, Barcelona Coach Analytics Summit, 2018-11-18. Zone progression analysis with player attribution at breakdown nodes.

Sources

  • Ted Knutson, Barcelona Coach Analytics Summit, YouTube, 2018-11-18 — described possession breakdown maps as halftime analysis tools; emphasized distinguishing pressured vs. unpressured failures and drilling to player-level clip lists