ToolNimba
๐Ÿ”ข Math & Numbers

How to Find a Cube Root: Formula, Steps, and Examples

Shihab Mia By Shihab Mia July 5, 2026 8 min read

Illustration showing how to find a cube root using perfect cubes and grouped factors

Quick answer

The cube root of a number x is the value that, when cubed, equals x. For example, the cube root of 27 is 3 because 3 to the power of 3 equals 27. Written as a formula, if y cubed = x, then y = cube root of x. For perfect cubes you can recall the answer or use prime factorization; for other numbers, estimate between the nearest perfect cubes or use a calculator.

A cube root reverses the act of cubing a number. Cubing means multiplying a value by itself three times, so 4 cubed = 4 x 4 x 4 = 64. The cube root asks the opposite question: what number, multiplied by itself three times, produces 64? The answer is 4. This guide shows you every practical way to find a cube root, whether the number is a clean perfect cube, a negative value, or something messy that needs estimation.

What does cube root actually mean?

The cube root of a number x is the value y such that y x y x y equals x. It is written with a small 3 tucked into the radical sign, or spelled out as cbrt(x). So cbrt(27) = 3 because 3 x 3 x 3 = 27, and cbrt(1000) = 10 because 10 x 10 x 10 = 1000. Unlike squaring, which always produces a positive result, cubing preserves the sign of the original number, which matters a great deal for negative inputs.

Cube roots are close cousins of square roots, but they behave differently in one important way. If you want to compare the two operations side by side, the square root calculator lets you test values and see the contrast for yourself. The key difference is what happens with negatives, which we cover below.

Which perfect cubes should you memorize?

A perfect cube is a whole number produced by cubing another whole number. Memorizing the first ten makes most cube-root problems fast, because you can either recognize the answer instantly or use them as landmarks for estimation.

The first ten perfect cubes and their cube roots

Cube rootPerfect cubeWhy
111 x 1 x 1
282 x 2 x 2
3273 x 3 x 3
4644 x 4 x 4
51255 x 5 x 5
62166 x 6 x 6
73437 x 7 x 7
85128 x 8 x 8
97299 x 9 x 9
10100010 x 10 x 10

Notice the pattern in the last digits: cubes ending in 8 come from roots ending in 2, cubes ending in 7 come from roots ending in 3, and cubes ending in 2 come from roots ending in 8. Spotting the final digit is a quick shortcut for guessing the root of a larger perfect cube.

How do you find the cube root of a perfect cube by hand?

To find the exact cube root of a perfect cube, use prime factorization and group the prime factors into sets of three. Each complete group of three identical primes contributes one factor to the answer. This method never relies on guessing and always gives an exact whole-number result when the input truly is a perfect cube.

Here is the method applied to 3375, worked step by step.

  1. Break the number into prime factors: 3375 = 3 x 3 x 3 x 5 x 5 x 5.
  2. Group the identical primes into sets of three: (3 x 3 x 3) and (5 x 5 x 5).
  3. Take one factor from each complete group: 3 from the first group, 5 from the second.
  4. Multiply those factors together: 3 x 5 = 15.
  5. Check by cubing: 15 x 15 x 15 = 3375. Correct, so the cube root of 3375 is 15.

If any prime is left over that cannot form a complete group of three, the number is not a perfect cube, and the exact root is irrational. In that case you switch to estimation or a calculator. Prime factorization is also the backbone of related tasks like finding the greatest common factor, so the skill pays off well beyond cube roots.

Can a cube root be negative?

Yes. The cube root of a negative number is real and negative. For example, cbrt(-8) = -2 because (-2) x (-2) x (-2) = -8. This is the single biggest difference between cube roots and square roots: a square root of a negative number is not a real number, but a cube root of a negative number always is.

The reason comes down to signs. Multiplying three negatives together keeps the result negative, so a negative input has a negative real root. To find the cube root of a negative number, simply find the cube root of its positive version and attach a minus sign. So cbrt(-125) = -5, and cbrt(-1000) = -10.

How do you estimate the cube root of a non-perfect cube?

When a number is not a perfect cube, bracket it between the two nearest perfect cubes and narrow down from there. The cube root will fall between the roots of those two neighbors, and you can refine your guess by testing values in between.

Suppose you want the cube root of 100. It sits between 64 (which is 4 cubed) and 125 (which is 5 cubed), so the answer is between 4 and 5. Because 100 is closer to 125 than to 64, the root is a bit above the midpoint, roughly 4.6. Testing 4.6 x 4.6 x 4.6 gives about 97.3, and 4.65 gives about 100.5, so the cube root of 100 is approximately 4.64. To confirm an estimate to several decimal places, drop the number into the cube root calculator and compare it against your bracketed guess.

  • Bracket: find the perfect cube just below and just above your number.
  • Position: decide whether your number is closer to the lower or upper neighbor.
  • Refine: test decimals between the two roots until the cube matches closely.
  • Confirm: cube your estimate to check how near it lands.
A number line showing a non-perfect cube bracketed between two nearest perfect cubes
Bracketing a number between the two nearest perfect cubes narrows the cube root quickly.

How do you find a cube root on a calculator or phone?

On most calculators you find a cube root by using the cube-root key or the general root function. Scientific calculators usually label it as a radical with a small 3, while basic phone calculators often hide it behind a function that takes any root. If you cannot see a dedicated cube-root button, there is a reliable workaround that works on every calculator, even the simplest one.

  1. Type the number you want the cube root of, for example 512.
  2. Look for a key labeled with a radical and a small 3, and press it to read the answer directly.
  3. If there is no such key, use the power function instead: raise the number to the power of one third.
  4. On a phone calculator, that means pressing the number, then the power key, then entering 0.3333333 (one third) as the exponent.
  5. Read the result: 512 raised to one third returns 8, which is the cube root of 512.

The reason the power trick works is that a cube root is the same as raising a number to the power of one third. Because 0.3333333 only approximates one third, very large numbers may show a tiny rounding error such as 7.9999998 instead of 8, so round sensibly when you know the answer should be a whole number. For a clean result with no rounding drift, the cube root calculator handles the exact math for you.

How do you refine a cube root estimate with averaging?

You refine a cube root estimate by making a guess, dividing to correct it, and averaging the two values, then repeating until the digits stop changing. This averaging approach, a simplified version of Newton's method, converges on the true root far faster than testing random decimals, and it needs only division and addition.

Here is the averaging method used to sharpen the cube root of 100, worked step by step.

  1. Start with a rough guess. Since 100 sits between 64 and 125, guess 4.6.
  2. Divide the target by the square of your guess: 100 divided by (4.6 x 4.6) is about 4.726.
  3. Average that result with twice your guess, then divide by three: (4.726 + 4.6 + 4.6) divided by 3 is about 4.642.
  4. Use 4.642 as your new guess and repeat the division and averaging once more.
  5. The value settles near 4.6416, so the cube root of 100 is approximately 4.6416.

Two or three rounds are usually enough for three or four correct decimal places, which is more precision than most everyday problems need. If you only want a ballpark figure, the simple bracketing method above is faster; if you want accuracy by hand, averaging wins.

Common mistakes to avoid

  • Confusing cubing with multiplying by 3. Cubing 4 is 4 x 4 x 4 = 64, not 4 x 3 = 12.
  • Treating cube roots like square roots for negatives. cbrt(-8) is a valid real number, -2, while the square root of -8 is not real.
  • Forgetting to group factors in threes. For cube roots you group primes in sets of three, not pairs as you would for square roots.
  • Rounding too early during estimation. Keep an extra decimal place while refining, then round only at the final step.
  • Assuming every number is a perfect cube. Most are not, so an irrational, non-terminating decimal is a normal and correct answer.

Good to know: cube roots in the real world

Cube roots show up whenever you move from a volume back to a length. If a cubic tank holds 27 cubic units, each side measures the cube root of 27, or 3 units. Engineers, 3D designers, and statisticians all reach for cube roots, and they pair naturally with other math skills like working with logarithms and calculating averages. The concept of inverse operations is the same idea that makes cube roots the undo button for cubing.

For the definition and notation used throughout this guide, the Cube root article on Wikipedia is a clear, freely available reference that matches the standard mathematical treatment.

โˆ› Try the free tool Cube Root Calculator Free cube root calculator: find the cube root of any real number, including negatives and decimals. Detects perfect cubes, shows n cubed, and copies the result.

Once you understand the method, a calculator saves time on messy numbers. Enter any value, positive or negative, and read off the cube root instantly, then use the by-hand techniques above to sanity-check whether the result looks right. Knowing both the manual method and the shortcut is what turns cube roots from a memorization chore into a quick, confident calculation.

Frequently asked questions

What is the easiest way to find a cube root?

For perfect cubes, memorize the first ten (1, 8, 27, 64, 125, 216, 343, 512, 729, 1000) so you can recognize the answer instantly. For anything else, bracket the number between the two nearest perfect cubes to estimate, or type it into a cube root calculator for an exact decimal in one step.

Can you find the cube root of a negative number?

Yes. The cube root of a negative number is real and negative, because multiplying three negatives gives a negative result. For example, the cube root of -8 is -2, since -2 times -2 times -2 equals -8. This differs from square roots, where negative inputs have no real answer.

How is prime factorization used to find cube roots?

Break the number into its prime factors, then group identical primes into sets of three. Each complete group contributes one factor to the answer, and you multiply those factors together. For 3375, the factors are three 3s and three 5s, giving 3 times 5, which equals 15, the exact cube root.

What is the difference between a square root and a cube root?

A square root undoes squaring and groups factors in pairs, while a cube root undoes cubing and groups factors in threes. The biggest practical difference is signs: negative numbers have no real square root but always have a real, negative cube root.

How do you estimate the cube root of a number that is not a perfect cube?

Find the perfect cube just below and just above your number, then note that the root lies between their two cube roots. Judge whether your number is closer to the lower or upper neighbor, test decimals in between, and cube each guess to check. The cube root of 100, for example, is about 4.64.

Is the cube root of every number a whole number?

No. Only perfect cubes like 8, 27, and 64 have whole-number cube roots. Most numbers produce an irrational result, a non-terminating, non-repeating decimal, which is completely normal. For those values you either estimate by bracketing or use a calculator to get as many decimal places as you need.

How do you find a cube root without a cube-root button?

Raise the number to the power of one third using the power key on any calculator. Enter the number, press the power function, then type 0.3333333 as the exponent. For example, 512 raised to one third returns 8. Because one third is an endless decimal, round the result when you expect a whole number.

Why is a cube root the same as a power of one third?

A cube root is the same as raising a number to the power of one third because cubing a number is raising it to the power of three, and one third is the exact reverse of three. When you cube the result of a one-third power, the two exponents multiply to one, returning the original number, so the two operations undo each other.

Tools used in this guide

Keep reading