Name Picker
Pick a random name from a list.
Input
Result
What is a Name Picker Calculator?
A Name Picker is a digital tool that randomly selects a name from a list you provide. It is commonly used for giveaways, classroom activities, team assignments, or raffle drawings. Simply enter your names and get an instant random result.
How to pick a name manually (the formula)
Manual random selection uses a simple principle. If you have n names, assign each a number from 1 to n. Generate a random integer between 1 and n, then select the corresponding name. The probability of any name being chosen is 1÷n.
Example calculation
Suppose you have 5 names: Alice, Bob, Charlie, Diana, and Evan. Assign numbers 1–5. If the random number is 3, Charlie is selected. Each name has a 1÷5 = 20% chance of being picked.
Common mistakes
- Entering duplicate names — Duplicates unfairly increase the odds for that name. Remove duplicates before running the picker.
- Confusing random with pseudorandom — Most digital pickers use pseudorandom algorithms, which are sufficient for fairness in casual use.
- Not shuffling the input order — The order of names in the list does not affect randomness, but shuffling can help perceived fairness.
Frequently asked questions
How does the name picker work?
It randomly selects one name from your entered list using a randomization algorithm.
Can I enter multiple names at once?
Yes, separate each name with a comma or new line.
Is the selection truly random?
Yes, the tool uses a cryptographically random selection process.
Can I save the picked name?
Copy the result manually or re-run to pick again.
Is this free to use?
Yes, completely free with no sign-up required.
Does it work on mobile?
Yes, works on any device with a browser.