📦 Rectangular Box Volume Calculator 2026

Instantly calculate box volume (V = l × w × h), surface area (2(lw+lh+wh)), space diagonal (√(l²+w²+h²)), face diagonals, base area, and perimeter — or reverse-solve any missing dimension from volume. Supports cm, m, mm, in, ft. Trusted by students, teachers, engineers, architects, and shipping professionals — with MathJax formulas, step-by-step solutions, and a 2,500+ word guide to rectangular prism mathematics and real-world applications.

V = l×w×h SA = 2(lw+lh+wh) d = √(l²+w²+h²) Find Missing Dimension cm · m · mm · in · ft L · gal · ft³
🧮 Rectangular Box Calculator — 4 Solve Modes
Enter Box Dimensions

📝 Step-by-Step Solution

Given: l = 20 cm, w = 15 cm, h = 10 cm
Volume = l × w × h = 20 × 15 × 10 = 3,000 cm³
Surface Area = 2(lw + lh + wh) = 2(300 + 200 + 150) = 1,300 cm²
Space Diagonal = √(l² + w² + h²) = √(400+225+100) = 26.926 cm
Base Area = l × w = 20 × 15 = 300 cm²
Base Perimeter = 2(l + w) = 2 × 35 = 70 cm
Volume in litres = 3,000 cm³ ÷ 1,000 = 3.000 L
l w h d
l = length  ·  w = width  ·  h = height  ·  d = space diag

📊 Results

Length (l)
20 cm
Width (w)
15 cm
Height (h)
10 cm
Volume
3,000 cm³
Surface Area
1,300 cm²
Space Diagonal
26.93 cm
Base Area
300 cm²
Base Perimeter
70 cm

📖 How to Use This Rectangular Box Calculator

  1. 1
    Choose Your Solve Mode

    Four modes cover every practical scenario: "Find Volume" (most common — given l, w, h, find V), "Find Length" (given V, w, h, find l = V/(w×h)), "Find Width" (given V, l, h, find w = V/(l×h)), and "Find Height" (given V, l, w, find h = V/(l×w)). Use reverse modes for packaging design (find the height needed in a box with fixed length, width, and required capacity) or lumber planning (find board length from volume and cross-section).

  2. 2
    Enter Dimensions and Select Units

    Type all known dimensions. The unit selected from the first dropdown (cm, m, mm, in, ft) applies to all linear dimensions. Ensure consistency — all dimensions must be in the same unit before multiplication. Volume input modes also accept volume in cm³, m³, L (litres), in³, or ft³. Mixing units (e.g., length in metres and width in centimetres) will give incorrect results — convert first.

  3. 3
    Select Volume Output Unit

    Choose your preferred output unit: cm³ (millilitres), m³, L (litres), mL, US gallons, in³, or ft³. The calculator converts the base calculation to any selected output instantly. Useful for shipping (ft³), aquariums (litres), cooking and liquid measurements (mL/gallons), and concrete/soil calculations (m³).

  4. 4
    Read Results — All 8 Properties Simultaneously

    The purple results panel shows: individual dimensions (l, w, h), volume in your selected output unit, total surface area (cm² or equivalent), space diagonal (longest rod that fits inside), base area (footprint), and base perimeter. All update instantly as you type — no need to click Calculate, though the button is available for explicit confirmation.

  5. 5
    Check Step-by-Step Solution with Volume Conversion

    The step-by-step panel shows each formula applied to your specific values, culminating in the volume conversion between units. Ideal for checking homework, preparing engineering reports, or simply understanding how V = l × w × h relates to litres and gallons via unit conversion factors. Use the MathJax formula blocks below for the complete mathematical derivations.

📐 Rectangular Prism Formulas — MathJax Rendered

Core Formulas — Volume, Surface Area, Edges

\[ V = l \times w \times h \quad \text{(Volume — length × width × height)} \]

\[ SA = 2(lw + lh + wh) \quad \text{(Surface area — sum of 6 rectangular faces)} \]

\( L_{\text{edges}} = 4(l + w + h) \quad \text{(Total edge length — 4 edges of each type)} \)

\( A_{\text{base}} = l \times w \quad \text{(Base/footprint area)} \qquad P_{\text{base}} = 2(l + w) \quad \text{(Base perimeter)} \)

The volume formula V = lwh is derived directly from the three-dimensional extension of area: just as a rectangle's area A = l × w counts unit squares, a box's volume counts unit cubes. The surface area formula counts all six rectangular faces: the top and bottom pair (each l × w) contribute 2lw; the front and back pair (each l × h) contribute 2lh; the left and right pair (each w × h) contribute 2wh — total 2(lw + lh + wh). The perimeter relates to area and volume by: V = A_base × h (base area times height), which allows height to be found from V/A_base whenever l and w are known. Total edge length 4(l+w+h) reflects the box's 12 edges — 4 parallel edges of each of the three lengths l, w, h. This expression is minimised (for fixed volume) when l = w = h — forming a cube, which has the minimum total edge length for any given volume among all rectangular prisms.
Reverse-Solve Formulas — Finding a Missing Dimension

\( l = \frac{V}{w \times h} \quad \text{(length from volume, width, height)} \)

\( w = \frac{V}{l \times h} \quad \text{(width from volume, length, height)} \)

\( h = \frac{V}{l \times w} = \frac{V}{A_{\text{base}}} \quad \text{(height from volume and base area)} \)

\( \text{Important: given only } V \text{ (one equation, three unknowns — infinitely many solutions)} \)

\( \text{Two dimensions always required to solve for the third. Example: } V = 3000 \text{ cm}^3,\; w = 15,\; h = 10 \Rightarrow l = \frac{3000}{15 \times 10} = 20 \text{ cm} \)

The reverse-solve formulas are algebraic rearrangements of V = l × w × h. Since volume is the product of three independent dimensions, knowing any two and the volume uniquely determines the third — this is the mathematical content of the linear algebra statement "one equation in three unknowns has infinitely many solutions, but with two constraints (two known dimensions) the system becomes one equation in one unknown." Practically: given a storage rack 60 cm wide and 40 cm deep that must hold a 72 L (72,000 cm³) capacity, the required height = 72,000 / (60 × 40) = 30 cm. Or: a concrete pour must have volume 2 m³ in a 4 m × 1 m rectangular form; depth = 2/(4×1) = 0.5 m = 50 cm of concrete. These are everyday calculations in construction, interior design, packaging, and manufacturing.
Space Diagonal and Three Face Diagonals

\[ d = \sqrt{l^2 + w^2 + h^2} \quad \text{(Space diagonal — 3D Pythagorean theorem)} \]

\( d_1 = \sqrt{l^2 + w^2} \quad \text{(Base/top face diagonal)} \)

\( d_2 = \sqrt{l^2 + h^2} \quad \text{(Front/back face diagonal)} \)

\( d_3 = \sqrt{w^2 + h^2} \quad \text{(Left/right face diagonal)} \)

\( \text{Verify: } d = \sqrt{d_3^2 + l^2} = \sqrt{d_2^2 + w^2} = \sqrt{d_1^2 + h^2} \quad \text{(Pythagorean extension)} \)

The space diagonal d connects two opposite vertices of the box — the longest straight line that fits entirely inside. It is derived by applying the Pythagorean theorem twice: first find the base face diagonal d₁ = √(l² + w²) across the bottom; then apply Pythagoras again with d₁ as one leg and height h as the other: d = √(d₁² + h²) = √(l² + w² + h²). This is the three-dimensional generalisation of Pythagoras' theorem and applies to all rectangular prisms. Practical significance: the space diagonal is the maximum length of a rigid rod that can be inserted into the box (assuming the rod's diameter is negligible). For a 20 × 15 × 10 cm box: d = √(400 + 225 + 100) = √725 ≈ 26.93 cm — meaning a 26-cm ruler can fit diagonally but a 30-cm ruler cannot. The three face diagonals determine the maximum lengths across individual faces and are used in structural frame design, picture frame sizing, and screen-to-device-size relationships (TV/monitor "size" is the screen's face diagonal).
Volume Unit Conversions and Dimensional Weight (DIM)

\( 1 \text{ m}^3 = 1{,}000 \text{ L} = 1{,}000{,}000 \text{ cm}^3 = 35.3147 \text{ ft}^3 = 264.172 \text{ US gal} \)

\( 1 \text{ L} = 1{,}000 \text{ cm}^3 = 1{,}000 \text{ mL} = 61.0237 \text{ in}^3 = 0.264172 \text{ US gal} \)

\( 1 \text{ ft}^3 = 28{,}316.8 \text{ cm}^3 = 28.3168 \text{ L} = 7.48052 \text{ US gal} = 1{,}728 \text{ in}^3 \)

\( \text{Dimensional (DIM) weight: } W_{\text{dim}} = \frac{l \times w \times h}{D_f} \)

\( D_f = 5{,}000 \; \text{(cm, kg — international)} \quad D_f = 139 \; \text{(in, lb — US domestic)} \quad D_f = 166 \; \text{(in, lb — US international)} \)

Volume unit conversions use the cubic relationships of the underlying length units. Since 1 m = 100 cm, 1 m³ = 100³ cm³ = 1,000,000 cm³ (one million, not one hundred — the cubic exponent triples the conversion factor's power). Similarly, since 1 ft = 12 in, 1 ft³ = 12³ in³ = 1,728 in³. The dimensional weight (DIM weight) formula is used by all major courier services (FedEx, UPS, DHL, USPS) to price lightweight but bulky packages: DIM weight = (l × w × h) / DIM_factor. For international shipments, the factor is 5,000 (in cm, giving kg) or 166 (in inches, giving pounds). If DIM weight exceeds actual weight, you pay the higher DIM charge. For a 40 × 30 × 20 cm box: vol = 24,000 cm³, DIM weight = 24,000/5,000 = 4.8 kg. If the box actually holds 1.5 kg of lightweight goods (foam, clothing), you pay for 4.8 kg. This makes minimising package volume extremely important for shipping economy — direct practical use of this calculator.

📊 Rectangular Box Conversion Quick Reference

Volume (cm³)Litres (L)US GallonsCubic InchesCubic Feet10 cm × 10 cm side equivalent height
100 cm³0.1 L (100 mL)0.0264 gal6.1 in³0.00353 ft³1 cm (base 10×10)
500 cm³0.5 L (500 mL)0.1321 gal30.5 in³0.01766 ft³5 cm (base 10×10)
1,000 cm³1 L0.2642 gal61.0 in³0.03531 ft³10 cm (base 10×10)
3,785 cm³3.785 L1 US gallon231 in³0.1337 ft³37.85 cm (base 10×10)
28,317 cm³28.317 L7.481 gal1,728 in³1 ft³283.2 cm
1,000,000 cm³1,000 L (1 kL)264.2 gal61,024 in³35.315 ft³1 m³ total
ObjectTypical l × w × hVolumeApplication
Business card8.9 × 5.1 × 0.05 cm2.27 cm³Stack thickness calculation
Smartphone15 × 7 × 0.8 cm84 cm³Packaging design
A4 paper ream29.7 × 21.0 × 5.0 cm3,119 cm³ ≈ 3.1 LShipping weight estimate
Shoebox33 × 19 × 12 cm7,524 cm³ ≈ 7.5 LStorage, shipping
Moving box (medium)46 × 46 × 46 cm97,336 cm³ ≈ 97 LCubic box, ~3.4 ft³
Bathtub170 × 75 × 50 cm637,500 cm³ ≈ 637.5 LWater capacity (filled)
Olympic pool lane50 m × 2.5 m × 2 m250 m³ = 250,000 LPer lane; full pool 8 lanes ≈ 2.5 ML
Standard room4 × 3.5 × 2.7 m37.8 m³Air volume for HVAC
20ft shipping container5.90 × 2.35 × 2.39 m33.1 m³ ≈ 33,100 LInternational freight (interior)

💡 Rectangular Prism — Key Concepts

📦

Rectangular Prism vs. Cuboid — Names Explained

A rectangular box, rectangular prism, and cuboid all refer to the same shape: a 3D solid bounded by 6 rectangular faces, 12 edges, and 8 vertices, with all angles exactly 90°. The International Organization for Standardization (ISO) and most modern textbooks (Euclidean geometry) prefer "rectangular parallelepiped" or "cuboid." "Rectangular prism" is the US K-12 curriculum standard. "Box" is the engineering shorthand. The cube is a special case where l = w = h. An oblong is a non-cubic rectangular prism. All three terms are accepted in academic writing and are computed identically.

🚚

Shipping and Dimensional Weight

Major carriers (FedEx, UPS, DHL) charge the greater of actual weight and dimensional (DIM) weight. DIM weight = (l × w × h) / DIM_factor. International factor: 5,000 (cm/kg). US domestic: 139 (in/lb). A 50 × 40 × 30 cm box: vol = 60,000 cm³, DIM weight = 60,000/5,000 = 12 kg. If actual contents weigh 3 kg, you pay for 12 kg. Right-sizing packaging to fit products snugly is a direct cost-saving application of this calculator. Amazon's Frustration-Free Packaging programme specifically targets oversize packaging waste reduction.

🏗️

Construction — Concrete, Soil, and Air Volume

Construction projects constantly require rectangular volume calculations: concrete pours (V = l × w × depth in metres; concrete costs per m³), soil removal/fill (excavation volume for foundations), HVAC sizing (room air volume = length × width × ceiling height, used for air exchange rate calculations in cubic metres per hour), tank capacity (cisterns, septic tanks, swimming pools). A standard bedroom 4 × 3.5 × 2.7 m has air volume = 37.8 m³; HVAC codes require 6–10 air changes per hour: minimum airflow = 37.8 × 6 = 226.8 m³/hour.

🪵

Lumber — Board Feet and Timber Volume

The board foot is the US lumber volume unit: 1 board foot = 1 foot × 1 foot × 1 inch = 144 in³ = 2,359.7 cm³ ≈ 2.36 L. Board feet = (l × w × h) / 144, where dimensions are in inches. A 2×4 stud (actual 1.5 in × 3.5 in) × 8 feet long: V = 1.5 × 3.5 × 96 = 504 in³ = 3.5 board feet. Metric timber uses cubic metres (m³). Converting: 1 m³ = 424 board feet. This calculator's "in³" output mode directly supports board-feet calculations for US lumber costing = board_feet × price_per_bf.

🐠

Aquariums — Litre Capacity and Fish Stocking

Aquarium volume directly determines fish stocking density, filtration sizing, and heating capacity. Standard rule: 1 cm of small fish body length per 1–2 litres of water. A 60 × 30 × 36 cm aquarium: V = 64,800 cm³ = 64.8 L (subtract ~10% for substrate, décor: net ≈ 58 L). Filtration: turnover rate 4–6× volume per hour → filter output 230–350 L/h needed. Heater: ~1 watt per litre = ~65 W for a tropical tank. Getting the volume wrong by 20% means wrong filtration, wrong medication doses, and potential fish mortality — making this calculator practically important for aquarists.

📺

Screen Diagonal — Face Diagonal of a Rectangle

Television and monitor "size" is specified as the screen's face diagonal d = √(l² + h²) — the face diagonal formula for the rectangular screen. A 55" TV has a screen diagonal of 55 inches; if the aspect ratio is 16:9, the width = 55 × 16/√(16²+9²) = 55 × 16/18.36 ≈ 47.9 in and height = 55 × 9/18.36 ≈ 26.9 in. Area = 47.9 × 26.9 ≈ 1,288 in² ≈ 8,311 cm². This is why a 65" TV is not 65/55 = 18% larger — it's 18% larger in diagonal but (18%)² ≈ 40% larger in area. The same face diagonal formula applies to picture frames, solar panels, roof panels, and floor tiles.

📦 Quick Mental Math — Rectangular Box Volume Tricks: For quick approximations — round each dimension to 1 significant figure, multiply: 19×14×9 ≈ 20×15×10 = 3,000 cm³ (vs actual 2,394 cm³ — rough estimate but fast). The "double-double" rule: doubling just one dimension doubles volume; doubling two dimensions quadruples it; doubling all three multiplies by 8. 1 litre ≈ a 10 cm cube is the most useful mental benchmark: a 10×10×10 cm space holds exactly 1 litre of liquid.

📚 Complete Guide to Rectangular Box Geometry and Real-World Applications

The rectangular box — also called cuboid, rectangular prism, or simply "box" — is the most prevalent three-dimensional form in human-made environments. Every room in a building, every shipping container, every smartphone, every book, swimming pool, aquarium tank, vault, warehouse pallet, and cardboard shipping carton is a rectangular box. Mastering its geometry — calculating volume, surface area, space diagonal, and finding missing dimensions — is not a narrow academic exercise: it is a fundamental practical skill used every day by architects, engineers, teachers, shipping logistics teams, carpenters, interior designers, aquarists, and students worldwide. This comprehensive guide explains every formula, derivation, and real-world application of rectangular box mathematics, including the practical implications of the 3D Pythagorean theorem and the industry-standard dimensional weight calculation used by every major shipping carrier.

The volume formula V = l × w × h is elegantly simple in statement but profound in implication. It descends directly from the fundamental definition of volume as the number of unit cubes that fill a solid. A box 20 cm long, 15 cm wide, and 10 cm tall can be filled with 20 × 15 = 300 one-centimetre cubes across the base, and 10 such layers stack to give 3,000 cm³. This counting argument — made rigorous in Euclidean geometry — explains why the formula is exact for any rectangular prism, regardless of the units chosen, provided the units are consistent. The formula's commutativity (l × w × h = w × h × l = any order) reflects the geometric fact that rotating a box doesn't change its volume, and "length," "width," and "height" are simply labels for three independent dimensions. A box lying on its side still has the same volume as when standing upright. Volume units are always the cube of length units: cm × cm × cm = cm³, m × m × m = m³. This cubic relationship means that unit conversions are never linear: 1 m = 100 cm, but 1 m³ ≠ 100 cm³ — it equals 100³ = 1,000,000 cm³.

Surface area SA = 2(lw + lh + wh) is the total area of all six outer faces. A rectangular prism has three pairs of identical opposite faces: top and bottom (each l × w), front and back (each l × h), left and right (each w × h). Adding one of each pair: lw + lh + wh. Doubling for both faces of each pair: 2(lw + lh + wh). For the 20 × 15 × 10 cm box: SA = 2(300 + 200 + 150) = 2 × 650 = 1,300 cm². Surface area has a fundamentally different scaling relationship from volume: if all dimensions scale by factor k, SA scales as k² while V scales as k³. This means that as a box gets larger (k > 1), volume grows faster than surface area, and the ratio V/SA = lwh/(2(lw+lh+wh)) increases. This is Galileo's square-cube law applied to rectangles, and it has profound implications in biology (why large animals need circulatory systems while bacteria absorb nutrients directly through their surface), in thermodynamics (why larger rooms are more energy-efficient to heat per unit volume), and in packaging (why large shipping boxes give more interior volume per unit of cardboard material).

The space diagonal formula d = √(l² + w² + h²) is the three-dimensional version of Pythagoras' theorem, and understanding its derivation illuminates the power of geometric thinking. The Pythagorean theorem states that in any right triangle, the square of the hypotenuse equals the sum of the squares of the legs: c² = a² + b². Applying this to a rectangle, the face diagonal across the base is d₁ where d₁² = l² + w², giving d₁ = √(l² + w²). Now consider the space diagonal d: it connects the bottom-left-front vertex to the top-right-back vertex. This space diagonal forms the hypotenuse of a new right triangle, where one leg is the base face diagonal d₁ (lying along the base) and the other leg is the height h (rising vertically). Applying Pythagoras: d² = d₁² + h² = (l² + w²) + h² = l² + w² + h². Therefore d = √(l² + w² + h²). This two-step Pythagorean application establishes the three-dimensional distance formula used throughout analytic geometry, physics (vector magnitude), and computer graphics (3D point distance calculations). For the practical engineer: the space diagonal is the maximum length of any straight rod that can be inserted into the box assuming the rod has negligible thickness.

The practical applications of rectangular box volume calculation span virtually every industry. In construction and civil engineering, calculating concrete volume is fundamental: a foundation slab 8 m × 5 m × 0.2 m requires 8 × 5 × 0.2 = 8 m³ of concrete. At a standard density of 2,400 kg/m³, that is 19,200 kg = 19.2 tonnes — requiring 2–3 ready-mix truck loads. In HVAC (Heating, Ventilation, Air Conditioning), room air volume = length × width × ceiling height in metres, used to calculate required air change rates. A classroom 10 × 8 × 3 m has air volume 240 m³; at 6 air changes per hour, the HVAC system must supply 1,440 m³/hour of fresh air. In aquarium and fish pond design, volume in litres determines fish stocking limits (typically 1 cm fish length per 1–2 L), filtration pump sizing (turnover 4–6× volume per hour), heater wattage (1 W/L for tropical freshwater), and medication dosing (doses are specified in mg per litre). In shipping and logistics, volume determines both the dimensional weight charge (which can dramatically exceed actual weight for lightweight goods) and container utilisation — a key performance metric in supply chain operations.

Dimensional weight (DIM weight) pricing is one of the most commercially significant applications of rectangular box volume calculation. Introduced by FedEx in 2007 for ground shipping and adopted industry-wide, DIM pricing uses the formula: DIM_weight = (l × w × h) / DIM_factor, where volume is in cubic centimetres or cubic inches and the factor converts to kilograms or pounds. The IATA (International Air Transport Association) standard DIM factor is 6,000 for air freight; FedEx/UPS international ground is typically 5,000 (cm/kg) or 166 (in/lb). If DIM weight exceeds actual weight, carriers charge the DIM weight — turning cubic inches of airspace inside a package into billable weight. For e-commerce businesses, using precisely fitted packaging rather than oversized boxes can reduce shipping costs by 20–40%, directly improving margins. Amazon, which ships hundreds of millions of packages annually, has proprietary algorithms optimising package size selection specifically to minimise DIM weight charges — a multi-billion dollar optimisation powered by rectangular volume calculations.

In architecture and interior design, rectangular volume calculation informs space planning, material estimation, and code compliance. National building codes in most countries specify minimum room volumes for habitable spaces: the UK Building Regulations (Part F) specify minimum ceiling heights and space requirements; the International Building Code (IBC) requires habitable rooms to have at least 7 ft (2.13 m) ceiling height; the WHO recommends a minimum of 11.5 m³ per person in sleeping rooms to prevent airborne disease transmission. Calculating exact room volumes is also essential for thermal modelling (energy efficiency certifications like BREEAM and LEED), acoustic design (reverberation time depends on room volume), and ventilation system sizing (air changes per hour). Interior designers use the volume ratio of furniture to room space as a comfort metric — rooms where furniture occupies more than ~25% of floor volume tend to feel cramped.

The rectangular box is also the foundation of the international shipping container system, one of the greatest logistical innovations of the 20th century. Standard ISO shipping containers are rectangular prisms with standardised external dimensions: a 20-foot container is 6.058 m × 2.438 m × 2.591 m externally, with internal volume approximately 33.2 m³ (33,200 L). A 40-foot container has internal volume ≈ 67.7 m³. The development of standardised container dimensions in the 1950s–60s (pioneered by Malcolm McLean of Sea-Land Service) allowed mechanised loading and stacking of cargo across ships, trucks, and trains — reducing shipping costs by approximately 90% and enabling modern global supply chains. Today, approximately 800 million container movements occur annually worldwide, each requiring precise volume calculations for cargo manifests, customs declarations, weight distribution, and stacking stability.

⚠️ Measurement Best Practices: For accurate results, measure inside dimensions (not outside) when calculating usable capacity of boxes, aquariums, rooms, and containers — wall thickness can be significant. For concrete, add 5–10% waste factor to calculated volume. For shipping, use outside dimensions for DIM weight and inside dimensions for packing capacity. All dimensions must be in the same unit before multiplying — mixed units (metres and centimetres in the same formula) are the most common source of calculation errors.
Optimal Box Shape for Minimum Surface Area: For a fixed volume V, the rectangular box shape that minimises surface area (minimises material cost) is the cube (l = w = h = ∛V). This is why liquid containers trend toward cube-like shapes when material efficiency is prioritised. However, cubes are awkward to handle, stack, and store — so real-world packaging compromises between material efficiency, ergonomics, stacking stability, and product shape. The mathematical optimisation problem of minimising surface area for fixed volume subject to practical constraints is solved using Lagrange multipliers (calculus) and is a standard problem in mathematical optimisation courses.
📦
Written & Reviewed by Num8ers Editorial Team — Applied Geometry, Engineering Mathematics & Logistics Research Last updated: April 2026 · Sources: Euclid, "Elements" Books XI–XII — geometry of rectangular parallelepipeds and volume theory, ~300 BC · Galileo Galilei, "Two New Sciences" (1638) — square-cube scaling law and structural mechanics implications · ISO 668:2020 — Series 1 freight containers: classification, dimensions, and ratings (6.058 m × 2.438 m × 2.591 m 20ft standard) · IATA Cargo Tariff Regulations (2026) — DIM factor 6,000 for air freight volumetric weight · FedEx Service Guide 2026 — dimensional weight DIM factor 5,000 (cm/kg international), 139 (in/lb US domestic ground) · UPS Rate and Service Guide (2026) — dimensional weight pricing and package size requirements · ISO 80000-3:2019 — Quantities and units (volume = m³, litre = dm³ = 10⁻³ m³) · CGPM Resolution 13 (1964) — litre defined as exactly 1 dm³ = 10⁻³ m³ (BIPM) · UK Building Regulations Approved Document F (2021) — ventilation and space requirements for habitable rooms · International Building Code (IBC 2021) — Section 1208, minimum room dimensions and ceiling heights for habitable spaces · WHO Environmental Health Criteria — minimum per-person room volume (11.5 m³) for airborne disease prevention · Pythagorean theorem — 3D generalisation d = √(l²+w²+h²), standard analytic geometry derivation (Descartes, 1637) · Marc Levinson, "The Box: How the Shipping Container Made the World Smaller and the World Economy Bigger" (Princeton University Press, 2006) — history of containerisation and Malcolm McLean · ASHRAE Standard 62.1-2022 — Ventilation for Acceptable Indoor Air Quality — air change rate per room volume calculation · National Hardwood Lumber Association (NHLA) — board foot definition (144 in³) and lumber volume measurement standards · The Aquarium Encyclopedia (Tetra Press) — fish stocking, filtration sizing (4-6× volume/hour), and heater wattage (1W/litre) guidelines · Amazon Packaging on Product (PoP) design guidelines — right-sizing packaging rationale and DIM weight optimisation · Environmental Protection Agency (EPA) — swimming pool water volume guidelines for chlorination (ppm calculations based on pool volume) · BIPM SI Brochure 9th edition (2019) — cubic metre as SI derived unit for volume, litre as non-SI unit accepted for use.

❓ Frequently Asked Questions — Rectangular Box Calculator

What is the volume formula for a rectangular box?
V = length × width × height (V = l × w × h). Multiply all three dimensions together. The unit is the cube of the length unit: cm³, m³, ft³, in³. Example: 20 cm × 15 cm × 10 cm = 3,000 cm³ = 3 litres. Order doesn't matter (multiplication is commutative). All dimensions must be in the same unit before multiplying.
How do I find a missing dimension from volume?
You need two of the three dimensions to find the third: l = V / (w × h), w = V / (l × h), h = V / (l × w). Example: V = 3,000 cm³, w = 15 cm, h = 10 cm → l = 3,000/(15 × 10) = 3,000/150 = 20 cm. Use our "Find Length/Width/Height" tabs to calculate instantly. You cannot find all three dimensions from volume alone — infinite combinations of l, w, h give the same volume.
What is the surface area formula for a rectangular box?
SA = 2(lw + lh + wh). Three pairs of identical opposite faces: top/bottom (lw each), front/back (lh each), left/right (wh each). Total = 2lw + 2lh + 2wh = 2(lw + lh + wh). Example: 20 × 15 × 10 → 2(300+200+150) = 2×650 = 1,300 cm². Surface area determines material needed for a box's outer shell — important for packaging material cost, insulation area, and paint coverage.
What is the space diagonal of a box?
d = √(l² + w² + h²) — the 3D Pythagorean theorem. The longest straight line from one corner to the opposite corner through the interior. Example: 20 × 15 × 10 cm → d = √(400+225+100) = √725 ≈ 26.93 cm. Practical use: maximum rigid rod length that fits inside. A 26 cm ruler fits; a 30 cm ruler does not.
What is the difference between a rectangular box and a cuboid?
Same shape — different names. Rectangular box, rectangular prism, cuboid, and rectangular parallelepiped all describe a 3D solid with 6 rectangular faces, 12 edges, and 8 vertices with all right angles. "Cuboid" is preferred in UK/international curricula; "rectangular prism" is common in US K-12 education. A cube is the special case where l = w = h. Use our dedicated cube calculator for cube-specific features (face diagonal a√2, space diagonal a√3, inscribed/circumscribed sphere radii).
How do I convert cubic centimetres to litres?
Divide cm³ by 1,000. 1 litre = exactly 1,000 cm³ (1 dm³). Therefore 3,000 cm³ ÷ 1,000 = 3 L. Reverse: litres × 1,000 = cm³. Other conversions: 1 m³ = 1,000 L; 1 ft³ = 28.317 L; 1 US gallon = 3.785 L = 3,785 cm³; 1 in³ = 16.387 cm³. Our calculator's volume output dropdown handles all these conversions automatically.
What is dimensional weight (DIM weight) and how do I calculate it?
DIM weight = (l × w × h) / DIM_factor. Used by FedEx, UPS, DHL, USPS to price lightweight bulky packages. Factors: 5,000 (cm/kg, international), 139 (in/lb, US domestic FedEx/UPS), 166 (in/lb, US international). If DIM weight > actual weight, you pay the DIM charge. Example: 50 × 40 × 30 cm box = 60,000 cm³. DIM weight = 60,000/5,000 = 12 kg. If contents weigh 2 kg, you pay for 12 kg. Right-sizing boxes can reduce shipping costs 20–40%.
How do I calculate aquarium volume in litres?
V = l × w × h (cm) ÷ 1,000 = litres. Example: 60 × 30 × 36 cm → V = 64,800 cm³ ÷ 1,000 = 64.8 L. Then subtract 10–15% for substrate, rock décor, and glass thickness: net water volume ≈ 55 L. Filtration pump: size for 4–6× volume/hour = 220–330 L/h. Heater: 1 watt per litre = 55 W. Fish stocking: approximately 1 cm of fish body per litre for small (<5 cm) fish. Our litres output mode gives aquarium volume directly.
What is a board foot and how do I calculate it?
1 board foot = 144 in³ = 1 ft × 1 ft × 1 in. Used for pricing dimensional lumber in the US. Board feet = (length_in × width_in × thickness_in) / 144. Example: 2×4 stud (1.5 in × 3.5 in × 96 in long) = 504 in³ / 144 = 3.5 board feet. Select "in³" output in our calculator, then divide by 144. Metric equivalent: 1 m³ = 424 board feet.
How does doubling all box dimensions affect volume and surface area?
Volume multiplies by 8 (2³); surface area multiplies by 4 (2²). This is the square-cube law (Galileo, 1638). If l, w, h all double: V = (2l)(2w)(2h) = 8lwh = 8V_original. SA = 2((2l)(2w) + (2l)(2h) + (2w)(2h)) = 4 × 2(lw+lh+wh) = 4 × SA_original. Implication: a box twice as large uses 4× material but holds 8× content — larger boxes are proportionally more material-efficient. Doubling only one dimension (height): volume doubles, SA increases less than double.
What is the optimal box shape for minimum material usage?
The cube (l = w = h) minimises surface area for a given volume among all rectangular prisms. Proven by calculus (Lagrange multipliers): the minimum SA/V ratio is 6/∛V (the cube case). Practical implication: cube-like packaging uses least cardboard per unit of enclosed volume. However, products rarely are cubic — so packaging optimises around product shape within ergonomic and stackability constraints. Square-based boxes are more efficient than elongated ones.
How do I calculate concrete volume for a rectangular slab?
V = length × width × depth (in metres) = cubic metres. Example: slab 5 m × 4 m × 0.15 m deep = 3 m³. Add 5–10% waste factor → order 3.15–3.3 m³. Standard concrete density ≈ 2,400 kg/m³, so 3 m³ ≈ 7,200 kg = 7.2 tonnes. Cost: typically $100–$150/m³ for ready-mix delivery in Western countries. Use our m³ output mode and multiply by your concrete price per cubic metre.

🔗 Related Calculators on Num8ers