Tested tool guide
Tested browser tools
Checked August 16, 2026
What Team Randomizer does, with a checked example
Type or paste a roster - players for a game, coworkers for a project - choose how many teams you want, and the tool deals everyone into teams of equal size with a fresh random draw on every click. The split is unbiased: no captain's picks, no alphabetical clustering, no friend groups voting themselves together. The thing people most often get wrong: random does not mean fair-looking. The tool guarantees team sizes balance, but the same two stars can still land on one team by chance, and rerunning is the correct response, not a sign that anything is broken.
Worked example
A concrete input and expected output from the current implementation.
Input
Maya, Leo, Ada, Kai, Zoe, Sam, Ivy, Max, Ana, Ben, Eli, Nia
->
Expected output
Team 1 (4): Maya, Leo, Ada, Kai
Team 2 (4): Zoe, Sam, Ivy, Max
Team 3 (4): Ana, Ben, Eli, Nia
Twelve players split into three teams forces teams of exactly four, because 12 / 3 = 4 with nothing left over. The arrangement shown is one of 5,775 equally likely layouts (12! / (4!^3 x 3!)), so any draw that keeps four players per team is a correct result, and the names will usually land differently when you run it.