Math

Dice Calculator

Find min, max, mean, and outcomes for dice rolls.

CALCULATOR

Enter your numbers

Instant results

THE NUMORIX GUIDE

How to use the Dice Calculator

Last reviewed September 14, 2026

What this calculator does

For d independent dice with s sides numbered 1 through s, minimum total = d, maximum = d*s, mean = d*(s+1)/2, and the number of ordered elementary outcomes = s^d.

Formula and method

For d independent dice with s sides numbered 1 through s, minimum total = d, maximum = d*s, mean = d*(s+1)/2, and the number of ordered elementary outcomes = s^d.

Variables and inputs

Number of Dice defaults to 2 and Sides to 6. The UI requires positive integers and limits the number of dice to 20; it reports range, mean, and outcome count rather than a simulated roll.

Worked example

For 2d6: minimum = 2, maximum = 12, mean = 2*(6+1)/2 = 7, and total ordered outcomes = 6^2 = 36.

How to interpret the result

The mean is the long-run average total, not the most likely single total. With multiple dice, middle totals generally have more combinations than extremes.

Common mistakes to avoid

Do not call 7 the guaranteed result of 2d6, and do not count only possible totals when calculating elementary outcomes; individual die faces are the outcomes.

Assumptions and limitations

The engine calculates theoretical summary values and does not generate a random roll or a full sum-probability distribution. It assumes fair independent dice with consecutive face values 1 through s.

Practical use and checks

The Dice Calculator describes the possible totals for a set of identical dice rather than selecting one random roll. Enter 2 dice with 6 sides as a check; the minimum total should be 2, maximum 12, mean 7, and total equally likely face combinations 36. The mean comes from 2 times (6 + 1) divided by 2, while the outcome count is 6 squared. Use these values to plan a game rule or check a probability model, but remember that totals between 2 and 12 are not equally likely even though the individual face combinations are. The range assumes each die has integer faces numbered 1 through the entered side count and that dice are independent. A custom die with zero, weighted faces, blank faces, or different labels needs another model. The page does not perform a live roll, so it cannot tell you whether the next result will be near the mean; a single session can be unusual. Very large dice counts or side counts can make the outcome count exceed safe integer precision, and noninteger inputs can produce a result with no ordinary tabletop meaning. To answer "what is the chance of at least 10," use a distribution calculation that counts the relevant totals rather than treating the mean or range as a probability.

Sources and references

COMMON QUESTIONS

Frequently asked questions

Is the mean of 2d6 really 7?

Yes. Each d6 has mean 3.5, and the means add, but a particular roll can be any total from 2 through 12.

Why are there 36 outcomes for 2d6?

Each of the six outcomes on the first die can pair with six outcomes on the second, giving 6*6 ordered pairs.