Random Team Generator

Paste a list of names and split everyone into fair, random teams.

Free random team generator — paste names and split them into balanced, random teams instantly. Runs entirely in your browser; the names never leave your device.

How does the team generator stay fair?

It shuffles the full name list with a Fisher–Yates shuffle, then deals names round-robin into the teams. That guarantees teams differ in size by at most one and that every name has an equal chance of landing on any team.

The Random Team Generator takes a list of names and splits everyone into balanced, random teams in one click. It is perfect for classrooms, sports sessions, quiz nights, workshops and any time you need fair groups fast — and it runs entirely in your browser, so the names you paste never leave your device.

How it works

The tool uses a Fisher–Yates shuffle to randomise the order of everyone in the list, then deals the shuffled names into your chosen number of teams round-robin (one to each team in turn). This guarantees two things:

  1. Fairness — every name has an equal chance of being on any team.
  2. Balance — team sizes differ by at most one member.

Example

Pasting eight names and choosing two teams produces two groups of four. Pasting eleven names into three teams produces teams of 4, 4 and 3.

Because everything happens locally in your browser, you can re-shuffle as many times as you like with no network calls and complete privacy.