Random Team Generator
Split a list of names or players into random balanced teams instantly.
Split a list of names or players into random balanced teams instantly.
Use the controls above to set your preferred range, quantity or category for the generation.
Hit the Generate button to instantly produce your random results. Click again at any time for a fresh batch.
Click Copy All to copy every result at once, or click individual items to copy them one by one.
Yes. All generation happens entirely in your browser using JavaScript. No data is ever sent to any server.
Yes. Where cryptographic randomness is available via the Web Crypto API, it is used. Otherwise the tool falls back to Math.random(), which is sufficiently random for most purposes.
Enter each name on a new line in the text area, then set the number of teams. The tool shuffles and distributes names as evenly as possible.
Leftover members are distributed one-by-one to the first teams, so no team has more than one extra member compared to others.
You can split your list into anywhere from 2 to 20 teams.
Yes — the full list of names is shuffled using cryptographically secure randomness before being distributed across teams, so there's no bias in who ends up where.
Yes — click "Generate Teams" again at any time to reshuffle and produce a brand new random split.
The tool will alert you that there aren't enough names for the number of teams requested, so add more names or reduce the team count.
Yes — click "Copy Teams" to copy every team and its members to your clipboard in a clean, labelled list.
Yes — it's commonly used for splitting players into sports teams, students into classroom groups, or colleagues into teams for office activities.