Tournament guide

Single Elimination Bracket: Complete Guide

A practical guide to knockout brackets, from the draw to the championship match.

What is single elimination?

One loss removes a participant from the championship path. Each completed match advances one winner until the final produces a champion. The format is easy to follow and efficient: a 16-player knockout needs 15 matches, compared with 120 in a complete round robin. The tradeoff is that some entrants play only once and one upset can end a strong participant’s event.

Matches, rounds and BYEs

For n participants, the championship requires exactly n − 1 matches because every match removes one player. An optional third-place match adds one. The number of rounds is the ceiling of log₂(n): 8 players need 3 rounds, 16 need 4 and 32 need 5. A non-power-of-two field uses the next full bracket size, with empty first-round positions becoming BYEs.

PlayersMatchesRounds
432
873
16154
32315

Seeding and the draw

Seeding separates stronger participants so they are less likely to meet early. A random draw is suitable when reliable rankings do not exist or the event is intentionally casual. Publish the method before generating the bracket. Assign BYEs according to the same policy; a BYE advances a participant but is not a played match or scored win.

Running the tournament

Confirm the roster, scoring rules and third-place option before play. Use one shared bracket as the source of truth, enter both scores and verify the advancing participant. Complete earlier rounds before dependent matches. If an earlier result is corrected, check every later match that depended on it.

When another format fits better

Choose double elimination when one loss should not end the event, a guarantee format when minimum playing time matters, round robin for a small field needing identical schedules, or Swiss for a larger group that should remain active for a fixed number of rounds.

Frequently asked questions

How many matches are required?

Exactly n − 1 for n players, plus one if there is a third-place match.

Can the bracket have an odd number of players?

Yes. BYEs fill unused first-round positions.

Does a BYE count as a win?

No. It advances a participant but is not a played match.