Knockout Tournament Calculator
The bracket size, number of rounds, byes and total matches for a single-elimination tournament with any number of entries.
A knockout needs a bracket that is a power of two — 8, 16, 32 — because each round halves the field.
How the knockout tournament calculator works
A knockout needs a bracket that is a power of two — 8, 16, 32 — because each round halves the field. When the entries are not a power of two, the difference is made up with byes: the top seeds skip the first round. With 12 entries the bracket is 16, so four byes go to the top four seeds and the other eight play in round one.
The total matches is always entries − 1, whatever the byes, because every match eliminates exactly one competitor and all but the winner must be eliminated. It is one of the tidiest results in tournament design.
Formula: bracket = next power of 2; byes = bracket − entries; matches = entries − 1
Worked examples
| Inputs | Total matches | Note |
|---|---|---|
| 12 entries | 11 | 16 bracket, 4 byes, 11 matches |
| 16 entries, no byes | 15 | 15 matches over 4 rounds |
| 32 with a third-place playoff | 32 | 32 matches |
FAQFrequently asked questions
How many matches in a knockout?
Always entries minus one, because every match eliminates exactly one competitor and all but the winner must go.
What is a bye?
A free pass to the second round, given when the entries do not fill a power-of-two bracket. Byes normally go to the top seeds.
How many rounds will it take?
The log base two of the bracket size — 16 entries take four rounds, 64 take six.
Why must the bracket be a power of two?
Because each round halves the field, so only 2, 4, 8, 16 and so on divide evenly down to a single winner.
Does a third-place playoff change the count?
It adds exactly one match, played between the two beaten semi-finalists.
Where these figures come from
- World Handicap System — Rules of Handicapping — the score differential and handicap index formula
- International Cricket Council — Playing Conditions — over structure and run-rate definitions
- England and Wales Cricket Board — the national body for the sport these statistics most often describe here
Last checked: September 2026. Formulas follow the governing bodies where one publishes them — the World Handicap System for golf, the ICC playing conditions for cricket run rates.