Part of the Math & Statistics suite · 235 calculators

Dice Roller

Roll any number of dice with any number of sides — 2d6, 4d6, 1d20 with a modifier — and see the total, every individual die, and how likely that total was.

Each die is drawn from a seeded generator, so the same seed rolls the same dice; change the seed to roll again.

6 for ordinary dice; 20 for d20
Change it to roll again
Results update as you type
Results
Total
7
Each die
Average total for this roll
Possible range
Compared with average
Chance of exactly this total
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows US usage (math, parentheses, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About dice roller

How the dice roller works

Each die is drawn from a seeded generator, so the same seed rolls the same dice; change the seed to roll again. Alongside the roll the calculator gives the odds: the lowest and highest possible totals, the average (each die averages (sides + 1) ÷ 2), and where your roll sits. Totals from several dice cluster in the middle — with 2d6 there are six ways to make 7 but only one to make 2, which is why 7 comes up six times as often.

Formula: total = Σ dice + modifier; average = n × (sides + 1) / 2 + modifier

Worked examples

InputsTotalNote
2d6 — two ordinary dice7totals cluster around 7
1d20 + 5 — a skill check19range 6 to 25
4d6 — rolling a character stat17average 14

Frequently asked questions

What does 2d6 mean?

Two dice of six sides. The first number is how many dice, the second how many faces — so 1d20 is a single twenty-sided die.

Why do totals cluster in the middle?

There are more ways to make a middling total. With two dice there are six combinations that make 7 and only one that makes 2.

Are the rolls fair?

Every face is equally likely from the seeded generator. It is reproducible by design — the same seed rolls the same dice — so it is for play, not for gambling.

How do I roll again?

Change the seed. Any word or number gives a new roll.

What is the modifier for?

Tabletop games often add a bonus to the roll: 1d20 + 5 means roll a d20 and add five.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.