← All guides
Tournament format 8 min read

How to run a round robin tournament

A round robin tournament is the format where every player plays every other player exactly once (or twice for a “double round”). It’s the fairest format in tournament sport — everyone gets the same opportunities and the standings reflect actual skill, not bracket luck. If you can spare the time, it’s the format you should default to.

This guide explains when to use it, how to seed it, how to score it, and the mistakes that wreck it.

When to use a round robin

Round robins shine in three situations:

  1. Small fields (4–10 players). With 8 players you’ve got 28 matches across 7 rounds, which fits in a single afternoon for racquet sports or a 6-week weekly comp.
  2. Mixed-ability groups where ranking matters. Single elimination is brutal for the lower seeds — they play one match and go home. Round robin gives everyone the same number of games and the same chance to climb the standings.
  3. Recurring weekly comps. Round robin over multiple sessions creates a season. Members come back to defend their position on the leaderboard.

It’s the wrong format when you have 20+ players (the math gets ugly fast) or when you only have one afternoon and need a definitive winner — that’s a single-elimination job.

How many matches you’ll play

The total match count for n players in a single round robin is n × (n−1) / 2. The numbers add up fast:

PlayersMatchesRounds
463
6155
8287
10459
126611
1612015

At 12 players you’re already at 66 matches. Unless you’ve got two days and four courts, that’s a multi-week comp, not a single-day event. Above 16, switch to pool play with playoffs — explained in the pool play guide.

A double round (everyone plays everyone twice, once at each “venue”) doubles the count. That’s standard for football leagues and chess but overkill for most social sports.

How to seed a round robin

Unlike a knockout bracket, seeding in a round robin doesn’t change the final result — every player plays every other player either way. But it does affect the schedule shape, and a well-seeded round robin is more enjoyable to play.

The standard approach uses Berger tables (also called the circle method). Player 1 stays fixed, the other players rotate clockwise around them each round. This guarantees:

  • Every player meets every other exactly once
  • The schedule is balanced across rounds (no player has back-to-back matches against the strongest opponents)
  • Top seeds don’t bunch up in the early rounds

You don’t need to do this by hand. The Round Robin Generator builds a Berger-table schedule for any number of players in one click and prints it ready to use.

Handling odd player counts

If you’ve got 7 players, you can’t pair them all up in any round. The fix is to add a virtual bye slot. In each round, whoever is paired with the bye sits out that round. Over the course of a 7-round tournament, every player gets exactly one bye.

This is fine functionally but it does mean each player plays one fewer match than the rounds count. Build that into your time budget — a 7-player round robin is 7 rounds long but only 6 matches per player.

If you can find an 8th player, do. Even a weaker fill-in is better than a bye round, and the math gets cleaner.

Scoring rules

There are two standard systems:

Three-points-for-a-win (league-style)

  • Win: 3 points
  • Draw: 1 point
  • Loss: 0 points

This is the system football uses globally. It rewards aggressive play because a win is worth three times a draw, not just twice. Use it for sports where draws are possible (volleyball with set caps, some indoor formats) or where you want to reward decisive results.

One-point-for-a-win (racquet-sport-style)

  • Win: 1 point
  • Loss: 0 points

Most racquet sports (tennis, badminton, squash, padel, pickleball) don’t have draws — someone always wins because the score is best-of-X. For those sports, one point per win is enough. Tiebreakers handle the rest.

Tiebreakers (the part nobody plans for)

If two players finish on the same number of points, you need a tiebreaker. The standard order is:

  1. Head-to-head result. Whoever won the direct match between them wins the tiebreaker. Simple, intuitive, fair.
  2. Set / game difference. Sum of sets won minus sets lost (or games won minus games lost) across the whole tournament. Rewards dominant winners.
  3. Total points scored. Last resort — total points won across all matches.

If three players are tied, head-to-head only resolves it if one player beat the other two. Otherwise drop to set difference.

Decide your tiebreakers before the tournament starts and announce them. The argument over a tiebreaker is the worst possible time to invent the rule.

Time-budgeting your round robin

A typical singles tennis match takes 60–90 minutes. Doubles is closer to 45–60. Pickleball and table tennis are 20–30 minutes per match. Plug your sport’s match length into the table:

PlayersMatchesCourt time @ 60 min/match, 2 courts
6157.5 hours (1 long day)
82814 hours (2 days or 4 weeks)
126633 hours (multi-week comp only)

If the math says “two days”, your options are:

  • Cut to a smaller field
  • Run it as a multi-week comp instead of a single event
  • Switch to pool play with playoffs (which is shorter for the same number of players)

Common mistakes

  • Trying to fit a round robin into too little time. If your time budget says you need 14 hours and you have 4, you’re going to either rush matches (bad) or not finish (worse). Cut the field or change the format.
  • Forgetting tiebreakers. Decide before, not during.
  • Not tracking head-to-head results. Without head-to-head you can’t resolve ties cleanly. Make sure your scoring sheet (or your scoring app) records who beat whom in each individual match.
  • Mixing skill levels too aggressively. A round robin where the top seed beats everyone 6-0, 6-0 is no fun for anyone. Either split into divisions or use a pool play format.
  • No leaderboard. Players want to see where they stand mid-tournament, not just at the end. Update the standings after every round.

When you’re ready

Pick your players, drop them into the Round Robin Generator, print the schedule, and you’re done. Or, if you want the schedule, the live scoring, the standings, and the ELO ratings updated automatically — score the matches in Volley and the leaderboard takes care of itself.

For organisers running an actual club rather than a one-off tournament, the start a social sports club guide covers everything around the format itself: venue, members, fees, retention.

Frequently asked questions

How many rounds are in a round robin?

For an even number of players, you'll have one fewer round than the number of players (8 players = 7 rounds). For an odd number, you'll have the same number of rounds as players, with each player getting one bye round.

How do you handle odd numbers in a round robin?

Add a virtual "bye" slot to make the player count even. In each round, whoever is paired with the bye sits out. Every player will get one bye over the course of the tournament. Schedule generators handle this automatically.

What's the best scoring system for a round robin?

Three points for a win, one for a draw, zero for a loss is the standard for league-style round robins. For knockout-style sports without draws (most racquet sports), one point per win is enough. Tiebreakers go to head-to-head result first, then total points scored or set difference.

How many matches in a round robin with 8 teams?

28 matches in a single round robin with 8 teams. The formula is N × (N-1) / 2, so 8 × 7 / 2 = 28. A double round robin (everyone plays everyone twice) is 56 matches.

What's the difference between round robin and single elimination?

In single elimination you lose once and you go home — fast and dramatic but the loser only plays one match. In round robin everyone plays everyone, so every player gets a guaranteed number of matches and the standings reflect overall performance, not just one-day form.