Free online dice roller
Roll virtual dice right in your browser — no app, no login, no physical dice needed. Pick how many dice you want and choose the type, from a four-sided d4 up to a hundred-sided d100, then hit Roll. You'll see every single die result alongside the combined total, so it's ready for board games, tabletop RPGs like Dungeons & Dragons, quick decisions, or classroom probability demos. Every roll uses your device's cryptographically secure randomness, so the outcome is genuinely fair and impossible to predict.
How to roll dice online
- Set the number of dice — anything from 1 to 20.
- Choose the die type (d4, d6, d8, d10, d12, d20, or d100).
- Press Roll to see each die and the total; roll again anytime.
- Click Copy result to paste your roll, e.g.
3d6: 4, 2, 6 = 12.
Fair, secure randomness
Each die is rolled with crypto.getRandomValues and unbiased
rejection sampling, which discards the rare values that would otherwise
make some faces slightly more likely than others. The result is an even,
honest distribution across every face — no weighting, no patterns. If you
need plain numbers instead of dice, try the
random number generator, or
pick a winner from a list with the
random picker.
Private and free
This dice roller never uploads anything. All the rolling happens locally in your browser, so you can use it freely for games, giveaways, and study. Refresh the page and your history clears itself.