Randomly split a group into teams
Split a list of participants into as many teams as you need, randomly and evenly.
Processed on your device. Nothing is sent to any server.
Split a list of participants into as many teams as you need, randomly and as evenly balanced in size as possible.
Shuffles the full list randomly and then distributes participants one by one across teams, so each team's size differs by at most one participant.
Use cases
- Forming teams for a match or sports activity.
- Splitting a class into working groups.
- Organizing teams for a game or activity.
How it works
- 1
Type the participants
One per line.
- 2
Choose the number of teams
Click Form teams to split them randomly.
Frequently asked questions
- Are teams always the same size?
- They are distributed as evenly as possible; if the number of participants isn't a multiple of the number of teams, some teams will have one more participant than others.