Skip to content

Cube Root Calculator

Odd roots of negatives are real; even roots are not.

Work out Cube Root. Odd roots of negatives are real; even roots are not. Exact where an exact definition exists.

Written and maintained by Mohit PatelLast checked August 4, 2026How we build these

2 for a square root, 3 for a cube root

Cube root

3

Exact — 3 to the power 3 is 27

Input27
Root3
Result3
Nearest integer3
Checking it3^3 = 27
As a power27^(1/3)

Cube roots are defined for negative numbers as well as positive, because a negative cubed stays negative. That is the difference from square roots, and it is usually why someone arrives here with a negative number.

How the Cube Root Calculator works

The cube root of any number, positive or negative, with a check against the nearest whole number. Cube roots are defined for negatives because a negative cubed stays negative — which is the difference from square roots and usually why people arrive here.

Also known as: cube root of a negative number · third root calculator · what is the cube root of 27 · cbrt calculator

Why odd roots of negatives exist and even roots do not

Cubing preserves sign: a negative multiplied by itself three times stays negative, because two negatives make a positive and the third flips it back. So −3 cubed is −27, and the cube root of −27 is −3.

Squaring destroys sign — anything real squared is positive — so no real number squares to a negative. That is the whole difference, and it generalises: odd roots of negatives are real, even roots are not.

It also explains why cube roots have exactly one real answer while square roots have two. Cubing is strictly increasing, so each input maps to a distinct output and the inverse is unambiguous. Squaring is not, which is why ± appears.

Estimating without a calculator

Knowing the first ten cubes — 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 — turns most cube roots into an interpolation. For 500, the answer sits between 7 and 8 and much nearer 8, since 512 is close.

The refinement is straightforward. If x³ is your first guess and you want the cube root of n, the next estimate is (2x + n/x²)/3. Starting from 8 for the cube root of 500 gives 7.94 in one step.

That iteration is Newton's method applied to the cube root, and the same structure works for any root. It converges fast enough that two steps from a sensible start gives more digits than most problems need.

Where cube roots actually come up

Anywhere a volume is being scaled back to a length. Finding the side of a cube from its capacity, sizing a spherical tank from its volume, or working out the linear scale of a model when the volume ratio is known.

The square-cube relationship is the reason. Volume scales with the cube of linear size, so recovering a length from a volume requires undoing that cube — which is why doubling a model's dimensions multiplies its volume by eight.

It appears in finance too, as the compound growth rate over three periods. Any annualised rate over n periods is an nth root, and three years is a cube root by exactly the same arithmetic.

Where to go next

The Cube Root question rarely arrives on its own. These are the ones that usually come with it:

Frequently asked questions

What is the cube root of a negative number?

It is negative and perfectly real. The cube root of −27 is −3, because −3 × −3 × −3 = −27. Odd roots preserve the sign; even roots cannot.

Why can't I take the square root of a negative?

Because squaring any real number gives a positive result, so no real number squares to a negative. The square root of −1 is defined as the imaginary unit i, which is a different number system.

How do I calculate a cube root by hand?

Estimate between known cubes and refine. For 100, you know 4³ = 64 and 5³ = 125, so the answer is between 4 and 5 and nearer 5 — about 4.64.

What is the cube root as a power?

The cube root of x is x to the power of one third. That identity is how calculators handle roots at all, and it extends to any root: the nth root is the power 1/n.

Which numbers are perfect cubes?

1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 and so on. Knowing the first ten makes estimating any cube root much faster.

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

Cubing multiplies a number by itself three times; the cube root undoes it. They are inverse operations, so the cube root of a cube returns the original number.

How do I estimate a cube root mentally?

Bracket it between known cubes. For 500, you know 7³ = 343 and 8³ = 512, so it is just under 8 — about 7.94.

What is the cube root of 1?

One, and it is one of three cube roots of 1 if complex numbers are allowed. Over the reals there is exactly one cube root of any number.

Why do cube roots have only one real answer?

Because cubing is strictly increasing — each input gives a distinct output and vice versa. Squaring is not, which is why square roots have two.

How is a cube root used in practice?

Anywhere a volume is scaled to a length: finding the side of a cube from its volume, or scaling a model where the volume ratio is known and the linear ratio is wanted.

What is the cube root symbol?

A radical sign with a small 3 in the notch: ∛. The index is written for every root except the square root, where it is omitted by convention.

Can I take a cube root of a fraction?

Yes — take the cube root of the numerator and denominator separately. The cube root of 8/27 is 2/3.

Put this calculator on your own site

Free to use, on any site, commercial or not. Paste this where you want it to appear. It is a plain iframe, so it works in WordPress, Squarespace, Wix, Webflow, Ghost and anything else that accepts HTML.

The one-line version
<iframe src="https://www.thecalclibrary.com/embed/cube-root-calculator" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:12px" loading="lazy" title="Cube Root Calculator"></iframe>
<p style="font:13px/1.5 system-ui,sans-serif;margin:6px 0 0;color:#64748b">Powered by <a href="https://www.thecalclibrary.com/cube-root-calculator" style="color:#64748b">Cube Root Calculator</a> from The Calc Library</p>

The only condition is that the credit line below the frame stays in place. That one line is what pays for the tool being free — it is how anyone else finds it.

Related calculators