Last updated:

Geometry explained

How to Find the Side Length of a Cube from Its Volume

Take the cube root of the volume: s = ∛V. A cube with a volume of 64 cm³ has a side of ∛64 = 4 cm, because 4 × 4 × 4 = 64. That is the entire operation. This guide covers three ways to do it (calculator, estimation, and prime factors), a reference table for common volumes, five worked examples, and 11 frequently asked questions.

Diagram showing that cubing a side length gives the volume on the forward path, and taking the cube root of the volume gives the side length back on the reverse path
Forward: s³ = V. Reverse: ∛V = s. The two operations undo each other exactly.

You already know the forward calculation: raise a side length to the power of three and you get the volume. Finding the side from the volume is that operation in reverse. Instead of cubing, you take the cube root, written ∛ or as the exponent 1/3.

This appears in a surprisingly wide range of real-world situations: sizing a cube-shaped storage box to a target capacity, checking whether a number is a perfect cube, converting a tank volume in litres to the side of a box, and working backwards from a volume calculation. The Cube Volume Calculator handles both directions automatically, but knowing the manual method gives you the instinct to catch errors and estimate without a calculator.

Just need the answer? Enter your volume into the Cube Volume Calculator and it returns the side length immediately, along with all working steps.

Table of Contents

The Formula at a Glance

The volume of a cube uses one of the simplest formulas in geometry. Go forward (side to volume) or backwards (volume to side) with a single operation either way:

DirectionFormulaExample
Side to volumeV = s³4³ = 64 cm³
Volume to sides = ∛V = V1/3∛64 = 4 cm

The two formulas are exact inverses. Cube the side and you get the volume. Take the cube root of the volume and you get the side. There is no approximation: the relationship is algebraically exact.

The exponent form V1/3 is particularly useful on calculators and spreadsheets. Most scientific calculators accept a power key (^ or yx), so you type 64 ^ (1/3) to get 4. In a spreadsheet: =64^(1/3) or =POWER(64, 1/3).

Three Ways to Take the Cube Root

Depending on the numbers and what you have available, one of these three methods will suit you.

1. The instant way: a calculator

On most calculators and phones, the cube root is either a dedicated button or the power 1/3. Typing 64 ^ (1/3) returns 4. On a spreadsheet, =64^(1/3) does the same, as does =POWER(64, 1/3). This works for any number, clean or messy. It is what the Cube Volume Calculator does behind the scenes: type the volume in and it returns the side instantly, with no key-combos to remember.

One thing to watch: some calculators have a cube root button that looks like ∛x; others require you to open a root menu or use the power key. If you get a wrong answer, check that you entered 1 ÷ 3 rather than just 3 as the exponent.

2. The estimation way: bracket between perfect cubes

If you need a quick estimate without a calculator, find the two perfect cubes your volume sits between and judge where it lands. Say you have 500 cm³. You know 7³ = 343 and 8³ = 512, so the answer must be between 7 and 8. Since 500 is very close to 512, it is just under 8: the exact value is 7.94.

Number line showing the cube root of 500 sitting between 7 cubed equals 343 and 8 cubed equals 512, positioned very close to 8 at approximately 7.94
500 cm³ sits between 7³ = 343 and 8³ = 512, very close to 8, so ∛500 ≈ 7.94

This bracketing approach is genuinely useful in practice. It lets you sanity-check a calculator answer and catch the kind of error where the result is wildly off. If someone tells you a 500 cm³ cube has a side of 22 cm, you instantly know that is wrong: 22³ = 10,648, nowhere near 500.

For a tighter estimate once you have the brackets, use linear interpolation. 500 sits (500 − 343) = 157 units above the lower bound, out of a gap of (512 − 343) = 169 units. That is 157/169 ≈ 93% of the way through, so the side is about 7 + 0.93 ≈ 7.93. Close enough for most practical work.

3. The exact way for perfect cubes: factor in threes

When the volume is a perfect cube, you can find the side by hand using prime factors. Break the volume into its prime factors, then group them into matching triples:

Each complete triple of identical primes contributes one factor to the side. If every prime sorts neatly into threes, the volume is a perfect cube and the side is a whole number. If any primes are left over after grouping, the volume is not a perfect cube: use the calculator method instead.

Units: the Part That Trips People Up

The cube root carries the units through, and that is where most mistakes happen. The rule is simple: the cube root of a cubic unit is the plain unit.

So ∛1,000 cm³ = 10 cm, but ∛1,000 m³ = 10 m. Same number, vastly different cube. Always confirm your volume unit before starting.

Capacity given in litres or gallons. A cube's side must come from a volume, so convert first. The conversions you need most:

CapacityVolumeCube side
1 litre1,000 cm³10 cm
8 litres8,000 cm³20 cm
27 litres27,000 cm³30 cm
1,000 litres1 m³100 cm (1 m)
1 US gallon3,785 cm³≈ 15.6 cm

A common situation: a tank volume calculator returns a result in litres. Before you can find the cube side, multiply the litres by 1,000 to get cm³, then take the cube root. The Cube Volume Calculator handles the litre-to-side conversion directly, so you can skip the manual conversion step.

Side Length for Common Volumes

Most "side from volume" questions land on round numbers. Here is a reference table you can read straight off. Perfect cubes are marked: those give whole-number sides.

VolumeSide lengthPerfect cube
1 cm³1 cm
8 cm³2 cm
27 cm³3 cm
64 cm³4 cm
100 cm³4.64 cm
125 cm³5 cm
216 cm³6 cm
343 cm³7 cm
500 cm³7.94 cm
512 cm³8 cm
729 cm³9 cm
1,000 cm³10 cm
1,728 cm³12 cm
2,000 cm³12.6 cm
5,000 cm³17.1 cm
8,000 cm³20 cm
10,000 cm³21.54 cm
27,000 cm³30 cm
1,000,000 cm³100 cm

Units cancel through: read the left column as cm³ and the right as cm, or as m³ and m. The relationship is identical because s = ∛V works for any consistent unit pair.

Worked Examples

Five scenarios using the formula s = ∛V. The Cube Volume Calculator verifies each of these in one step.

Example 1: Storage Cube of 64,000 cm³

Problem: You want a cube-shaped storage box with a volume of 64,000 cm³. What is the side length?

s = ∛64,000 = 40 cm. Check: 40 × 40 × 40 = 64,000 ✓

This is a perfect cube, so the side is a whole number. You can confirm by factoring: 64,000 = 64 × 1,000 = 4³ × 10³ = 40³. No rounding needed.

Example 2: Cube-Shaped Aquarium for 125 Litres

Problem: You want a cube-shaped aquarium that holds 125 litres. What are the inside dimensions?

Convert: 125 litres × 1,000 = 125,000 cm³.

s = ∛125,000 = 50 cm per side. That is a 50 × 50 × 50 cm tank. The cube shape gives the best surface-area-to-volume ratio of any rectangular tank, which is useful for gas exchange in freshwater setups.

Example 3: Volume That Is Not a Perfect Cube (600 cm³)

Problem: A 3D printing job requires a cubic block of exactly 600 cm³. What side length does the printer need?

600 sits between 8³ = 512 and 9³ = 729, closer to the low end.

s = ∛600 = 6001/38.43 cm. Round to your required precision for the print file. There is no whole-number side: 600 is not a perfect cube.

Example 4: Large Gallery Room of 343 m³

Problem: An architect designs a cube-shaped gallery space with a volume of 343 m³. What is each side?

s = ∛343 = 7 m. Perfect cube: 7 × 7 × 7 = 343. Each wall, floor, and ceiling span is exactly 7 m, giving a ceiling height of 7 m and a total floor area of 49 m².

For comparison, the Sphere Volume Calculator shows that a sphere of the same 343 m³ volume has radius r = (3V/4π)1/3 ≈ 4.35 m: noticeably smaller in every direction despite holding the same volume.

Example 5: Gift Box from 2,197 cm³

Problem: A packaging designer needs a cube-shaped gift box with an exact volume of 2,197 cm³. Is there a whole-number side?

Factor 2,197: 2,197 = 13 × 169 = 13 × 13 × 13 = 13³. It is a perfect cube.

s = ∛2,197 = 13 cm. The box is exactly 13 × 13 × 13 cm. No rounding required, which is ideal for die-cutting and assembly.

Perfect Cubes Worth Memorising

Knowing the first dozen makes estimating and exact answers much faster. If your volume matches one of these, the side is the number on the left with no working needed. If it falls between two of them, you have your estimation bounds immediately.

n
11
28
327
464
5125
6216
7343
8512
9729
101,000
111,331
121,728

Beyond the first dozen: 20³ = 8,000; 30³ = 27,000; 100³ = 1,000,000. A cube with a volume of 1 million cm³ is exactly 1 m on each side, because 100 cm = 1 m and 100³ = 1,000,000.

Frequently Asked Questions

How do you find the side length of a cube from its volume?

Take the cube root of the volume: s = ∛V. On a calculator, raise the volume to the power of 1/3. For example, a cube of volume 64 cm³ has a side of ∛64 = 4 cm, because 4 × 4 × 4 = 64.

What is the formula for the side of a cube given its volume?

s = ∛V, written equivalently as s = V1/3. It is the inverse of the volume formula V = s³. Cube the side to get the volume; take the cube root of the volume to get the side back.

How do I calculate a cube root without a dedicated cube-root button?

Raise the number to the power of one-third: type V ^ (1/3) on a scientific calculator or =V^(1/3) in a spreadsheet. To estimate by hand, find which two consecutive perfect cubes your volume falls between, then use linear interpolation to narrow down the answer.

What is the side length of a cube with a volume of 1,000 cm³?

10 cm, because 10 × 10 × 10 = 1,000. This is one of the most useful perfect cubes to remember: 1,000 cm³ = 1 litre, so any cube-shaped container holding exactly 1 litre has sides of exactly 10 cm.

How do I find a cube's side from a capacity in litres?

Convert to cm³ first by multiplying litres by 1,000, then take the cube root. A 27-litre cube is 27,000 cm³, and ∛27,000 = 30 cm per side. For larger volumes: 1 m³ = 1,000 litres, so a 1,000-litre cube is exactly 1 m on each side.

How can I tell if a volume gives a whole-number side?

Break the volume into prime factors and group them in sets of three. If every prime factor appears in a multiple of three (3, 6, 9 times, etc.), the volume is a perfect cube with a whole-number side. If any prime has a count that is not a multiple of three, the side is irrational.

Why is it a cube root and not a square root?

Because a cube has three equal dimensions: volume multiplies all three (s × s × s = s³). Reversing a power of three means taking a cube root. A square root reverses a power of two, which is the operation for area. Since volume is three-dimensional, the inverse is a cube root.

What is the side length of a cube with volume 8,000 cm³?

20 cm. Factor 8,000: 8,000 = 8 × 1,000 = 2³ × 10³ = 20³. So each side is 20 cm. You can also verify via litres: 8,000 cm³ = 8 litres, and ∛8 = 2, then scale by 10 to give 20 cm.

Can I use this method for rectangular boxes, not just cubes?

No. The formula s = ∛V only works when all three dimensions are equal. For a rectangular box with different side lengths, you cannot find all three dimensions from the volume alone: there are infinitely many combinations of length, width, and height that give the same volume. You need at least two of the three dimensions to solve for the third.

What is the cube root of 27,000?

30. Because 27,000 = 27 × 1,000 = 3³ × 10³ = 30³. This is the side of any cube-shaped container holding 27 litres, since 27 litres = 27,000 cm³.

How does a cube's side length relate to its surface area?

Surface area = 6s². Once you have the side from s = ∛V, square it and multiply by 6. For a 64 cm³ cube: s = 4 cm, surface area = 6 × 16 = 96 cm². Of all rectangular boxes with the same volume, the cube has the smallest surface area, which is why cube-shaped packaging minimises material use per unit of capacity.

References