How to Use the Random Name Picker
A random name picker is one of the most practical tools a teacher, manager, event host, or game master can have at hand. You paste a list of names, click a button, and the tool flashes through the list with an animated rolldown before stopping on a single winner. The animation creates a moment of suspense that makes random selection feel exciting and fair, and the visual confirmation that the name was chosen by an algorithm leaves no room for accusations of favoritism.
Loading Your Name List
Paste names into the text box one per line. The picker treats each non-empty line as a separate entry, so list formatting like trailing whitespace, blank lines, and indentation are all handled gracefully. The counter beneath the box shows how many valid names you have, which is useful when you need to confirm that everyone is included before the first pick. There is no upper limit on list size — the tool happily handles classroom rosters of 25, conference attendee lists of 200, or giveaway entry lists of several thousand.
Animated Picking
When you click the Pick a name button, the display rapidly cycles through random names from the list, slowing down over about two seconds before settling on the final winner. This deceleration mimics the feel of a slot machine reel, building anticipation in the same way a spinning wheel does. The actual winner is decided at the moment you click, using crypto.getRandomValues() for cryptographically secure randomness — the visual flash is purely for show.
Remove After Pick Mode
By default each pick is independent of the previous one — a name can be drawn twice in a row, three times in a row, or never at all over a session. When you need to draw multiple distinct winners — for prize drawings, group ordering, or call order in a classroom — turn on Remove name after pick. The tool will eliminate each winner from the list as it is drawn, guaranteeing that everyone gets picked at most once and nobody is overlooked. When the list is empty the picker will tell you so.
Classroom and Meeting Use
This tool was designed with classrooms and team meetings in mind. The fullscreen button blows the picker up to fill the entire screen — perfect for projectors and shared monitors so the whole room can watch the selection happen together. The large, bold winner display is readable from across a room, and the sound effect (which can be disabled if needed) calls everyone's attention when the result lands. Teachers find this far less awkward than calling on students by name, and managers find it removes any sense of arbitrariness when picking who presents next or who picks the lunch spot.
For Giveaways and Drawings
If you are running a social-media giveaway or community drawing, the random name picker provides a transparent and verifiable selection mechanism. Paste the entry list, optionally screen-record the pick, and you have proof that the winner was selected fairly. Combine with the remove-after-pick mode to draw a primary winner plus runners-up in case the primary cannot claim the prize.
Frequently Asked Questions
Is the picker truly random?
Yes. The winner is chosen using cryptographically secure randomness, the same source used for password generation. Every name on the list has exactly equal probability of being picked.
Are my names sent anywhere?
No. The picker runs entirely in your browser. Names are never uploaded to a server, never logged, and never persisted across visits. Refreshing the page clears everything.
Can I import a CSV or spreadsheet?
Copy the column of names from your spreadsheet and paste directly into the textarea. Excel, Google Sheets, and Numbers all paste a cell column as a newline-separated list, which is exactly what the picker expects.
This random name picker is completely free, has no signup, and respects your privacy. Bookmark it for the next time you need a fast, fair, and visible random selection.
Try also: Spin the Wheel · Random Team Generator