PROBABILITY

Dice Probability Calculator

Calculate the exact odds of rolling any sum on NdY dice.

EXACT DICE MATH

Roll odds

Browser-only
RollOutcomesProbability
✓ Copied

Dice probability guide

What are the odds of rolling a natural 20? What is the chance 3d6 beats a DC 12? Dice probability is the math under every tabletop roll and every dice-based game mechanic - and it is surprisingly subtle. This calculator gives exact odds for rolling any sum with N dice of Y sides: the probability of exactly X, at least X, or at most X.

The math is exact for fair, independent dice with faces numbered from 1 to Y. It is computed by dynamic programming over every possible outcome, not simulated. With 2d6 there are 36 outcomes, and the calculator counts every one.

Why dice probabilities are not uniform

A single die is uniform: every face has the same 1-in-6 chance. But multiple dice produce a bell curve. 2d6 can roll anything from 2 to 12, yet 7 is six times more likely than 2 or 12. There are 6 ways to make 7 (1+6, 2+5, 3+4, 4+3, 5+2, 6+1) but only one way to make 2 (1+1).

This is the difference between a d20 (uniform, wild) and 3d6 (bell-curved, consistent): a central choice in dice-mechanic design.

Reading the odds

The calculator shows three views for any target sum. The Outcomes column gives favourable combinations over all combinations; the percentage is the same fraction expressed as a percentage.

  • Exactly X - the probability of rolling that precise sum.
  • At least X - the chance of meeting or beating a difficulty target; the number game designers usually balance around.
  • At most X - the chance of rolling under a ceiling, used for tables and penalties.
  • Expected sum - the average result across many rolls, not a promise that the next roll will land there.

Tip: For N dice with Y sides, the number of equally likely outcomes is Y^N and the expected sum is N x (Y + 1) / 2. For 2d6, that is 6^2 = 36 outcomes and an expected sum of 7.

Designing with probabilities

When balancing dice mechanics, think in "at least" terms: a DC 10 with 3d6 is beaten 62.5% of the time - comfortable. A DC 15 is beaten only about 9.3% of the time - brutal. The difference between DC values is not linear; it follows the bell curve.

For game developers, this calculator is a sanity check for encounter design, skill checks, and damage ranges. Prototype the dice, verify the odds, then tune the numbers instead of guessing.

Frequently asked questions

What is the probability of rolling a natural 20 on a d20?

Exactly 1 in 20, or 5%. Each face of a single fair d20 is equally likely.

What are the odds of rolling 7 on 2d6?

6 in 36, or 16.67% - the most common result. 7 has six combinations (1+6 through 6+1), while 2 and 12 each have only one.

How do I calculate the chance of beating a difficulty class?

Use "At least X": sum the probabilities of every result from the target up. For 3d6 against DC 10, that is 62.5%.

Why is 3d6 different from 1d18?

1d18 is uniform (every number is equally likely); 3d6 forms a bell curve centred on 10.5. The ranges are similar, but 3d6 is far more consistent.

Are the calculations simulated or exact?

Exact for fair, independent dice whose faces run from 1 to Y. The calculator counts all Y^N possible outcomes with dynamic programming - no randomness or simulation.

Privacy note: dice probability calculations and copying happen in your browser. Nothing is uploaded.