Elimination vs. Accumulation: Which Spin Mode Should You Use?

Published January 2026 · 5 min read

Most people spin a wheel, get an answer, and close the tab. But the mode you pick changes what the wheel actually does across repeated spins — and picking the wrong one quietly breaks the fairness you were after.

The three modes in one sentence each

Normal mode: one-off decisions

Use Normal when each spin is independent and unrelated to the last. Where should we eat? Who pays? Which film tonight? You spin, you get an answer, you're done.

The thing to understand about Normal mode is that it has no memory. If you spin five times, the same entry can win five times in a row. That's not a bug — that's what independent random selection means. People often expect randomness to "spread out" more than it actually does, which is why the same name coming up twice feels suspicious when it's entirely ordinary.

If repeats bother you, you don't want Normal mode — you want Elimination.

Elimination mode: when everyone gets exactly one turn

Elimination is for drawing through a list rather than from it. After each spin you're offered the option to hide the winner, shrinking the wheel until it's empty.

Use it for:

The important detail is that hiding is a choice, not automatic. After a spin you get a "Hide choice" button and a "Keep" button. That matters when a winner turns out to be absent or ineligible — you can keep them in the pool and spin again rather than losing them.

Accumulation mode: when you want a score, not a winner

Accumulation flips the purpose of the wheel. Instead of a single answer, you're building up a distribution over many spins. Each win adds a count, and the Results tab tallies everything.

Use it for:

A decision table

If you want…Use
One answer, right nowNormal
Everyone to get one turnElimination
A running score across spinsAccumulation
To narrow a list down to oneElimination
To show how probability behavesAccumulation

Where weights fit in

Weights are separate from modes and work with all three. Turning on the Weight switch lets you give an entry a number — an entry with weight 3 is three times as likely to win as one with weight 1, and its slice is drawn three times wider.

This is useful when the options genuinely aren't equal. If four people contributed to a project but one did most of the work, a weighted draw for who presents can be fairer than an even one. Just be aware that weighting is visible on the wheel: a big slice tells everyone that entry is favoured, which is either transparency or awkwardness depending on the situation.

The common mistake

The most frequent error is using Normal mode for something that needed Elimination — running a rota, drawing raffle prizes, assigning turns — and then being frustrated that the same name keeps coming up. Randomness without memory will always produce clusters. If your task involves the phrase "everyone should get one," you want Elimination.

Try the three modes →

Related