PlaySpinWheel

NHL team wheel: spin the wheel of NHL teams

Press SPIN and the wheel hands you a random NHL team: all 32 franchises load automatically, every club at an exactly equal 1-in-32 chance, both conferences, nothing weighted. Use it to draw your next franchise-mode save, pick tonight's game to watch, or hand every fan at the party a side, and the replay link proves nobody rigged the pick.

AVALANCHEBLACKHAWKSBLUE JACK…BLUESBRUINSCANADIENSCANUCKSCAPITALSDEVILSDUCKSFLAMESFLYERSGOLDEN KN…HURRICANESISLANDERSJETSKINGSKRAKENLIGHTNINGMAMMOTHMAPLE LEA…OILERSPANTHERSPENGUINSPREDATORSRANGERSRED WINGSSABRESSENATORSSHARKSSTARSWILDπŸ’

Anything can win. That's the deal.

  • Avalanche
  • Blackhawks
  • Blue Jackets
  • Blues
  • Bruins
  • Canadiens
  • Canucks
  • Capitals
  • Devils
  • Ducks
  • Flames
  • Flyers
  • Golden Knights
  • Hurricanes
  • Islanders
  • Jets
  • Kings
  • Kraken
  • Lightning
  • Mammoth
  • Maple Leafs
  • Oilers
  • Panthers
  • Penguins
  • Predators
  • Rangers
  • Red Wings
  • Sabres
  • Senators
  • Sharks
  • Stars
  • Wild

What happens when you spin the NHL wheel?

Press SPIN with all 32 clubs loaded and take whichever one the pointer rests on. Bruins through Golden Knights, every franchise gets a slice cut to the identical angle, so each is a clean 1-in-32. The pick is drawn with crypto.getRandomValues rather than pulled off a shuffled list, and the seed behind it is written into the share link: send that link on and the person opening it watches the same wheel stop on the same club.

Nothing is fixed in place. Tap the Γ— on any chip to drop a club you would never accept, type replacements into the box above, and your version stays on this device alone. Whether you call it an NHL teams wheel, a random NHL team wheel, an NHL random team generator, or a random team generator NHL style, the same thirty-two equal slices sit underneath.

Where does every NHL club sit by conference and division?

Every current club, split sixteen to a conference and eight to a division, listed under the name it carries today. That includes the Utah Mammoth, the franchise that relocated out of Arizona and retired the Coyotes name outright. Copy any row below to build a smaller wheel by hand:

TEAMCONFERENCEDIVISION
Boston BruinsEastern ConferenceAtlantic
Buffalo SabresEastern ConferenceAtlantic
Detroit Red WingsEastern ConferenceAtlantic
Florida PanthersEastern ConferenceAtlantic
Montreal CanadiensEastern ConferenceAtlantic
Ottawa SenatorsEastern ConferenceAtlantic
Tampa Bay LightningEastern ConferenceAtlantic
Toronto Maple LeafsEastern ConferenceAtlantic
Carolina HurricanesEastern ConferenceMetropolitan
Columbus Blue JacketsEastern ConferenceMetropolitan
New Jersey DevilsEastern ConferenceMetropolitan
New York IslandersEastern ConferenceMetropolitan
New York RangersEastern ConferenceMetropolitan
Philadelphia FlyersEastern ConferenceMetropolitan
Pittsburgh PenguinsEastern ConferenceMetropolitan
Washington CapitalsEastern ConferenceMetropolitan
Chicago BlackhawksWestern ConferenceCentral
Colorado AvalancheWestern ConferenceCentral
Dallas StarsWestern ConferenceCentral
Minnesota WildWestern ConferenceCentral
Nashville PredatorsWestern ConferenceCentral
St. Louis BluesWestern ConferenceCentral
Utah MammothWestern ConferenceCentral
Winnipeg JetsWestern ConferenceCentral
Anaheim DucksWestern ConferencePacific
Calgary FlamesWestern ConferencePacific
Edmonton OilersWestern ConferencePacific
Los Angeles KingsWestern ConferencePacific
San Jose SharksWestern ConferencePacific
Seattle KrakenWestern ConferencePacific
Vancouver CanucksWestern ConferencePacific
Vegas Golden KnightsWestern ConferencePacific

Can you spin one conference, one division, or a whole draft order?

All three. The quick fills in Wheel settings cut the wheel down to a single conference at sixteen clubs, or to any one of the four divisions at eight, which turns a division rivalry into a one-in-eight coin toss. Searching it backwards as spin the wheel NHL teams lands you in exactly the same place.

For an ordering rather than a single pick, turn on "Remove the winner after each spin". Each landed club steps off the wheel, so thirty-two spins hand you a complete first-to-last sequence with nothing repeated: a fantasy hockey draft order, a thirty-two arena road-trip route, or a season of assigned watch nights, all settled while the room is watching.

Who spins an NHL team randomizer, and why?

The franchise-mode save is what most people arrive for. Starting a Franchise or Be A Pro run in EA Sports NHL on a club chosen for you, small-market rebuild and all, plays out nothing like picking your favorites for the tenth year running. Away from the console it hands clubs out for pick'em pools, ends the argument over which of tonight's games gets the big screen, chooses the next sweater, and gives every guest at a watch party a random hockey team so a neutral game has a room full of invested people by puck drop.

Classrooms and pub quizzes run it as a prompt generator: land on a club, then name its arena, its division, or a Hall of Famer who wore the sweater. The table above settles whatever the wheel starts.

Fair questions

Are all 32 NHL clubs on the wheel?
Yes, the full league under today's names: sixteen in the Eastern Conference, sixteen in the Western, with the Utah Mammoth in place of the old Arizona Coyotes. Any club you would rather not draw comes off with the Γ— on its chip, and Reset wheel puts the league back.
Is the NHL wheel genuinely random?
Every club sits on an identical 1-in-32 slice, and the result is drawn with crypto.getRandomValues, the browser's own cryptographic generator. Because the seed is carried in the share link, the same spin can be replayed by anyone who doubts it.
Can the wheel spin a single division?
It can. One tap on a quick fill narrows the wheel to the Atlantic, Metropolitan, Central, or Pacific division, or to a whole conference, and you can type any custom mix of clubs up to 52 entries.
Can it order all 32 clubs without repeats?
Turn on "Remove the winner after each spin" and each club steps off as it lands, so thirty-two spins leave you with a complete random order and nothing drawn twice. Fantasy hockey drafts and arena road-trip routes get planned this way.
Is PlaySpinWheel affiliated with the NHL?
Not at all. Club names are only labels printed on slices. This is a free, unofficial fan toy with no accounts, no money, and nothing at stake.

Sources and references

Every spin here is decided by a cryptographic random seed drawn from a browser API defined by a public standard. The specification behind that fairness claim is below, so it can be checked rather than taken on trust.

The getRandomValues method generates cryptographically strong random values.

Source: W3C, Web Cryptography