# Tournament Bracket Generator

> Build a single-elimination bracket with byes placed correctly for any number of entrants.

A single-elimination bracket must have a power-of-two number of places, so any other field size needs byes. This generator rounds up to the next power of two, awards the byes to the top seeds, and uses standard seeding order so the strongest entrants can only meet in the final.

**URL:** https://convertto.tech/t/tournament-bracket-generator
**Category:** Randomisers & Games (https://convertto.tech/c/random-generators)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your entrants.
2. Choose the seeding.
3. Turn "Include a third-place play-off" on or off as needed.
4. Enter or paste your seed.
5. The result appears immediately — copy or download it.

## FAQ

### Why does my bracket have byes?

Because a single-elimination bracket must have a power-of-two number of places — 2, 4, 8, 16. Any other field size is rounded up and the spare places become byes, which standard seeding awards to the top seeds.

### What does standard seeding actually do?

It places entrants so the two strongest can only meet in the final, the top four only in the semi-finals, and so on. That is why seed 1 plays the lowest seed rather than seed 2 — the bracket is built by reflection.

## Related tools

- [Bingo Card Generator](https://convertto.tech/t/bingo-card-generator): Generate unique bingo cards from your own list of items, with an optional free space.
- [Dice Probability Calculator](https://convertto.tech/t/dice-probability-calculator): Roll dice notation like 3d6+2 and see the full probability distribution.
- [Lottery Number Generator](https://convertto.tech/t/lottery-number-generator): Generate random lottery lines for common draws, with the real odds shown.
- [Random Date Generator](https://convertto.tech/t/random-date-generator): Generate random dates in a range, optionally restricted to working days.
- [Random Picker & Team Generator](https://convertto.tech/t/random-picker): Pick winners from a list, or split names into balanced random teams.
- [Random Team Generator](https://convertto.tech/t/random-team-generator): Split a list of people into balanced random teams, by team count or team size.
- [Secret Santa Generator](https://convertto.tech/t/secret-santa-generator): Draw gift assignments where nobody gets themselves, with exclusions for couples.
- [Username Generator](https://convertto.tech/t/username-generator): Generate available-looking usernames and handles in several styles.
