Team Randomizer

Paste names, pick a team count, and instantly shuffle everyone into balanced random teams.

0 names entered

Everything runs entirely in your browser — your names are never uploaded or stored.

Free to use — premium coming soon

FREE
  • Unlimited use
  • Instant results
  • 100% private
PREMIUM
  • Remove ads
  • Saved presets & bulk export

About the Team Randomizer

Team Randomizer takes a list of names and splits it into balanced groups, removing the bias and arguments that come with letting captains pick or having people sort themselves. You decide whether to fix the number of teams (split 24 students into 6 groups) or the size of each team (groups of 4), paste or type your roster, and the tool deals everyone out at random. It is the digital version of drawing names from a hat, except it never miscounts, never gets tired, and never accidentally leaves a name out.

Reach for it whenever fairness and speed matter at the same time. PE teachers and coaches use it to form pickup sides without the slow, demoralizing schoolyard draft; classroom teachers shuffle students into project groups so the same friends do not always cluster together; managers split staff for workshops, hackathons, or team-building so people meet colleagues from other desks. It also handles giveaways, tournament brackets, secret-Santa pools, and game-night squads. Because every name has an equal chance of landing on any team, nobody can claim the split was rigged.

Under the hood the tool uses the Fisher-Yates shuffle, the standard algorithm for producing a genuinely unbiased random order. It walks the list once, and at each position swaps the current name with a randomly chosen earlier name, which guarantees that all possible orderings are equally likely and runs in linear O(n) time. This is deliberately different from the naive trick of sorting a list with a random comparator, which produces lopsided, non-uniform results. After shuffling, names are dealt out one team at a time so any remainder is spread evenly and no team is ever more than one person larger than another.

Everything runs in your browser, so the names you enter never leave your device or get saved to a server. There are no accounts, no uploads, and nothing logged, which makes it safe for real student names or staff lists. One honest caveat: the tool randomizes order, it does not read minds about skill. A pure random split is fair by chance, but if you need competitively even sides, generate the teams and then swap one or two players by hand, or shuffle skill tiers separately, since the tool does not know who your strongest player is.

Frequently asked questions

How do I choose between number of teams and team size?

Pick number of teams when the count of groups is fixed, for example six tables in a classroom. Pick team size when each group must hold a set number, for example pairs or groups of four. The tool calculates the other value automatically from your roster.

What happens if my list does not divide evenly?

The extra people are spread across teams one at a time, so the largest and smallest team differ by at most one person. For example, 22 names into 4 teams produces two teams of 6 and two teams of 5, which is the most even split possible.

Is the shuffle actually random and fair?

Yes. It uses the Fisher-Yates algorithm, which makes every possible arrangement equally likely. That avoids the subtle bias you get from shortcuts like sorting a list with a random comparator, which skews toward certain orderings.

Can it make skill-balanced teams instead of purely random ones?

The tool balances team sizes, not ability. For competitive evenness, group your players into skill tiers, randomize each tier, then deal one player from each tier onto every team, or simply swap a couple of names after the random draw.

Are the names I enter stored or sent anywhere?

No. The shuffling happens entirely in your browser, so names are never uploaded, saved, or logged. You can safely use real student or employee names, and closing the tab clears everything.

From our blog

How to Turn Any Screen Into a Big, Glanceable Clock

By the Super Simple Digital Tools Team · Updated June 2026

There is a moment in almost every focused work session, lesson, or live event where someone needs to know the time at a glance and the tiny system clock simply is not enough. A full-screen clock solves that by giving every spare monitor, tablet, or projector a single job: show the time in characters big enough to read from the back of the room. Because it runs in a browser, there is nothing to install and it works the same on Windows, macOS, Linux, ChromeOS, and most tablets.

Getting started takes one step. Open the clock, then trigger full-screen mode either with the on-page button or by pressing F11 on a desktop browser. That hands the whole display over to the time readout and hides the browser's tabs and address bar. On a laptop you may need Fn plus F11 if the function keys are mapped to brightness or volume. To exit, press Escape, and your normal browser window comes straight back exactly where you left it.

The classroom is where this shines. Cast the clock onto a smartboard or projector during a timed test and the whole class can pace themselves without interrupting. The same setup works for speeches, debates, and group activities where a visible, shared timer keeps everyone honest. Because the digits are large and high-contrast, students at the back read the same time as those in the front row, which a small wall clock or a laptop's corner clock cannot match.

For streamers and broadcasters, the clock becomes an overlay rather than a wall display. In OBS or Streamlabs, add a Browser Source, paste the clock's URL, then position and scale it inside your scene. Viewers get a clean timestamp during a stream, an intermission screen, or a 'starting soon' card, and you avoid capturing your messy desktop just to show the time. Copy the URL after the clock looks the way you want, since that link carries the page exactly as it is set.

Beyond work and streaming, the same page makes a fine bedside or kitchen clock on a phone or old tablet you no longer carry around. Prop the device up, go full-screen, and you have a dedicated clock that costs nothing and shows no ads in the middle of the digits. The one thing to plan for is screen sleep: browsers will not stop your device from dimming, so switch on your system's keep-awake or presentation setting if you want the time visible through the night.

  • Press F11 (or Fn+F11 on many laptops) for instant full screen, and Escape to leave it without losing your place.
  • Repurpose an old phone or tablet as a permanent desk or bedside clock by leaving the page in full-screen mode.
  • In OBS, add the page as a Browser Source and copy the URL only after the clock looks right, since the link carries your view.
  • Turn on your operating system's keep-awake or caffeine mode before long unattended sessions so the screen does not dim.

Read the full guide →

Tool by the Super Simple Digital Tools Team. Reviewed by our editorial team. Free to use, no signup required.

Related tools