Decision Wheel Spinner – Spin a Wheel to Make Any Choice
Decision paralysis is a small but real cost of everyday life — arguing over where to eat, deciding who presents first, drawing a raffle winner, or assigning chores. The Decision Wheel Spinner turns any list of options into a colorful, spinning wheel and picks a winner in a single click, so the decision is made instantly and nobody can claim it was rigged.
How the Wheel Picks a Winner
The tool never lets the animation decide the outcome. Instead, it draws a uniform random number using the browser's crypto.getRandomValues() API — a cryptographically secure source of randomness — and maps that number onto the wheel's segments using weighted roulette-wheel selection, the same technique used in genetic algorithms and fair lottery systems. Only after the winner is mathematically chosen does the wheel animate and land the pointer inside that exact slice, using an ease-out curve and several extra rotations for a satisfying spin.
Equal Odds or Weighted Odds
By default, every option gets an equal-sized slice and an equal chance of winning — perfect for a simple Yes / No / Maybe decision or picking a random team member. Turn on Weighted Mode to give some options a better (or worse) chance using the Option:Weight format, for example Grand Prize:1, Small Prize:3, Try Again:6. The wheel automatically resizes each slice — segmentAngle = (weight / totalWeight) × 360° — so the visual size always matches the real probability, which is also shown in the segment breakdown table below the wheel.
Elimination Mode for Rankings and Draws
Enable Remove Winner After Spin to turn the wheel into a sequential picker: each winning option is removed from the wheel before the next spin, so the pool shrinks every round. This is useful for determining a full ranking (1st, 2nd, 3rd…), running a knockout-style draw, or making sure every name in a group gets picked exactly once. Use Reset Wheel at any time to restore every option and start over.
Handling Duplicates and Long Lists
If your list contains repeated entries, you can either keep them as separate slices (each duplicate effectively increases that option's chance of winning) or turn off Allow Duplicate Options to automatically merge repeats into a single, proportionally heavier slice. The wheel supports up to 100 options, though wheels with more than 15–20 slices get visually crowded — for very long lists, the List Randomizer or Random Name Picker may be easier to read.
Session History and Sharing Results
Every spin is logged to a Spin History panel with a timestamp, so you can review the last several draws without re-spinning. History and results can be copied to the clipboard or downloaded as a plain-text or CSV file — handy for documenting a raffle drawing or a classroom activity. Your option list and settings are also saved locally in your browser, so the same wheel is ready the next time you open the page.
Typical Use Cases
The Decision Wheel Spinner works well for restaurant and meal choices, classroom icebreakers and presentation order, raffle and giveaway drawings, deciding who goes first in a game, prize wheels with rare and common tiers, and any lightweight group decision that benefits from a visual, unbiased random pick.