8 player Swiss tournament

8 players, 3 rounds, and nobody knocked out. Each round pairs players on the same record, and the next round draws itself the moment the last result of the previous one goes in.

Rounds
3
The fewest that can still leave one team unbeaten.
Matches
16
Including semi-finals and a third-place match for the top four.
Matches each
3
Nobody is knocked out — everyone plays every round.
Roughly how long
3 h 15 min on 2 courts
Allowing 25 minutes a match, courts running in parallel.
Set this up now

Free, and there is no account to make first. About a minute to the QR code.

Why 3 rounds

ceil(log2(8)) is 3 — the fewest rounds that can still leave exactly one player unbeaten, which is the standard answer to "how long should a Swiss be". Whistle.day floors it at three, because a two-round Swiss has not sorted anything out.

You can run it longer for a fuller table. Against a field of 8 there are 7 possible opponents, so past that the draw would have nothing fresh left; well before then it will start having to repeat a meeting, and it tells you when it does.

Nobody is knocked out

Everybody plays all 3 rounds. That is the reason to run a Swiss rather than a knockout for a field this size: 8 players in a straight bracket means half of them have finished by the end of round one, and a Swiss gives every one of them the same day.

8 is even, so every round pairs the whole field with nobody sitting out.

And then a playoff, if you want one

The default carries the top four off the Swiss table into semi-finals and a third-place match, which is what the match total above includes. Ending on the table alone works too — it is a stage setting rather than a different format.

Common questions

How many rounds for 8 players?

3. That is ceil(log2(8)), the fewest that can leave one player unbeaten.

Do I have to pair each round myself?

No. Finishing a round is what draws the next one, from the table as it stood at that moment. There is a manual pairing endpoint but it is the repair path.

Can the same two players meet twice?

The pairing avoids it. On a small field over a long tournament it can run out of fresh opponents, in which case it repeats a meeting and says so.