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

Frequently Asked Questions

What is a good point differential?

In the NFL, +100 over 17 games (+5.9/game) is elite. In the NBA, +5 per game or better is a top-tier team.

Is point differential better than win-loss record?

Point differential is a better predictor of future performance than win-loss record, especially early in a season. It captures how dominant or vulnerable a team truly is.

Can a team have a negative differential but a winning record?

Yes. A team that wins many close games but loses blowouts can have a winning record with a negative differential. This pattern usually corrects over time.

Ready to run the numbers?

Open Point Differential Calculator