Volume vs Surface Area: What Each Measures

Volume is three-dimensional. Its units are always cubic - cm³, m³, ft³, litres (1 litre = 1000 cm³). Fill a container with water and the volume of that water equals the interior volume of the container. Double the side length of a cube and the volume goes up by a factor of eight.

Surface area is two-dimensional, just applied to the outside of a 3D object. Its units are always square - cm², m², ft², in². Think of it as: how much wrapping paper would you need to cover this thing with no overlap? Double the side length of a cube and surface area only goes up by a factor of four. That's a big difference, and it's why you can't swap the two measurements.

PropertyVolumeSurface Area
MeasuresInterior spaceExterior skin
UnitsCubic (cm³, m³)Square (cm², m²)
Real useCapacity, fill weightCoating, packaging material
Scales asLength³Length²

Cube and Rectangular Prism

Cube

A cube has six identical square faces and a single side length a that defines the whole shape.

Volume = a³
Surface Area = 6a²

Example - side = 5 cm:
Volume = 5³ = 125 cm³
Surface Area = 6 × 25 = 150 cm²

The surface area formula is just six faces, each with area a². No curved surfaces, no slant heights. Six identical squares.

Rectangular Prism (Cuboid)

Three pairs of rectangular faces. Length (l), width (w), and height (h) are the three dimensions you need. The surface area formula accounts for each pair: top and bottom are lw, front and back are lh, left and right are wh.

Volume = l × w × h
Surface Area = 2(lw + lh + wh)

Example - 8 cm × 5 cm × 3 cm:
Volume = 8 × 5 × 3 = 120 cm³
Surface Area = 2(40 + 24 + 15) = 2 × 79 = 158 cm²

Cylinder

A cylinder has two circular faces connected by a curved lateral surface. You need the radius r and the height h. Here's a nice way to picture the lateral surface: if you unrolled it flat, you'd get a rectangle with width equal to the circumference (2πr) and length equal to the height. That's exactly where the formula comes from.

Volume = πr²h
Surface Area = 2πr² + 2πrh = 2πr(r + h)

Example - r = 4 cm, h = 9 cm:
Volume = π × 16 × 9 = 144π ≈ 452.4 cm³
Surface Area = 2π × 4 × (4 + 9) = 104π ≈ 326.7 cm²

The 2πr² term covers both circular bases. If the problem describes an open cylinder, like a drinking glass with no lid, drop one base and use πr² + 2πrh instead.

Cone

A cone has one circular base tapering up to a point. Three measurements describe it: the base radius r, the perpendicular height h (straight down from apex to center of base), and the slant height l (the distance from the apex to the rim along the outer surface). You calculate l from r and h using the Pythagorean theorem.

Slant height: l = √(r² + h²)
Volume = (1/3)πr²h
Surface Area = πr² + πrl = πr(r + l)

Example - r = 5 cm, h = 12 cm:
l = √(25 + 144) = √169 = 13 cm
Volume = (1/3) × π × 25 × 12 = 100π ≈ 314.2 cm³
Surface Area = π × 5 × (5 + 13) = 90π ≈ 282.7 cm²

Worth knowing: a cone's volume is exactly one-third of a cylinder with the same base radius and height. Same goes for a pyramid compared to its corresponding prism. The 1/3 factor comes from the shape tapering to a point instead of keeping a uniform cross-section all the way up.

Sphere

A sphere is perfectly symmetrical in every direction. Just one measurement defines it: the radius r. Volume uses r³ and surface area uses r², which lines up exactly with the unit distinction from section 1 - three-dimensional measure vs two-dimensional measure.

Volume = (4/3)πr³
Surface Area = 4πr²

Example - r = 6 cm:
Volume = (4/3) × π × 216 = 288π ≈ 904.8 cm³
Surface Area = 4 × π × 36 = 144π ≈ 452.4 cm²

One elegant relationship worth knowing: the surface area of a sphere equals exactly four times the area of a great circle (a cross-section through the center). Since a great circle has area πr², four of them give 4πr². It also equals the lateral surface area of a cylinder with the same radius and a height of 2r.

For fast computation across all solid types, use the CalcSolver Pro geometry calculator along with the formulas above. And always make sure your units are consistent before you calculate - mixing centimetres and metres in the same formula gives nonsense results.