Random Sports Team Picker
Every other team generator on this site invents a name, which is the right answer for naming your five-a-side side and no use at all when you need a real club. This draws from the actual membership of six leagues — one club, or a whole shuffled order for a draft — with no club coming out twice. The lists are a dated snapshot rather than a live feed, and the page says which season they describe, because a club list presented as current quietly becomes wrong the moment somebody is promoted or relocated.
What this generator does
Shuffles the chosen league's club list with your browser's cryptographic random source and takes as many as you asked for. Every draw is checked before display: the clubs are distinct, and every one of them is in the league it is claimed to be from.
How to use this tool
- Choose the league.
- Choose how many clubs you want — one to pick a side, or the whole league for a draft order.
- Draw, and read the result.
- Draw again for a different one; nothing is remembered between draws.
Understanding the controls
- League
- Six competitions, each with its own club list. Switching league clears the previous draw rather than carrying it over.
- How many clubs
- One for a single pick; the full league size for a complete draft order. Asking for more than a league has is capped rather than repeating clubs.
Common use cases
- Assigning teams for a fantasy draft or an office sweepstake
- Picking which club to follow for a season, or to play as in a video game
- Setting a random draft order across a whole league
- Choosing a team to research for a quiz or a trivia round
- Settling an argument about who supports whom for a bet
How this generator works
The list is shuffled and then sliced, rather than picked one club at a time. That is the whole difference between a draw and a raffle: picking repeatedly from the same list gives you the same club twice surprisingly often, and shuffling makes a repeat impossible rather than unlikely. Each result is validated against the league's list before it appears.
Randomness and fairness
Uses your browser's cryptographic random source, so every club is equally likely and consecutive draws are unrelated. There is no seed, so a draw cannot be reproduced — copy it if it matters.
For how randomness is produced across the whole site, see how Generate Random works.
Limitations and good to know
- The club lists are a dated snapshot of a season, not a live feed. Promotions, relegations, relocations and renamings will make them out of date, and the page states the season so you can judge.
- Six leagues only. College competitions are excluded because their membership changes by design and a snapshot would be misleading rather than merely old.
- Club names only — no badges, colours, stadiums, rosters or standings, none of which are this site's to publish.
- Nothing is weighted: a club at the bottom of the table is exactly as likely as the champions.
- Draws are not remembered between visits, so a draft order has to be copied before you leave.
Privacy and your data
The draw happens in your browser from a built-in list. You enter nothing, nothing is uploaded or stored, and analytics records the league and how many clubs were drawn, never which ones.
Related generators
- Sports Team Name GeneratorA full sports-team name, distinct from the site's team-mascot name generator.
- Fantasy Football Draft Order GeneratorDraw a random draft order for your league, then see every pick of every round as a snake, linear or third-round-reversal draft.
- Random Team GeneratorSplit a list of names into a chosen number of random, evenly sized teams.
- Double-Elimination Bracket GeneratorDraw a full double-elimination bracket — winners' side, losers' side and grand final — where nobody is out until they have lost twice.