Random Name Picker / Wheel of Names

A Random Name Picker / Wheel of Names is a free online instant tool that chooses one entry from a list by using cryptographic random selection. It is commonly used for raffles, classroom calls, giveaways, and team activities. This picker works on mobile and desktop, requires no signup, and produces a winner in under one second.

Random Name Picker / Wheel of Names icon

Use the Tool

Quick Answer: Paste names, spin an SVG wheel, and pick a fair winner. Provably Fair ?

How to Use

  1. Open Random Name Picker / Wheel of Names: Load the page on your phone, tablet, or desktop browser. The tool controls appear near the top of the page.
  2. Enter your inputs: Add names, ranges, questions, dates, files, or settings depending on the tool. Required fields are labeled clearly.
  3. Generate the result: Press the primary Generate button. The result appears in the large result area and is announced politely for screen readers.
  4. Save or share: Use Copy, Share, Reset, Download, or Generate Again. Recent results stay in the local history panel on your device.

How It Works

The Random Name Picker / Wheel of Names reads one entry per line and draws a colorful SVG wheel from those entries. When weights are enabled, a line such as Maya|3 gives Maya three chances while still showing one labeled segment. The winner is chosen with crypto.getRandomValues() and rejection sampling, then the wheel animation turns to a matching segment for a clear visual result. If eliminate-after-pick is enabled, the chosen line is removed from the list after the result. The share action can store the list in the URL hash, and the save button stores the current wheel in localStorage on this device. No list is uploaded anywhere. Because the random choice is made before the animation, the spin is decorative and does not affect the result. The verification hash combines the winner, timestamp, and a local nonce, which is helpful for transparent classroom games or small online giveaways.

MethodBest useWhy it matters
crypto.getRandomValues()Tool resultsDesigned for strong browser randomness.
Math.random()Simple animation onlyNot used for final picks here.
Physical drawFormal offline eventsMay be needed for regulated contests.

Methodology cites MDN Web Crypto, NIST SP 800-90A, and WCAG 2.2 where relevant.

Use Cases

Pick a raffle winner

Pick a raffle winner is a common reason people open this page when they need a fast, private result.

Call on students fairly

Call on students fairly is a common reason people open this page when they need a fast, private result.

Choose a meeting presenter

Choose a meeting presenter is a common reason people open this page when they need a fast, private result.

Run a giveaway

Run a giveaway is a common reason people open this page when they need a fast, private result.

Select a game player

Select a game player is a common reason people open this page when they need a fast, private result.

Assign chores

Assign chores is a common reason people open this page when they need a fast, private result.

Pick debate speakers

Pick debate speakers is a common reason people open this page when they need a fast, private result.

Make a lunch decision

Make a lunch decision is a common reason people open this page when they need a fast, private result.

Examples

Example 1: Alice, Ben, Cara

Output: Ben

Each name has one equal chance.

Example 2: Alice|3, Ben|1 with weights on

Output: Alice is more likely

Weights repeat chance without duplicating rows.

Example 3: Eliminate after pick on

Output: Winner removed

Useful when picking several winners.

Frequently Asked Questions

How do I pick a random name from a list?

To pick a random name from a list, paste each name on its own line and click Generate or spin the wheel. The picker selects one entry from the list and shows the winner right away. Before you draw, check for spelling mistakes and duplicate entries, especially if the list came from a form. For example, a teacher could paste 30 student names and pick one presenter. If you need more than one winner, remove each selected name before the next pick.

Is a Wheel of Names fair for raffles?

A Wheel of Names can be fair for casual raffles when every valid entry appears once and every entry has the same weight. The important part is not the spinning animation; it is the underlying random selection. Before the draw, show or save the entry list so people understand who is included. After the result appears, copy or download the winner record. For public, sponsored, or paid raffles, use the wheel only if it fits the stated rules.

How can I remove a name after it is picked?

Use the eliminate-after-pick or remove-after-pick option when you do not want the same person chosen again. After the first name is selected, the tool removes that entry from the active list before the next draw. This is useful for classroom turns, multiple giveaway winners, team assignments, or meeting icebreakers. For example, if you need three different prize winners, pick one name, remove it, then repeat. Keep removal turned off only when repeat wins are allowed.

Can I weight names in a random picker?

Yes, you can weight names in a random picker when the tool supports weighted entries. A simple format is Name|3, which gives that name three chances instead of one. This is useful when some entries are meant to have extra tickets, bonus chances, or priority. Be clear about the weights before drawing, because weighted lists are not the same as equal-chance lists. For example, Maya|2 and Ravi|1 means Maya is twice as likely to be selected.

How do teachers use a random name picker?

Teachers use random name pickers to call on students, assign presentation turns, choose helpers, form quick groups, or make revision games feel less predictable. It can reduce the feeling that the same students are always picked. A good habit is to paste the class list, explain whether names will be removed after selection, and keep the activity low pressure. For sensitive situations, it is better to choose manually. For quick participation checks, a name picker works nicely.

What is the difference between Wheel of Names and a name picker?

A name picker is mainly a list-based tool: you add names, click generate, and one name is selected. A Wheel of Names does the same selection but adds a spinning wheel visual, which makes the draw feel more fun and easier to follow in a room. The wheel should not be treated as more random just because it spins. The fair part comes from the selection method, while the animation is mostly for presentation and excitement.

Can I save or share a name picker wheel?

Yes, you can usually save or share a name picker wheel when the tool supports local saved wheels or shareable links. This is useful when you reuse the same classroom, club, or team list often. Be careful with privacy, though. A link can expose names if it contains the list in the URL. For student names, employee names, or event attendee lists, save locally when possible and avoid posting the wheel publicly.

How do I choose multiple winners from a list?

To choose multiple winners from a list, enable the option that removes a name after it is picked, then draw one winner at a time. This prevents the same entry from winning twice unless your rules allow repeat winners. For example, with 50 names and 5 prizes, spin once, record the winner, remove that name, and spin again. If every person gets only one chance, keep the entry list clean and avoid accidental duplicates before starting.

Last updated: May 2026Author:Bulk Calculator Editorial TeamMethodology

The Random Name Picker / Wheel of Names is maintained for fast answers, clean citations, and privacy-first browser use.