Outilo Outilo

How to organize a single-elimination tournament?

Edited by Outilo Reviewed by Yoann Begue Last verified on 07/08/2026
Quick answer

To organize a single-elimination tournament, create a tournament bracket, place the participants, then move the winner of each match forward until the final. With 8 players, you need 3 rounds and 7 matches. If the number of participants is not a power of two (4, 8, 16, 32…), use byes in the first round.

Explanation

A single-elimination tournament is one of the simplest formats to organize: one loss eliminates a player or team, while the winner advances until the final.

To set up your tournament:

  1. List the participants or teams.
  2. Choose between a random draw and seeding to prevent the strongest players from meeting too early.
  3. Create a bracket with 4, 8, 16, 32 slots or more.
  4. If not every slot is filled, assign byes so some participants advance directly to the next round.
  5. After each match, move the winner into the next bracket slot.
  6. Continue until the final determines the tournament winner.

The main advantage of single elimination is speed: every match eliminates one participant. With N participants, the tournament requires N − 1 matches to produce a winner.

This format works especially well for short events or tournaments with many participants. If you want every player to be guaranteed several matches, consider a group stage, Swiss rounds, or double elimination instead.

Formula / method

Quick reference

  • 4 players → 2 rounds
  • 8 players → 3 rounds
  • 16 players → 4 rounds
  • 32 players → 5 rounds

To find the total number of matches, use a simple rule: number of participants − 1.

If the number of players does not fit the bracket exactly (for example 12), use first-round byes to fill the bracket.

Concrete example

8 players

  • 8-slot bracket
  • 3 rounds
  • 7 matches
  • No byes

Quarterfinals → Semifinals → Final

12 players

The next available bracket size is 16 slots.

  • 12 participants
  • 16-slot bracket
  • 4 first-round byes
  • 4 rounds
  • 11 matches in total

The 4 players receiving a bye advance directly to the second round.

Common mistake

Do not fill empty bracket slots with fake participants. Use byes instead. If you use seeds, distribute them across different parts of the bracket so the strongest participants cannot meet in the opening rounds.


Similar questions