Raffle Draw Generator

Fair random draws for giveaways and contests

Ad placeholder (leaderboard)

Run a transparent, fair prize draw

From Instagram giveaways to office prize draws and classroom rewards, a Raffle Draw Generator removes any suspicion of favouritism. Paste in your entrants, choose how many winners you need, and let the tool pull them at random — in clear draw order so you can hand out first, second, and third prizes.

How it works

The tool parses your participant list, splitting on newlines and commas, trimming whitespace, and dropping blanks. It then de-duplicates identical entries so a name appearing more than once cannot win multiple times. To select winners it draws without replacement: for each prize it picks a uniformly random index from the current pool, records that name, then removes it from the pool so it cannot be selected again. This repeats until the requested number of winners is drawn. Because each pick is uniform over whoever remains, every participant has a fair shot, and the recorded order doubles as your prize ranking.

Tips and notes

If your entrants come from a spreadsheet, copy the column straight in — both newline and comma separators are handled. For a single grand-prize draw, set the winner count to one. To run a tiered giveaway, draw several winners at once and award prizes by draw order. Want a fresh result? Just press the button again. Everything happens locally in your browser, keeping your entrant list private.

Ad placeholder (rectangle)