Factorial calculator
Compute the factorial n! of a whole number.
Related tools
All Combinatorics tools →Need n!? The Factorial calculator derives it from n in one step. For instance, with n = 10 it returns n! = 3,628,800.
How to use it
- Enter your values: n.
- Read the result instantly: n!.
Frequently asked questions
How does the Factorial calculator work?
It takes n and derives n! from them. The calculation is live as you type, so the result updates on every change.
Which values does the calculator ask for?
A single value: n. Nothing else is required — no account, no file upload.
What does a typical calculation look like?
With n = 10, the calculator returns n! = 3,628,800. Those figures come from running this exact tool, so you can reproduce them by entering the same values.
How much does the result change with different inputs?
It moves a lot. Using n = 20 instead, n! goes from 3,628,800 to 2,432,902,008,000,000,000 — which is why it is worth testing a few scenarios rather than trusting a single figure.
What does it give for smaller values?
Scaled down to n = 5, n! comes out at 120. The relationship is worth checking at both ends before you rely on a single result.
When would I actually use this?
Counting possibilities before enumerating them: hands in a card game, passwords of a given shape, seatings around a table, or lottery odds.
What is the most common mistake?
Choosing a permutation when order does not matter. Picking three people from ten gives 720 arrangements but only 120 groups — the two differ by a factor of six here, and far more as the numbers grow.
Where do the figures come from, and how current are they?
Counting formulas are exact by definition. Large factorials are computed with arbitrary precision where needed, so a result is not silently rounded into scientific notation.