MathMarch 30, 2026

Dice Probability Calculator Guide: Formulas, Tables & Examples

By The hakaru Team·Last updated March 2026

Quick Answer

  • *Single die probability: each face has a 1/n chance (1/6 = 16.67% for a standard d6).
  • *Rolling a 7 on 2d6 has a 16.67% chance (6 out of 36 combinations) — the most likely sum.
  • *Expected value of any fair die: (n + 1) / 2. For a d6, that's 3.5; for a d20, it's 10.5.
  • *“At least one” problems use the complement: 1 – P(none). Four dice gives 51.8% odds of at least one 6.

Single Die Basics

A fair die gives each face an equal probability. For a standard six-sided die (d6), each face has a 1/6 chance — approximately 16.67%. For a d20 (twenty-sided die used in Dungeons & Dragons), each face has a 1/20 or 5% chance.

The general formula for rolling a specific number on a fair n-sided die:

P(specific face) = 1 / n

The expected value (average result over many rolls):

E(die) = (n + 1) / 2

Die TypeFacesP(any face)Expected Value
d4425.00%2.5
d6616.67%3.5
d8812.50%4.5
d101010.00%5.5
d12128.33%6.5
d20205.00%10.5
d1001001.00%50.5

Two Dice (2d6): Sum Probabilities

When rolling two six-sided dice, there are 6 × 6 = 36 possible outcomes. Not all sums are equally likely — there are more ways to roll a 7 than a 2 or 12.

SumCombinationsCountProbability
2(1,1)12.78%
3(1,2) (2,1)25.56%
4(1,3) (2,2) (3,1)38.33%
5(1,4) (2,3) (3,2) (4,1)411.11%
6(1,5) (2,4) (3,3) (4,2) (5,1)513.89%
7(1,6) (2,5) (3,4) (4,3) (5,2) (6,1)616.67%
8(2,6) (3,5) (4,4) (5,3) (6,2)513.89%
9(3,6) (4,5) (5,4) (6,3)411.11%
10(4,6) (5,5) (6,4)38.33%
11(5,6) (6,5)25.56%
12(6,6)12.78%

This distribution is why 7 is the critical number in craps — it's the most probable sum. In Settlers of Catan, the robber activates on a 7 because designers Klaus Teuber used probability to ensure it triggers most frequently. According to BoardGameGeek, Catan has sold over 40 million copies worldwide, making 2d6 probability one of the most practically encountered concepts in recreational math.

The “At Least One” Problem

One of the most common dice probability questions: “What are the odds of rolling at least one 6?” The trick is using the complement:

P(at least one 6) = 1 – P(no sixes) = 1 – (5/6)^n

Number of DiceP(no sixes)P(at least one 6)
183.33%16.67%
269.44%30.56%
357.87%42.13%
448.23%51.77%
540.19%59.81%
633.49%66.51%
1016.15%83.85%

This problem has historical significance. In the 17th century, the Chevalier de Méré asked Blaise Pascal why betting on at least one 6 in 4 rolls was profitable, but betting on at least one double-6 in 24 rolls of two dice was not. Pascal and Pierre de Fermat's correspondence on this question founded modern probability theory.

Multiple Dice Sums: 3d6 and Beyond

For three six-sided dice (3d6), the total outcomes are 6³ = 216. The possible sums range from 3 to 18, with 10 and 11 being the most likely (each at 12.5%).

In Dungeons & Dragons, 3d6 is the classic method for generating ability scores. The distribution has a bell curve centered around 10.5, meaning extreme values (3 or 18) are very rare — only a 0.46% chance each (1 in 216). According to a 2023 survey by D&D Beyond, over 50 million characters have been created on their platform, making 3d6 distributions one of the most commonly generated probability distributions in gaming.

The general formula for the number of outcomes on n dice each with s sides is:

Total outcomes = s^n

D&D Advantage and Disadvantage

In D&D 5th Edition, advantage means rolling 2d20 and keeping the higher result. Disadvantage means keeping the lower result. The math:

StatisticNormal (1d20)Advantage (2d20 keep high)Disadvantage (2d20 keep low)
Average roll10.5013.837.18
Equivalent bonus+3.33–3.33
P(natural 20)5.00%9.75%0.25%
P(natural 1)5.00%0.25%9.75%

Advantage is roughly equivalent to a +3.3 flat bonus near the middle of the difficulty range, but its actual impact varies with the target number. Against easy targets (DC 5), advantage barely matters. Against hard targets (DC 15), it can double your success rate. This asymmetry was analyzed in detail by the AnyDice probability engine, which processes over 2 million dice calculations monthly.

Probability for Board Games

Monopoly

Monopoly uses 2d6 for movement. The most common roll is 7 (16.67%), meaning you'll most often land 7 spaces from your current position. The probability of rolling doubles (needed to get out of jail) is 6/36 or 16.67%per roll. Three consecutive doubles sends you to jail — a (1/6)³ = 0.46% chance.

Risk

In Risk, attackers roll up to 3d6 and defenders up to 2d6, comparing highest dice. When attacking with 3 dice vs 2 defending dice, the attacker wins both comparisons 37.2% of the time, splits 33.6%, and loses both 29.3%. This gives attackers a slight edge, which is why sustained offense tends to succeed in Risk.

Yahtzee

Yahtzee (five of a kind on 5d6) has a probability of 6/7,776 = 0.077% on a single roll. With three rolls and optimal strategy (keeping matching dice), the probability of getting Yahtzee on a given turn rises to about 4.6%.

Calculate any dice combination instantly

Use our free Dice Probability Calculator →

Frequently Asked Questions

What is the probability of rolling a 7 with two dice?

The probability of rolling a 7 with two standard six-sided dice is 6/36 or 16.67%. There are 6 combinations that produce a 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). This makes 7 the most likely sum when rolling 2d6, which is why it triggers the robber in Catan and is the most common roll in craps.

How do you calculate probability for multiple dice?

For independent dice rolls, multiply the individual probabilities. The probability of rolling three 6s on three dice is (1/6) × (1/6) × (1/6) = 1/216 or 0.46%. For sum probabilities (like rolling a total of 10 on 3d6), you must count all combinations that produce that sum and divide by total outcomes (6^n for n dice).

What are the odds of rolling at least one 6 with multiple dice?

Use the complement method: P(at least one 6) = 1 – P(no sixes). With 1 die: 1 – 5/6 = 16.7%. With 2 dice: 1 – (5/6)² = 30.6%. With 3 dice: 1 – (5/6)³ = 42.1%. With 4 dice: 1 – (5/6)⁴ = 51.8%. You need 4 dice to have better than even odds of at least one 6.

What is the average roll of a d20?

The expected value (average) of a single d20 roll is 10.5. The formula for any fair die is (n + 1) / 2, where n is the number of sides. For a d6: (6 + 1) / 2 = 3.5. For a d12: (12 + 1) / 2 = 6.5. For 2d6, the expected sum is 7 (3.5 + 3.5).

What is advantage and disadvantage in D&D 5e?

Advantage means rolling 2d20 and taking the higher result. Disadvantage means taking the lower. With advantage, your average roll increases from 10.5 to approximately 13.83 (equivalent to about a +3.3 bonus). The probability of rolling a natural 20 with advantage is 9.75% compared to 5% on a single d20.