Random Multiple Winners
Draw N distinct giveaway winners.
Built and maintained by Paul Clark, Redmoon Software · Last checked
When one winner isn't enough, this tool draws several distinct winners from your entry list in a single pass. It's ideal for giveaways, classroom prizes, or any raffle with multiple prizes, and it guarantees no name comes up twice. Just set how many winners you need and draw them all at once.
Enter. Paste your list of entrants, one name per line.
0 items
Click Draw winners to see a result.
Options
Recent results
- No history yet.
How it works
- Enter. Paste your list of entrants, one name per line.
- Set. Choose how many distinct winners you want to draw.
- Draw. Click "Draw winners" to reveal all of them at once.
About the Random Multiple Winners
Distinct by construction
This draws without replacement, so the winners are always different entries — asking for three winners from a list of forty gives three different people, every time. It is the tool to reach for whenever "can the same person win twice?" has the answer no.
Asking for more winners than there are entries returns everyone rather than erroring, which is the sensible failure: the tool cannot invent entrants.
Why repeated single draws are the wrong approach
The instinct for three winners is to press a single picker three times, and it does not work: each press is independent, so the same name can come up twice while somebody else never comes up at all. With a small list that is not a remote possibility — it is a routine outcome.
Doing it in one draw also removes the temptation to quietly re-roll a winner you did not want, which is the other reason to prefer it when there is a prize involved.
Making it verifiable
- Set a Seed and publish it with the entrant list before drawing. Anyone can then reproduce your result exactly.
- Export the CSV — it numbers the winners, which matters when first place differs from third.
- Duplicate lines are separate entries, so a name typed twice can win twice even here.
- For per-person ticket counts, use the raffle drawer instead, which handles weights.
How many winners a list can actually support
Drawing five winners from a list of six is technically a draw and practically a formality — almost everyone wins, and the announcement carries no weight. There is no rule about the right ratio, but a draw where more than about a fifth of entrants win tends to feel like an allocation rather than a prize.
The opposite problem is worth watching too. With a very large entrant list and a handful of winners, people reasonably want to see that the draw happened rather than being told the result — which is the case for setting a seed and publishing it, or for using a tool with a visible reveal like the ball pit.
Frequently asked questions
Can the same person win twice?
No. Every winner in a draw is distinct, so a single name can't be picked more than once.
Can I weight entries?
Not here — this tool draws unique winners with equal odds. For weighted or multi-entry draws, use the Raffle Drawer instead.
Is the draw fair?
Yes. Winners are selected with your browser's Web Crypto API, so each entry has the same chance and the result is unbiased.
Is my entry list sent anywhere?
No. The draw runs entirely in your browser and your list of entrants never leaves your device.
Related randomizers
Further reading
- Three wheels give you a combination, not an assignment
The Multi-Wheel Picker spins each wheel independently, which is exactly right for "a person and a task" and exactly wrong for "everyone gets a different task". Here is what independence actually costs you, why a blank wheel disappears without a word, and how to tell which of the two jobs you have.
- Keep a record of your random draws (and export them as a spreadsheet)
Most randomizers forget the moment you close the tab, which is fine until someone asks who actually won. Here's how a running history of every draw — saved on your own device and exportable as CSV — gives you a record you can show.
- How to run a raffle or giveaway draw that everyone trusts
Pulling tickets from a hat looks fair but rarely is, and a public giveaway has to survive people who'll cry foul. Here's how to run a draw with weighted tickets, multiple prizes, and a seed anyone can re-check.
- Shuffling a list without bias: the one-line mistake almost everyone makes
The most popular way to shuffle a list on the web is also subtly broken. Here's why sort-by-random gives you a lopsided order, what a fair shuffle actually looks like, and when you want a shuffle versus a draw.