SkedgeSkedgeResource center
  1. Home/
  2. Resources/
  3. Single Elimination Brackets: Rules, Byes & Seeding

Formats

Single Elimination Brackets: Rules, Byes & Seeding

A complete reference to single elimination: the N−1 match formula, ceil(log2 N) rounds, bye distribution, slaughter seeding, and the 3rd-place playoff.

Skedge Team·Updated May 15, 2026·7 min read

The short answer

Single elimination is a knockout bracket: lose once and you are out, and winners advance until one champion remains. It needs exactly N−1 matches for N entrants and ceil(log2 N) rounds. When N is not a power of two the bracket expands to the next power of two and the difference becomes byes, awarded to top seeds and spread evenly. It is the fastest, most court-light format, but the least fair, since one upset ends a strong contender — only first place is reliable.

The single elimination bracket is the format almost everyone pictures when they hear the word "tournament": a tree of matchups where every game matters and one loss sends you home. It is the fastest, simplest, and most dramatic way to crown a champion — and, for the same reasons, the least fair. This is a deep reference to how it actually works: the match and round formulas, byes, seeding, and the third-place playoff.

What is a single elimination tournament?

Single elimination, also called a knockout, is a bracket format in which losing a single match eliminates an entrant. Winners advance to the next round; losers are out immediately; play continues until one undefeated entrant remains as champion. There is no second chance and no group stage — the entire format is one tree collapsing toward a single winner.

That is the structural opposite of a round robin, where every entrant plays a fixed number of matches regardless of results. Single elimination trades the round robin's completeness for speed: it asks the fewest possible questions to find a winner, and accepts that the answers to all the other questions (who is really second, third, or tenth) will be unreliable.

How many matches are in a single elimination bracket?

A single elimination bracket has exactly N−1 matches for N entrants. The reasoning is exact, not approximate: every match eliminates exactly one entrant, and turning a field of N into a single champion requires eliminating N−1 entrants, so you need N−1 matches and no more.

Entrants (N)Matches (N−1)With 3rd-place playoff
878
161516
323132
646364

This is the format's headline advantage. No other format finds a champion in fewer matches, which is precisely why single elimination dominates large-field, time-limited events: a 64-entrant bracket settles in 63 matches, where a single round robin of the same field would demand 2,016.

How many rounds does a single elimination bracket have?

A single elimination bracket has ceil(log2 N) rounds, where N is the number of entrants. The field halves every round — quarterfinals, semifinals, final — so the round count grows only logarithmically with the field.

Entrants (N)Rounds — ceil(log2 N)
83
164
325
646

The logarithmic round count is what makes the format scale so well in wall-clock time. Doubling the field adds only one round, so a 64-entrant event is just two rounds longer than a 16-entrant one. Combined with heavy parallelism — the entire first round can be played at once if you have P/2 courts — this is why single elimination is the standard one-day format.

What are byes, and how are they distributed?

A bye is a free pass through the first round, used when the number of entrants is not a power of two. Brackets only resolve cleanly when the field is a power of two (8, 16, 32, 64), so any other field size must be padded up.

The math is fixed. Let P = 2 raised to ceil(log2 N) — the next power of two at or above N. The number of byes is then P − N, and those byes are first-round slots with no opponent.

Entrants (N)Bracket size (P)Byes (P − N)
13163
23329
30322
486416

Byes must be distributed evenly, never clustered

Byes are awarded to the top seeds, but the critical rule is that they must be spread evenly across the bracket — never clustered in one section. If byes pile up in one quarter, that quarter becomes far easier to advance through than the others, which corrupts the seeding entirely. Even distribution is what keeps the protective intent of seeding intact when the field is not a power of two.

How does seeding work in single elimination?

Seeding is the deliberate placement of entrants in the bracket so the strongest do not collide early. The standard scheme is "slaughter" seeding, which pairs the highest available seed against the lowest available seed in every round.

For an 8-seed bracket, the first-round pairings are:

MatchPairing
1Seed 1 vs Seed 8
2Seed 4 vs Seed 5
3Seed 3 vs Seed 6
4Seed 2 vs Seed 7

The intent is that the top seeds meet as late as possible: seed 1 and seed 2 can only meet in the final, seed 1 and seed 3 only in the semifinal, and so on. This protects the bracket from a marquee matchup being wasted in round one and from a strong entrant being eliminated early purely by an unlucky draw against another strong entrant — the format's worst structural failure, only partly mitigated.

Why does single elimination need a third-place playoff?

A single elimination bracket cannot fairly rank anything below first place, so a third-place playoff is added when the event needs a credible podium. The problem is structural: every entrant except the champion is defined only by the round they were eliminated in, so the two losing semifinalists are indistinguishable — both lost in the semifinals, to possibly very different opposition.

The fix is one extra match. The two losing semifinalists play each other for third place, which adds one match for a total of N (N−1 in the main bracket plus the playoff). It does not fix the deeper ranking problem — fourth through last are still only sorted by elimination round — but it produces a defensible third place, which is often all an event needs for medals or qualification spots.

Is single elimination fair?

Single elimination is the least fair of the common formats, and it is important to be honest about why.

  • One upset is fatal. A strong contender having a single bad match — or running into a hot opponent or an unlucky draw — is gone, with no chance to recover. The format never re-tests that result.
  • Half the field plays once. In any bracket, half the entrants lose in round one and play exactly one match, which is a thin basis for any standing.
  • Only first place is reliable. Statistically, only the champion's placement is trustworthy; the rest of the order reflects draw luck as much as skill.

This is the explicit trade against double elimination, where every entrant gets at least two matches and an early upset is survivable. If fairness matters more than speed, that comparison — laid out fully in single vs double elimination and across which format you should run — is the one to weigh.

When should you use single elimination?

Use single elimination when the field is large, time and courts are limited, and you want a simple, high-drama event that finishes in a day. It uses the fewest matches of any format, scales logarithmically in rounds, and parallelizes so heavily that the whole first round can run at once — properties no other format matches.

The practical recommendation for physical racket sports is specific: a single-elimination bracket plus a third-place playoff is a safe default. You cannot ask padel, tennis, or pickleball entrants to play many matches in a day the way an esports event can, so the format's low match volume is a genuine fit, and the extra playoff buys a credible podium for one additional match. For larger fields that want more fairness without abandoning the bracket, pair group play with a knockout via the group-stage-and-knockout format. Skedge auto-generates the seeded bracket with byes distributed correctly and keeps the live results updating as rounds resolve, so you can start an event without drawing the tree by hand.

Frequently asked questions

What is a single elimination tournament?
Single elimination, also called a knockout, is a bracket format in which losing a single match eliminates an entrant. Winners advance round by round and losers drop out immediately, until one undefeated champion remains. It is the fastest and most court-light tournament format, which is why it is the default for large fields and one-day events, but it is also the least fair because a single upset ends a strong contender's run.
How many matches are in a single elimination bracket?
A single elimination bracket has exactly N−1 matches for N entrants. The reason is simple: every match eliminates exactly one entrant, and to go from N entrants to one champion you must eliminate N−1 of them, so you need N−1 matches. A 16-entrant bracket is 15 matches; a 64 entrant bracket is 63. Adding a third-place playoff adds one match, for a total of N.
How many rounds does a single elimination bracket have?
A single elimination bracket has ceil(log2 N) rounds, where N is the number of entrants. That is 3 rounds for 8 entrants, 4 for 16, 5 for 32, and 6 for 64. Because the field halves each round, the round count grows only logarithmically, which is why even very large fields finish in a small number of rounds.
What are byes in a single elimination bracket?
A bye is a free pass through the first round, given when the number of entrants is not a power of two. The bracket expands to the next power of two, P = 2 to the power of ceil(log2 N), and the number of byes is P − N. A 13-entrant field expands to a 16-slot bracket with 3 byes; a 23-entrant field expands to 32 slots with 9 byes. Byes go to the top seeds and must be spread evenly, never clustered in one section.
How does seeding work in single elimination?
Standard "slaughter" seeding pairs the highest available seed against the lowest available seed so that the strongest entrants only meet in the late rounds. In an 8-seed bracket the first-round pairings are 1 versus 8, 2 versus 7, 3 versus 6, and 4 versus 5. This protects the bracket from a top seed being knocked out early by another top seed and keeps the most anticipated matchups for the final rounds.
Why does single elimination have a third-place playoff?
A single elimination bracket can only reliably rank first place, because everyone except the champion is defined solely by the round they lost in. To produce a credible third place, the two losing semifinalists play one extra match — the third-place playoff — which adds one match for a total of N. It is optional but common when an event needs a defensible podium.
Is single elimination fair?
Single elimination is the least fair common format. A single upset or off day ends an otherwise strong contender, half the field plays only one match, and only the champion's placing is statistically reliable — the rest of the standings reflect draw luck as much as skill. Its appeal is speed and drama, not fairness; pair it with a third-place playoff or choose double elimination or round robin if fairness matters.
When should you use single elimination?
Use single elimination when the field is large, time and courts are limited, and you want a simple, dramatic, one-day event. It uses the fewest matches of any format and parallelizes heavily, so the whole first round can run at once. A single-elimination bracket plus a third-place playoff is a safe, widely-used default for physical sports where you cannot ask entrants to play many matches in a day.

Sources & further reading

  • Single-elimination tournament (Wikipedia)
  • Score7 — Single elimination tournament: how it works
  • Score7 — Single elimination vs double elimination
  • BracketsNinja — Single elimination bracket
  • Turnio — Elimination bracket tournament guide

Keep reading

Formats

Double Elimination Brackets Explained

A complete reference to double elimination: winners and losers brackets, the bracket reset, the 2N−2 vs 2N−1 match math, scheduling, and fairness.

May 15, 2026·7 min read
Formats

Round Robin Tournaments: Format, Scheduling & Math

A complete reference to the round robin format: the N(N−1)/2 match formula, circle scheduling, Berger tables, pool play, fairness, and tiebreakers.

May 15, 2026·9 min read
Formats

Group Stage Plus Knockout Format Explained

How the group stage plus knockout format works: pot-based snake seeding, how many teams advance, the match math, fairness trade-offs and tiebreakers.

May 15, 2026·8 min read

Run it on Skedge

Stop running your league on a spreadsheet

Skedge handles registration, entry fees, pairings, live scores, and payouts end to end — for americanos, leagues, ladders, and tournaments across tennis, padel, and pickleball.

Start a season free
Download on theApp Store
Get it onGoogle Play

© 2026 Skedge. All rights reserved.

BlogHelpPrivacyTerms