Generator Tools
Decision Wheel
Spin a fair random wheel to pick a name, choice, raffle ticket, or decision. Custom items, animated spin, remove-winner mode, and full spin history.
One item per line. Up to 200 items. Duplicates and empty lines are removed automatically.
Quick presets
Mode
Every spin picks from the full list. Use for decisions and choices.
Each spin is a fair, uniformly random pick (crypto.getRandomValues).
Spin to reveal a winner. The result lands under the pointer and is announced here.
Spin history
The last 0 spins in this session, most recent first.
No spins yet. Click Spin the wheel to start a session.
Every spin is generated locally using crypto.getRandomValues with unbiased rejection sampling. Your items, spins, and history stay in your browser; nothing is uploaded.
How to use
- Type one item per line into the items box. Up to 200 items are supported. Empty lines and duplicates are removed automatically.
- Choose a mode. Keep all items spins the full list every time. Remove winner drops the picked item from the wheel after the spin (good for raffles and draft orders).
- Click Spin the wheel. The wheel rotates through several full turns, then settles under the pointer at the top.
- Read the winner from the highlighted result card. Use Copy winner to put it on your clipboard.
- In Remove winner mode, the picked item leaves the wheel automatically. Use Restore all to bring every original item back when the wheel runs out or you want to start over.
- Use Copy list or Copy summary in the spin history to export every result from this session. Click Clear history to reset the log without changing the wheel.
About this tool
Decision Wheel is an animated, color-coded picker wheel that turns a list of items into a fair, one-spin random choice. Type any items (one per line, up to 200), pick a mode, and click Spin the wheel. The wheel renders one slice per item with auto-assigned colors and the winning slice settles under the pointer at the top of the wheel. Two modes cover the common use cases. Keep all items keeps every slice on every spin, which is the right mode for decisions and choices (what to eat, which game to play, which task to do next, yes/no/maybe, pick a team to play, pick a song to listen to, classroom call-on, family vote-breaker). Remove winner takes the picked item out of the wheel after the spin finishes, which is the right mode for raffles, lucky draws, draft orders, secret santa pairs, prize giveaways, turn order in a board game, and any draw where each item should be picked at most once; a Restore all button brings the full list back when the wheel runs out. Randomness uses crypto.getRandomValues with unbiased rejection sampling, so each slice is equally likely no matter how many items are on the wheel and there is no modulo bias toward the start of the list. The wheel spins through several full revolutions before settling so the result feels suspenseful but is not actually picked by where the wheel stops; the winner is chosen first and the rotation is computed to land on the chosen slice (this is the only way to keep the visible result and the actual random pick in sync). A session history keeps the last 50 spins with timestamps so you can review a draw, copy the running results to share with a class or a team, or grab a full summary report for a raffle log. Items, picks, and history all stay on your device; nothing is uploaded and there is no signup.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
List Randomizer
Shuffle items, draw winners, or build random teams from any list.
Open tool
GeneratorCoin Flip
Fair virtual coin flip with single, multi flip, and custom outcomes.
Open tool
GeneratorRandom Number Generator
Random integers, decimals, dice rolls, and list picks with unique-only and sort.
Open tool
GeneratorRandom String Generator
Random strings with hex, base32, base58, base62, base64 URL-safe, or a custom alphabet.
Open tool
GeneratorUUID Generator
Generate UUID v4 identifiers in batch.
Open tool
SecurityPassword Generator
Strong random passwords with length and character controls.
Open tool