The Spin Wheels

Yes or No Wheel

A two-slice wheel for when you just want the decision taken out of your hands.

The spinning wheel

Entries (0)

One option per line. Up to 1,000. Edit the list to make it yours.

Results (0)

    Spin to see results here.

    When a yes/no wheel beats a coin

    A coin works fine until you want to weight it. Because this wheel is just a list, you can add a third slice — “Ask again later”, “Only if it rains” — or stack the odds deliberately by writing Yes twice and No once. A coin cannot do that.

    It is also easier to share. A wheel on a screen settles an argument in a room of people in a way that one person’s coin, caught in one person’s hand, does not.

    Weighting the odds on purpose

    Each line is one slice, so repeating a line makes that outcome more likely. Three Yes lines and one No gives a 75% chance of Yes, and the wheel shows it — three quarters of the circle is visibly Yes. That visible proportion is the point: nobody has to trust a hidden percentage.

    Is it actually random?

    Yes, and in a specific sense. The winner is drawn from your browser’s cryptographic random number generator before the animation starts, and the spin is then calculated to land on it. Most spinners do the opposite — they spin a random distance and read off whatever the pointer hits, which quietly hands the result to the easing curve.

    The draw also uses rejection sampling rather than a plain remainder, which removes the small bias that creeps in when the number of slices does not divide evenly into the generator’s range.

    What people actually use it for

    The three recurring uses are settling a stalemate between two people, breaking a habit of over-thinking a low-stakes call, and adding a bit of theatre to something that was already decided. All three are legitimate, and the third is more common than people admit.

    Where it works badly is anything you will have to justify later. A wheel is a fine way to pick which film to watch and a poor way to pick which candidate to hire, because "the wheel said so" is not a reason that survives contact with a consequence.

    A fair coin you can inspect

    A physical coin can be weighted, caught early, or flipped by someone with an interest in the outcome. A wheel on a shared screen has none of those failure modes: everyone can see the slices before the spin and where the pointer stopped after it.

    That visibility is the reason this format keeps beating a coin for group decisions, even though a coin is objectively simpler.

    Frequently asked questions

    Is the yes or no wheel rigged?

    No. Each slice has an equal chance, and the outcome is drawn before the wheel moves. Repeating a line is the only way to change the odds, and it does so visibly.

    Can I add a “maybe”?

    Yes — edit the list and add any third option. The wheel redraws immediately.

    Does it work offline?

    Once the page has loaded, yes. Everything runs in your browser and nothing is sent to a server.

    Can I spin it more than once?

    Nothing stops you, but if you are re-spinning until you get the answer you wanted, you already have your answer.

    Does the wheel remember previous results?

    Only for the current page, in the results list. Reload and it is gone — nothing is stored or sent anywhere.

    Other wheels