How to Make a Tournament Bracket (With Byes, Any Team Count)
Build a fair tournament bracket for any number of teams. Byes explained, single vs double elimination, seeding methods, and four worked examples.
Last updated September 4, 2026 · 11 min read
Two things go wrong when people draw a bracket on a napkin: the seeding turns into an argument, and the team count doesn't divide cleanly. Six players, 12 players, 19 players — the moment you're not at a power of two (4, 8, 16, 32, 64), you have to figure out who gets a first-round bye and how to distribute those byes so it still feels fair. This guide covers both problems: how to seed a bracket so nobody accuses you of rigging it, and how to handle byes when your team count doesn't cooperate. It also walks through when to run a single-elimination bracket versus a double, and four real formats — office ping-pong, a family Mario Kart night, a March Madness pool, and a four-team fantasy playoff — that show the whole process end to end.
Single elimination vs double elimination
The single-elimination format is what most people picture when they hear "bracket." Lose once, you're out. With N teams, the tournament runs log2(N) rounds and every round halves the field: 8 teams becomes 4, becomes 2, becomes 1. The total number of games is always N − 1, because every game eliminates exactly one team and you need N − 1 eliminations to crown a champion. An 8-team single elim is 7 games. A 16-team is 15. That's it.
The appeal of single elim is speed. You can run 8 people through a ping-pong tournament in an afternoon, or 16 through a beer-pong tournament in one evening. The downside is that a single unlucky match ends your day. If your two best players draw each other in Round 1, one of them is out before the tournament really starts. For a casual event where the point is "let's find someone to hand a trophy to before dinner," that's fine. For a competitive league where you want the actual best team to win, single elim is a bit brutal.
Double elimination fixes the "one bad game ends everything" problem by giving every team a second life. When you lose in the main bracket (the "winners' bracket"), you drop into a losers' bracket instead of going home. If you win your way through the losers' bracket, you meet the winners' bracket champion in the grand final. The grand final often requires the losers' bracket team to win twice, since they've already lost once — that "if necessary" bracket-reset match is standard in fighting game tournaments and most esports.
The trade-off is games. A single-elim 8-team bracket is 7 games. The double-elim version is 14 or 15 games, depending on whether the reset happens. Roughly 2x. If you have four hours and eight kids, double elim will fill the evening in a way that keeps everyone in the mix longer instead of half the room being knocked out by 6:15pm. If you have a tight schedule or a rented court by the hour, single elim keeps things predictable.
Rule of thumb: single elim for anything under two hours or where losing early is part of the fun; double elim when a single bad match shouldn't decide it, or when you want to keep more people playing longer.
How byes work when your team count isn't 8, 16, or 32
A bracket needs a power-of-two team count to run cleanly — 2, 4, 8, 16, 32, 64. If you have any other number, you round up to the next power of two and give the "missing" teams a bye in Round 1. A bye is a free pass to Round 2. The team with a bye doesn't play in the first round.
Some worked numbers:
- 5 teams → round up to 8 → 3 byes, 1 first-round match
- 6 teams → round up to 8 → 2 byes, 2 first-round matches
- 9 teams → round up to 16 → 7 byes, 1 first-round match
- 12 teams → round up to 16 → 4 byes, 4 first-round matches
- 19 teams → round up to 32 → 13 byes, 3 first-round matches
- 24 teams → round up to 32 → 8 byes, 8 first-round matches
The formula is: byes = (next power of 2) − N. First-round matches = N − byes, divided by 2.
The trickier question is who gets the byes and where they go in the bracket. Two rules matter:
Byes go to the top seeds. A bye is an advantage — you play one fewer game and you're fresher in Round 2 — so it should go to the teams who earned it, either through prior ranking or a random draw. In a 6-team bracket with 2 byes, seeds 1 and 2 skip Round 1. In a 12-team bracket with 4 byes, seeds 1 through 4 skip Round 1.
Byes should never meet other byes in Round 2. If two teams both had a bye and they end up paired against each other in Round 2, one of them will reach the quarterfinals having played zero games. That's the "byes meeting byes" problem, and the way to avoid it is to place byes on opposite sides of the bracket, not next to each other. In a 6-team bracket, the two byes go in slots 1 and 8 of an 8-slot layout, not slots 1 and 2.
Here's a worked 6-team single-elim bracket. Teams are A, B, C, D, E, F, seeded 1 through 6 in that order.
`` Round 1: A (bye) ---------\ A vs winner(C-F) -\ Slot 4: C vs F --/ \ Final: winner vs winner Slot 5: D vs E --\ / B vs winner(D-E) -/ B (bye) ---------/ ``
Seeds 1 (A) and 2 (B) get byes. The four remaining teams play two Round 1 matches: C vs F and D vs E, with the higher seed protected from meeting the other higher seed too early. In Round 2 (the semifinal), A plays the winner of C-F, and B plays the winner of D-E. The final is the winner of each semifinal. Total games: 5. Total rounds any team could play: 3 (for teams without a bye) or 2 (for the byes).
Seeding: random, power-seeded, or geographic
Seeding decides who plays whom, and it's where most bracket arguments happen. Three methods cover almost every case.
Random draw. Shuffle the list of teams and drop them into slots in that order. This is the right default when nobody in the room has a legitimate ranking — pickup tournaments, family game nights, office pool. Nobody can complain that seeding was rigged if a coin flip decided it. Many people run the batting-order generator or a similar shuffle exactly for this reason.
Power seeding. Rank the teams 1 through N by strength (record, prior rating, coach's poll — whatever your source of truth is). Then place them into the bracket so that the top seed meets the lowest seed in Round 1, the 2 seed meets the second-lowest, and so on. The idea is that the two best teams meet in the final, the four best in the semifinals, and so on down. This is what the NCAA basketball tournament does — the 1 seed plays the 16 seed, the 8 plays the 9, arranged so the top seeds are on opposite sides of the region.
Geographic or group separation. Split the field into groups first (regions, divisions, families, offices), then seed within each group so that teams from the same group can only meet in the later rounds. March Madness does this with its four regions of 16. You'd do it in an office tournament if you wanted the marketing team and the sales team to only meet in the final, not in Round 1.
Random is the fairest default; power seeding rewards the season; group separation protects rivalries for the drama they generate.
Four real-world tournament formats
A March Madness pool with 64 teams. Six rounds: Round of 64, Round of 32, Sweet 16, Elite 8, Final Four, Championship. 63 games total. The real tournament has four regions of 16 with an initial "First Four" play-in round to get from 68 down to 64. For a pool, you generate a bracket per person, they fill it in with predictions, and score each correct pick. A common scoring system doubles the points every round (1, 2, 4, 8, 16, 32) so the championship game is worth as much as the entire first round.
Office ping-pong with 12 people. Round up to 16. Four byes, four Round 1 matches. Seed 1 through 4 (usually the four people everyone agrees are the best) get first-round passes. Round 1 is four matches, Round 2 is four matches (the four byes meet the four Round 1 winners), Round 3 is two semifinals, and Round 4 is the final. Total: 11 matches. If each match is best-of-three to 11 points, you're looking at roughly 15 minutes per match — call it three hours with breaks. Fits in a long lunch or an afternoon.
Kids' Mario Kart night with 8 players. This is the case for double elimination. Single elim gives you 7 games and half the kids are out after Round 1 — miserable for the kids who lost. Double elim gives you around 14 games, and every kid gets at least two turns even if they lose their first. You'll need to explain the losers' bracket ("if you lose, you go over here, and you can still win the whole thing"), but 8-year-olds get it after one round. Total time is longer — plan for two hours — but the room stays engaged.
Fantasy football playoff with 4 teams over 3 weeks. Weeks 15, 16, 17 of the NFL season. Single elim, 3 games total: two semifinals in Week 15, one championship in Week 16 (or 17 if your league also runs a third-place game in Week 16). Seeding is usually by regular-season record with a tiebreaker on points scored. Four teams is small enough that you can just email the bracket around — no tool required — but if you're running a 12-team league where 6 teams make the playoffs, you'll need one bye round and the same math from earlier: 6 teams → 8 slots → 2 byes to the top two seeds.
Skip the drawing: use the free bracket generator
You can absolutely lay out a bracket on paper. For anything more than 8 teams — or anything where the byes need to be distributed cleanly — the tournament bracket generator does the layout for you. Paste your list of teams or players (one per line), pick random or as-entered seeding, and it produces the full bracket round by round with byes marked. It handles any team count, not just powers of two — 5, 12, 19, 47 all work — and it distributes byes so no two byes meet each other in Round 2.
Two things to know. The generator simulates match winners with a coin flip, so the "champion" it names is a preview of the structure, not a prediction of who'll actually win. Use the round-by-round layout as a template you fill in with real results as matches finish. And if you want power seeding rather than random, sort your list by strength before you paste and pick "as entered" — the tool will honor that order and slot the top seed against the bottom seed, second-highest against second-lowest, standard bracket layout.
For a bracket paired with something like a fair coin flip to break a tie or a random pick for who serves first, the giveaway winner picker covers that in the same session.
FAQ
How do byes work in a tournament bracket? A bye is a free pass through Round 1. When your team count isn't a power of two, round up to the next power of two and give the difference as byes. Six teams becomes an 8-slot bracket with 2 byes; the top 2 seeds skip Round 1 and play their first match in Round 2. Byes always go to the higher seeds and are placed so they don't meet other byes in Round 2.
What happens if two byes meet each other in Round 2? That's a bracket layout mistake. If it happens, one team reaches the quarterfinals having played zero games, which nobody wants. The fix is to redraw with byes placed on opposite sides of the bracket — slot 1 and slot 8 in an 8-slot layout, not slots 1 and 2. A good generator does this automatically.
Should I use random or seeded draws? Random for pickup tournaments, casual events, and anything where nobody has a defensible ranking of the field — it kills seeding arguments before they start. Power seeding when you have a real ranking to reward (regular-season record, prior tournament results, an official rating) and you want the top teams to meet late instead of early.
How do I handle a tie in a match? Depends on the format. Board games and card games: rematch or a shorter tiebreaker round. Ping-pong and tennis: play to a two-point margin (deuce). Fantasy football: use total points scored as the tiebreaker, or bench points as the second tiebreaker. Set the tiebreaker rule before the tournament starts so nobody argues it after the fact.
What's the maximum team count a single-elim bracket can handle? Any count, in principle. A 128-team bracket is 7 rounds and 127 games; a 256 is 8 rounds and 255 games. In practice, once you get past 32 teams in a single day, you're better off splitting into groups first (round-robin pools) and running the bracket with just the group winners. That's what most large amateur tournaments do — pool play to get from 64 teams down to 8 or 16, then a bracket for the knockout stage.