Last Updated: May 2026

Wheel of Names

Paste your names, spin the wheel, and pick a random winner. Free name picker wheel for classrooms, teams, and giveaways.

8 names entered

Advertisement
AvaLiamMiaNoahEmmaOliverSophiaEthan
Advertisement

Explore all generators

Try These Tools Next

How to Use the Wheel of Names

Type one name per line into the names box. You can also paste a column straight out of Google Sheets, Excel, or a class roster document — each row becomes its own line, and the wheel redraws instantly as the text changes.

Click Spin the Wheel. The wheel accelerates, slows down over roughly four seconds, and stops with one segment under the orange pointer at the top. That name is the winner, and it appears in a highlighted banner directly under the wheel.

Click Spin Again for another independent pick. Every spin resets the odds completely, so the same person can win twice in a row unless you remove them from the list.

Turn on Remove winner after spin when you want an elimination draw. Each winner is deleted from the names box the moment the wheel stops, so repeated spins work through the whole group without ever repeating a name. This is the setting to use for turn order, presentation slots, or tiered prizes.

Use Shuffle Names to scramble the segment order before spinning. It changes nothing about the odds, but it keeps friends who entered their names together from sitting side by side on the wheel, which makes the draw feel more neutral to a watching group.

Why the Wheel of Names Is Fair

The winner is chosen with crypto.getRandomValues() from the Web Crypto API, the same cryptographically secure generator browsers use to create encryption keys. It draws entropy from your operating system rather than from a predictable software formula.

This matters more than it sounds. The common Math.random() function is a pseudo-random generator that can produce detectable patterns over many draws. For a classroom pick that difference is invisible, but for a public giveaway it is the difference between a draw you can defend and one you cannot.

The winning index is decided the instant you click spin, before a single frame of animation plays. The rotation is then calculated backwards so the wheel lands on that predetermined segment. Nothing about the animation speed, the moment you click, or the device you use influences the outcome.

Every name occupies exactly one equal slice of the 360-degree circle, so with 20 names each holds 18 degrees and a 5 percent chance. Previous results have no effect on future spins. Each spin is fully independent.

Weighted Draws With Duplicate Names

Enter a name on more than one line to give it more segments and better odds. With 10 total entries, a name listed twice fills two slices, or 20 percent of the wheel, and wins roughly twice in every 10 spins.

This is the simplest way to run a weighted raffle. If entrants earn extra tickets for sharing a post, buying a product, or participating in class, add one line per ticket. The wheel handles the math visually, and everyone watching can see exactly how many slices each person holds.

Keep weighted lists short enough to read. If one person holds 15 of 40 entries, the wheel gets crowded — in that case the random number generator paired with a numbered ticket list is easier to audit.

Classroom Uses for a Name Picker Wheel

Cold calling students. Load the class roster once at the start of the lesson and spin whenever you need a volunteer. Because the pick is visibly random, students stop reading intent into who gets called on, and participation spreads evenly across the room instead of clustering on the same three raised hands.

Full-class rotations. Switch on elimination mode and spin repeatedly to build a complete order for read-alouds, presentations, or lab station assignments. The winner history records the exact sequence, so you can copy it into your notes and resume later.

Classroom jobs. Spin at the start of each week to assign line leader, board cleaner, or materials monitor. The randomness sidesteps the argument that the same students always get the good jobs.

Group formation. Spin to pick group captains, then hand off to the random team generator to split the remaining names into balanced teams in one step.

Review games. Combine a name spin with a question bank so both the student and the question are drawn at random. Adding the random letter generator creates category games where a student must answer starting with a given letter.

Giveaways, Meetings, and Streams

Social giveaways. Export entrant usernames, paste them in, and spin on camera. The visible wheel is your proof of a fair draw — a spreadsheet formula produces the same randomness but convinces nobody watching. Record the screen and the winner history serves as your audit trail.

Standups and meetings. Spin to choose who reports first, who runs the retro, or who takes notes. It takes three seconds and avoids the silence that follows "so, who wants to start?"

Live streams. Streamers put viewer names on the wheel to pick duo partners, challenge targets, or prize winners. The four-second spin is short enough to keep pace and long enough to build tension on stream.

Secret Santa and gift swaps. Run elimination mode to draw a random order, then pair names down the resulting list. The winner history gives you a copyable record of the order.

Everyday decisions. When a group cannot agree, spin instead of arguing. For a two-person choice, the coin flip is faster; for a list of options that are not names, use spin the wheel.

Tips for Better Spins

Keep names short. First names or nicknames read clearly on the wheel, while long full names get truncated with an ellipsis in narrow segments. If you must use full names, spin with 12 or fewer at a time.

Stay at or under 20 names for group viewing. The wheel supports up to 60 segments, but past 20 the labels shrink noticeably on a projector. For larger rosters, shuffle with the list randomizer and spin on the top 20.

Check for duplicates before a serious draw. An accidentally pasted repeat silently doubles someone's odds, which is exactly the complaint a public giveaway cannot afford.

Cast the tab to a TV or smartboard for group use. The wheel scales cleanly to large displays and the result banner stays readable from across a room.

Copy the winner history before closing the tab. Names and results are never uploaded and are not saved between sessions, so a page reload clears everything.

Wheel of Names vs Other Random Pickers

All the pickers on this site share the same cryptographic randomness. What differs is the experience of arriving at the answer, and that shapes which tool fits the moment.

The wheel of names is built specifically for people: a roster in, one winner out, with an animation an audience can watch. Use it when the draw needs witnesses.

Spin the Wheel is the same mechanic for non-name options like restaurants, chores, or prizes. List Randomizer returns an entire shuffled order at once instead of one pick at a time, which is faster for long lists. Random Team Generator takes the same roster and splits it into balanced groups. Random Number Generator is the right call for numbered raffle tickets, where the ticket number matters more than the name.

FAQ

A wheel of names is a spinning picker wheel that selects one name at random from a list you enter. You type or paste the names, each name becomes a colored segment on the wheel, and clicking spin rotates the wheel until it stops on a single winner. Teachers use it to call on students, managers use it to pick presenters, and streamers use it to choose giveaway winners. This wheel of names is free, needs no account, and runs entirely in your browser.