How to track basketball stats during a live game
• 6 min read
A live box score is only useful if it is accurate. The programs that keep good stats are not the ones with the most volunteers — they are the ones that decided in advance exactly what gets logged in real time and what gets cleaned up afterwards.
One keeper, one job
Stat keeping fails when it is shared. Assign one person for the whole game and give them nothing else to do — not the clock, not the scoreboard, not substitutions. A second person can spot for rebounds if you have them, but the entry stays with one keeper.
The keeper should sit where they can see jersey numbers on both ends. Behind a baseline is the worst seat for this; centre court is the best.
Log the live layer, defer the rest
In real time, record made and missed shots with their location, free throws, rebounds, assists, turnovers and fouls. That is the live layer, and it is achievable at game speed with practice.
Everything derived — shooting splits, effective field goal percentage, assist-to-turnover ratio — should be calculated, never counted by hand. If your tool does not derive them for you, you are creating arithmetic errors during a game.
- Live: shots by location, free throws, rebounds, assists, turnovers, fouls.
- Derived automatically: percentages, ratios, efficiency figures.
- From the recording: contested shots, deflections, anything judgement-based.
Fix the two errors that ruin a season's data
The first is assist inflation — crediting a pass that preceded three dribbles and a created shot. Agree on a definition before the season and hold it, because inconsistent assists make every efficiency number downstream meaningless.
The second is missing minutes played. Totals without minutes flatter the starters and hide the bench player who produced in half the time. If you record nothing else about playing time, record minutes.
Correct from the film, same night
A recorded game turns disputes into a thirty-second check. Review at double speed the same night, correct what the keeper missed, and publish. Two days later nobody remembers the possession and the correction never happens.
Because PROSCORE keeps the box score with the rest of the game record, the correction pass happens in one place rather than across a notebook and a camera roll.
Publish it where families already look
Stats that live in the coach's laptop do not build a program's reputation. When the box score posts to the same athlete link the family already opens for video, parents see the season take shape and stop asking for updates.