Hockey Save Percentage Calculator Formula
Understand the math behind the hockey save percentage calculator. Each variable explained with a worked example.
Formulas Used
Save Percentage
save_pct = round(saves / shots_against * 10000) / 10000Goals Against Average
gaa = round(goals_against / games_played * 100) / 100Total Saves
saves_display = savesShots Faced per Game
shots_per_game = round(shots_against / games_played * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
shots_against | Shots Against | 500 |
goals_against | Goals Against | 45 |
games_played | Games Played | 20 |
saves | Derived value= shots_against - goals_against | calculated |
How It Works
How Save Percentage Is Calculated
Formula
SV% = (Shots Against - Goals Against) / Shots Against
GAA = Goals Against / Games Played
Benchmarks
Worked Example
500 shots against, 45 goals in 20 games.
shots_against = 500goals_against = 45games_played = 20
- 01Saves = 500 - 45 = 455
- 02SV% = 455 / 500 = 0.9100
- 03GAA = 45 / 20 = 2.25
- 04Shots per game = 500 / 20 = 25.0
Ready to run the numbers?
Open Hockey Save Percentage Calculator