๐ŸŽก Decision Wheel

Can't decide? Spin the decision wheel! Enter your options and let fate choose for you.

Enter Your Values

Enter 2โ€“8 options, one per line

How to Use a Decision Wheel

A decision wheel (also called a spin wheel or random picker) randomly selects one option from a list you provide. It's a simple randomisation tool โ€” the wheel doesn't weigh options by probability; each option has an equal chance of being selected on every spin, regardless of how many options are in the wheel.

The most obvious use case is breaking a genuine tie or deadlock. When you and another person (or a group) genuinely cannot agree, randomising the decision removes the social friction. "We'll let the wheel decide" is a neutral, egalitarian process that no one can argue with โ€” the outcome is fair by design.

Decision wheels are also useful for choosing what to eat when you can't decide, picking which task to start first when everything feels equally urgent, or adding variety to routines (which exercise to do today, which book to read next). The act of spinning and potentially feeling relief or disappointment at the result can itself be revealing: if you feel disappointed by the outcome, that tells you something about what you actually wanted to choose.

For serious decisions โ€” major life choices, career moves, financial decisions โ€” a decision wheel is not an appropriate tool. These deserve structured decision-making: listing pros and cons, considering second-order consequences, and consulting relevant expertise. A wheel is for low-stakes choices where any option is acceptable, and you just need the decision to be made and moved on from.

If you have a specific list of options you want to spin between, note them down and use the wheel as a tiebreaker rather than a primary decision mechanism. The RandomNumber Generator on CalForge is an alternative for numbered lists.

How to Use a Decision Wheel

A decision wheel (also called a spin wheel or random picker) randomly selects one option from a list you provide. It uses a random number generator to pick a winner, making each option equally likely regardless of label length or order.

Decision wheels are useful for breaking decision paralysis when multiple options are genuinely equivalent, splitting tasks fairly among a group, picking a dinner restaurant, assigning chores, or any situation where the process of choosing matters more than the specific outcome.

Frequently Asked Questions

Is a spinning decision wheel truly random? +
This wheel uses a pseudorandom number generator โ€” the same type used in most computer randomisation. For everyday decisions, it is effectively random. It is not suitable for security-sensitive applications like cryptography, but for choosing between pizza restaurants, it is perfectly fair.
How do I make the wheel fair for unequal options? +
Each option on this wheel has equal probability regardless of the number of options. If you want one option to be twice as likely, add it twice. Three times as likely โ€” add it three times. The wheel weights by count, not position.
What are good uses for a decision wheel? +
Restaurant or takeaway choice when the group cannot agree, assigning tasks to team members fairly, picking a random winner for a giveaway, selecting which exercise to do, choosing a book to read next, or any low-stakes decision where analysis paralysis is the real problem.