Bracket Generator
Pick the right knockout structure and generate it. This page covers the four bracket formats, how many matches each one costs you, how byes and seeding are worked out, and how the generated bracket runs itself on the day through a live public URL and mobile score entry.
Choosing a format
| Format | Matches | Guaranteed games per team | Best for |
|---|---|---|---|
| Single elimination | n − 1 | 1 | Short days, big entry lists, tie-break finals |
| Double elimination | ≈ 2n − 2 | 2 | Competitive cups where one bad match shouldn't end the day |
| Consolation | up to 2n − 2 | 2+ | Youth events that must keep every team playing |
| Group stage + knockout | group games + n − 1 | 3+ | Weekend youth cups — the most common choice |
For youth football the guaranteed-games column usually settles it. A straight knockout sends half the field home after one match, which is hard to defend when families have driven two hours. Most organisers run short groups first — see the round robin generator — and use the bracket for the closing rounds only.
Bracket size, byes and match counts
A knockout needs a power-of-two number of slots. Any shortfall becomes byes, handed to the highest seeds: byes = nextPowerOfTwo(n) − n.
| Teams | Bracket size | Byes | First-round matches | Single elim total | Double elim total |
|---|---|---|---|---|---|
| 5 | 8 | 3 | 2 | 4 | 8–9 |
| 6 | 8 | 2 | 2 | 5 | 10–11 |
| 8 | 8 | 0 | 4 | 7 | 14–15 |
| 12 | 16 | 4 | 4 | 11 | 22–23 |
| 16 | 16 | 0 | 8 | 15 | 30–31 |
| 20 | 32 | 12 | 4 | 19 | 38–39 |
| 32 | 32 | 0 | 16 | 31 | 62–63 |
| 48 | 64 | 16 | 16 | 47 | 94–95 |
Double elimination totals show a range because the grand final may need a second match if the losers' bracket winner beats a side that has not lost yet.
Seeded vs random placement
A random bracket shuffles teams into slots regardless of strength — fine for a sweepstake, unfair for a cup, because the two best sides can meet in round one. Standard seeding pairs strongest against weakest and splits the top two into opposite halves:
| Bracket | First-round pairings |
|---|---|
| 4 teams | 1 v 4, 2 v 3 |
| 8 teams | 1 v 8, 4 v 5, 3 v 6, 2 v 7 |
| 16 teams | 1 v 16, 8 v 9, 5 v 12, 4 v 13, 3 v 14, 6 v 11, 7 v 10, 2 v 15 |
When the knockout follows groups, seed by group position and keep teams from the same group on opposite sides so a group pairing cannot repeat in the first knockout round.
How many pitch hours the bracket needs
At 30-minute slots including changeover, running each round in parallel:
| Teams | Single elim matches | 2 pitches | 4 pitches |
|---|---|---|---|
| 8 | 7 | 2h 00m | 1h 30m |
| 16 | 15 | 4h 00m | 2h 30m |
| 32 | 31 | 8h 00m | 4h 30m |
Rounds cannot overlap — a quarter-final cannot start before both semi-finalists are known — so extra pitches stop helping once the field narrows. Budget the final rounds at one match at a time.
Related tools
- Bracket maker — build and publish a bracket without reading the maths first.
- Printable football bracket — the PDF wallchart version for the clubhouse wall.
- Tournament draw generator — seeded pots before the bracket.
- Fixture generator — pitches and kick-off times for every round.
Pricing
Brackets are part of CupHelp alongside registration, payments, referees and live results. Pricing is €1 per team up to 8 teams and €3 per team on the Club plan above that — see the pricing page.
Tournament bracket generator — frequently asked questions
Byes, seeding, format choice, draws and re-seeding.
About the author
Peter co-founded CupHelp after years of organising youth football tournaments, and writes these guides from hands-on experience running cups and building the software clubs use to run them.
How we write these guides
Every guide on CupHelp is written by someone who organises football tournaments and builds the tooling for them, and reviewed by the team before publication. We revisit guides when pricing, formats or product behaviour change.
- Written from first-hand experience running tournaments, not outsourced to a generalist content writer.
- Match counts, formats and scheduling maths are checked against how the CupHelp scheduler actually behaves.
- Pricing shown here is kept in step with our pricing page.
- Spotted something wrong or out of date? Tell us and we'll correct it.
Reviewed by the CupHelp team before publication. Published 2026-04-12, last updated 2026-05-09. Read our editorial & corrections policy.