Skip to content
Tooletto

Roll a D20

A preset of Dice Roller

Roll a single twenty-sided die — the standard die for resolving actions in Dungeons & Dragons and most other tabletop role-playing games. Fair, instant, and ready for the next check at the table.

  • Files never leave your device
  • Free, no signup
  • No watermarks
  • Works offline once loaded
Loading tool…

How to dice roller

  1. 1

    Choose the die

    Pick how many sides — d4, d6, d8, d10, d12, d20 or d100.

  2. 2

    Choose how many

    Roll a single die or several at once.

  3. 3

    Roll

    See each individual result and the running total.

Why the d20 carries more weight than any other die at the table

Twenty-sided-die systems like Dungeons & Dragons route nearly every meaningful action — attacking, persuading, dodging, noticing a hidden trap — through a single d20 roll compared against a target number, which means the fairness of that one die has an outsized effect on how the whole game plays out compared to a die used only occasionally. A twenty-sided die also has a wide enough range of outcomes to support fine-grained difficulty tuning that a d6 or d10 could not — the gap between a target number of 10 and 15 is a meaningfully different challenge specifically because there are twenty roughly equally likely results to spread across that range.

"Advantage" and "disadvantage" — rolling two d20s instead of one

Modern D&D rules introduced a mechanic where certain situations call for rolling two d20s instead of one and keeping only the higher result ("advantage," representing a favorable situation) or only the lower one ("disadvantage," representing an unfavorable one), rather than adjusting the target number up or down. Rolling this tool twice and comparing the two results reproduces that mechanic directly, and it is a meaningfully different statistical adjustment than a flat bonus or penalty would be — advantage disproportionately helps avoid a low roll rather than uniformly shifting every result upward, which is exactly the effect the designers were after.

Frequently asked questions

Is this actually random?

Yes. Every die uses `crypto.getRandomValues` with rejection sampling, so no face on a die is even fractionally more likely than another — a proper fairness guarantee rather than the small bias a naive random-number-modulo approach would introduce.

Why does a d20 roll matter for tabletop games?

Games like Dungeons & Dragons resolve most actions by rolling a twenty-sided die and comparing the result against a target number, so a fair d20 is central to the game working as designed — a die biased toward high or low rolls would silently make characters better or worse than the rules intend.

Can I roll multiple dice and get the total?

Yes — set the count above one and the tool shows every individual result plus the sum, which is how tabletop notation like "2d6" (roll two six-sided dice and add them) or "3d6+2" works.

Are physical dice actually fair?

Not always. Inexpensive dice can have measurable manufacturing asymmetries — rounded edges, off-center pips drilled into the material, or uneven mold seams — that bias certain faces to land slightly more often, which is why serious tabletop and casino players sometimes pay for precision-machined "casino-grade" dice. A cryptographically random virtual roll has no physical shape to be asymmetric in the first place.