Consolation Bracket Generator
The complaint about a straight knockout is always the same: half the field plays once. A consolation bracket answers it in the cheapest way available — the first-round losers get a competition of their own, everybody plays at least twice, and the whole thing costs a handful of extra matches rather than double.
What this generator does
Builds two linked draws: a standard single knockout, and a consolation competition contested by everybody who lost in round one. The consolation draw is a knockout of its own, producing a consolation winner alongside the main winner. Every entrant is guaranteed at least two matches, and the plan shows both draws with the round each match belongs to so they can be scheduled alongside each other.
How to use this tool
- Paste your entrants, one per line.
- Choose a seeded or random draw.
- Press Build the bracket.
- Print or copy the plan — the main draw and the consolation draw are listed separately, with what each match decides.
Understanding the controls
- Entrants
- One per line, three to sixty-four. Fields that are not a power of two are padded with byes given to the top of the draw. An entrant with a bye does not enter the consolation draw, because they did not lose in round one.
- Seeded or random
- Seeding keeps your order and separates the top two into opposite halves of the main draw. A random draw shuffles, which is the right choice when your ranking is a guess.
Worked examples
- Eight entrants
- 7 main matches plus 3 consolation matches — 10 in total, against 7 for a plain knockout.
- The guarantee
- Everybody plays at least twice; only the first-round losers enter the consolation draw.
- Against full placement
- Eight entrants: 10 matches here, 12 for a bracket that ranks everybody.
- Scheduling
- Consolation round one runs alongside main round two, so the day does not get longer.
Common use cases
- Club competitions where a plate or shield runs alongside the cup
- Junior events, where one match is not enough of a day out
- Any knockout where the venue is booked for longer than the main draw needs
- Giving a second competitive result to a field that would otherwise be half spectators
- Events that want more matches without the cost of full placement
How this generator works
The main draw is a standard single knockout on a power-of-two bracket, with byes placed at the top by seed order. Everybody beaten in round one — half the bracket — drops into the consolation draw, which is itself a knockout of that many entrants. The two run in parallel: consolation round one can be played at the same time as main round two, which is what keeps the format inside a normal day. The result is two winners and a guarantee of at least two matches each, at a cost of roughly half as many extra matches again rather than the log2(n) multiplier that a full placement bracket needs.
Randomness and fairness
An unseeded draw shuffles entrants with the browser's cryptographic random number generator before placing them into the bracket. A seeded draw takes your pasted order as the seeding and shuffles nothing.
For how randomness is produced across the whole site, see how Generate Random works.
Assumptions this tool makes
- Every match produces a winner, with no draws.
- A bye counts as a win in round one, so the entrant advances and is not eligible for the consolation draw.
Limitations and good to know
- It produces two winners and no ranking beyond them. If you need to know who finished fifth, that is a placement bracket.
- Only round-one losers enter the consolation draw. Somebody beaten in round two plays twice and then stops, which is the usual convention and worth stating before the event.
- An entrant who receives a bye does not join the consolation draw, so in a field with byes not everybody gets exactly two matches.
- It plans the structure rather than the schedule. Court allocation and timings are yours, though the match calculator will estimate the length.
Common mistakes
- Letting later losers into the consolation draw
- The consolation draw is sized for the round-one losers exactly. Adding a round-two loser to it breaks the bracket size, and there is no round for them to enter at.
- Announcing 'everybody plays twice' when there are byes
- An entrant with a first-round bye advances without playing and is not in the consolation draw. Say 'everybody who plays round one plays at least twice' instead, which is true.
- Scheduling the two draws in sequence
- They are designed to run in parallel — consolation round one alongside main round two. Running them one after the other doubles the length for no benefit.
Practical tips
- Give the consolation competition its own name and its own small trophy. A plate that is treated as an afterthought gets played like one.
- Publish both draws at the same time. Knowing there is a second competition changes how a first-round match feels to lose.
- If your field is large and time is tight, this is the format to reach for. Full placement is better and costs considerably more.
Troubleshooting
- The consolation draw has byes too
- That happens when the main bracket had them: fewer round-one losers than half the bracket size. It is expected, and the plan shows where they fall.
- I want everybody ranked
- Use the placement bracket instead. It resolves every position from first to last, at (size/2) x log2(size) matches rather than these.
Privacy and your data
Entrant names never leave your browser. They are not uploaded, not stored and never written into the page address. Analytics records only that a bracket was built and how many entrants there were.
Frequently asked questions
- What is a plate competition?
- The same thing under a different name. Plate, shield, bowl and back draw are all common names for a consolation bracket contested by entrants knocked out of the main draw, most often in the first round.
- Is this the same as double elimination?
- No. In double elimination a loser stays alive in the losers' bracket and can still win the whole event. Here the consolation draw is a separate competition with its own winner, and nobody in it can win the main title.
- How many extra matches does it cost?
- About half as many again. An eight-entrant knockout is 7 matches; adding a consolation draw for the four first-round losers costs 3 more, for 10. Full placement for the same field is 12.
Related generators
- Placement Bracket GeneratorA bracket where nobody is eliminated — every entrant plays every round and finishes with an exact position.
- Double-Elimination Bracket GeneratorDraw a full double-elimination bracket — winners' side, losers' side and grand final — where nobody is out until they have lost twice.
- Tournament Match CalculatorHow many matches and rounds each format takes for a given number of entrants, and roughly how long that is — before you commit to a shape.