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
Frequently Asked Questions
What is a good save percentage in the NHL?
An NHL save percentage above .915 is considered good, above .920 is very good, and above .930 is elite.
Is GAA or save percentage a better stat?
Save percentage is generally preferred because it accounts for the number of shots faced. GAA is influenced by team defense, not just goalie performance.
How many shots do NHL goalies face per game?
NHL goalies typically face 28-35 shots per game on average. Goalies on weaker defensive teams may face 35+ shots regularly.
Ready to run the numbers?
Open Hockey Save Percentage Calculator