Does possession actually win games?
Possession is the statistic broadcasters love, yet its link to results is surprisingly weak. Plenty of teams pass the ball beautifully across the back line, post 65 percent possession, and lose to a side that sits deep and counters. This tool lets you test that intuition: enter a team’s possession, shot volume, and scoring rate, and it projects how many points those numbers should be worth over a full season.
How it works
The model builds an expected goals-for estimate per game that leans mostly on actual scoring and shot volume, with a small territorial bonus from possession:
xGF = 0.55 * goals + 0.06 * shots + 0.012 * (possession - 50)
xGA = 1.4 - 0.010 * (possession - 50)
margin = xGF - xGA
points per game = 1.35 + 0.55 * margin (clamped 0 to 3)
The goal margin is the engine of the projection. A team that outscores its expected concession by a goal a game trends toward the top four, while a margin near zero lands in mid-table. The points-per-game figure is then multiplied by 38 to give a season total and a descriptive tier from relegation pace to title-contender pace.
Tips and interpretation
The most useful experiment is to hold goals and shots fixed and slide possession up and down. You will see the projected points barely move, which is the model’s central lesson: possession is a means, not an end. The numbers that swing the table are shots per game and goals per game. A pragmatic, counter-attacking side with 45 percent possession but 1.8 goals a game will out-point a possession-heavy team that only musters one goal a game. Treat this as a teaching tool for those trade-offs rather than a forecast — real results also hinge on fixture difficulty, injuries, and the variance that makes football compelling.