Random Team Generator

Randomly assign people to teams.

How to Do It Manually

Randomly assign people to teams by shuffling a list and dividing into groups of desired size.

Teams = (total people ÷ team size), divided randomly
  1. Enter names or generate 'Person 1', 'Person 2', etc.
  2. Specify team size (e.g., 5 people per team).
  3. Shuffle and divide into groups.

Frequently Asked Questions

Can I ensure balance?

Some tools allow skill-based division. Random division is fair if all participants are equal.

What if team sizes are uneven?

Leftover people form a smaller team, or distribute evenly (some teams get 1 extra).