TCG Swiss Tournament Round Calculator

Calculate number of Swiss rounds needed for a TCG tournament

Enter your player count to get the recommended number of Swiss rounds from the standard DCI attendance table, the mathematical minimum of ceil log2 players, the suggested top cut, and the points needed for an X-2 finish. For Magic, Pokemon and Yu-Gi-Oh organizers. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How many Swiss rounds do I need?

The mathematical minimum is ceil(log2(players)), because each Swiss round halves the number of players who can still be undefeated. Official events use a fixed attendance table on top of that — for example 5 rounds for 17 to 32 players and 6 rounds for 33 to 64 players.

Running a trading card game tournament starts with one question: how many Swiss rounds? Too few and the standings are a coin-flip; too many and players sit around all day. This calculator gives you the recommended rounds for your attendance, the mathematical minimum, and the records players need to make the cut.

How it works

Swiss pairing matches players on equal records each round. Every round halves the pool that can still be undefeated, so to produce a single undefeated player you need at least:

minimum rounds = ⌈log₂(players)⌉

For example 32 players give ⌈log₂(32)⌉ = 5. Official organisers publish a fixed table keyed to attendance bands (the long-standing DCI table), which this tool uses for the recommended figure: 4 rounds up to 16 players, 5 up to 32, 6 up to 64, 7 up to 128, and so on.

Scoring is win = 3, draw = 1, loss = 0, so after r rounds the maximum is 3r points. A player who loses at most twice finishes “X-2” with 3(r − 2) points, which reliably makes a Top 8 at most events.

Quick reference by attendance

PlayersRecommended roundsMin (log₂)Suggested top cutX-2 points
4–833Top 2 / no cut3
9–1644Top 46
17–3255Top 89
33–6466Top 812
65–12877Top 815
129–22688Top 818

X-2 points = 3 × (rounds − 2), and assumes the player has no draws.

The pure mathematical minimum guarantees exactly one undefeated player, but tournament organisers need more than that. The extra rounds in the recommended table serve a practical purpose: they spread out the standings so that a clean separation exists between the players who should make the top cut and those who should not.

With very few rounds, multiple players can share the same record with no clear ordering, forcing heavy reliance on tiebreakers — which are often opaque and can feel unfair to players. More rounds mean that the difference between a 5-0 and a 4-1 record is substantial, and tiebreakers only need to separate players with the same win count, where they are a reasonable differentiator.

How Swiss pairings work between rounds

After each round, Swiss software (or a tournament organiser by hand for small events) pairs players with the same or similar number of wins. In round 1, pairings are random. From round 2 onward, 3-0 players face other 3-0 players; 2-1 players face 2-1 players; and so on. This produces a field that converges on a small set of undefeated players at the top and a spread of records below.

Players who lose early do not drop out — they keep playing against peers with the same record. This is the key advantage of Swiss over single elimination: everyone plays all their rounds and has a defined record at the end, rather than going home after one loss.

Tiebreakers to know

When two players share the same point total at standings, tiebreakers determine who advances. The most common tiebreakers used in TCG events are:

  1. Opponents’ win percentage (OWP): The average win rate of everyone you played. Playing well-performing opponents raises your OWP. Receiving a bye in round 1 can lower it.
  2. Opponents’ opponents’ win percentage: The average OWP of your opponents. A second-order measure of schedule strength.
  3. Game win percentage (GWP): Your win rate at the individual game level (not match), rewarding players who win 2-0 more often than 2-1.

For sanctioned events, always confirm the current official tournament rules for your game and event tier, since premier events sometimes add a round or run a larger cut. All calculations run locally in your browser.