Events
How to Run a Fair Prize Draw at Your Next Event
Running a draw people trust is mostly about what you do before you spin. A practical setup for charity raffles, office parties and livestreamed giveaways.
TheNameWheel6 min read
The problem is trust, not randomness
Any reasonable method picks a fair winner. What separates a draw people accept from one they grumble about is whether they could see it happen — and whether the rules were fixed before the names went in.
Almost every dispute traces back to the same thing: something was decided after the entries were known. Announce the method, the prize order and the rules for absent winners before you draw, and there is nothing left to argue about.
Before the event
- Fix the entry rules and say them out loud. One entry per person, or one per ticket? Write it down; you will be asked.
- Decide the prize order in advance. Drawing the big prize first changes the atmosphere for every draw after it — most hosts go smallest to largest.
- Decide what happens if a winner is not in the room. "Redraw after thirty seconds" is a rule; "we'll see" is an argument waiting to happen.
- Load your entries and save the wheel. Pasting a list into the giveaway wheel takes seconds, and saving it means a browser crash mid-event is an inconvenience rather than a disaster.
Setting up multi-prize draws
The mechanic that matters for more than one prize is auto-remove: each winner leaves the wheel as soon as they are drawn, so the same person cannot take two prizes and you do not have to edit the list live in front of an audience.
Turn it on in Options before the first spin. Then draw as many times as you have prizes — the wheel shrinks visibly each round, which an audience reads as the draw progressing rather than as something being fiddled with.
If your rules do allow repeat winners, leave it off and say so beforehand. Either is defensible; changing your mind halfway is not.
On the night
Put the wheel on the biggest screen you have and use full-screen mode. A draw people can read from the back of the room is a draw people believe.
Spin slowly. Slow mode takes about eight seconds, which feels long when you are hosting and about right to everyone watching.
Read the winning name from the screen, not from a list in your hand. It is a small thing and it removes the last suggestion that the screen and the outcome might be different.
Afterwards
Export the results as CSV. For a charity raffle or anything with a regulator, a timestamped record of every draw is worth the four seconds it takes — and for an office party it settles the inevitable "wait, who won the second one?".
For a livestream, the result card is usually enough: it renders the winner's name and the draw title as an image you can drop straight into chat or a post.
Questions
Is an online wheel random enough for a real prize draw?
The winner is selected with your browser's cryptographic random number generator before the animation starts, and the wheel then rotates to that result. For raffles, giveaways and workplace draws that is more than sufficient. If you are running something with a legal requirement attached, check what your regulator specifies — that is a compliance question, not a technical one.
How do I stop one person winning twice?
Enable Auto-Remove before the first spin. Each winner is taken off the wheel as they are drawn, so a multi-prize draw runs start to finish without editing the list.
Can I show the wheel on a projector or a stream?
Yes — there is a full-screen button on the wheel, and dark mode holds up better under stage lighting. For a stream you can also embed the wheel directly in a page with a script tag.
Do you keep a copy of my entrant list?
No. Entries stay in your browser and are never sent to a server. The consequence worth knowing: clearing your site data deletes them, so export a CSV if you need a record.