Random Number Wheel 1–100

Sometimes you want to watch the number arrive rather than just read it. This wheel holds 1 to 100 — edit the list for any other range.

Ready to spin 100 entries Editable

Loading the wheel…

Editing the entries only changes your copy. Press Save in the Saved wheels panel to keep it, or reset to start again.

Keyboard shortcuts
  • Space Spin the wheel
  • R Spin again
  • F Full screen
  • S Open settings
  • Esc Close a dialog or leave full screen

While you are typing in a box, these keys belong to the box — only Escape stays global.

How to use this template

  1. Spin as it is for a number from 1 to 100.
  2. For a different range, replace the list — one number per line. Pasting a column from a spreadsheet works.
  3. At 100 entries the labels are already tight; drop to 20 or 30 if the wheel needs to be read from a distance.
  4. Turn on “Remove the winner after each spin” to draw a set of different numbers, bingo-style.

What people use it for

  • Bingo and raffle-ticket draws where the number should be visible.
  • Picking a page, a question number or a seat at random.
  • Classroom games that need a number nobody can predict.
  • Choosing a prize tier when the numbers map to prizes.

Frequently asked questions

Is every number equally likely?

Yes. The winning slice is chosen with the browser’s cryptographic random source using rejection sampling, so there is no bias towards the low numbers that a naive remainder calculation would introduce.

Can I draw several numbers without repeats?

Switch on “Remove the winner after each spin”. Each number leaves the wheel once drawn, so a sequence of spins never repeats one.

What if I need a much larger range?

A wheel stops being readable long before it stops being fair. For anything above a few hundred values, the Random Number Generator gives you the same draw quality without slices.

Related templates

Tools that do this without a wheel