Skip to content

Home / Guides / How Many Matches Will My Tournament Have?

How Many Matches Will My Tournament Have?

6 min read

Before you book a venue you need one number: how many matches is this going to be. Get it wrong and you either finish three hours early or lose the light with a semi-final unplayed.

Each format has a formula, and each formula has a one-line reason behind it that makes it impossible to forget. This guide gives you all three, plus the rounds count, the best-of multiplier, and the arithmetic that turns matches into hours.

Single elimination: one fewer than your field

A single-elimination tournament with n entries takes exactly n − 1 matches. Sixteen teams, fifteen matches. Thirty-two teams, thirty-one.

The reason is the cleanest argument in tournament design. Every match eliminates exactly one entry, and by the end everyone except the champion has been eliminated. That is n − 1 eliminations, so n − 1 matches. Byes do not change it: a bye eliminates nobody and is not a match, which is why an awkward field size changes the shape of the schedule but not its total length.

The rounds count is the other half of the picture. Rounds are how many times the field has to halve, which is the base-2 logarithm of the bracket size: 8 slots is 3 rounds, 16 is 4, 32 is 5, 64 is 6, 128 is 7. Matches tell you how long the tournament is; rounds tell you how deep it is, and therefore how much of it has to happen in sequence.

Optional extras add to the total. A third-place match adds exactly one. A consolation bracket for first-round losers adds substantially more, because it is a second knockout running alongside the first.

Double elimination: roughly twice as many

Double elimination needs 2n − 2 matches, or 2n − 1 if the grand final has to be replayed.

The same counting argument works, with one adjustment. Every match still produces exactly one loss, and the tournament ends when everyone except the champion has two losses. That is 2(n − 1) losses, hence 2n − 2 matches - provided the champion never lost at all.

If the champion did lose, they came up through the losers bracket and beat the winners-bracket finalist in the grand final. At that point both have one loss, which is not a decision, so a reset match is played. That is the extra match, and it is the only source of variability in the count. An eight-team double elimination is therefore 14 or 15 matches, and you should plan for 15.

Rounds are where double elimination really costs you. The losers bracket has roughly twice as many rounds as the winners bracket, and its matches have to be interleaved with the winners bracket because each losers round waits on the losers from the round above.

Round robin: everyone plays everyone

A round robin with n entries plays n(n − 1)/2 matches - every possible pairing, once. Six teams is 15 matches, eight is 28, twelve is 66.

That is quadratic growth, and it is the reason round robins stay small. Doubling the field roughly quadruples the schedule: eight teams is 28 matches, sixteen teams is 120. The bracket builder caps round robin at 32 entries, which is already 496 matches and far more than a single day of anything.

Rounds work differently here. In a round robin, a round is a set of matches that can all be played at the same time because no entry appears twice. With an even field that is n − 1 rounds of n/2 matches each. With an odd field, one entry sits out each round, so it takes n rounds - the scheduler handles this by adding a phantom entry to make the count even, and whoever is paired with it has a bye that round.

This is what makes a round robin attractive despite the match count: the matches parallelise perfectly. Twenty-eight matches across four courts is seven rounds of wall-clock time, not twenty-eight.

Total matches by format and field size. Double elimination shows the count without and with a grand-final reset.
EntriesSingle elim.Double elim.Round robin
436 or 76
6510 or 1115
8714 or 1528
121122 or 2366
161530 or 31120
242346 or 47276
323162 or 63496

Best-of series multiply everything

If a match is a best-of series rather than a single game, the match count above stays the same but the game count does not. A best-of-three needs at least two games and at most three; a best-of-five needs three to five; a best-of-seven needs four to seven. The winner needs a simple majority, which is half the series length rounded down, plus one.

For scheduling, plan on the maximum. A 15-match single-elimination bracket played best-of-three is between 30 and 45 games, and the difference between those two numbers is most of an afternoon.

Best-of also changes what a tie means. A single game can end level and be recorded as a draw; a series cannot, because it runs until someone reaches the majority. That distinction matters most in a round robin, where draws affect standings - which is why ties are only possible in a single-game round robin.

  • Best-of-1 - 1 game per match. Draws possible in a round robin.
  • Best-of-3 - 2 to 3 games; winner needs 2.
  • Best-of-5 - 3 to 5 games; winner needs 3.
  • Best-of-7 - 4 to 7 games; winner needs 4.

From matches to a schedule

The match count is not the schedule. What you actually need is total match time divided by how many matches can run at once, plus the constraint that some matches cannot start until others finish.

Knockout formats are sequential by nature: every match in round two waits for two matches in round one. So the floor on your running time is the number of rounds multiplied by the length of a match, no matter how many courts or tables you have. A 32-team single elimination is 5 rounds deep, so at 20 minutes a match it cannot finish in under about 100 minutes even with unlimited space.

Round robins are the opposite: heavy on matches, shallow on dependencies. Every match in a round can run simultaneously, so more courts converts almost directly into less time.

Then add the things the formula does not know about: turnaround between matches, warm-ups, disputes, a team arriving late, and the fact that the last match of a round always finishes after the others. A schedule with no slack is a schedule that runs late, and the venue closes whether you are finished or not.

Roundra builds all three formats free in the browser, and the per-size bracket pages list the exact round and match counts for any field from 3 to 32.

Frequently asked questions

How many matches are in a 16-team single elimination bracket?

Fifteen. A single-elimination tournament with n entries always takes n − 1 matches, because every match eliminates exactly one entry and everyone except the champion has to be eliminated. Adding a third-place match makes it sixteen.

How many matches are in a double elimination tournament?

2n − 2, or 2n − 1 if the grand final has to be replayed. Every match produces one loss and the tournament ends when everyone but the champion has two, giving 2(n − 1). If the losers-bracket team wins the first grand final both finalists have one loss, so a reset match decides it. Plan for the higher number.

How many games in a round robin with 8 teams?

Twenty-eight - every pairing played once, which is n(n − 1)/2. They run in seven rounds of four simultaneous matches. The count grows quadratically, so sixteen teams is 120 matches rather than 56.

How many rounds will my tournament have?

In a knockout, it is how many times the bracket halves: 8 slots is 3 rounds, 16 is 4, 32 is 5. In a round robin with an even field it is n − 1 rounds; with an odd field it is n, because one entry sits out each round. Rounds set the minimum running time, since each one waits on the last.

Does a bye count as a match?

No. A bye is an empty slot rather than an opponent, so nothing is played and nobody is eliminated. That is why the single-elimination total of n − 1 matches holds for any field size - byes change the shape of the first round but never the number of matches.

Keep going