How this instrument works
A cuboid's volume follows directly from a rectangle's area: fix the base as a length-by-width rectangle, area l·w, then stack that same rectangle h units high with no gaps or overlaps. Each of the h layers contributes l·w worth of space, so the total is (l·w)·h — three edges meeting at a single corner, multiplied straight through. The same result falls out of Cavalieri's principle: slice the solid into thin horizontal sheets, and every sheet shares the identical cross-sectional area l·w, so the volume is simply that area times how far the stack runs.
Isolating just the volume matters because it answers a narrower question than a full cuboid workup does: not how much material wraps the outside — that is surface area — and not whether a rod fits diagonally inside — that is the space diagonal — but how much the box actually holds. A shipping crate, a water tank, a raised garden bed, and a poured concrete footing are all sized by this one number, the cubic capacity available once length, width, and height are fixed.
Push any one edge to zero and the solid collapses without warning: a length, width, or height of 0 returns a volume of exactly 0, because the cuboid has flattened into a two-dimensional rectangle with no depth left to fill. At the other extreme, setting all three edges equal turns the formula into V = s³, the cube's volume — a cuboid is the general case, and a cube is simply the one where every edge happens to match.
- Enter the box's three edges in Length, Width, and Height — any consistent unit works, since the formula is a pure multiplication.
- Read Volume for the result, expressed in that same unit cubed — enter metres and the answer is cubic metres; enter inches and it's cubic inches.
- Change any one of Length, Width, or Height and Volume updates immediately, useful for comparing a few candidate box sizes side by side.
- To size a container for a target capacity, hold two edges fixed and adjust the third until Volume reaches the figure you need.
Worked example — a 3 × 4 × 5 storage bin
A storage bin measures 3 units long, 4 units wide, and 5 units tall: Length = 3, Width = 4, Height = 5. The base rectangle has an area of 3 × 4 = 12 square units, and stacking that base 5 units high gives a volume of 12 × 5 = 60 cubic units. Volume reads 60 exactly, with no rounding anywhere in the chain, because every input is a whole number and multiplying whole numbers never introduces error.
The same 60 falls out however the three edges are grouped: 3 × 4 × 5, or 4 × 5 × 3, or 5 × 3 × 4 all multiply to 60, since ordinary multiplication doesn't care which edge is called length and which is called height. Swap Height to 2 instead, keeping Length = 3 and Width = 4, and Volume drops to 3 × 4 × 2 = 24 — the direct, proportional effect of shrinking just one dimension while the other two hold steady.
Questions
What is the formula for the volume of a cuboid?
V = l × w × h — multiply the length, width, and height together, in any order, since multiplication doesn't care which edge is labeled which. Feed in Length = 3, Width = 4, and Height = 5, and Volume returns 60, whichever unit those three edges share.
How does cuboid volume relate to a rectangle's area?
It's the same idea extended by one dimension. A rectangle's area is length times width; a cuboid's volume takes that same base area and multiplies by height, since the solid is really that flat rectangle stacked h units deep. Set Height to 1 and Volume simply equals the base's area.
What's the difference between volume and surface area for the same cuboid?
Volume measures the capacity inside the box — how much it can hold or how much material fills it, in cubic units. Surface area measures the material needed to wrap the outside, in square units, using a separate formula, 2(lw + wh + hl). A 3 × 4 × 5 cuboid holds 60 cubic units but needs 94 square units of covering — two different questions about the same shape.
Why does setting Length to 0 give a Volume of 0?
Because a zero-length edge collapses the solid into a flat rectangle with no depth to fill — there's nothing left in the third dimension to multiply by. The same happens if Width or Height hits 0: any single edge at zero forces the whole product, and the volume, to zero regardless of the other two figures.
Does it matter which edge I call Length versus Width or Height?
No — the three labels are just names for the box's edges, and l × w × h gives the identical answer no matter which physical edge gets which label. Labeling only matters when you're also working out surface area or the space diagonal, where consistent labeling helps track which pair of faces is which.
What's a common mistake when calculating cuboid volume?
Multiplying only two of the three edges and reporting an area instead of a volume — a mistake that's easy to miss because both numbers can look like plausible answers. A second common slip is mixing units, entering Length in metres and Height in centimetres; convert every edge to the same unit before multiplying, since the formula assumes they already match.