Free Tools → Everyday → Wheel Spinner / Random Picker

Wheel Spinner / Random Picker

Add entries, spin the wheel, get a random pick. Optional remove-winner mode for elimination-style picking. Share your entry list via URL — entries are encoded in the hash, nothing hits any server.

Processing happens entirely in your browser. Nothing is uploaded.
Or paste a comma/newline-separated list

Sharing via URL

Click “Copy Share Link” to get a URL that encodes your entry list in the URL hash (the part after #). When someone opens the link, the entries are decoded from the URL and loaded automatically. Nothing is sent to any server — the entries live only in the URL and only ever hit the recipient's browser.

Remove-winner mode

After a spin, click “Remove Winner” to drop the picked entry from the list. Useful for tournament brackets, ordered picks, or elimination games. Refresh the page or paste your original list to start over.

Randomness

Winner selection uses Math.random(), which is a pseudorandom number generator suitable for casual use but not cryptographically secure — don't use this to pick a Bitcoin private key or anything similarly consequential. For fairness in casual applications (name draws, chore rotation, etc.) it's more than good enough.