Math
Instant, private, and free
Digital Root Calculator.
Reduce an integer repeatedly by digit sums until one digit remains.
Set your values
Results update as you type.
Use Cases
Check divisibility by 9
The digital root of a number is the same as its remainder when divided by 9 (except for multiples of 9, which have digital root 9). This helps quickly check if a number is divisible by 9.
Example: For 729, digital root is 9, so 729 is divisible by 9.
Simplify math puzzles and patterns
Digital roots are used in number theory puzzles, magic tricks, and to find patterns in sequences. They can also help verify arithmetic calculations.
Example: In a puzzle, the digital root of 123456789 is 9, revealing a pattern.
Frequently Asked Questions
- What is a digital root?
- The digital root of a number is the single-digit value obtained by repeatedly summing the digits of the number. For example, the digital root of 1234 is 1 because 1+2+3+4=10, and 1+0=1.
- How do I calculate the digital root manually?
- To calculate the digital root, add all the digits of the number. If the sum has more than one digit, repeat the process until you get a single digit. For instance, for 987, 9+8+7=24, then 2+4=6, so the digital root is 6.
- What is the digital root of zero?
- The digital root of zero is zero, since there are no digits to sum. The calculator will output 0 for the input 0.
Tips & Common Mistakes
Tips
- Enter any integer, including negative numbers. The digital root is calculated on the absolute value, so the result is always non-negative.
- For large numbers, you can sum digits in groups to speed up mental calculation, but the calculator does it instantly.
- Remember that the digital root of a number is congruent to the number modulo 9, with 0 replaced by 9 for positive numbers.
- Use the digital root to check if a sum, difference, or product is correct by comparing digital roots.
Common Mistakes to Avoid
- Forgetting that the digital root of a multiple of 9 is 9, not 0, for positive integers. For example, 18 has digital root 9.
- Including the sign when calculating the digital root of a negative number. The calculator uses the absolute value, so -27 gives digital root 9.
- Stopping too early: you must repeat the digit sum until only one digit remains. For 99, 9+9=18, then 1+8=9.
Last updated: August 13, 2026