How to Find the Area and Volume of 3D Shapes

Surface area is just a flattened net. Volume is just a stack of flat slices. Once you see both tricks, every formula for cubes, cylinders, cones and spheres builds itself.

By Petrus Sheya

August 7, 2026 · 8 min read

How much wrapping paper do you actually need for a box? How much water fits inside a cone shaped cup? Those are two different questions. One asks about the skin of a shape. The other asks about what's trapped inside it. And once you see the two tricks behind them, you can build almost every area and volume formula yourself, without memorizing a single one.

The trick for area: peel the skin off and lay it flat. Area doesn't care about bending, only about how much flat material you'd need to cover something.

The trick for volume: slice the solid into wafer thin layers and stack their areas. A solid is just a pile of flat pieces standing on top of each other.

That's really it. Let's build both from scratch.


Surface area isn't a 3D idea at all

Here's a claim that sounds wrong at first: surface area is a 2D concept. A cube looks completely 3D, but its surface, the part you'd actually paint or wrap, is just six flat squares glued together at their edges.

If you cut along the right edges, a cube unfolds into a flat cross shape called a net. Every face lands flat on the table, none of them stretched or squished. And here's the part that matters: the total area of the net is exactly the total area of the cube's surface. Unfolding doesn't create or destroy any material. It just rearranges it.

Try it below. Drag the slider and watch six identical squares peel off a stacked block and settle into a flat row. Notice the area readout the entire time.

Drag the slider to peel the six faces of a cube off the block and lay them flat. Watch the total area readout: it never moves.

TopFrontRightBackLeftBottomfolded blockflat net
Side length s4
Faces6
Total surface area96cm²

Nothing happens to that number. It sits at 96 no matter how folded or flat the pieces are, because the pieces themselves never changed size. That's the whole idea behind surface area: add up the area of every flat face, and you're done.

For a cube with side length ss, there are 6 identical faces, each with area s2s^2, so:

Surface Area=6s2\text{Surface Area} = 6s^2

Any box shaped solid works the same way. Count the faces, find each one's area, add them up. A rectangular box with sides aa, bb, cc has two faces of each of the three sizes, so its surface area is 2ab+2bc+2ac2ab + 2bc + 2ac. Same idea, just three different rectangles instead of six identical squares.


A cylinder is just a rolled up rectangle

Boxes are easy because their faces are already flat. But what about something curved, like a soda can?

Peel the label off a can and lay it flat. It's a rectangle. One side is the can's height, hh. The other side is the distance around the can, which is its circumference, 2πr2\pi r. Roll that rectangle back into a tube and the two short edges meet up perfectly, because that's exactly how far around the circle is.

So the curved part of a cylinder (its lateral surface) has area:

Lateral Area=2πrh\text{Lateral Area} = 2\pi r h

Add the flat circle on top and the flat circle on the bottom, each with area πr2\pi r^2, and the full surface area of a cylinder is:

Surface Area=2πrh+2πr2\text{Surface Area} = 2\pi r h + 2\pi r^2

No new trick here. It's the same peel-and-flatten idea, just applied to a curved surface instead of a flat one.


So what happens when the sides slant inward?

A cylinder's wall unrolls into a plain rectangle because every point on it is the same distance from the axis. A cone is trickier. Its wall slants, so when you unroll it, you don't get a rectangle. You get a wedge, a slice of a bigger circle.

Here's why. Walk your finger along the slanted side of a cone, from the base up to the apex. That distance is the slant height, ll. If you unroll the cone's skin flat, every point on it is still exactly ll away from the apex, which means the whole unrolled skin has to fit inside a circle of radius ll. It just doesn't fill the whole circle: only a wedge shaped sector, because the base of the cone (circumference 2πr2\pi r) is shorter than the full circumference of a circle with radius ll (2πl2\pi l).

That sector's arc length has to equal the cone's base circumference, since that's the edge that used to wrap all the way around. Drag the slider below and watch the two stay locked together.

Drag the slider to peel the cone's skin off and flatten it into a sector. The highlighted rim on the left always matches the swept wedge on the right.

r = 3, l = 6sector radius = l = 6
Arc swept9.42 / 18.85
Sector area so far28.27
Full lateral area πrl56.55

For this cone, r=3r = 3 and l=6l = 6, so the base circumference is 2π(3)=6π2\pi(3) = 6\pi and the sector's radius is l=6l = 6. Work out the angle that gives an arc of length 6π6\pi on a circle of radius 66, and you get exactly π\pi radians. A half circle. Unroll it all the way and the wedge is precisely half of a full disk with radius 66.

That relationship, arc length of the sector equals base circumference of the cone, is enough to derive the formula. A sector with angle θ\theta (in radians) and radius ll has area 12θl2\frac{1}{2}\theta l^2. Swap in θ=2πrl\theta = \frac{2\pi r}{l} and simplify, and the ll cancels down to:

Lateral Area=πrl\text{Lateral Area} = \pi r l

Same peeling trick as the cylinder. It just took slightly more geometry to get there.


Volume is just area, stacked

Area told us how much skin a shape has. Volume asks a completely different question: how much space is trapped inside?

Picture a loaf of bread. You can find its volume by slicing it into thin pieces and adding up each slice's contribution: the slice's cross sectional area times its (tiny) thickness. Do that for every slice and add them all up, and you get the loaf's total volume. This works for any solid, not just loaves. It's called Cavalieri's principle, and it turns every volume problem into a slicing problem.

A cone is the perfect place to see this. Slice it horizontally into nn flat disks. Each disk is a cylinder in miniature: some radius, some tiny height, volume πr2×thickness\pi r^2 \times \text{thickness}. Add up all nn disk volumes and you get an approximation of the cone's volume. Use more, thinner disks and the approximation gets better...

Slide n up to stack thinner disks inside the cone. Press play to watch the approximation converge on its own.

r = 4, h = 6
Disk-stack volume99.83
Exact volume100.53
Error-0.69%

Push nn up toward 40 and watch the error shrink toward zero. It never quite hits zero with a finite number of disks, but it gets close enough that you can see exactly where the exact formula comes from. The exact volume is what you'd get with infinitely many, infinitely thin disks, which is exactly what integration formalizes. For a cone with base radius rr and height hh, that infinite stacking works out to:

Vcone=13πr2hV_{\text{cone}} = \frac{1}{3}\pi r^2 h

That 13\frac{1}{3} isn't arbitrary. It falls out of the fact that a cone's disks shrink linearly from the base radius down to zero at the apex, and it turns out that shrinking pattern always contributes exactly a third of what a cylinder of the same base and height would.


Why is a cone always exactly a third of a cylinder?

Speaking of that 13\frac{1}{3}: here's where it gets genuinely beautiful. Build a cylinder, a cone, and a sphere that all share the same radius rr, with the cylinder and cone standing exactly as tall as the sphere is wide (h=2rh = 2r). Slide the radius up and down below and watch what happens to their volumes.

All three shapes share radius r and height h = 2r. Drag r and watch the ratio between them refuse to change.

Cylinder98.2Sphere65.4Cone32.7
Ratio cyl : sph : cone3 : 2 : 1
Cylinder − (cone + sphere)0.000

The individual volumes change as rr changes, obviously, a bigger sphere holds more than a smaller one. But their ratio never moves. It's locked at 3:2:13 : 2 : 1, cylinder to sphere to cone, at every single radius. And hey, notice that other readout: cylinder minus (cone plus sphere) sits at zero, always. A cylinder's volume is exactly its cone's volume plus its sphere's volume. Every time, for every radius.

Archimedes worked this out around 250 BC using nothing but Cavalieri style slicing, over two thousand years before calculus existed. He was so proud of it that he asked for a cylinder with an inscribed sphere carved on his tombstone. This is the formula behind that carving:

Vcylinder=πr2h,Vsphere=43πr3,Vcone=13πr2hV_{\text{cylinder}} = \pi r^2 h, \qquad V_{\text{sphere}} = \frac{4}{3}\pi r^3, \qquad V_{\text{cone}} = \frac{1}{3}\pi r^2 h

Plug in h=2rh = 2r for the cylinder and cone, and the algebra confirms exactly what the slider showed you: the ratio 3:2:13:2:1 holds for any rr you pick, because rr cancels out of the ratio entirely.


The short version

Two tricks build almost every formula for area and volume:

  • Area is a flattening problem. Unfold or unroll a solid's skin, add up the flat pieces, and you have its surface area. That's 6s26s^2 for a cube, 2πrh+2πr22\pi rh + 2\pi r^2 for a cylinder, πrl\pi rl for a cone's curved side.
  • Volume is a slicing problem. Cut a solid into thin flat layers, add up each layer's area times its thickness, and you have its volume. That's 13πr2h\frac{1}{3}\pi r^2 h for a cone, 43πr3\frac{4}{3}\pi r^3 for a sphere, πr2h\pi r^2 h for a cylinder.
  • Those two ideas aren't independent. They're locked together by ratios you can't shake loose, like Archimedes' 3:2:13:2:1, no matter how you scale the shape.

Next time you see a 3D formula and it looks like it fell out of the sky, ask yourself which trick built it: did someone unfold the skin, or did someone slice the solid? It's almost always one of the two.

Every visual above is plain SVG and a bit of geometry, no 3D engine involved, just the same flattening and slicing tricks the math itself is built on.