{{ currentSeason }} Standings Standings

Updated standings for all divisions

{{ error }}

No standings data available.

{{ division.division.name }} Division {{ division.teams.length }} Teams RANKING: {{ division.division.ranking_type === 'winpercent' ? 'WIN%' : 'PTS' }}
Points Progress Cumulative points by game
Game {{ g }} {{ yt }} {{ teamEntry.team.name }} — Game {{ pt.g }} — Points {{ pt.pts }} ({{ pt.tag }}) {{ teamEntry.team.name }} — Game {{ pt.g }} — Points {{ pt.pts }} ({{ pt.tag }})
Playoffs
No playoff games yet.
Championship Game
#{{ sortState[division.division.id].asc ? '▲' : '▼' }} Team{{ sortState[division.division.id].asc ? '▲' : '▼' }} GP{{ sortState[division.division.id].asc ? '▲' : '▼' }} W{{ sortState[division.division.id].asc ? '▲' : '▼' }} L{{ sortState[division.division.id].asc ? '▲' : '▼' }} OTW{{ sortState[division.division.id].asc ? '▲' : '▼' }} OTL{{ sortState[division.division.id].asc ? '▲' : '▼' }} GF{{ sortState[division.division.id].asc ? '▲' : '▼' }} GA{{ sortState[division.division.id].asc ? '▲' : '▼' }} +/-{{ sortState[division.division.id].asc ? '▲' : '▼' }} Win%{{ sortState[division.division.id].asc ? '▲' : '▼' }} PTS{{ sortState[division.division.id].asc ? '▲' : '▼' }} Playoff%{{ sortState[division.division.id].asc ? '▲' : '▼' }} Champ%{{ sortState[division.division.id].asc ? '▲' : '▼' }} Winner%{{ sortState[division.division.id].asc ? '▲' : '▼' }}
🏆 {{ getTrueRank(division.teams, team)+1 }} 🔥 ❄️
{{ team.stats.games_played }} {{ team.stats.wins }} {{ team.stats.losses }} {{ team.stats.ot_wins }} {{ team.stats.ot_losses }} {{ team.stats.goals_for }} {{ team.stats.goals_against }} {{ formatDifferential(team.stats.goal_differential) }} {{ formatWinPercentage(calculateWinPercentage(team)) }} {{ team.stats.points }} {{ formatPlayoffProb(division.division.id, team.team.id) }} {{ formatChampProb(division.division.id, team.team.id) }} {{ formatWinnerProb(division.division.id, team.team.id) }}
Legend
GP:Games Played
W:Wins
L:Losses
OTW:OT/SO Wins
OTL:OT/SO Losses
GF:Goals For
GA:Goals Against
+/-:Goal Differential
Win%:Win Percentage
PTS:Points
🔥:Win streak 3+
❄️:Lose streak 3+
✖:Team Eliminated
🏆:Division Champion
Win:3 Points
OTW:2 Points
OTL:1 Point
Loss:0 Points
Tie-Breakers (Points-Based Divisions)
1st:Regulation Wins (W)
2nd:Overtime Wins (OTW)
3rd:Goal Differential (+/-)
Playoff Probability

Playoff% represents each team's estimated chance to finish in the Top 4 and make the playoffs.

This is calculated using a Monte Carlo simulation that runs 10,000 season scenarios based on:

  • Current standings and remaining schedule
  • Team performance (win%, goals for/against)
  • Home ice advantage (~10% boost)
  • Head-to-head matchups

Note: Probabilities are estimates and may vary slightly between page loads due to the randomized simulation. The column appears once at least one team has played 7 games and disappears once playoffs begin.