Math tool

Cube Root Calculator

Find the cube root of any number -- positive, negative, or zero -- instantly. This free cube root calculator identifies perfect cubes, shows results to 10 decimal places, and walks through the complete cube root formula step by step so you understand exactly how the answer was reached.

Cube roots of negative numbers are supported -- odd-index roots are real for any input.

Enter a number to find its cube root.

How to use this cube root calculator

  1. Enter any number -- positive, negative, or zero -- in the input field above.
  2. The cube root appears instantly with 10 decimal places of precision.
  3. Read whether the number is a perfect cube and get the full step-by-step working above.
  4. Click Copy to grab the result for use in another formula or application.

Cube root formula and rules

Core formula

The cube root formula is cube root(x) = x^(1/3). Raising a number to the power of one-third gives its cube root. This equals the native Math.cbrt() function your browser uses to calculate the result above -- it handles positive, negative, and zero inputs accurately to 15 significant figures.

Negative number rule

cube root(-x) = -cube root(x) -- the cube root of a negative number is the negative of the cube root of its absolute value. Cube root(-125) = -cube root(125) = -5. This works because (-5)^3 = -125. Unlike square roots, cube roots never produce imaginary results -- they handle all real inputs.

Product rule -- key to simplification

cube root(a x b) = cube root(a) x cube root(b) -- cube roots distribute over multiplication. Example: cube root(54) = cube root(27 x 2) = cube root(27) x cube root(2) = 3 x cube root(2) approximately 3.78. Always look for perfect cube factors first: 8, 27, 64, 125, 216...

Quotient rule

cube root(a / b) = cube root(a) / cube root(b). Example: cube root(8/27) = cube root(8) / cube root(27) = 2/3 approximately 0.667. This rule is especially useful when both numerator and denominator are perfect cubes -- the result is a clean fraction.

Relationship to volume

If a cube-shaped object has volume V, each side has length cube root(V). A storage box holding 1,000 liters (1 m^3) has sides of cube root(1) = 1 m. A box holding 27 cubic feet has sides of cube root(27) = 3 ft. This geometric connection is why cube roots are foundational in architecture, packaging design, and any field working with three-dimensional space.

Quick reference

RuleFormulaExample
Core formulacbrt(x) = x^(1/3)cbrt(125) = 5
Negative rulecbrt(-x) = -cbrt(x)cbrt(-8) = -2
Product rulecbrt(a*b) = cbrt(a)*cbrt(b)cbrt(54) = 3*cbrt(2)
Quotient rulecbrt(a/b) = cbrt(a)/cbrt(b)cbrt(8/27) = 2/3
Volume formulaside = cbrt(volume)cbrt(512) = 8 cm

What is a cube root?

The cube root of x is the value y such that y^3 = y x y x y = x. Written as cube root(x) in radical notation or x^(1/3) using exponents, it is the inverse of cubing. If 5^3 = 125, then the cube root of 125 = 5. Every real number has exactly one real cube root, which makes cube roots especially useful across applied mathematics -- there is no ambiguity about sign, unlike square roots.

This is the key difference between cube roots and square roots. With square roots, negative inputs produce imaginary results. With cube roots, the answer is always a real number. A negative number raised to an odd power stays negative: (-3)^3 = -27, so the cube root of (-27) = -3. This property makes cube roots essential in physics, engineering, and finance whenever you work with signed quantities in three-dimensional space.

Cube roots appear in everyday life more than most people realize. The clearest example is a cube-shaped container: if you know the volume, the cube root gives you the side length. A storage box with volume 216 cm^3 has sides of cube root(216) = 6 cm each. Beyond geometry, cube roots appear in compound growth formulas, sphere volume equations, acoustic scaling laws, and fluid mechanics.

  • cube root(8) = 2 because 2 x 2 x 2 = 8 (perfect cube)
  • cube root(27) = 3 because 3 x 3 x 3 = 27 (perfect cube)
  • cube root(-8) = -2 because (-2)^3 = -8 (negatives work!)
  • cube root(2) approximately 1.25992 -- irrational, non-terminating
  • cube root(1000) = 10 because 10 x 10 x 10 = 1,000

Interpreting your cube root result

Perfect cube -- exact whole-number result

When the result is flagged as a perfect cube, the answer is an exact integer with no rounding. For example, the cube root of 343 = 7 exactly, since 7^3 = 343. Perfect cube results come up in geometry (cube side lengths), mental arithmetic tests, and algebraic simplification.

Non-perfect cube -- irrational decimal

Most numbers are not perfect cubes. Their cube roots are irrational -- the decimal never terminates or repeats. The calculator shows 10 decimal places of precision. The step-by-step section verifies accuracy by cubing the rounded result toward the original number.

Negative radicand

Cube roots of negative numbers are always real and negative. The cube root of -125 = -5, not imaginary. This is because odd exponents preserve the sign: (-5)^3 = -125. The result will show a negative number and the verification confirms it correctly.

Real-world applications of cube roots

Geometry -- the side of a cube from its volume

The most direct application: given the volume of a cube-shaped object, the cube root gives each side's length. A cubic shipping container with volume 27 m^3 has sides of cube root(27) = 3 m. A storage box with 512 cm^3 has sides of cube root(512) = 8 cm. The same logic applies to packaging design, furniture sizing, warehouse engineering, and architectural space planning -- anywhere you convert volume back to a linear dimension.

Finance -- compound annual growth rate (CAGR)

If an investment grows from $1,000 to $1,331 over exactly three years, the compound annual growth rate is cube root(1,331/1,000) - 1 = cube root(1.331) - 1 = 1.1 - 1 = 10% per year. The cube root of the total growth factor gives the constant annual rate over three years. Financial analysts use this formula every time they calculate a 3-year CAGR.

Physics -- radius of a sphere

The radius of a sphere is r = cube root(3V / 4pi). To find the radius of a balloon holding 4,189 cm^3 of air: r = cube root(3 x 4189 / (4 x 3.14159)) = cube root(999.9) approximately 10 cm. This formula appears in fluid mechanics, thermodynamics, and astrophysics -- planets, bubbles, and pressure tanks all connect volume to radius through a cube root.

Engineering -- pipe sizing and structural design

Engineers sizing cylindrical tanks and pressure vessels encounter cube root formulas when working from target volume to linear dimensions. A tank with twice the volume needs sides only cube root(2) approximately 1.26 times longer, not twice as long. This cube root scaling relationship is the key insight behind proportional design in many engineering disciplines.

Perfect cubes reference table

Memorize these to instantly recognize cube roots and simplify radical expressions:

nn cubed (perfect cube)Cube root
111
282
3273
4644
51255
62166
73437
85128
97299
10100010
11133111
12172812
15337515
20800020

How to estimate a cube root by hand

Knowing the first 10 perfect cubes (1, 8, 27, 64, 125, 216, 343, 512, 729, 1000) makes mental estimation straightforward:

  1. Bracket between two consecutive perfect cubes. For cube root(200): 5^3=125 and 6^3=216. So the answer lies between 5 and 6.
  2. Interpolate linearly. 200 is (200-125)/(216-125) = 75/91 approximately 0.82 of the way from 125 to 216. Estimate: 5 + 0.82 approximately 5.82. Actual: approximately 5.848 -- very close.
  3. Verify by cubing your estimate. 5.85^3 approximately 200.0 -- confirmed accurate.

Quick shortcut: For n just above a perfect cube (like cube root(1001) just above cube root(1000) = 10), the root is approximately the integer plus 1/(3n^2). cube root(1001) approximately 10 + 1/300 approximately 10.003. One decimal place without any calculation.

Quick cube root tips

Practical shortcuts for working with cube roots faster:

  • Simplify first: cube root(54) = cube root(27 x 2) = 3 cube root(2). Pull out perfect cube factors before computing.
  • Negative inputs: cube root(-x) = -cube root(x). Handle the sign separately.
  • Powers of 10: cube root(1000) = 10, cube root(1,000,000) = 100. Divide the exponent by 3.
  • Fractional exponent: x^(1/3) is the cube root on any calculator with a power key.
  • CAGR shortcut: For 3-year growth, take (end/start)^(1/3) - 1. No cube root button needed -- use the 1/3 exponent.

Common cube root mistakes to avoid

Assuming cube root(-x) is imaginary

Unlike square roots, cube roots of negative numbers are always real. The cube root of -64 = -4, not an error. This trips up students who learn "you cannot take the root of a negative number" -- that rule applies only to even-index roots (square, 4th, 6th roots). Odd-index roots including cube roots are defined for all real numbers.

Confusing cube root and cube

The cube root of 27 is 3. The cube of 27 is 19,683 (27^3). They are inverse operations -- one undoes the other. cube root(x^3) = x, and (cube root(x))^3 = x. Applying both in sequence returns the original value. Mix them up and your answer will be wildly wrong.

Not using the largest perfect cube factor when simplifying

For cube root(54): 54 = 2 x 27, and 27 = 3^3. So cube root(54) = 3 x cube root(2). If you factor out 8 instead: cube root(54) = cube root(8) x cube root(6.75) -- not helpful since 6.75 is not an integer. Always identify the largest perfect cube factor in the radicand to reach the simplest form in one step.

Rounding too early

If cube root(2) appears in a volume formula, keep the full value (1.25992105...) until the final step. Rounding to 1.26 and then cubing gives 2.000376, not 2.000000. Intermediate rounding compounds over multiply-heavy formulas. Use this calculator to get the precise value and carry it unrounded.

Frequently Asked Questions

Q
What is a cube root and how is it different from a square root?
The cube root of x is the value y such that y x y x y = x. Written as the cube root of x or x^(1/3), it is the inverse of cubing. A key difference from square roots: cube roots are defined for all real numbers including negatives. The cube root of -8 = -2 because (-2) cubed = -8. Square roots of negative numbers are imaginary; cube roots of negatives are always real.
Q
Can you take the cube root of a negative number?
Yes. Cube roots of negative numbers are real and negative. Cube root of (-27) = -3 because (-3)^3 = -27. This is because raising a negative number to an odd power keeps the negative sign. Even-index roots (square, 4th, 6th roots) of negatives produce imaginary results, but all odd-index roots including cube roots remain real for any input.
Q
What are perfect cubes and why should I memorize them?
Perfect cubes are integers whose cube roots are whole numbers: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 (from 1^3 through 10^3). Memorizing them enables instant recognition of exact cube roots and makes radical simplification faster. Cube root of 54 = cube root of (27 x 2) = 3 times the cube root of 2, because 27 is a recognizable perfect cube factor.
Q
What is the cube root of 2?
The cube root of 2 is approximately 1.25992105..., an irrational number. It solves the classical problem of doubling the cube: a cube with twice the volume needs each edge multiplied by the cube root of 2. This number is also the frequency ratio of a minor third in certain historical tuning systems, and appears in engineering formulas relating volume to linear dimension.
Q
How do you estimate a cube root by hand?
Find two perfect cubes that bracket your number. For the cube root of 200: 5^3=125 and 6^3=216, so the answer lies between 5 and 6. Linear interpolation: 5 + (200-125)/(216-125) = 5 + 75/91 approximately 5.82. The exact answer is approximately 5.848. Verify by cubing: 5.848^3 approximately 199.8 -- accurate to within 0.1%.
Q
Where do cube roots appear in real life?
Cube roots appear in geometry (side length = cube root of volume), finance (CAGR over 3 years = cube root of growth factor), physics (sphere radius from volume: r = cube root of (3V / 4pi)), acoustics (loudness perceptions), engineering (pipe and tank sizing), and chemistry (atomic radii). Any time a three-dimensional quantity connects to a single linear measurement, a cube root is the mathematical link.