Geometry

Surface Area

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

🌡️
HVAC

Refrigerant charging, airflow, system sizing

Surface area is the total area of all the outer faces of a three-dimensional shape. If you could peel the surface off a solid and lay it flat, the surface area is how much flat space it would cover.

Surface area tells you how much material is needed to cover, wrap, paint, or fabricate a 3D object. It is always measured in square units — square inches (in2^2), square feet (ft2^2), square meters (m2^2), etc. This page covers five common solids: rectangular prisms, cylinders, spheres, cones, and square pyramids.

Surface Area Formulas at a Glance

ShapeFormulaVariables
Rectangular PrismSA=2lw+2lh+2whSA = 2lw + 2lh + 2whll = length, ww = width, hh = height
CylinderSA=2πr2+2πrhSA = 2\pi r^2 + 2\pi rhrr = radius, hh = height
SphereSA=4πr2SA = 4\pi r^2rr = radius
ConeSA=πr2+πrlSA = \pi r^2 + \pi r lrr = radius, ll = slant height
Square PyramidSA=s2+2slSA = s^2 + 2slss = base side, ll = slant height

Rectangular Prism

A rectangular prism (box) has six faces — three pairs of identical rectangles. The surface area is the sum of the areas of all six faces.

SA=2lw+2lh+2whSA = 2lw + 2lh + 2wh

Think of it as: two top-and-bottom faces (lwlw), two front-and-back faces (lhlh), and two left-and-right faces (whwh).

Surface Area: Three Pairs of Faces

l x hl x ww x hTop/BottomFront/BackLeft/Right

Example 1: Find the surface area of a box that is 10 in long, 6 in wide, and 4 in tall.

SA=2(10)(6)+2(10)(4)+2(6)(4)SA = 2(10)(6) + 2(10)(4) + 2(6)(4)

SA=120+80+48=248 in2SA = 120 + 80 + 48 = 248 \text{ in}^2

Answer: The surface area is 248 square inches.

Example 2: A room is 14 ft long, 12 ft wide, and 8 ft tall. How many square feet of wall space is there (four walls only, no ceiling or floor)?

For just the four walls, we need the lateral surface area. The walls consist of two pairs:

Wall area=2(14)(8)+2(12)(8)=224+192=416 ft2\text{Wall area} = 2(14)(8) + 2(12)(8) = 224 + 192 = 416 \text{ ft}^2

Answer: There are 416 square feet of wall space.

Cylinder

A cylinder has three surfaces: two circular ends (the top and bottom) and one curved side that unrolls into a rectangle.

SA=2πr2+2πrhSA = 2\pi r^2 + 2\pi rh

  • 2πr22\pi r^2 = area of the two circular ends
  • 2πrh2\pi rh = area of the curved side (called the lateral surface area)

If you need only the lateral (side) surface area — for example, when wrapping a label around a can — use:

Lateral SA=2πrh\text{Lateral SA} = 2\pi rh

Example 3: Find the total surface area of a cylinder with radius 5 cm and height 12 cm.

SA=2π(5)2+2π(5)(12)SA = 2\pi (5)^2 + 2\pi (5)(12)

SA=2π(25)+2π(60)=50π+120π=170π534.07 cm2SA = 2\pi (25) + 2\pi (60) = 50\pi + 120\pi = 170\pi \approx 534.07 \text{ cm}^2

Answer: The surface area is approximately 534.07 cm2^2.

Sphere

A sphere has no edges and no flat faces — just one continuous curved surface.

SA=4πr2SA = 4\pi r^2

Example 4: Find the surface area of a sphere with a diameter of 10 inches.

The radius is half the diameter: r=5r = 5 in.

SA=4π(5)2=4π(25)=100π314.16 in2SA = 4\pi (5)^2 = 4\pi (25) = 100\pi \approx 314.16 \text{ in}^2

Answer: The surface area is approximately 314.16 in2^2.

Cone

A cone has two surfaces: a flat circular base and a curved lateral surface that tapers to a point (the apex).

SA=πr2+πrlSA = \pi r^2 + \pi r l

  • πr2\pi r^2 = area of the circular base
  • πrl\pi r l = lateral surface area (the curved side)

Here ll is the slant height — the distance measured along the surface from the base edge to the apex. The slant height is not the same as the vertical height hh. They are related by the Pythagorean theorem:

l=r2+h2l = \sqrt{r^2 + h^2}

If you need only the lateral surface area — for example, when making a paper cone or a funnel — use:

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

Cone: Height vs. Slant Height

lhr

Example 5: Find the total surface area of a cone with radius 6 cm and slant height 10 cm.

SA=π(6)2+π(6)(10)SA = \pi (6)^2 + \pi (6)(10)

SA=36π+60π=96π301.59 cm2SA = 36\pi + 60\pi = 96\pi \approx 301.59 \text{ cm}^2

Answer: The total surface area is approximately 301.59 cm2^2.

Example 6: A cone has a radius of 4 inches and a vertical height of 7 inches. Find the lateral surface area.

First, find the slant height using the Pythagorean theorem:

l=r2+h2=42+72=16+49=658.06 inl = \sqrt{r^2 + h^2} = \sqrt{4^2 + 7^2} = \sqrt{16 + 49} = \sqrt{65} \approx 8.06 \text{ in}

Now calculate the lateral surface area:

Lateral SA=πrl=π(4)(65)=465π101.31 in2\text{Lateral SA} = \pi r l = \pi (4)(\sqrt{65}) = 4\sqrt{65}\,\pi \approx 101.31 \text{ in}^2

Answer: The lateral surface area is approximately 101.31 in2^2.

Square Pyramid

A square pyramid has five faces: one square base and four identical triangular faces that meet at the apex.

SA=s2+2slSA = s^2 + 2sl

  • s2s^2 = area of the square base
  • 2sl2sl = total area of the four triangular faces (the lateral surface area)

Each triangular face has base ss and height ll (the slant height of the triangular face), so each triangle has area 12sl\frac{1}{2}sl. With four triangles: 4×12sl=2sl4 \times \frac{1}{2}sl = 2sl.

The slant height ll is not the height of the pyramid. It is the distance from the midpoint of a base edge straight up to the apex, measured along the face. If you know the pyramid height hh and the base side ss:

l=h2+(s2)2l = \sqrt{h^2 + \left(\frac{s}{2}\right)^2}

If you need only the lateral surface area (the four triangular faces):

Lateral SA=2sl\text{Lateral SA} = 2sl

Example 7: Find the total surface area of a square pyramid with base side 8 m and slant height 13 m.

SA=(8)2+2(8)(13)SA = (8)^2 + 2(8)(13)

SA=64+208=272 m2SA = 64 + 208 = 272 \text{ m}^2

Answer: The total surface area is 272 m2^2.

Example 8: A square pyramid has a base side of 10 ft and a vertical height of 12 ft. Find the total surface area.

First, find the slant height. The distance from the center of the base to the midpoint of a base edge is s2=102=5\frac{s}{2} = \frac{10}{2} = 5 ft.

l=h2+(s2)2=122+52=144+25=169=13 ftl = \sqrt{h^2 + \left(\frac{s}{2}\right)^2} = \sqrt{12^2 + 5^2} = \sqrt{144 + 25} = \sqrt{169} = 13 \text{ ft}

Now calculate the total surface area:

SA=(10)2+2(10)(13)=100+260=360 ft2SA = (10)^2 + 2(10)(13) = 100 + 260 = 360 \text{ ft}^2

Answer: The total surface area is 360 ft2^2.

Real-World Application: HVAC — Fabricating a Cylindrical Duct Section

An HVAC technician needs to fabricate a section of round ductwork from flat sheet metal. The duct has a diameter of 12 inches and needs to be 4 feet (48 inches) long. How much sheet metal is needed for the curved body of the duct?

Since the duct is open at both ends (it connects to other duct sections), only the lateral surface area is needed — not the full surface area.

Step 1 — Identify the radius:

r=122=6 inr = \frac{12}{2} = 6 \text{ in}

Step 2 — Calculate the lateral surface area:

Lateral SA=2πrh=2π(6)(48)=576π1,809.56 in2\text{Lateral SA} = 2\pi rh = 2\pi (6)(48) = 576\pi \approx 1{,}809.56 \text{ in}^2

Step 3 — Convert to square feet (since sheet metal is often sold in square-foot sheets):

1,809.5614412.57 ft2\frac{1{,}809.56}{144} \approx 12.57 \text{ ft}^2

Step 4 — Account for seam overlap. Duct fabrication requires a seam where the sheet metal edges join. Adding 1 inch of overlap along the 48-inch length adds:

48×1=48 in20.33 ft248 \times 1 = 48 \text{ in}^2 \approx 0.33 \text{ ft}^2

Total12.57+0.33=12.90 ft2\text{Total} \approx 12.57 + 0.33 = 12.90 \text{ ft}^2

Answer: The technician needs approximately 12.9 square feet of sheet metal. In practice, the technician would cut a flat rectangle that is 2πr+1=2π(6)+138.72\pi r + 1 = 2\pi(6) + 1 \approx 38.7 inches wide and 48 inches long, then roll it into a cylinder and join the seam.

Lateral vs. Total Surface Area

Many real-world problems only need the lateral (side) surface area — not the full surface area. Ask yourself: do I need to cover the top and bottom, or just the sides?

  • Painting the walls of a room: lateral only (not the floor or ceiling)
  • Wrapping a gift box: total surface area (all six faces)
  • Sheet metal for a duct: lateral only (both ends are open)
  • Painting a storage tank: depends on whether the top is exposed

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Find the total surface area of a box that is 8 ft long, 5 ft wide, and 3 ft tall.

SA=2(8)(5)+2(8)(3)+2(5)(3)=80+48+30=158 ft2SA = 2(8)(5) + 2(8)(3) + 2(5)(3) = 80 + 48 + 30 = 158 \text{ ft}^2

Answer: 158 ft2^2

Problem 2: A cylindrical pipe has a radius of 3 inches and a length of 24 inches. What is the lateral surface area (outside surface only)?

Lateral SA=2π(3)(24)=144π452.39 in2\text{Lateral SA} = 2\pi (3)(24) = 144\pi \approx 452.39 \text{ in}^2

Answer: Approximately 452.39 in2^2

Problem 3: A spherical propane tank has a diameter of 4 feet. How much surface area needs to be painted?

The radius is r=2r = 2 ft.

SA=4π(2)2=16π50.27 ft2SA = 4\pi (2)^2 = 16\pi \approx 50.27 \text{ ft}^2

Answer: Approximately 50.27 ft2^2

Problem 4: A painter needs to paint all four walls and the ceiling of a room that is 16 ft long, 12 ft wide, and 9 ft tall. What is the total area to paint?

Walls (lateral area): 2(16)(9)+2(12)(9)=288+216=5042(16)(9) + 2(12)(9) = 288 + 216 = 504 ft2^2

Ceiling: 16×12=19216 \times 12 = 192 ft2^2

Total=504+192=696 ft2\text{Total} = 504 + 192 = 696 \text{ ft}^2

Answer: 696 ft2^2

Problem 5: An HVAC technician needs sheet metal for a round duct that is 8 inches in diameter and 36 inches long. How many square inches of sheet metal are needed for the body of the duct (lateral surface area)?

The radius is r=4r = 4 in.

Lateral SA=2π(4)(36)=288π904.78 in2\text{Lateral SA} = 2\pi (4)(36) = 288\pi \approx 904.78 \text{ in}^2

Answer: Approximately 904.78 in2^2

Problem 6: A cone-shaped paper cup has a radius of 3 cm and a slant height of 9 cm. What is the lateral surface area of the cup (no base)?

Lateral SA=πrl=π(3)(9)=27π84.82 cm2\text{Lateral SA} = \pi r l = \pi (3)(9) = 27\pi \approx 84.82 \text{ cm}^2

Answer: Approximately 84.82 cm2^2

Problem 7: A square pyramid has a base side of 6 inches and a vertical height of 4 inches. Find the total surface area.

First, find the slant height:

l=h2+(s2)2=42+32=16+9=25=5 inl = \sqrt{h^2 + \left(\frac{s}{2}\right)^2} = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5 \text{ in}

Now calculate the total surface area:

SA=s2+2sl=(6)2+2(6)(5)=36+60=96 in2SA = s^2 + 2sl = (6)^2 + 2(6)(5) = 36 + 60 = 96 \text{ in}^2

Answer: 96 in2^2

Key Takeaways

  • Surface area is the total outer area of a 3D shape, measured in square units
  • Rectangular prism: SA=2lw+2lh+2whSA = 2lw + 2lh + 2wh — three pairs of rectangular faces
  • Cylinder: SA=2πr2+2πrhSA = 2\pi r^2 + 2\pi rh — two circles plus the curved side
  • Sphere: SA=4πr2SA = 4\pi r^2 — one continuous curved surface
  • Cone: SA=πr2+πrlSA = \pi r^2 + \pi r l — circular base plus curved side; slant height l=r2+h2l = \sqrt{r^2 + h^2}
  • Square pyramid: SA=s2+2slSA = s^2 + 2sl — square base plus four triangular faces; slant height l=h2+(s/2)2l = \sqrt{h^2 + (s/2)^2}
  • Lateral surface area (sides only) is often more useful than total surface area in real-world applications
  • For cones and pyramids, the slant height is always measured along the surface, not the vertical height through the center

Return to Geometry for more topics in this section.

Last updated: March 28, 2026