How to Make Random Teams: 4 Methods That Actually Work
To make random teams, list everyone, shuffle the order, then deal them out one at a time across the number of teams you want, like dealing cards. That keeps sizes even. The fastest way is a random team generator: paste your names, pick how many teams, and it does the shuffle and the dealing for you in one click.
That’s the short version. The rest of this covers why the dealing step matters, four ways to do it, and how to handle the two things people get wrong most: uneven numbers and skill balance.
The one rule that makes teams fair
Here’s the mistake most people make. They split a list down the middle, or they let two captains pick, and they call it random. Neither is.
Splitting a list in half isn’t random if the list has any order to it, and most lists do. Alphabetical, sign-up order, seating order, they all carry hidden patterns. The friends who signed up together end up together. Captains picking is worse, because it ranks everyone in public and leaves the same kids standing at the end every time.
Real randomness needs two things. First, a proper shuffle, where every ordering is equally likely. Second, dealing people out one at a time instead of slicing the list into chunks. Do both and no team is favoured, and sizes stay even automatically.
Method 1: The random team generator (fastest)
Paste your names into a random team generator, choose the number of teams or the size of each, and hit generate. The tool runs a proper shuffle and deals everyone out for you. Reroll if you don’t like the draw.
This is the method I reach for, because it also handles the fiddly bits by hand you’d otherwise forget. Uneven numbers get balanced. You can pin two people together or force them apart. Captains spread one per team. And there’s a share link so you can prove the split was random if anyone grumbles.
Best for: classrooms, pickup sports, work groups, anything where you want it done in ten seconds and provably fair.
Method 2: Slips of paper in a hat
The old reliable. Write each name on a slip, fold them, drop them in a hat, and draw. Assign the first draw to team 1, the second to team 2, and so on, cycling back to team 1 after the last team. That cycling is the dealing step, and it’s what keeps sizes even.
Best for: small groups, no phone handy, or when you want the physical ceremony of a draw. It falls apart above 15 or so people, because folding and drawing forty slips takes longer than anyone has patience for.
Method 3: Number everyone off
Have people count off “1, 2, 3, 1, 2, 3” around the room, then all the 1s are one team, all the 2s another. It’s quick and needs nothing but voices.
The catch: it isn’t actually random. People stand next to their friends, so counting off in seating order often clusters the same groups. You can fix it by shuffling where people stand first, but at that point the hat is easier. Use this when speed matters more than true randomness, like warming up a PE class.
Method 4: A spreadsheet
Put names in a column, add a column of random numbers with =RAND(), sort by that column, then split the sorted list into equal chunks. It’s a proper shuffle, and it works for big lists.
It’s more setup than most people want, but it’s handy if your names already live in a sheet. There are full walkthroughs for random teams in Excel and random teams in Google Sheets if you want the exact formulas.
How to handle uneven numbers
Ten people into three teams doesn’t divide cleanly. The fair answer is sizes of 4, 3, and 3, never 6, 2, and 2. The rule: no team should be more than one person bigger than any other.
The dealing method does this on its own. When you deal one at a time and run out of people mid-cycle, the teams that got dealt to first are simply one bigger. A generator shows you exactly how the remainder landed, so there’s no argument.
If you want equal teams and don’t mind someone sitting out, drop a name before you start and rotate who sits each round. That’s common in pickup sports where you’ve got, say, 11 players and want two even fives.
How to balance teams by skill
Pure randomness usually gives a decent spread, but not always. Sometimes a draw stacks all your strong players on one side. Three ways to handle it:
Reroll. Simplest fix. Generate again until the spread looks fair to you. You’re the judge.
Anchor the strong ones. Pin one strong player to each team using a keep-together rule, then let everyone else randomize around them. Every team gets a similar backbone.
Force rivals apart. Add the two players who dominate together to a keep-apart rule so they always land on different teams. The game stays competitive.
The point isn’t to make teams perfectly equal. That kills the randomness and turns you back into the person deciding. It’s to nudge a fair shuffle just enough that the game or the project works.
Why “provably fair” matters more than you’d think
Here’s the part people underrate. The value of random teams isn’t only that they’re fair. It’s that everyone can see they’re fair.
When you pick teams yourself, every complaint lands on you. “Why am I with them?” “Why do they always get the good players?” When a tool shuffles everyone at once, you can honestly say the computer did it and no one was chosen. A share link that reopens the exact same draw is proof. Kids accept “it was random” far more easily than “I decided,” and so do adults.
Make your teams now
Skip the hat and the counting off. Paste your names into the random team generator, pick your teams, and you’re done in seconds, with even sizes and a fair shuffle handled for you. For groups rather than teams, the random group generator does the same. For twos, use the random pair generator.
Frequently asked questions
What’s the fairest way to make random teams?
Shuffle everyone with a proper method where every ordering is equally likely, then deal them out one at a time across the teams. This keeps sizes even and favours no one. A random team generator does both steps in one click and gives you a share link, so you can prove the split was random if anyone questions it.
How do I split people into even teams when the number doesn’t divide?
Deal people out one at a time and let the leftover players make some teams one bigger. Ten into three gives 4, 3, and 3. No team should be more than one person larger than another. If you want perfectly equal teams, have one person sit out each round and rotate who’s out.
How do I keep random teams balanced by skill?
Reroll until the spread looks fair, or anchor one strong player to each team and randomize the rest around them. To keep two dominant players apart, put them on a keep-apart rule so they always land on different teams. Don’t over-engineer it, since forcing perfect balance removes the randomness that makes it fair.
Is counting off “1, 2, 3” actually random?
Not really. People stand next to their friends, so counting off in seating order clusters the same groups together. It’s fast, but the result carries the hidden order of where people were standing. For a genuinely random split, shuffle first with a hat draw or a tool, then assign teams.