Cube Root Calculator
Cubed roots and nth roots, with perfect-cube checks & simplified radicals
Last updated September 6, 2026
Method: Roots are computed as x1/n in double-precision arithmetic and refined with one Newton step, so results are accurate to about 15 significant digits. Perfect cubes and perfect nth powers are verified exactly against integer arithmetic, and radicals are simplified by factoring out the largest perfect nth power.
Included: Cube roots of positive and negative numbers, decimals, any nth root from 2 to 20, a perfect-cube check, the exact simplified radical form, the two neighboring perfect cubes, and a verification step that cubes the answer back.
Not included: Complex (imaginary) results, so even roots of negative numbers are reported as having no real value. The two non-real cube roots that every number also has in the complex plane are outside the scope of this tool.
∛ Enter a number
∛250 · cube root
➲ Simplified radical form
Because 250 = 125 × 2, and ∛125 = 5.
📋 Details
250 sits between the perfect cubes 216 (6³) and 343 (7³), so the root has to fall between 6 and 7.
✅ Check the answer
(6.299605)3 = 250Raising the result to the power 3 returns the original number, which confirms the root. Any tiny gap comes from rounding the decimal for display.
Cube roots: everything you need to know
A cube root calculator answers one question: which number, multiplied by itself three times, produces the number you typed? For a perfect cube the answer is exact, so the cubed root of 125 is 5. For everything else it is irrational: the cube root of 250 is 6.29960525, or exactly 5 times the cube root of 2.
Unlike a square root, a cube root never runs out of answers. Every real number, positive, negative or zero, has exactly one real cube root, and that root carries the same sign as the input. That single fact is what makes cube roots so useful for volumes, growth rates and scaling problems, where a negative or a fractional input is completely normal.
How a cube root is calculated
The cube root is the inverse of cubing. If you cube a number you multiply it by itself three times; the cube root undoes that. Formally, the cube root of x is the value y that satisfies:
y = ∛x ⇔ y3 = x and ∛x = x1/3 The second form is the practical one. A root is nothing more than a fractional exponent, so the cube root of x equals x raised to the power one third. The general nth root follows the same rule:
ⁿ√x = x1/n so ⁵√32 = 321/5 = 2 That is why every scientific calculator can produce a cube root even without a dedicated button, and why spreadsheet users write =250^(1/3). The calculator above uses the same exponent, then applies one Newton refinement step so the last digits are correct rather than drifting from the rounded exponent.
Worked example: the cube root of 250
Take 250, a number that is not a perfect cube, and work it through by hand.
- Bracket it. The perfect cubes around 250 are 216 (6 cubed) and 343 (7 cubed). So the answer is between 6 and 7, and much nearer 6, because 250 is only 34 above 216 but 93 below 343.
- Factor out the largest perfect cube. 250 = 125 × 2, and 125 is 5 cubed. So the cube root of 250 = the cube root of 125 times the cube root of 2 = 5∛2. That is the exact answer.
- Convert to a decimal. The cube root of 2 is 1.25992105, and 5 × 1.25992105 = 6.29960525.
- Check it. 6.29960525 × 6.29960525 × 6.29960525 = 250.000000, confirming the root.
Both answers are correct and they serve different purposes. Homework and exams normally want the radical 5∛2, because it is exact. A workshop measurement wants 6.2996 inches, because you cannot cut a board to an irrational length.
Second worked example: a negative radicand
Now try −1,728. A square root would stop here, because no real number squared is negative. A cube root does not, because three negative factors multiply to a negative product. Since 12 × 12 × 12 = 1,728, it follows that −12 × −12 × −12 = −1,728, so the cube root of −1,728 is exactly −12. The calculator flags it as a perfect cube and returns the whole number with no decimal at all.
The same logic works when the perfect cube is only part of the number. The cube root of −250 is −5∛2, or −6.29960525: the sign travels straight through the radical for any odd root. Try the same input with the index set to 2 or 4 and the calculator will tell you there is no real result, which is the mathematically honest answer rather than an error.
Perfect cubes from 1 to 30
Memorizing the first handful of cubes turns most cube-root questions into instant recall. This table lists every cube from 1 to 30 alongside its root, all computed directly.
| n | n³ | n | n³ | n | n³ |
|---|---|---|---|---|---|
| 1 | 1 | 11 | 1,331 | 21 | 9,261 |
| 2 | 8 | 12 | 1,728 | 22 | 10,648 |
| 3 | 27 | 13 | 2,197 | 23 | 12,167 |
| 4 | 64 | 14 | 2,744 | 24 | 13,824 |
| 5 | 125 | 15 | 3,375 | 25 | 15,625 |
| 6 | 216 | 16 | 4,096 | 26 | 17,576 |
| 7 | 343 | 17 | 4,913 | 27 | 19,683 |
| 8 | 512 | 18 | 5,832 | 28 | 21,952 |
| 9 | 729 | 19 | 6,859 | 29 | 24,389 |
| 10 | 1,000 | 20 | 8,000 | 30 | 27,000 |
Read the table backwards and it becomes a cube-root table: the cube root of 4,096 is 16, the cube root of 12,167 is 23, and the cube root of 27,000 is 30. Anything that is not in the right-hand columns is not a perfect cube, so its root is irrational.
Cube roots of 1 through 20
The other direction matters just as often: you have a small whole number and need its cube root as a decimal. Only 1 and 8 come out exactly here; every other row is irrational and rounded to six decimals.
| x | ∛x | x | ∛x |
|---|---|---|---|
| 1 | 1.000000 | 11 | 2.223980 |
| 2 | 1.259921 | 12 | 2.289428 |
| 3 | 1.442250 | 13 | 2.351335 |
| 4 | 1.587401 | 14 | 2.410142 |
| 5 | 1.709976 | 15 | 2.466212 |
| 6 | 1.817121 | 16 | 2.519842 |
| 7 | 1.912931 | 17 | 2.571282 |
| 8 | 2.000000 | 18 | 2.620741 |
| 9 | 2.080084 | 19 | 2.668402 |
| 10 | 2.154435 | 20 | 2.714418 |
Two entries are worth remembering. The cube root of 2 is 1.259921, the factor that doubles a volume, and the cube root of 10 is 2.154435, which lets you scale any cube root by powers of ten: the cube root of 1,000 is exactly 10, the cube root of 1,000,000 is exactly 100, and the cube root of 100 is 4.641589.
Simplified radical form, worked out
Simplifying a cube root means writing it as a whole number times a smaller radical. The rule is the product rule for radicals: the cube root of (a × b) equals the cube root of a times the cube root of b. Find the largest perfect-cube factor, take its root, and leave the rest inside. These are the cases that come up most often in algebra homework.
| Radical | Factoring | Simplified | Decimal |
|---|---|---|---|
| ∛16 | 8 × 2 | 2∛2 | 2.519842 |
| ∛24 | 8 × 3 | 2∛3 | 2.884499 |
| ∛54 | 27 × 2 | 3∛2 | 3.779763 |
| ∛81 | 27 × 3 | 3∛3 | 4.326749 |
| ∛128 | 64 × 2 | 4∛2 | 5.039684 |
| ∛135 | 27 × 5 | 3∛5 | 5.129928 |
| ∛192 | 64 × 3 | 4∛3 | 5.768998 |
| ∛250 | 125 × 2 | 5∛2 | 6.299605 |
| ∛375 | 125 × 3 | 5∛3 | 7.211248 |
| ∛432 | 216 × 2 | 6∛2 | 7.559526 |
| ∛500 | 125 × 4 | 5∛4 | 7.937005 |
| ∛2000 | 1,000 × 2 | 10∛2 | 12.599210 |
Notice the last row. Because 2,000 is 1,000 times 2, its cube root is exactly ten times the cube root of 2. Any factor of 1,000 shifts the decimal point of a cube root by exactly one place, which is a handy sanity check when you scale between cubic inches, cubic feet and cubic yards.
How to use this cube root calculator
- Pick the mode. Cube root is selected by default, which fixes the index at 3. Choose the nth root card if you need a fourth root, a fifth root or anything up to a twentieth root.
- Set the index if you are in nth root mode. Type a whole number from 2 to 20, or tap one of the shortcut chips.
- Enter the number. Whole numbers, decimals and negatives are all accepted. Commas are ignored, so you can paste 1,728 straight in.
- Read the headline figure. The large number is the real root. The badge under it says whether the value is exact or a rounded approximation of an irrational number.
- Check the radical. The tile beside the result gives the exact simplified form, and the panel below shows the factoring that produced it.
- Verify. The bottom card raises the answer back to the power you chose, so you can see that it reproduces your input.
Everything updates as you type, and nothing leaves your browser, so you can run through a whole homework set without reloading the page.
Who this calculator is for
- Algebra and pre-calculus students who need both the decimal and the simplified radical form for the same problem.
- Teachers and tutors building worked examples, since the calculator shows the perfect-cube factoring rather than just an answer.
- Makers, woodworkers and packaging designers converting a target volume into the edge length of a cube-shaped box or bin.
- Engineers and lab technicians going from a tank capacity back to a radius, or applying a cube-law scaling rule.
- Anyone comparing three-period growth, where the cube root of the total growth factor gives the average rate per period.
Where cube roots show up in practice
The single most common use is turning a volume back into a length. A cube with a volume of 500 cubic inches has an edge of 7.937005 inches, because that is the cube root of 500. A shipping crate holding 64 cubic feet is 4 feet on a side. A container of 2 cubic yards would be 1.2599 yards on a side, which is the cube root of 2 again in different clothing.
Spheres work the same way through their volume formula, V = (4/3)πr³. Rearranged, the radius is the cube root of 3V divided by 4π. A spherical tank holding 904.78 cubic units has a radius of almost exactly 6.0 units, and one holding 100 cubic units has a radius of 2.879412 units. Any time a quantity depends on the cube of a dimension, recovering that dimension means taking a cube root.
Growth rates over three periods are the finance version. If revenue rises from $1,200,000 to $1,800,000 over three years, the total growth factor is 1.5, and the average annual factor is the cube root of 1.5 = 1.144714, an average of 14.47% per year. That is a compound annual growth rate with n = 3, and it is the same arithmetic the calculator performs.
Cube roots of decimals and fractions
Decimals behave exactly like whole numbers, and some of them come out clean. The cube root of 0.125 is 0.5, because 0.5 cubed is 0.125. The cube root of 0.008 is 0.2, and the cube root of 0.001 is 0.1: each factor of 1,000 in the radicand moves the root by one decimal place. Less tidy inputs give irrational results, so the cube root of 2.5 is 1.35720881 and the cube root of 1.5 is 1.14471424.
For a fraction, take the cube root of the numerator and the denominator separately. The cube root of 8/27 is 2/3, because 2 cubed is 8 and 3 cubed is 27. If neither part is a perfect cube, convert to a decimal first and read the answer off the calculator. Radical simplification is defined for whole numbers, so the calculator gives the decimal only when the input has a fractional part.
Beyond the cube root: any nth root
Switch the mode and the same machinery handles any index. The fifth root of 32 is 2, because 2 to the fifth power is 32. The fourth root of 81 is 3, the fourth root of 256 is 4, and the sixth root of 729 is 3. The pattern is worth internalizing: odd indexes accept negative inputs and give exactly one real answer, while even indexes refuse negatives and give a positive principal root plus its negative twin.
Simplification generalizes as well. To simplify a fifth root you pull out perfect fifth powers instead of perfect cubes, so the fifth root of 64 becomes 2 times the fifth root of 2, since 64 = 32 × 2 and 32 is 2 to the fifth. The calculator applies whichever index you set, which is why the same tool covers both the cubed-root question and every higher root you are likely to meet.
Key terms
- Radicand: the number under the radical sign, the value whose root you are taking.
- Index: the small number in the notch of the radical. It is 3 for a cube root and 2 for a square root, where it is normally left off.
- Principal root: the root a calculator returns by default. For odd indexes it is the single real root; for even indexes it is the non-negative one.
- Perfect cube: an integer of the form k³, so its cube root is a whole number.
- Irrational number: a value that cannot be written as a fraction of whole numbers. Every cube root of a non-perfect-cube integer is irrational.
- Simplified radical form: the exact answer written as a whole number multiplied by the smallest possible radical, such as 5∛2.
- Fractional exponent: the equivalent power notation, x1/3, which is how software actually computes a cube root.
What changes the result
- The index. Raising the index pulls every root toward 1: the cube root of 100 is 4.641589, the fourth root is smaller, and each further step shrinks it again.
- The sign of the radicand. With an odd index the sign passes straight through the radical. With an even index a negative input has no real answer at all.
- Whether the number is a perfect cube. Perfect cubes give exact integers; everything else gives an unending decimal that has to be rounded somewhere.
- Scale. Multiplying the radicand by 1,000 multiplies the cube root by exactly 10, which is why cubic-unit conversions are so easy to sanity check.
- Rounding of the input. Because the cube root grows slowly, a small change in the radicand barely moves the root, so a rounded volume still gives a usable length.
Tips for working with cube roots
- Memorize the cubes up to 10. Recognizing 216 and 343 instantly is what makes bracketing an estimate fast.
- Always look for a perfect-cube factor before reaching for a decimal. If the number is even, test 8; if it ends in 0 or 5, test 125; if the digits sum to a multiple of 9, test 27.
- Give the radical form on written work and keep the decimal for measurement. Rounding early and then multiplying compounds the error.
- Remember that cubing is the check. If the answer cubed does not return your input, something in the setup is wrong.
- To scale a shape without changing its proportions, apply the cube root of the volume ratio to every edge. Doubling a volume means multiplying each edge by 1.259921, an increase of about 25.99%.
Limitations and assumptions
- Only real roots are returned. In the complex numbers every non-zero value has three cube roots; this tool shows the single real one.
- Even roots of negative numbers are reported as having no real value rather than as an imaginary number.
- Decimal results are rounded for display. Irrational roots have infinitely many digits, so any decimal shown is an approximation.
- Arithmetic uses double precision, reliable to about 15 significant digits. Extremely large inputs lose accuracy in the final digits.
- Radical simplification runs on whole numbers within a safe factoring range; very large integers and decimals are answered as decimals only.
Which root calculator should you use?
Use this page for cube roots and higher nth roots, especially when you want the simplified radical form. For index 2 and the perfect-square checks that go with it, the Square Root Calculator is the direct sibling. Going the other way, from a base and an exponent to a power, is the job of the Exponent Calculator. If your radicand is enormous or tiny, the Scientific Notation Calculator makes it readable first, and the Scientific Calculator handles a longer expression with a root inside it. If your cube root came out of a container problem, the Volume Calculator works the same relationship in the forward direction.
Sources
Cube roots and nth roots are pure mathematics: the definition (y is the cube root of x exactly when y³ = x), the identity ∛x = x1/3, and the product rule for radicals are exact statements that need no external citation, and every figure on this page was computed directly from them. The unit examples follow the exact US customary definitions maintained by the National Institute of Standards and Technology:
- National Institute of Standards and Technology (NIST) - Special Publication 811, Guide for the Use of the International System of Units (exact inch, foot and yard definitions used in the volume examples).
- National Institute of Standards and Technology (NIST) - Weights and Measures unit conversion reference.
⚠️ Common mistakes & edge cases
Treating a negative like a square root
Many people assume every root of a negative number is undefined. That is only true for even indexes. The cube root of −1,728 is a perfectly ordinary −12, and every odd root of a negative number has one real answer.
Typing 0.33 instead of 1/3
Entering 250^0.33 gives 6.1847, not 6.2996 - an error of about 1.8%. Always use the exact fraction, so =250^(1/3) in a spreadsheet, never a truncated decimal exponent.
Stopping at the first factor
Writing the cube root of 250 as 2∛125 is backwards - the perfect cube has to be the part that comes out. The correct move is 250 = 125 × 2, giving 5∛2. Pull out the largest perfect-cube factor, not just any factor.
Confusing the cube root with dividing by 3
The cube root of 27 is 3, not 9. Dividing by three and taking a cube root only agree at a few coincidences; the cube root of 1,000 is 10, while 1,000 divided by 3 is 333.33.
Rounding the root before you multiply
If a design needs three edges and you round the cube root of 500 to 7.9 instead of 7.937005, the rebuilt volume comes to 493.04 cubic inches, nearly 7 cubic inches short. Carry the full precision through the calculation and round only the final answer.
Expecting a radical for a decimal input
Simplified radical form is defined for whole numbers. Enter 2.5 and you get 1.35720881 with no radical, which is correct - there is no perfect-cube factor to pull out of a decimal.
❓ Frequently asked questions
How do you calculate a cube root?
The cube root of x is the number that, multiplied by itself three times, gives x. For perfect cubes you can recall or look it up: the cube root of 125 is 5 because 5 x 5 x 5 = 125. For every other number the answer is irrational and has to be computed: the cube root of 250 is 6.29960525, since 6.29960525 cubed returns 250. This calculator does it instantly and also shows the exact radical form, 5 times the cube root of 2.
What is a perfect cube?
A perfect cube is a whole number produced by cubing an integer. The first ten are 1, 8, 27, 64, 125, 216, 343, 512, 729 and 1,000. Their cube roots are whole numbers, so they come out exactly. Every other integer has an irrational cube root whose decimal runs forever without repeating, which is why the simplified radical form is often the better way to write the answer.
Can you take the cube root of a negative number?
Yes, and that is the big difference from square roots. Because a negative times a negative times a negative is still negative, every negative number has exactly one real cube root. The cube root of -1,728 is -12, since -12 x -12 x -12 = -1,728. The same holds for every odd root. Even roots, such as the square root or the fourth root, have no real value for a negative input.
What is the cube root of 250?
The cube root of 250 is 6.29960525 rounded to eight decimals. It is irrational, so the decimal never terminates. The exact form is 5 times the cube root of 2, because 250 = 125 x 2 and the cube root of 125 is 5. Written as a radical that is 5 cbrt(2), and since the cube root of 2 is 1.25992105, multiplying by 5 gives the same 6.29960525.
How do I simplify a cube root?
Split the number into a perfect-cube factor and a leftover, then pull the perfect cube out from under the radical. For 250: 250 = 125 x 2, the cube root of 125 is 5, so the cube root of 250 = 5 times the cube root of 2. Other examples: 54 = 27 x 2 gives 3 cbrt(2), 192 = 64 x 3 gives 4 cbrt(3), and 500 = 125 x 4 gives 5 cbrt(4). This calculator finds the largest perfect-cube factor automatically.
What is the difference between a cube root and a square root?
A square root asks which number times itself gives x, so it uses index 2. A cube root asks which number times itself three times gives x, so it uses index 3. A square root of a positive number has two real answers, one positive and one negative, and no real answer for a negative input. A cube root always has exactly one real answer and keeps the sign of the input.
How do I type a cube root on a calculator or in a spreadsheet?
A cube root is the same as raising a number to the power 1/3. On a scientific calculator use the exponent key: 250 followed by the power key and 0.3333333 gives roughly 6.2996, though the rounded exponent costs precision. In Excel or Google Sheets the exact formula is =250^(1/3), and in most programming languages Math.pow(250, 1/3) or a dedicated cbrt function does the same job.
Is the cube root of 2 rational?
No. The cube root of 2 is irrational, roughly 1.259921049895. It cannot be written as a fraction of two whole numbers, and its decimal expansion never ends or repeats. It is still a perfectly real, well-defined length: it is the edge of a cube whose volume is exactly 2, and it is the classic factor for doubling a volume without changing the shape.
What is a cube root used for in real life?
Any time you know a volume and need a length, you take a cube root. Packaging and shipping use it to size a cube-shaped box: a 500 cubic inch box has edges of 7.937005 inches. Engineering uses it to find the radius of a sphere or tank from its capacity. Finance uses it for a three-year compound growth rate, and physics and chemistry use it for scaling laws where a quantity depends on the cube of a length.
How do I estimate a cube root without a calculator?
Bracket the number between two perfect cubes and interpolate. For 250, the nearest cubes are 216 (6 cubed) and 343 (7 cubed), so the answer sits between 6 and 7 and much closer to 6, which points to about 6.3. That is within a hundredth of the true 6.29960525. Memorizing the first ten cubes, 1 through 1,000, makes this estimate quick for most homework numbers.
Does this calculator handle nth roots as well?
Yes. Switch to the nth root mode and set the index from 2 to 20, and the tool computes the fourth root, fifth root, tenth root and everything between. It applies the same checks at every index: it flags a perfect power, shows the simplified radical form when a factor can be pulled out, and refuses even roots of negative numbers because those have no real value.
Why does my calculator show 6.2996052 instead of an exact answer?
Because the cube root of 250 is irrational, so no finite decimal can represent it exactly. Every digital calculator stores it as a double-precision approximation, accurate to about 15 significant digits, and rounds it for display. If your teacher wants an exact answer, give the radical form 5 cbrt(2); if you need it for a measurement, the rounded decimal is fine.
What is the cube root of a fraction or a decimal?
Take the cube root of the top and the bottom separately, or just enter the decimal. The cube root of 0.125 is exactly 0.5, because 0.5 cubed is 0.125, and the cube root of 0.008 is 0.2. For a fraction such as 8/27, the cube root of 8 is 2 and the cube root of 27 is 3, so the answer is 2/3. Decimals rarely simplify into a tidy radical, so the decimal is usually the practical answer.
Is this cube root calculator free?
Yes. There is no sign-up, no fee and no limit on how many numbers you run through it. Everything is computed in your browser, so nothing you type is sent anywhere, and you can switch between cube root mode and nth root mode as often as you like.
💡 Good to know
A cube root is a fractional exponent in disguise
The cube root of x is x to the power one third, which is why the ordinary rules of exponents apply to radicals too. It also explains how any calculator with a power key can do cube roots without a dedicated button.
Doubling a volume adds only about 26% to each edge
Because volume grows with the cube of a length, doubling it means multiplying every edge by the cube root of 2, which is 1.259921. A box twice as roomy is only about 25.99% wider, deeper and taller.
Every number really has three cube roots
In the complex numbers each non-zero value has three cube roots, spaced evenly around a circle. Exactly one of them is real, and that is the one this calculator returns, which is why a cube root feels so much simpler than a square root in everyday work.
Related Calculators
Square Root Calculator
Find the square root of any number
Exponent Calculator
Raise numbers to any power
Scientific Notation Calculator
Convert numbers to and from scientific notation
Scientific Calculator
A full scientific calculator with trig, logs and more
Percentage Calculator
Solve any percentage problem - what is X% of Y and more
Fraction Calculator
Add, subtract, multiply and divide fractions
Radical Calculator
Simplify square roots and radicals into simplest form