Blog/Probability
Weighted vs Equal Probability: When to Use Each on a Spinning Wheel
Equal slices look fair, but they aren't always the right answer. Here is how to think about it.
The default behavior of most spinning wheels is equal probability: every option occupies the same slice and has the same chance of being selected. That looks fair on the screen, and most of the time it is what you want. But there is a category of decisions where equal probability is actually the less fair choice, and it is worth understanding when that flips.
What "weighted probability" actually means
On a wheel with weighted probability, each segment has a number — usually a percentage or a multiplier — that determines how big its slice is. A segment with weight 50 takes up half the wheel. A segment with weight 5 takes up one-twentieth. The pointer is just as random as on an equal-weight wheel; the geometry is what changed.
The math is straightforward: probability of segment X = (weight of X) / (sum of all weights). On Wheelio, the percent fields you set must add up to 100, which makes the math match the visual.
When equal probability is the right call
Use equal probability whenever the entrants or options have no morally relevant difference between them. Examples:
- Drawing a giveaway winner. Every valid entry counts the same. If your rules said one entry per person, weight them equally.
- Picking a restaurant. You like all of them roughly the same; the point of using the wheel is to escape the choice.
- Cold-calling in a classroom. Every student should have the same chance of being asked, full stop.
- Deciding who pays the bill. The whole point is that no individual is more "deserving" of the unlucky outcome.
When weighted probability is the right call
1. The entries genuinely earned different weights
If your giveaway rules said "one entry for following, three entries for tagging a friend," then the three-tag entries should have triple weight. Treating them all equally would actually break the contract you wrote into the rules.
2. You are modeling a real-world distribution
Educators who teach probability often want to show that "random" does not mean "uniform." A wheel where the outcomes match a known frequency — say, the relative occurrence of letters in English text — gives students an intuitive feel for distributions. The wheel becomes a teaching object, not a fair draw.
3. You want a gentle thumb on the scale
Some workplace decisions benefit from a slight bias toward an option without committing to it outright. For example, when assigning on-call rotations, you might give a higher weight to engineers who have not been on call recently, while still leaving a real chance for others. The randomness preserves the "no-one-was-singled-out" property; the weighting prevents the same person from cycling through twice in a row.
4. Prizes have different desirability
For a "spin to win" promotional wheel where outcomes range from "small discount" to "free product," you almost always want the big prize to have a small weight. Otherwise the cost model breaks. The wheel still feels exciting because the small prizes are real, but the unit economics survive.
When weighted probability is misleading
Weighting becomes a problem the moment the audience does not understand it is happening. If you publicly claim a "fair random draw" and quietly weight one entry at 90% and another at 10%, you have not run a random draw — you have run a near-deterministic one with a thin coat of plausible deniability.
The rule of thumb: any time the wheel will be seen by people who did not configure it, the weights should either be equal, or visibly displayed (the slice sizes do most of this work automatically), or explicitly explained.
A worked example: the on-call rotation
Suppose you have four engineers — A, B, C, D — and you want to pick this week's on-call. A was on call last week, so you want to lower their weight without removing them entirely.
With equal weights (25% each), A has a one-in-four chance of being picked again. You might decide that's fine, or you might lower A's weight to 10% and redistribute the missing 15% across B, C, and D, giving them 30% each. A can still be picked — randomness is preserved — but the outcome is biased toward rotation.
Now suppose A asks why their weight is lower. Because the wheel literally shows it (the slice is smaller), the conversation is honest: "you were on call last week, so I lowered your weight; here is what each weight is set to." That is a different conversation than "the wheel just happens to keep picking the rest of us."
A worked example: the giveaway with multiple entry actions
Your rules say: 1 entry for following, 1 extra for liking the post, 1 extra for tagging a friend. That is up to 3 entries per person. You have 100 entrants. Of those, 40 took only one action, 35 took two, and 25 took all three.
Total entries = 40×1 + 35×2 + 25×3 = 185. Each entrant's slice should be (their entries / 185).
On a typical wheel tool you would either build the wheel with 185 segments (one per entry, with usernames repeated), or build it with 100 segments and weight each according to that user's entry count. Either is legitimate. The repeated-segment approach is more visually convincing for an audience because they can see their name appearing more often. The weighted approach is more readable and easier to verify.
A small caution about visual intuition
Humans are surprisingly bad at reading slice sizes. A 10% slice and a 15% slice look nearly identical at a glance, especially on a small screen. If the audience needs to understand the relative chances, write the percentages onto the segment labels, not just into the geometry.
The takeaway
Default to equal probability. Reach for weighting only when the difference between options is real and you can defend the weights you chose. When you do weight, make it visible: a slice the audience can see is a weight nobody can later accuse you of hiding.