Skip to main content
ToolsHub

Wheel of Names

Enter names or options, spin the wheel, and get a random winner — your list is shareable by link and runs entirely in your browser.

Files never leave your browser

5 entries

How to use Wheel of Names

Spin a colorful interactive wheel to pick a random winner from your list of names or options. Enter entries one per line, click Spin, and watch the wheel land on a cryptographically random choice — every entry has exactly equal odds thanks to the Web Crypto API. Perfect for classroom name draws, contest winner selection, party games, decision-making, and team assignments.

  1. Type or paste your list of names or options — one entry per line — in the text area.
  2. Review the colorful wheel preview, which updates automatically as you edit the list.
  3. Click "Spin the Wheel" and watch the animated spin slow to a random stop.
  4. See the highlighted winner prominently displayed below the wheel.
  5. Click Copy to save the winner, or spin again for a fresh random pick.

Your data never leaves your device — 100% private processing.

Equal probability and fair randomness

Each entry on the wheel occupies exactly the same arc length — (360° ÷ n) degrees — so no entry has a statistical advantage regardless of the order they were added or their position on screen. The winning index is selected using window.crypto.getRandomValues(), a cryptographically secure source drawing from OS-level entropy (hardware events, timing jitter). This is the same source used to generate cryptographic keys, making results genuinely unpredictable rather than just appearing random.

When to use a spinning wheel picker

A spinning wheel is psychologically more satisfying than a plain random number because the visual animation builds anticipation and the result feels fair to all participants. Common uses include: teachers picking students to answer questions without repetition bias; competition hosts selecting raffle winners; teams deciding which task to tackle first; families choosing a restaurant or weekend activity; content creators picking giveaway winners on stream; and board-game nights replacing physical spinners. The shareable link feature lets you set up a wheel on desktop and spin it on a phone or projector.

Use caseTypical entriesTips
Classroom pickerStudent namesAdd each name once for equal chance
Raffle drawTicket numbers or namesAdd duplicate entries to weight odds
Team rotationTeam member namesRemove winner after spin for no-repeat
Decision makerOptions like "Pizza, Sushi, Burger"Spin to break decision paralysis
Prize wheelPrize namesAdd "No prize" multiple times to adjust odds

Weighted entries

Want some entries to have a higher chance of winning? Add them multiple times — one extra line per additional weight unit. For example, if Alice should have twice the chance of Bob, enter "Alice" on two lines and "Bob" on one. The arc length allocated to each entry adjusts automatically. This mirrors how real raffle drums work: each ticket is a separate entry with equal weight, so buying more tickets increases the odds proportionally.

Glossary

Cryptographically secure RNG
A random number generator that draws from hardware entropy sources, making its output unpredictable even to an attacker who knows the algorithm.
Arc segment
Each colored slice of the wheel representing one entry, sized as 360° divided by the total number of entries.
Ease-out animation
A spin animation that starts fast and gradually slows to a stop, mimicking the physics of a real spinning wheel.
Entropy
Unpredictability or randomness in a system — higher entropy means less predictable outcomes.
Weighted draw
A random selection where some items appear more than once, increasing their probability of being chosen.

Related reading

Frequently Asked Questions

Free · No spam

Get weekly tool tips & updates

New tools, power-user tips, and productivity hacks — delivered free every Friday.

No spam, ever. Unsubscribe with one click.

Why use Wheel of Names?

  • Cryptographically random generators for secure use cases
  • Fully configurable output — length, charset, quantity
  • Download or copy output in one click
  • No data logged or stored — 100% private generation

Common use cases

  • Generate a strong random password for a new account
  • Create test data with realistic-looking names and emails
  • Produce random numbers for a classroom lottery
  • Generate Lorem Ipsum placeholder text for mockups
  • Create unique UUIDs for software development

Related Generators

Explore all Generators.