Free root calculator
Calculate square roots, cube roots, and nth roots of any number — enter a value and root degree to see the exact result, updated live, as you type.
On this page10 sections
nth root of x. Negative x with an odd integer root returns a real value.
Results are estimates. Consult a professional.
How the root calculator works
The nth root of a number x is the value r such that rⁿ = x. Square roots (n=2) and cube roots (n=3) are the most common, but the formula generalises to any positive integer n. For computation, Newton's method refines an initial guess iteratively until the result converges.
Worked example: √144, ∛27, and ⁴√256
Each example below involves a perfect power, so the answer is an exact integer. For non-perfect powers the calculator returns a decimal approximation.
Perfect squares and perfect cubes
Memorising common perfect squares and cubes speeds up mental maths and lets you quickly estimate roots of nearby numbers.
| n | n² (perfect square) | n³ (perfect cube) |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 4 | 8 |
| 3 | 9 | 27 |
| 4 | 16 | 64 |
| 5 | 25 | 125 |
| 6 | 36 | 216 |
| 7 | 49 | 343 |
| 8 | 64 | 512 |
| 9 | 81 | 729 |
| 10 | 100 | 1,000 |
Perfect squares for n = 1–10 and perfect cubes for n = 1–10.
Tips for calculating roots
A few strategies make root calculations faster and more accurate.
- Use exponent notation — ⁿ√x = x^(1/n) so any scientific calculator or spreadsheet can evaluate any root with the ^ or POWER function.
- Factor perfect squares out — simplify √72 as √(36×2) = 6√2 rather than computing a decimal, keeping the answer exact.
- Estimate by bracketing — for √50, note 7² = 49 and 8² = 64, so the answer is just above 7 (≈ 7.07).
- Even roots need non-negative inputs — √x and ⁴√x are undefined for negative real x; odd roots (∛x) are defined for all real x.
- Check with inverse — raise your computed root to the nth power and verify you recover the original number.
Accuracy and limitations
Results are calculated using IEEE 754 double-precision arithmetic, giving approximately 15–16 significant decimal digits of accuracy. Even roots of negative numbers are not real and will return an error or NaN. Very large or very small inputs (beyond roughly ±10³⁰⁸) may overflow or underflow. For exact symbolic results with irrational roots, use a computer algebra system rather than a decimal calculator.
Key terms
About this calculator
Part of our math calculators suite — explore all calculators.