Short answer
Pitch control is a model of which team would get to each part of the pitch first, given where every player is and how fast they are already moving. It turns a frozen frame into a map of owned space, which is why it explains a passing decision better than a heatmap — a heatmap shows where players have been, pitch control shows what is available right now.
Most football visualisations tell you about the past. Pitch control tells you about the next three seconds, which is the only window a player actually decides in.
The idea
Take a frozen frame. For every point on the pitch, ask a simple question: if the ball went there, which team would get to it first?
Answering that for every point produces a map. Areas one team would reach first are theirs; the boundaries between them are where the game is contested. Colour it in and you have a picture of who owns what, right now.
Why velocity matters
The naive version of this uses distance only: whoever is nearest owns the space. That is a Voronoi diagram, and it is wrong in a way that matters.
A defender sprinting backwards towards his own goal does not control the space behind him, however close he is to it — he is going the wrong way and would need to turn. A midfielder already moving into a channel controls it earlier than his distance suggests.
Proper pitch control accounts for the velocity a player already has: momentum, reaction time, and the fact that turning costs time. That is the difference between a diagram that looks clever and one that explains the decision.
What it shows you that a heatmap does not
Heatmaps and pitch control answer different questions, and they are routinely confused.
- A heatmap aggregates position over time. It answers "where has this player spent the game?" It is a summary, and it cannot explain a single moment.
- Pitch control is instantaneous. It answers "what is available from this frame?" It explains a moment, and it cannot summarise a game.
If you are asking why a pass was not on, a heatmap is useless and pitch control is exactly the tool.
How to read one
Three things worth looking for on a frozen frame:
- Undefended space in dangerous areas. A large region owned by the attacking side near the box is a chance being created before the ball arrives.
- The seam. Where the two colours meet is where a pass has to travel through. A narrow seam is a closed lane; a wide one is an invitation.
- Isolated ownership. A single defender owning a large area is not strength, it is exposure — one run past him hands all of it over.
The honest caveats
- It is a model, not a measurement. It assumes players accelerate in a way real players sometimes do not.
- It depends entirely on knowing where everyone is. From a single broadcast camera, players off-frame are simply absent, and the map is only as good as the tracking underneath it.
- Without calibration to real pitch coordinates, the shape is right but the distances are approximate.
Treat it as a way of seeing, not a number to quote.
Seeing it on your own footage
TakticalSnap computes velocity-aware pitch control on a frozen frame, on the device, from footage you already have. Freeze any moment and the control layer is one toggle away, alongside chains, trails and the top-down map.
It is part of the free toolkit — analysis is unlimited, and only exporting video is paid.
Try it on your own footage
TakticalSnap runs the whole loop on an iPhone or iPad, on the device. Analysing is free and unlimited; exporting video is the only paid step.
More guides: How to analyse a football match video on your phone · Video analysis when you do not have a team platform