Point Differential Calculator Formula

Understand the math behind the point differential calculator. Each variable explained with a worked example.

Formulas Used

Total Point Differential

total_diff = points_scored - points_allowed

Per-Game Differential

per_game_diff = round((points_scored - points_allowed) / games_played * 10) / 10

Points Scored per Game

ppg_scored = round(points_scored / games_played * 10) / 10

Points Allowed per Game

ppg_allowed = round(points_allowed / games_played * 10) / 10

Variables

VariableDescriptionDefault
points_scoredTotal Points Scored420
points_allowedTotal Points Allowed380
games_playedGames Played16

How It Works

How Point Differential Is Calculated

Formula

Point Differential = Points Scored - Points Allowed

Per-Game Differential = Total Differential / Games Played

Why It Matters

Point differential is one of the best predictors of future team performance. Teams with large positive differentials tend to sustain success, while teams with negative differentials despite winning records often regress.

Worked Example

420 points scored and 380 allowed in 16 NFL games.

points_scored = 420points_allowed = 380games_played = 16
  1. 01Total differential = 420 - 380 = +40
  2. 02Per game = 40 / 16 = +2.5 points per game
  3. 03PPG scored = 420 / 16 = 26.3
  4. 04PPG allowed = 380 / 16 = 23.8

Ready to run the numbers?

Open Point Differential Calculator