Decision Wheel

Can't decide? Type your options, spin, and let the wheel choose for you.

5 options ready.

Pizza#1
Sushi#2
Burgers#3
Tacos#4
Salad#5

This tool runs entirely in your browser — your options never leave your device.

Free to use — premium coming soon

FREE
  • Unlimited use
  • Instant results
  • 100% private
PREMIUM
  • Remove ads
  • Saved presets & bulk export

About the Decision Wheel

The Decision Wheel is a random spinner picker: you type in a list of options, give the wheel a spin, and it lands on one of them by chance. Each named segment occupies an equal slice of the circle, so every entry has the same odds of being selected on any given spin. Unlike picking from a hat, the wheel makes the draw visible and a little theatrical, which is exactly why it works for groups. Add names, chores, restaurants, prize tiers, or yes/no answers, and let the spin settle a choice that nobody wants to make by hand.

Reach for the wheel whenever a decision is low-stakes but stubbornly hard to close. Teachers use it to cold-call students fairly without the same hands going up every time; managers use it to assign rotating duties or pick the next person in a standup; streamers and small businesses use it to draw giveaway winners in front of an audience. It is also a genuine tie-breaker for everyday deadlocks: where to eat, which movie, who pays. The point is not that the wheel is wise, but that it is impartial and fast, which removes the friction of negotiating a choice that doesn't really merit a debate.

Mechanically, the wheel relies on the random number generator built into your browser to pick a winning slice, then animates the pointer to that result. Because the segments are equal in size, the math is simple uniform probability: with ten entries, each has a one-in-ten chance per spin. Spins are independent, so a name that just won is no less likely to win again next time, unless you choose to remove it. For true fairness across multiple draws, delete each winner before re-spinning so the same entry can't repeat.

Everything happens in your browser. The names and options you enter are not uploaded to a server, stored in an account, or shared with anyone, so you can drop in real student names, employee names, or contest entrants without privacy worries. A caveat on randomness: a browser's generator is pseudo-random, more than fair for classrooms, raffles, and casual decisions, but it is not certified for regulated gambling or legally binding lotteries. For those, use a method that meets the relevant legal standard for verifiable randomness.

Frequently asked questions

Is the Decision Wheel actually random and fair?

Yes. Each option gets an equal-sized slice, and the winning slice is chosen by your browser's random number generator, so every entry has the same odds on each spin. It is pseudo-random, which is fair for classrooms, giveaways, and everyday choices but not certified for regulated gambling.

Can the same option win twice in a row?

Yes, because each spin is independent and the wheel does not remember past results. If you want every entry picked only once, remove each winner after it lands before spinning again.

Are the names I enter saved or shared?

No. Everything runs in your browser, so the options you type are not uploaded, stored in an account, or shared. You can safely use real names, and they disappear when you close or refresh the page.

How many options can I add to the wheel?

You can add a long list, though very large lists make individual slices thin and hard to read on the spinning graphic. For readability, keep it to a few dozen entries; for huge lists, splitting into rounds works better.

Can I use the wheel to pick a giveaway or contest winner?

Yes, it is well suited to drawing winners live in front of an audience because the spin is visible and impartial. For legally regulated sweepstakes or lotteries, however, use a method that meets your jurisdiction's certified-randomness requirements.

From our blog

How to Run a Provably Fair Giveaway Draw with a Random List Picker

By the Super Simple Digital Tools Team · Updated June 2026

The hardest part of running a giveaway is not collecting entries, it is convincing everyone that the winner was chosen fairly. The moment a draw looks even slightly hand-picked, the comments fill with accusations. A random list picker solves this by turning a messy column of entrants into a single neutral selection: you paste the list, click once, and the tool returns a winner that nobody, including you, could have steered. The goal of this guide is to show how to get a clean, defensible result and to explain the two settings that actually change the outcome.

Start by building a clean entry list. Export your entrants, comments, or sign-ups so that each entry is on its own line, and decide up front how you will handle duplicates. If one person commented five times and each comment counts as an entry, leaving the duplicates in is correct and gives them five chances. If you want one entry per person, remove duplicates first. This decision is part of fairness, so state your rule publicly before you draw. Then set the number of winners you need, including any runners-up, so the whole result comes out of a single transparent draw rather than several quiet re-rolls.

Now choose with or without replacement, because this is where many draws go wrong. Almost every giveaway should use selection without replacement: once someone wins, they are removed from the pool, so the same person cannot take two prizes. Selection with replacement returns each winner to the pool, meaning a name can be drawn more than once. That behavior is rarely what you want for prizes, but it is exactly right when you are sampling data for analysis and intentionally allow repeats, as in statistical bootstrapping. Knowing which mode you are in prevents the awkward situation of one entrant winning everything.

It helps to understand why the tool is trustworthy. Good pickers use the Fisher-Yates shuffle, which steps through the list and swaps each slot with a randomly selected remaining one, guaranteeing that every possible ordering is equally likely. This avoids a popular but broken shortcut, sorting the list with a random comparator, which quietly biases the result toward certain positions. The other half of fairness is privacy: when the draw runs entirely in your browser, the entrant emails and names you paste never travel to a server, which keeps personal data protected and the process simple.

Finally, make the draw visible. Record your screen or take a screenshot showing the entry list and the returned winner, and announce the rule you used (duplicates kept or removed, number of winners, without replacement) before revealing names. For ordinary contests and classroom or workplace decisions, this combination of an unbiased algorithm and a transparent process is enough to settle any dispute. Reserve formal, certified drawing services only for legally regulated lotteries where an independent audit trail is a legal requirement rather than a courtesy.

  • Decide your duplicate rule before drawing: keep repeat entries for more chances, or de-duplicate for one entry per person, and announce which you chose.
  • Pick all winners and runners-up in a single multi-select draw instead of re-rolling, so there is no temptation to discard an unwanted result.
  • Use 'without replacement' for prizes so no one wins twice; switch to 'with replacement' only when you are sampling data and want repeats allowed.
  • Screen-record or screenshot the list and the result for proof, and paste sensitive entrant emails knowing the draw stays in your browser.

Read the full guide →

Tool by the Super Simple Digital Tools Team. Reviewed by our editorial team. Free to use, no signup required.

Related tools