Skip to content

Decision Wheel

Can't decide? Add your options and let the wheel choose for you.

Option 1
Option 2
Option 3

How the Randomness Works

When you press Spin, the wheel picks a random final angle using the browser's Math.random(), then animates to that position with an ease-out deceleration over 3–4 seconds. The winner is determined by where the pointer (top of the wheel) lands when the animation stops.

Each segment is equal in size, so every option has the same probability of winning — assuming you have N options, each has a 1/N chance. This is true regardless of the order items appear on the wheel.

Creative Uses for the Decision Wheel

  • Choosing where to eat. Add restaurants and spin instead of debating for 20 minutes.
  • Random task selection. When everything feels equally important, spin to pick one and start.
  • Classroom activities. Random student selection, topic assignments, or team formation.
  • Game night decisions. Which game to play, which player goes first, which rule variant to use.

When a Decision Wheel Beats a Coin Flip

A coin flip handles exactly two options. The decision wheel handles three to unlimited options with custom labels — making it the right tool whenever you have more than a binary choice.

  • Weighted probability. Duplicate an option on the wheel to give it better odds. Add “Pizza” twice and “Sushi” once for a 2-in-3 chance of pizza.
  • Group decisions. Spinning a wheel feels fair and neutral, it avoids the anchor effect where the first option mentioned biases the group toward it.
  • Decision fatigue. When you've made many decisions and willpower is depleted, externalizing low-stakes choices (what to eat, who goes first, which movie) preserves mental bandwidth for the decisions that actually matter.
  • Classroom and games. Random student selection, random quiz question picker, or game-night activity selector, the wheel makes it visual and fun.

Related tools: Coin Flip, List Randomizer, and Random Number Generator.

Randomization and Decision Psychology

The "regret test": if you spin the wheel and feel relieved by the result, you already knew what you wanted — go with that instead. Randomization is most useful when options are genuinely equivalent and you need to break the tie, not when you have a hidden preference.

  • Anchoring bias. Externalized randomization reduces anchoring — in a verbal list, the first option heard gets disproportionate weight in group decisions. A spinner with equal segments feels fairer because option ordering does not affect the outcome.
  • Research insight. Dan Ariely's research in Predictably Irrational shows that even arbitrary random anchors influence choices — a spinner with equal options feels fairer than a verbal list where ordering matters.
  • Best use cases. Tie-breaking between equally appealing options, not high-stakes irreversible decisions. For a movie tonight — spin. For which city to move to — build a pros and cons list instead.
  • Weighted decisions with multiple criteria. When options differ on several dimensions (cost, effort, risk), use a decision matrix or the Eisenhower Matrix instead of random selection.

Frequently Asked Questions

How does the randomness work?
The wheel picks a random total rotation (5 to 10 full turns plus a random extra angle) before spinning. The winner is determined by the final resting angle when the animation completes. Each spin is independent.
Can I weight the options?
Not directly — all segments are equal. However, you can duplicate an option to increase its probability. If you add 'Pizza' twice and 'Sushi' once, Pizza has a 2/3 chance of winning.
What creative uses does the wheel have?
Beyond choosing where to eat, the wheel works for: random student selection in class, deciding the order of presentations, game night picks, workout exercise selection, deciding which book to read next, or any situation where you want to remove human bias from the choice.
Is the spin outcome truly random?
Yes. The wheel uses the Web Crypto API (window.crypto.getRandomValues) for cryptographically strong randomness, not Math.random(). Each segment has equal probability (1/N for N options), regardless of segment order on the wheel.
Can I use the decision wheel for team decisions?
Yes — The wheel is useful for breaking ties, assigning random order (who presents first, who picks first), selecting a random team member for a task, or gamifying decisions in workshops. Add one entry per option and spin — all options have equal probability.
Can I save my wheel for next time?
The wheel options persist in your browser's localStorage so they're restored on your next visit. For a permanent shareable wheel, note your options down, the state is local to your device and browser, so it won't transfer to other devices or browsers automatically.

You might also need

See all tools →

Complementary tools based on what you're doing

By Bam's Thinkery — Updated