Single Elimination Tournament: How It Works and When to Use It
Single elimination is the simplest tournament format: lose one match and you're out. The last participant standing wins. It's the format behind March Madness, the FIFA World Cup knockout stage, and most playoff brackets in every sport.
How it works
Every participant is placed in a bracket. Each round, participants are paired and play a match. The winner advances to the next round; the loser is eliminated. This continues until one participant remains — the champion.
A 16-participant bracket has four rounds:
- Round of 16 — 8 matches, 8 winners advance
- Quarterfinals — 4 matches, 4 winners advance
- Semifinals — 2 matches, 2 winners advance
- Final — 1 match, 1 champion
The entire tournament requires exactly N - 1 matches, where N is the number of participants. A 16-participant bracket needs 15 matches. A 32-participant bracket needs 31. This makes single elimination the fastest format to complete.
Bracket structure
A standard single elimination bracket works best when the participant count is a power of 2 (4, 8, 16, 32, 64). This gives a clean bracket where every participant plays in every round.
When the count isn't a power of 2, the bracket is padded to the next power of 2 and some participants receive byes — automatic advancement to the next round without playing. In a 12-participant bracket (padded to 16), 4 participants get first-round byes.
Byes are typically given to the highest-seeded participants as a reward for their ranking.
Seeding and bracket placement
Seeding determines where participants are placed in the bracket. The goal is to keep the strongest participants apart until the later rounds, producing better matchups and a more credible final.
Standard seeding places participants so that:
- Seed 1 and Seed 2 are on opposite sides of the bracket (they can only meet in the final)
- Seed 1 faces the lowest seed in round 1; Seed 2 faces the second-lowest seed
- Top seeds receive byes if the field isn't a power of 2
Without seeding, the bracket is randomized — which can produce lopsided matchups early and a weaker final. For competitive events, always seed. For casual events, random draw adds unpredictability.
For a deeper dive, see our seeding guide.
Match count and time
| Participants | Matches (N - 1) | Rounds |
|---|---|---|
| 4 | 3 | 2 |
| 8 | 7 | 3 |
| 16 | 15 | 4 |
| 32 | 31 | 5 |
| 64 | 63 | 6 |
Single elimination requires the fewest matches of any format. A 32-participant bracket finishes in just 5 rounds and 31 matches — compared to 496 matches for a round-robin with the same field.
If each match takes 30 minutes (including setup and breaks), a 16-participant bracket can wrap up in about 4 hours running one match at a time, or under 2 hours with parallel setups.
Third-place match
By default, single elimination determines 1st and 2nd place only. The two semifinal losers share 3rd/4th, but their relative ranking is unclear.
Adding a third-place match (also called a bronze medal match) between the semifinal losers solves this. It's common in football tournaments, the Olympics, and school competitions. It also gives two more participants an extra match to play.
Score7 lets you enable the third-place match when creating a single elimination tournament.
Pros
- Fast. Fewest matches of any format. Ideal when time or venue availability is limited.
- Simple. Easy to understand for participants and spectators. Everyone knows how a bracket works.
- High stakes. Every match matters. One loss and you're done. This creates natural drama and spectator interest.
- Clear progression. The bracket is a visual roadmap — you can see the path to the final at a glance.
Cons
- Unforgiving. A strong participant who has a bad match is out. One upset and the best team might be watching from the sidelines.
- Minimum matches. Half the participants are eliminated after round 1. In a 16-participant bracket, 8 participants play just one match. If someone traveled or paid an entry fee, that can feel like a waste.
- Seeding matters a lot. A poorly seeded bracket produces lopsided early rounds and a weaker final. Bad seeding can ruin the competitive integrity of the event.
- No second chances. Unlike double elimination or Swiss, there's no recovery from a single loss.
When to use single elimination
Use it when:
- You have limited time — a few hours or one day
- The field is 8-32 participants
- You want high drama and decisive results
- Your event is casual or spectator-focused (bracket nights, watch parties, bar tournaments)
- You're running a playoff stage after a group phase
Don't use it when:
- Fairness is the top priority — one bad match shouldn't end a participant's tournament
- Participants expect multiple matches (especially if they paid to enter)
- You need accurate rankings beyond 1st and 2nd place
- The field is small enough (under 8) that round-robin is practical
For events where you want bracket drama but also a safety net, double elimination gives every participant at least two matches. For a complete comparison of all formats, see our format guide.
Key takeaway
Single elimination is the fastest, simplest bracket format — and the most dramatic. Every match is win-or-go-home. It's perfect for events where time is limited and stakes are high. Just make sure your seeding is solid, because in a format with no second chances, bracket placement is everything.