The problem with “just pick someone”
Whenever a group needs one person — to present first, to answer a question, to grab the lunch order — someone has to choose, and every manual choice invites the same complaints: “you always pick her”, “I went last time”, “that wasn’t random”. Classic workarounds each have flaws. Names in a hat are slow to set up and easy to fumble. Going alphabetically punishes the same people every time. Counting-out rhymes are deterministic if you know the starting point.
A spinning wheel fixes the fairness problem and the perception problem at once. Every name occupies an identical slice, the spin happens in front of everyone, and the pointer lands where it lands. Because this picker chooses the winner with a uniform random draw (each of n names has a 1 / n chance), the visual matches the math.
How to pick a random name in 15 seconds
- Click into the entries box and paste your list — one name per line. A column copied from a spreadsheet works as-is.
- Optionally give the wheel a title (“Sprint demo order”, “Who buys coffee”).
- Press Spin the wheel. After a few seconds of suspense, the winner appears with confetti.
- Spin again for another round, or enable elimination mode to remove each winner so nobody is picked twice.
No-repeat rounds and weighted picks
Two switches cover most real situations. Elimination mode removes each winner from the wheel automatically — use it to build a full speaking order (spin until the wheel is empty and write down the sequence) or to hand out several distinct prizes. Duplicates as weights is the transparent way to bias a pick: add a name on two or three lines and its probability doubles or triples, with the extra slices visible to everyone watching. The wheel never hides a weighting.
Save a wheel per group
The Copy share link button packs your names into the URL itself, so you can keep one bookmarked wheel per team, class, or friend group and reopen it instantly — no account, nothing stored on a server. Also see the classroom name picker for teacher-specific tips, the raffle winner generator for prize draws, or the yes or no wheel when the question isn’t “who” but “whether”.
Random name picker FAQ
Why use a wheel instead of just picking a name yourself?
Humans are famously bad at being random — we avoid names we picked recently, favor people we are looking at, and cluster choices. The wheel gives every entry the same 1-in-n probability on every spin and does it in public, so the result is both fair and seen to be fair.
Can I paste names from Excel or Google Sheets?
Yes. Copy a column of names and paste it into the entries box — each cell arrives on its own line, which is exactly the format the wheel expects. Blank lines and extra spaces are ignored automatically.
Does shuffling the names change the odds?
No. The winner is picked by drawing a random index across all entries, so slice position never matters. Shuffle exists because audiences find a mixed wheel more convincing, and it is useful when you want the visual order to differ from your source list.
Can everyone be picked exactly once over several rounds?
Turn on elimination mode ("Remove winner after each spin"). Each person picked is dropped from the wheel, so nobody repeats until the wheel is empty — ideal for presentation order or secret-santa style assignment.