Swiss Chess Tournament Rounds Calculator

Find how many rounds a Swiss chess tournament needs for any number of players.
Shows minimum rounds, FIDE recommendation, total games, and pairing capacity.

Tournament Rounds

The Swiss system pairs players with similar scores against each other each round, producing a clean ranking at the end without requiring everyone to play everyone else.

The minimum number of rounds to mathematically determine a clear winner is the ceiling of log₂(n), where n is the number of players.

min_rounds = ⌈log₂(players)⌉

With 32 players, log₂(32) = 5, so 5 rounds is the minimum.
With 64 players, that becomes 6 rounds.
With 100 players, log₂(100) ≈ 6.64, so you need at least 7 rounds.

In practice, the minimum produces a winner but leaves ambiguity in the rest of the standings.
FIDE recommends adding one extra round for events where full standings matter, such as when multiple prize places are at stake or when players are earning rating points.

For club tournaments and scholastic events where you have limited time, the minimum works fine if you only care who finishes first.
For rated events with prize money distributed to the top several places, budget one to two extra rounds.

Total games per round = floor(players ÷ 2).
If the player count is odd, one player gets a bye each round.
Byes should be assigned to the lowest-ranked player who has not yet received one.

For very large open tournaments (200+ players), the Swiss system produces excellent results even with just 7-9 rounds because the cream rises quickly through the pairing algorithm.
Major open tournaments like the World Open (USA) run 9 rounds for several hundred players.

Will it fit in the time you have?

Rounds are cheap to add on paper and expensive in the hall. Put your time control in the optional box and the calculator turns the round count into hours, which is usually the constraint that decides the format.

Budget the worst case, not the average. A game at 90 minutes each plus a 30-second increment can run past four hours, and one such game holds up the next pairing for everybody. Add 15 to 20 minutes between rounds for pairings, results entry and getting players back to their boards. That gap is where amateur events lose their schedule.

If the arithmetic says two days and you have one, the honest fixes are a faster time control or fewer rounds, in that order. Cutting the break between rounds saves minutes and costs you the whole afternoon the first time a pairing has to be redone.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.