The cube root calculator above finds ∛n for any real number, including negatives, and shows the exact simplified form alongside the decimal. It is deliberately loaded with a negative example, because the behaviour of odd roots on negative numbers is the thing most calculators get wrong or refuse to attempt.
Arb Digital publishes this as part of a free maths toolkit. Cube roots are the everyday tool of anything three-dimensional — going from a volume back to a length, scaling a model, or working out the side of a cube from its capacity — so the tool reports the working and the exact form rather than just a decimal.
What This Cube Root Calculator Does
Enter any number and the tool returns its real cube root to your chosen precision. It also gives the simplified exact form, factoring out the largest perfect cube — so ∛54 is reported as 3∛2, which is exact where the decimal 3.779763 is not. Three more figures fill out the picture: the cube of your input, the square root of your input for comparison, and the two perfect cubes your number sits between, which is the quickest way to check a decimal by eye.
Negative inputs are the point of difference. Where a square root of a negative has no real value, a cube root does, and the calculator computes it directly rather than returning an error. The optional multiplier handles expressions such as 2∛54 and folds into the simplified form correctly.
How to Use It
- Enter the number. Positive, negative or zero — all three are valid inputs for a cube root.
- Set the decimal places. Six is a good default. Use more if the result feeds a further calculation, because cube roots are irrational far more often than not.
- Add a multiplier if needed. Enter 2 to evaluate 2∛54; leave it at 1 for a plain root.
- Read the exact form. This is the answer to write down in algebra. Keep the decimal for measurement.
- Sanity-check against the nearest perfect cubes shown in the fourth result box.
The Formula / How It's Calculated
The cube root of n is the number that, multiplied by itself three times, gives n: ∛n = x means x × x × x = n. Since 4 × 4 × 4 = 64, ∛64 = 4. In exponent form it is n1/3, which is why the exponent calculator returns the same value when the power is set to one third.
Simplification pulls out the largest perfect cube factor. For 54: the cubes that divide it are 1 and 27, so ∛54 = ∛(27 × 2) = ∛27 × ∛2 = 3∛2. The rule behind this is ∛(a × b) = ∛a × ∛b, and unlike the square-root version it holds for negative values too, which is why ∛(−54) = −3∛2 is equally valid. MathWorld's entry on the cube root covers the definition and the three complex roots that exist alongside the single real one.
Numerically the calculator uses the browser's dedicated cube-root routine on the magnitude of the number and then reapplies the sign. This is more accurate than raising to the power 0.3333 and, crucially, it works for negative inputs where the general power function returns no real value — that general function is built on the exponential and logarithm defined in section 4.2 of the NIST Digital Library of Mathematical Functions, neither of which accepts a negative argument.
Why a Negative Cube Root Is Real but a Negative Square Root Is Not
It comes down to how many times the sign is multiplied. Multiplying two negatives gives a positive, so nothing squared can be negative and √(−9) has no real value. Multiplying three negatives leaves the result negative: (−2) × (−2) = 4, then 4 × (−2) = −8. So (−2)3 = −8, and ∛(−8) = −2 is a real, exact answer.
The general rule is that odd roots — cube, fifth, seventh — of negative numbers are real, and even roots — square, fourth, sixth — are not. This is why an equation like x3 = −27 has exactly one real solution, x = −3, while x2 = −27 has none at all. It is also why cube roots need no ± ambiguity: each real number has exactly one real cube root, positive or negative to match its own sign.
A warning about software: many calculators, spreadsheets and programming languages evaluate a cube root as a power of 1/3 and return an error for negative inputs, because the general power function is undefined there. If a tool gives you an error for ∛(−54), that is an implementation limitation, not mathematics. The correct approach is the one used here — take the root of the absolute value and restore the sign. Our square root calculator explains the even-root case that genuinely has no real answer.
The Cube Root Turns Volume Back Into Length
This is where cube roots earn their keep. A cube with side s has volume s3, so the side of a cube of known volume is the cube root of that volume. A 1,000 cm³ cube — one litre — has sides of ∛1000 = 10 cm exactly. A 2-litre container shaped as a cube would need sides of ∛2000 ≈ 12.6 cm, only 26% longer despite holding twice as much.
That asymmetry between one dimension and three is the whole point. To double a volume you multiply every length by ∛2 ≈ 1.26. To double the length you multiply the volume by 8. This is why a pizza twice the diameter has four times the area, and a parcel twice as long in every direction takes eight times the space. Our sphere volume calculator and cylinder volume calculator both invert their formulas using exactly this step.
Estimating a Cube Root by Hand
Learn the first ten cubes — 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 — and you can bracket most cube roots instantly. For ∛54: it lies between 27 and 64, so the answer is between 3 and 4, and since 54 is closer to 64 the answer is a bit under 4. The true value is 3.7798.
To refine it, use the same divide-and-average idea adapted for cubes: divide the number by the square of your guess, then take a weighted average of two parts guess and one part quotient. Starting from 3.8: 54 ÷ (3.8 × 3.8) = 3.7396, and (2 × 3.8 + 3.7396) ÷ 3 = 3.7799. That is correct to four decimal places from a single pass. The weighting of two-to-one is what adapts the method from square roots to cube roots, and the same pattern extends to any root.
Cube Roots in Standard Form and Scaling Laws
Cube roots appear whenever a three-dimensional quantity is compared to a one-dimensional one. Body dimensions, structural loading, heat dissipation and drag all involve some ratio of area to volume, and the cube root is what converts between them. A container of 8,000 litres has a cube-root side eight times that of a 15.6-litre one, because the volume ratio of 512 is 83.
Working in scientific notation makes these comparisons easy: to take the cube root of a number in standard form, divide its exponent by three. ∛(2.7 × 109) = ∛2.7 × 103 ≈ 1,392. If the exponent is not divisible by three, shift the mantissa until it is — rewrite 1010 as 10 × 109 before taking the root. The scientific notation converter handles the rewriting, and the logarithm calculator is the general tool when the root order itself is unusual.
Rational and Irrational Cube Roots
Only perfect cubes have whole-number cube roots. Everything else is irrational — non-terminating, non-repeating — so any decimal you write is an approximation. ∛2 = 1.259921… is the classic example, and it is famous historically as the number the ancient Greeks could not construct with a compass and straightedge, the problem known as doubling the cube.
The practical takeaway is the same as for square roots: keep the exact form through the working and convert to a decimal only at the end. 3∛2 is exact, unambiguous and easy to multiply by other radicals. Its decimal expansion is none of those things once it is rounded, and rounding partway through a multi-step geometry problem is the most common source of an answer that is close but not correct.
Arb Digital publishes hundreds of free calculators and converters. All of them are free to use, require no account, and run entirely in your browser.
Browse All Free Tools Request a ToolCommon Mistakes to Avoid
- Assuming a negative cube root is undefined — it is real and unique. Only even roots of negatives leave the real numbers.
- Typing 0.3333 as the exponent — a truncated decimal is not one third, and with a negative base it turns a real answer into an error.
- Adding ± to a cube root — every real number has exactly one real cube root, so no sign ambiguity exists.
- Leaving a cube factor inside the radical — ∛54 written as ∛54 is unsimplified; the largest cube factor 27 comes out as 3.
- Doubling a length to double a volume — doubling every side multiplies volume by eight; to double volume, scale each side by about 1.26.
Related Free Tools From Arb Digital
For even roots and their imaginary cases use the square root calculator, and for any other root order set a fractional power in the exponent calculator or work through the logarithm calculator. Volumes that need inverting are covered by the sphere volume calculator and the cylinder volume calculator, while very large or small radicands are easier to read via the scientific notation converter. The free online tools hub has everything else.
Frequently Asked Questions
Yes, and the answer is real. A negative multiplied by itself three times stays negative, so the cube root of −27 is exactly −3. This is different from a square root, where no real number squares to a negative.
Factor out the largest perfect cube that divides the number and take its root outside the radical. For 54, the largest cube factor is 27, so the cube root of 54 becomes 3 times the cube root of 2.
Because it is evaluating the number to the power of one third using a general power function, which is undefined for negative bases. Taking the root of the absolute value and reapplying the sign gives the correct real answer.
It has exactly one real answer, which shares the sign of the original number. There are also two complex cube roots for every number, but those sit outside real arithmetic and are not returned by this tool.
Take the cube root of the volume. A cube holding 1,000 cubic centimetres has sides of 10 centimetres, because 10 cubed equals 1,000. The units follow the same rule — cubic centimetres give centimetres.
Each side must grow by a factor of the cube root of 2, roughly 1.26, or about 26% longer. Doubling each side instead multiplies the volume by eight, not by two.
No. It cannot be written as a fraction of whole numbers and its decimal expansion never terminates or repeats. Only perfect cubes such as 8, 27 and 64 have whole-number cube roots.
This tool is provided for general educational use. Decimal results are limited by double-precision arithmetic, so keep the exact radical form when precision matters.