6-Sided Dice Probability Calculator

Select the number of six-sided dice, choose a target sum, and evaluate exact probabilities for less than, equal to, or greater than conditions.

Probability: 16.6667%

Equivalent odds: 1 in 6.00

Distribution of totals for 2d6
TotalCombinationsProbability
212.7778%
325.5556%
438.3333%
5411.1111%
6513.8889%
7616.6667%
8513.8889%
9411.1111%
1038.3333%
1125.5556%
1212.7778%

How to Use This Calculator

  1. Specify how many six-sided dice you plan to roll.
  2. Set the target sum to evaluate.
  3. Choose whether to compute P(sum ≤ target), P(sum = target), or P(sum ≥ target).
  4. Review the report and explore the full distribution table for additional context.

Formula

P(sum = k) = number of solutions to x₁ + ... + xn = k with 1 ≤ xᵢ ≤ 6, divided by 6ⁿ

Probability types use cumulative sums of the distribution as needed.

Combinatorial counts computed via recursive inclusion.

Full Description

The sum of multiple d6 rolls follows a discrete distribution whose shape approaches normality as more dice are added. This calculator enumerates all combinations to deliver exact probabilities, useful for tabletop games or probability lessons.

Frequently Asked Questions

How large can the dice count be?

The recursive enumeration works best for small to moderate dice counts (e.g., up to ~6–8). Larger counts may become slow.

Are dice assumed fair?

Yes. Each face from 1 to 6 is equally likely.

Can this handle modifier terms?

Not currently. Add modifiers manually after obtaining probabilities for the raw sum.

Does it support "at least" probabilities?

Yes. Select “Sum ≥ target” for the probability of rolling at least the specified total.