3D Geometry Shapes — Types, Properties, and Formulas

#Geometry
TL;DR
3D geometry shapes are solid figures with three dimensions — length, width, and height — so they enclose space and have volume. This guide covers the main types (cube, cuboid, cylinder, cone, sphere, prisms, pyramids), their faces, edges, and vertices, and the surface area and volume formulas for each, with worked examples and the mistakes to avoid
BT
Bhanzu TeamLast updated on July 13, 202611 min read

When Flatland Stops Working

A paper drawing of a water tank tells you nothing about how many litres it holds. That gap is exactly where 3D geometry begins.

A flat shape on a page has only length and width. The moment you ask "how much can it hold?" or "how much material wraps around it?", you have left the flat world and entered three dimensions — the world of real tanks, boxes, cans, and cones.

What Are 3D Geometry Shapes?

A 3D geometry shape (a three-dimensional shape, or solid) is a figure that has three measurements — length, width, and height — and therefore occupies space and has volume. A flat shape such as a square has only two of those measurements; a solid such as a cube has all three.

Every solid is described by three structural parts:

  • Face — a flat or curved surface that forms part of the boundary. A cube has six flat faces; a cylinder has two flat faces and one curved face.

  • Edge — a line segment where two faces meet. A cube has twelve edges.

  • Vertex — a corner point where edges meet (plural: vertices). A cube has eight vertices.

Two measurements describe the size of a solid. Surface area is the total area of all the faces, measured in square units. Volume is the amount of space enclosed, measured in cubic units.

What Is The Difference Between 2D And 3D Shapes?

This is the most common search around the topic, so it is worth answering head-on. A 2D shape is flat — a square, circle, or triangle drawn on paper, with length and width only. A 3D shape is solid — a cube, sphere, or cylinder you could hold, with length, width, and height. A circle is 2D; a sphere is the 3D version of it. A square is 2D; a cube is its 3D counterpart.

Types of 3D Geometry Shapes

Solids split into two broad families.

  • Polyhedrons — solids whose every face is flat (a polygon). Cubes, cuboids, prisms, and pyramids are polyhedrons.

  • Curved solids — solids with at least one curved surface. Spheres, cylinders, and cones belong here.

The shapes you meet most often:

  • Cube — six identical square faces meeting at right angles. Think of a dice.

  • Cuboid — six rectangular faces, with opposite faces equal. Think of a brick or a shoebox. A cuboid is also called a rectangular prism (see rectangular prism).

  • Cylinder — two equal parallel circular bases joined by a curved surface. Think of a tin can.

  • Cone — a circular base tapering to a single point (the apex). Think of an ice-cream cone.

  • Sphere — every surface point sits the same distance from the centre. Think of a ball.

  • Prisms — two identical polygon ends joined by rectangles. A triangular prism has triangular ends.

  • Pyramids — a polygon base with triangular faces meeting at an apex. A tetrahedron is a pyramid with a triangular base — four triangular faces in all.

How Many Types of 3D Shapes Are There?

There is no single fixed count — the named solids you meet at school are about eight to ten (cube, cuboid, cylinder, cone, sphere, prisms, pyramids, and a few more), but prisms and pyramids each form whole families, so the list grows as the base polygon changes. What matters is recognising the two big families above, not memorising a number.

Formulas for 3D Geometry Shapes

Before plugging in numbers, it helps to know where these formulas come from — geometry is far easier to rebuild than to memorise. Two ideas generate most of them.

The volume of any prism or cylinder is base area times height. Stack identical copies of the base, and the total space is just one base multiplied by how tall the stack is. A cylinder is a "stack of circles", so its volume is the circle area $\pi r^2$ times the height $h$, giving $\pi r^2 h$.

A cone or pyramid holds exactly one-third of the prism or cylinder that boxes it in. This is why the cone volume is $\frac{1}{3}\pi r^2 h$ — one-third of the matching cylinder.

Here are the standard formulas. The variable key sits beneath the table.

Shape

Surface area

Volume

Cube

$6s^2$

$s^3$

Cuboid

$2(lw + lh + wh)$

$l \times w \times h$

Cylinder

$2\pi r(r + h)$

$\pi r^2 h$

Cone

$\pi r(r + l)$

$\frac{1}{3}\pi r^2 h$

Sphere

$4\pi r^2$

$\frac{4}{3}\pi r^3$

Variable key: $s$ is the side of a cube; $l$, $w$, $h$ are the length, width, and height of a cuboid; $r$ is the radius; $h$ is the height; $l$ in the cone row is the slant height (the distance from base edge to apex), where $l = \sqrt{r^2 + h^2}$. All lengths are in the same unit; areas come out in square units and volumes in cubic units.

Examples of 3D Geometry Shapes

The examples build from a single direct substitution to a multi-step problem. Each uses the centimetre as its unit throughout.

Example 1: Find the volume of a cube with side 5 cm

$$V = s^3 = 5^3 = 125 \text{ cm}^3$$

The volume is 125 cubic centimetres.

Example 2: A cuboid measures 8 cm by 3 cm by 2 cm. Find its volume — but watch the common slip first

A reader's first instinct is often to add the three dimensions: $8 + 3 + 2 = 13$. That gives 13, but 13 of what? Adding lengths can only ever produce a length, not a volume — and volume must come out in cubic units. The check fails immediately, so the approach is wrong.

Volume measures space filled, which means the three dimensions multiply, not add:

$$V = l \times w \times h = 8 \times 3 \times 2 = 48 \text{ cm}^3$$

The volume is 48 cubic centimetres.

Example 3: Find the total surface area of a cylinder with radius 7 cm and height 10 cm. Use $\pi \approx \frac{22}{7}$.

$$SA = 2\pi r(r + h) = 2 \times \frac{22}{7} \times 7 \times (7 + 10)$$

$$SA = 2 \times 22 \times 17 = 748 \text{ cm}^2$$

The total surface area is 748 square centimetres.

Example 4: A cone has radius 6 cm and height 8 cm. Find its slant height, then its total surface area. Use $\pi \approx 3.14$.

First find the slant height using $l = \sqrt{r^2 + h^2}$:

$$l = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10 \text{ cm}$$

Now the surface area:

$$SA = \pi r(r + l) = 3.14 \times 6 \times (6 + 10) = 3.14 \times 6 \times 16 = 301.44 \text{ cm}^2$$

The total surface area is about 301.44 square centimetres.

Example 5: Find the volume of a sphere with radius 3 cm. Use $\pi \approx 3.14$.

$$V = \frac{4}{3}\pi r^3 = \frac{4}{3} \times 3.14 \times 3^3 = \frac{4}{3} \times 3.14 \times 27$$

$$V = 4 \times 3.14 \times 9 = 113.04 \text{ cm}^3$$

The volume is about 113.04 cubic centimetres.

Example 6: A water tank is a cylinder of radius 1 m and height 2 m. How many litres does it hold? (1 m³ = 1000 litres, $\pi \approx 3.14$.)

$$V = \pi r^2 h = 3.14 \times 1^2 \times 2 = 6.28 \text{ m}^3$$

Converting: $6.28 \times 1000 = 6280$ litres. The tank holds about 6,280 litres — the answer the flat drawing at the start of this article could never give.

Why Solid Geometry Earns Its Keep

3D geometry is the maths of everything that holds, covers, or fills.

  • Packaging and storage — a cereal box (cuboid), a soup can (cylinder), and a shipping container all need volume to size the contents and surface area to size the cardboard or metal.

  • Engineering and architecture — fuel tanks, domes, and pillars are sized by these same formulas; getting the volume wrong wastes material or, worse, under-builds the structure.

  • Everyday estimation — judging whether furniture fits a room, or how much paint a wall needs, is solid geometry done quickly in your head.

The deeper reason the subject exists is that flat measurement runs out the moment something has depth. You can draw a tank, but only volume tells you what it carries. The historical thread runs back to the Greek mathematician Archimedes, who proved that a sphere's volume is exactly two-thirds of the cylinder that just encloses it — a result he valued so highly he asked for it to be carved on his tomb.

Where 3D Shapes Trip Students Up

Mistake 1: Confusing surface area with volume

Where it slips in: Word problems that ask "how much paint" (surface area) versus "how much water" (volume) — the two are easy to swap under time pressure.

Don't do this: Reach for the volume formula because it is more familiar, regardless of what the question asks.

The correct way: Read for the cue. "Covers", "wraps", "paints" means surface area, in square units. "Fills", "holds", "contains" means volume, in cubic units. The unit of the answer is the giveaway — if you wrote square units for a "holds" question, something is wrong.

Mistake 2: Mixing up height and slant height in a cone

Where it slips in: Cone surface-area problems, where the formula needs the slant height $l$ but the problem gives the vertical height $h$.

Don't do this: Drop the given height straight into $\pi r(r + l)$ as if $h$ and $l$ were the same length.

The correct way: The vertical height, the radius, and the slant height form a right triangle, so first compute $l = \sqrt{r^2 + h^2}$, then substitute. The first-instinct error here is treating $h$ as $l$ — and skipping the right-triangle step is exactly where the surface area comes out too small. (This step quietly borrows from the Pythagoras theorem; if that link feels shaky, shore it up first.)

Mistake 3: Leaving inconsistent units in the answer

Where it slips in: Problems that mix centimetres and metres, or forget to cube the unit conversion.

Don't do this: Convert the lengths but forget that volume conversions are cubed — treating 1 m³ as 100 cm³ instead of 1,000,000 cm³.

The correct way: Convert all lengths to one unit before substituting, and remember that a cubed length means a cubed conversion factor. The memorizer who recalls "1 m = 100 cm" often forgets that "1 m³ = 1,000,000 cm³" — the cube applies to the conversion too.

Conclusion

  • 3D geometry shapes have length, width, and height, so they enclose space and are measured by surface area (square units) and volume (cubic units).

  • The main types split into polyhedrons (cube, cuboid, prisms, pyramids) and curved solids (sphere, cylinder, cone).

  • Most volume formulas come from two ideas — a prism is base area times height, and a cone or pyramid is one-third of its matching prism or cylinder.

  • The most common mistakes are swapping surface area for volume, confusing a cone's height with its slant height, and leaving inconsistent units.

  • Solid geometry sizes everything that holds, covers, or fills — from a soup can to a fuel tank.

Practice and Next Steps

Work through these problems to solidify your understanding. Then check your answers against the formulas above.

  1. Find the volume of a cube with side 6 cm.

  2. Find the total surface area of a cuboid measuring 10 cm by 4 cm by 5 cm.

  3. A cone has radius 9 cm and height 12 cm. Find its slant height, then its curved surface area ($\pi \approx 3.14$).

To build solid geometry with a teacher who explains why each formula works rather than asking you to memorise it, explore Bhanzu's geometry tutor, our middle school math tutor, or math classes online. Want a live Bhanzu trainer to walk through more 3D geometry problems? Book a free demo class.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

How many faces, edges, and vertices does a cube have?
A cube has 6 faces, 12 edges, and 8 vertices. Counting these is the quickest way to tell polyhedrons apart.
Is a cuboid the same as a rectangular prism?
Yes. "Cuboid" and "rectangular prism" name the same solid — six rectangular faces with opposite faces equal.
What is the difference between a pyramid and a prism?
A prism has two identical polygon ends joined by rectangles, so it keeps the same cross-section all the way along. A pyramid has one polygon base and triangular faces that taper to a single apex, so its cross-section shrinks to a point.
Which 3D shape has no vertices?
A sphere has no vertices and no edges — its surface is entirely curved. A cylinder and a cone have curved surfaces too, but they still have edges where the curved part meets a flat base.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →