Skip to content

Free tool

Random Number Wheel

Set a Min and Max, click Spin, and watch the wheel land on a single number: this is a spinning-wheel picker, built for the moments a plain instant result feels too abrupt, like a live class drawing, a raffle in front of an audience, or a game night decision everyone wants to watch happen. Every number from your range gets its own slice, sized equally, so the spin is exactly as fair as the plain random number generator's instant draw, just with a visual build-up. Turn on "Remove each number after it's picked" if you want repeated spins to work through the whole range without any number coming up twice, which is the common setup for a class roll call, a prize drawing with one winner per number, or a round-robin style pick.

Generated with the Web Crypto API (cryptographically secure, unbiased) in your own browser: nothing you enter is ever sent to a server.

How the wheel picks a number

Every number in your Min-Max range (minus anything you've excluded) gets an equal-sized slice of the wheel. Spinning uses the same cryptographically secure, unbiased draw engine as the rest of this site (the Web Crypto API, explained in full on the true random number generator page) to choose the winning slice before the animation even starts; the spin itself is a visual effect, landing precisely on the number that was already fairly drawn, not a separate physics simulation that could favor one part of the wheel over another.

Worked example: a 20-person prize drawing, one winner per spin

Number your 20 entries 1 to 20, set Min to 1 and Max to 20, and turn on "Remove each number after it's picked". Spin once for the first prize; the winning number automatically leaves the wheel, so a second spin for a second prize can never re-pick the same person. Keep spinning until every prize has a winner, or reset the wheel at any point to start over with the full set of numbers back in play.

Worked example: excluding a few numbers before spinning

If certain numbers shouldn't be eligible (a person who already won something else, a table number that's reserved, a value you're deliberately skipping), type them into the Exclude field separated by commas, for example 3, 7, 15, before spinning. Those numbers are removed from the wheel immediately, without affecting the fairness of the remaining ones: every number still on the wheel keeps an equal-sized slice and an equal chance.

Wheel size and range limits

The wheel supports up to 100 numbers at once; each slice needs enough visible space for its label, so a wheel with hundreds or thousands of numbers would be unreadable rather than just slow. For a wider range, or if you need several numbers picked at once rather than one spin at a time, use the main random number generator instead, which supports up to 1,000 numbers per batch with the same unbiased draw engine, just without the spinning animation.

Wheel vs. the plain generator: when to use which

Both tools draw from the exact same fair, cryptographically secure engine, so the choice is purely about presentation, not accuracy:

Frequently asked questions

Does the wheel animation affect which number gets picked?
No. The winning number is drawn first, using the same cryptographically secure, unbiased engine as the rest of the site, and the spin animation always lands on that already-determined result. The animation is purely visual.
What's the maximum range the wheel supports?
Up to 100 numbers on the wheel at once (after any exclusions). For a wider range, use the main random number generator, which supports up to 1,000 numbers per batch.
How does "Remove each number after it's picked" work?
After each spin, the winning number is automatically added to the Exclude list, so it can't be picked again on a future spin. This is useful for drawing multiple distinct winners from the same pool. Click Reset wheel to bring every number back into play.
Can I exclude specific numbers before spinning?
Yes. List them in the Exclude field, separated by commas. Excluded numbers are removed from the wheel entirely; every remaining number keeps an equal-sized slice and an equal chance of being picked.
Is the wheel free to use?
Yes, with no account, no sign-up, and no limit on how many times you spin.

Need more than one number at a time?

The main generator draws up to 1,000 numbers instantly, with decimals and sorting.

Go to the random number generator

Free. No account needed.