Format guide

Single elimination brackets

Single elimination is the most commonly used bracket format in competitive sport. One loss ends a competitor's run. The bracket narrows round by round until one competitor remains undefeated and is crowned the winner. Despite its simplicity, there are several details that affect how fair and how well-run a single-elimination event feels.

How the bracket works

A single-elimination bracket is a binary tree. Each round halves the number of active competitors. With 16 competitors, round one has 8 matches. Round two has 4. The semi-finals have 2. The final has 1. The total is always n − 1 matches, where n is the number of competitors.

The bracket size is typically set to the next power of two above the actual competitor count: 4, 8, 16, 32, 64, 128. If your actual competitor count does not fill the bracket exactly, the empty slots become byes.

CompetitorsTotal matchesRounds
432
873
16154
32315
64636

Byes: handling non-power-of-two fields

A bye is an automatic advancement without a match. When your bracket has 16 slots but only 12 competitors, 4 competitors receive byes in round one and advance directly to round two. Those 12 competitors then produce 4 + 4 = 8 competitors in round two, which fits a standard bracket.

The number of byes is always the bracket size minus the actual competitor count. Bracket size 16, 12 competitors: 4 byes. Bracket size 32, 20 competitors: 12 byes.

Byes should be distributed to the top seeds. Seeded competitors earn the advantage of a first-round bye because of their ranking. Giving byes to lower-ranked or unseeded competitors would be unfair and would also create the odd situation where the weakest competitors get the most rest going into the event.

Some governing bodies specify an alternative approach: rather than awarding byes, they reduce the bracket size by holding preliminary matches to produce a power-of-two field before the main bracket begins. This is more common in large international events with qualifying rounds.

Seeding

Seeding is the practice of placing the strongest competitors at specific positions in the bracket so they meet only in the later rounds. The goal is for the final to be contested by the two best competitors, the semi-finals by the four best, and so on.

Standard seeding placement for a 16-slot bracket: seed 1 and seed 2 go on opposite sides of the bracket. Seed 1 is at the top of one half, seed 2 is at the bottom of the other. Seeds 3 and 4 are placed into the two remaining quarters. Seeds 5–8 are placed into the four eighth sections. This ensures that seeds 1 and 2 can only meet in the final, and that seeds 1–4 can only meet in the semi-finals.

Unseeded competitors are drawn randomly within the available positions after seeds have been placed.

For club events with no formal ranking data, seeding can be based on coach submissions, prior-year results, or national ranking lists. Some events use no seeding at all and do a fully random draw. For small events with 8 or fewer competitors per division, the impact of seeding is limited enough that a random draw is often acceptable.

Third place and bronze matches

A simple single-elimination bracket does not produce a clear third place without an additional match. The two semi-final losers are both tied at one loss and one win short of the final. Several approaches exist.

The most common is a single bronze match between the two semi-final losers. This is simple, adds one match to the schedule, and gives both third-place competitors one more opportunity to compete. The winner takes bronze; the loser typically shares the fourth-place designation or goes unranked.

Some events skip the bronze match and award dual bronze — both semi-final losers receive a bronze medal. This is common when schedule time is tight or when the governing body ruleset specifies dual bronze. Judo events at the Olympic level use repechage rather than a simple bronze match, which involves additional competitors and more matches but produces two separate bronze medal winners from a larger pool.

When to choose single elimination

Single elimination is the right choice when time is limited and efficiency matters. It produces the minimum number of matches required to determine a winner. If your event has 64 competitors and only one mat, single elimination produces 63 matches. Any other format would produce more.

It works well for large fields. A 64-player or 128-player single elimination bracket is manageable. A 128-player round robin is not.

The main limitation is that each competitor gets only one guaranteed match. If a participant has travelled a long distance for a single bout that lasts 30 seconds, the experience is disappointing. For events where participant experience matters as much as finding a winner — club-level events, junior events, recreational events — other formats such as round robin pools or double elimination offer more matches per participant.

Single elimination is most appropriate when: the field is large, the sport has a bracket-competition tradition, the schedule requires efficiency, or an official governing body ruleset specifies it.

Related guides