How to Use the Spin the Wheel — Name Picker
The Spin the Wheel Name Picker is a visual, animated random name selector. Add any list of names, spin the wheel, and it lands on a random winner. The wheel segments are colour-coded for easy identification, and a spin history tracks all previous results.
Type names into the input (one per line, or comma-separated), then click spin. The wheel animates with realistic deceleration and lands on the selected name with a clear highlight and announcement. Add or remove names between spins without resetting the wheel.
The randomness uses the browser's cryptographic random number generator — the outcome is truly random and cannot be predicted or manipulated. Each spin is independent regardless of previous results, just like a fair coin flip.
📊 Worked Example
Common wheel configurations:
- Classroom: 30 student names for cold-calling
- Team: 8 names to pick a volunteer for a task
- Competition: 50 participants for a prize draw
- Decision: Monday/Tuesday/Wednesday/Thursday/Friday for "what day to have the meeting"
Common Use Cases
- ✅ Randomly selecting students to answer in class
- ✅ Picking a winner for a social media giveaway or competition
- ✅ Choosing which team member takes a task or presents
- ✅ Making random decisions from a list of options
- ✅ Running a fair draw at events, parties, or meetings
- ✅ Selecting order of play or speaking order in a group
Frequently Asked Questions
Is the spin result truly random?
Yes. The spin uses window.crypto.getRandomValues() — the browser's cryptographically secure random number generator. This produces genuinely unpredictable results. The wheel animation adds variable spin duration, but the winner is determined by the random number before the animation begins.
Can I add more than 50 names?
The wheel works with any number of names, though visual clarity decreases with more than 20–30 entries as segments become very thin. For large prize draws (100+ entries), the random list method (random number or random selector) may be easier to read and present to an audience.
Can I remove a name after it's been selected?
Yes. After a spin, you can remove the selected name from the list before spinning again. This ensures each name can only win once — useful for allocating tasks or prizes where the same person shouldn't be selected twice.
How can I share the wheel with specific names pre-loaded?
The URL updates to reflect your name list in most cases, allowing you to bookmark or share a pre-configured wheel. If the names are too long for the URL, save the list as a text file and paste it in when needed.
Can I use this for classroom seating assignments?
Yes. Add seat numbers (or seating zones) to the wheel, spin once per student to assign seats randomly. You can also add student names as the wheel options and spin to determine who gets to choose their seat first. Remove each assigned seat after spinning to avoid duplicates.