MathQuarryCalculators

Calculators / Square & Cube Root Calculator

Square & Cube Root Calculator

A square root of a number n is a value that, multiplied by itself, gives n: the square root of 49 is 7, because 7 × 7 = 49. A cube root of n is a value that, multiplied by itself three times, gives n: the cube root of 27 is 3, because 3 × 3 × 3 = 27. This calculator handles both, including numbers whose roots aren't whole numbers.

For perfect squares (numbers whose square root is a whole number, like 1, 4, 9, 16, 25...) and perfect cubes (1, 8, 27, 64, 125...), the root is exact and can often be found by recognizing the pattern or checking small candidates. For everything else, the root is irrational — it has an infinite, non-repeating decimal expansion, like √2 ≈ 1.41421356... — and can only be approximated, though to as much precision as needed.

Worked example one: estimate √50 by hand. 50 sits between the perfect squares 49 (7²) and 64 (8²), so √50 is between 7 and 8, and much closer to 7 since 50 is much closer to 49. A closer estimate: 7.1² = 50.41, slightly over, so try 7.07² = 49.98, very close. √50 ≈ 7.07. Worked example two: find the cube root of 125. Testing small candidates: 5 × 5 × 5 = 125, exactly. Cube root of 125 = 5.

A useful estimation method for square roots without a calculator: find the two nearest perfect squares that bracket the number, then refine using linear interpolation as a rough guide, then check by squaring your guess and adjusting up or down. This is genuinely usable by hand for most everyday numbers and doesn't require memorizing anything beyond the perfect squares up to about 20² = 400.

A common mistake is assuming every number has a "nice" square or cube root — most integers don't, and treating an approximation as exact (writing √50 = 7 instead of √50 ≈ 7.07) loses meaningful precision. Another common mistake is confusing squaring with doubling, or cubing with tripling — squaring a number multiplies it by itself (n²), not by 2, and cubing multiplies it by itself twice more (n³), not by 3; this confusion tends to show up when working backwards from a root to check the answer.

Higher-order roots follow the same logic as square and cube roots, just with a different "how many times multiplied" count — a fourth root of n is a value that, multiplied by itself four times, equals n (the fourth root of 16 is 2, since 2×2×2×2=16), and fractional exponent notation generalizes this cleanly: the k-th root of n is the same as n^(1/k). This is exactly the notation used on the Exponent Calculator for fractional powers, and it's worth internalizing that "root" and "fractional exponent" are two names for the identical operation rather than two separate skills to learn.

Negative numbers have a real cube root (the cube root of −27 is −3, since −3 × −3 × −3 = −27) but no real square root (no real number multiplied by itself gives a negative result, since a negative times a negative is always positive) — this is exactly the situation that leads to imaginary numbers in more advanced math, though that's outside the scope of this calculator. Square roots have a genuinely practical geometric meaning worth keeping in mind: if a square room has an area of 225 square feet, each side measures √225 = 15 feet, since area is side length squared. Cube roots carry the equivalent meaning in three dimensions — a cube-shaped storage container with a volume of 1,000 cubic feet has sides of ∛1000 = 10 feet each. This geometric grounding is often the fastest way to sanity-check a root calculation: if the answer, squared or cubed back, doesn't reproduce something close to the original area or volume, the estimate needs another pass.

For the hand-estimation method with more worked practice, see How to Find a Square Root Without a Calculator and How to Find a Cube Root.