b2KIT

Spin the Wheel

Create a custom spinning wheel with labeled wedges for random selection and game shows.

Tested tool guide Tested browser tools Checked August 16, 2026

What Spin the Wheel does, with a checked example

A spin wheel is a way to make a random choice visible: every option you type becomes a wedge on a circle, and when the wheel stops, the wedge under the pointer is the winner. The draw is random; the turning and slowing are the show around that fact. What surprises most users is that the wheel has no memory - the same label can win twice in a row, and nothing about how you press the spin changes the odds.

Worked example

A concrete input and expected output from the current implementation.

Input

Sushi
Tacos
Pizza
Salad

Expected output

One of the four labels is announced as the winner (Tacos, say). With four equal wedges, each label has a 1 in 4 (25%) chance on every spin, and the same label can win again on the next spin.

The draw is random, so no single label can be promised in advance; the example states the odds the tool actually guarantees - four equal wedges, one winner per spin, independent spins - rather than a fixed result.

How the result is produced

1

Building the wheel

Each label you enter becomes one wedge, and the wedges divide the circle evenly, so four labels produce four equal quarters with a 1-in-4 chance each. The order of your list fixes the order of the wedges around the circle, and the fixed pointer decides the winner when the wheel stops. Editing the list rebuilds the wheel, so finish the list before the first spin.

2

What a spin does

Pressing the spin control sets the wheel rotating, and it coasts to a stop on its own. The winning wedge is chosen at random and the rotation only reveals that choice, so press timing, spin length, and earlier spins change nothing about the odds. Every spin is an independent draw from the current list, so the same label can win back to back.

Good uses

  • Raffles and giveaways: paste the entry names into the wheel and spin once in front of the room; the wedge under the pointer is the winner, and everyone can see the draw was not fiddled.
  • Order-of-turn decisions: put the participant names on the wheel and spin once per slot to fix presentation order, game order, or the chore rotation without anyone having to volunteer.
  • Deadlocked everyday choices: dinner, the next movie, or which task to start, when the options are all real but nobody genuinely prefers one, let the wheel decide.

Limits and checks

  • Streaks are not evidence of bias. Short runs of spins routinely produce repeats and lopsided clusters that look rigged: with only two labels, three straight wins for the same label is a 1-in-4 event. Read a single spin as the draw and a short run as noise.
  • The announced result is the only result. The wheel's spin length, its wobble, and your press timing carry no information about the outcome, and the history of earlier spins does not influence the next one.
  • Odds belong to the list as it was when the wheel stopped. Adding, removing, or renaming a label rebuilds the wheel and changes every wedge's chance, so a result only means something for the list that produced it.

Common questions

Why does the same option keep winning?

It is the expected result, not a fault. Every spin is independent, and small lists repeat quickly: with four labels, about 91% of four-spin runs contain at least one duplicate. Over many spins the frequencies do converge toward even shares, but the wheel is never 'due' to land anywhere; believing it is due is the gambler's fallacy.

Can I predict or steer where the wheel lands?

No. The winning wedge is chosen at random, and the spinning is only the reveal, so the moment you press, how long the spin lasts, or how earlier spins landed change nothing. If you need a guaranteed result, do not spin at all: pick by hand, or trim the list to the single option you want. The wheel is for draws meant to be random.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools