Math

Surface Area Calculator

Results

Enter values and calculate to see results.

Embed on your site

Any ezcalcs calculator can be embedded with one script tag. Copy the snippet below or use the homepage playground to preview and customize.

<!-- ezcalcs embed: surface-area-calculator — paste anywhere in the body -->
<script
  async
  src="https://ezcalcs.net/embed.js"
  data-calc="surface-area-calculator"
  data-theme="light"
  data-width="100%"
  data-height="640"
></script>

Use this free surface area calculator to find the total surface area of any common 3D shape. Select a shape, enter your measurements, and get an instant result in square units.

This tool covers cubes, spheres, cylinders, cones, prisms, pyramids, ellipsoids, and frustums. Every calculation uses standard geometric formulas so you can trust the estimate for homework, material planning, or quick reference.

Understanding Surface Area

Surface area is the total area of every outer face of a 3D object. Think of it as the amount of wrapping paper needed to cover a solid completely, with no overlap and no gaps.

Area applies to flat, two-dimensional shapes like rectangles or circles. Surface area extends that idea into three dimensions. You add the areas of every face or curved surface on the object to get one combined measurement.

Surface area is measured in square units: cm², in², m², ft², or any other squared length unit that matches your inputs. It matters in real-world tasks like painting walls, sizing HVAC ductwork, estimating heat transfer, and buying materials.

How to Calculate Surface Area with This Calculator

  1. Pick your shape from the dropdown menu (cube, sphere, cylinder, cone, rectangular prism, triangular prism, pyramid, ellipsoid, or frustum).
  2. Enter the required dimensions. Each shape asks for different inputs like side length, radius, or height.
  3. Read your result. The calculator returns the total surface area in square units matching whatever unit you used for your inputs.

If you entered centimeters, the answer is in cm². If you entered inches, the answer is in in². Keep all measurements in the same unit before calculating.

Surface Area Formula for Every Shape

Below are the formulas this calculator uses. Each one follows standard geometry. The calculator handles the math, but knowing the formula helps you verify results or solve problems by hand.

Cube Surface Area Formula

A cube has six identical square faces.

SA = 6a²

Here, a is the length of one side. Multiply the area of one face (a²) by six.

Sphere Surface Area Equation

A sphere is perfectly round with no edges or faces.

SA = 4πr²

Here, r is the radius. The formula contains π (pi) because every cross-section of a sphere is a circle.

Surface Area of a Cylinder

A cylinder has two circular ends and one curved side that unrolls into a rectangle.

SA = 2πr² + 2πrh

The first term (2πr²) covers the two circular bases. The second term (2πrh) is the lateral surface area, which equals the circumference times the height.

Cone Surface Area Calculation

A cone has one circular base and a curved lateral surface that tapers to a point.

SA = πr² + πrl

Here, r is the base radius and l is the slant height (the distance along the side from base to tip). The formula uses slant height, not vertical height, because the lateral surface follows the sloped side of the cone.

If you only know the vertical height h, calculate slant height with: l = √(r² + h²).

Rectangular Prism Surface Area Formula

A rectangular prism (rectangular box) has six faces made of three pairs of identical rectangles.

SA = 2(lw + lh + wh)

Here, l is length, w is width, and h is height. You calculate the area of each unique face, then double each because opposite faces match.

Triangular Prism Surface Area Formula

A triangular prism has two triangular faces and three rectangular faces.

SA = 2 × (base triangle area) + (perimeter of triangle × length)

For a triangle with base b and height h_t, and a prism length of l:

SA = b × h_t + (s₁ + s₂ + s₃) × l

Here, s₁, s₂, and s₃ are the three sides of the triangular face. The rectangular faces together form the lateral surface area.

Square Pyramid Surface Area Equation

A square pyramid has one square base and four triangular faces.

SA = a² + 2al

Here, a is the side length of the square base and l is the slant height of a triangular face. The term is the base area, and 2al is the sum of the four triangular faces.

Ellipsoid Surface Area Calculation

An ellipsoid is a stretched or compressed sphere with three semi-axis lengths a, b, and c.

There is no exact closed-form formula for the surface area of a general ellipsoid. This calculator uses the Knud Thomsen approximation:

SA ≈ 4π [(aᵖbᵖ + aᵖcᵖ + bᵖcᵖ) / 3]^(1/p)

where p ≈ 1.6075. This approximation is accurate to within about 1% for most shapes. The result is labeled as approximate because no simple exact formula exists.

Frustum and Conical Frustum Surface Area Formula

A conical frustum is a cone with the top sliced off, leaving two circular faces of different sizes.

SA = π(r₁ + r₂)l + πr₁² + πr₂²

Here, r₁ is the top radius, r₂ is the bottom radius, and l is the slant height. The first term is the lateral surface area. The two πr² terms cover the top and bottom circular faces.

If you know the vertical height h instead of slant height: l = √[h² + (r₂ − r₁)²].

Total Surface Area vs. Lateral Surface Area

Total surface area includes every face of a solid: bases, top, and sides. Lateral surface area counts only the side surfaces and excludes any flat base or top.

For a cylinder, the lateral surface area is just the curved wall (2πrh). The total surface area adds the two circular ends (2πr²).

This distinction matters in practice. If you are wrapping the entire object, use total surface area. If you are painting only the sides of a tank and leaving the top and bottom bare, use lateral surface area.

Here is a quick comparison:

  • Cylinder: Lateral SA = 2πrh. Total SA = 2πrh + 2πr².
  • Cone: Lateral SA = πrl. Total SA = πrl + πr².
  • Prism: Lateral SA = perimeter of base × height. Total SA = lateral SA + 2 × base area.
  • Pyramid: Lateral SA = sum of triangular faces. Total SA = lateral SA + base area.

The calculator returns the total surface area by default. To get just the lateral area, subtract the base area from the total.

Step-by-Step Solutions to Calculate Surface Area

Working through a few examples shows how the formulas apply with real numbers.

Calculate the Surface Area of a Cube

Problem: Find the surface area of a cube with a side length of 5 cm.

  1. Write the formula: SA = 6a².
  2. Plug in a = 5: SA = 6 × 5² = 6 × 25.
  3. SA = 150 cm².

Each of the six faces is 25 cm², and 6 × 25 = 150.

Calculate the Surface Area of a Cylinder

Problem: Find the surface area of a cylinder with radius 2 in and height 2 in.

  1. Formula: SA = 2πr² + 2πrh.
  2. Base area: 2 × π × 2² = 8π ≈ 25.13 in².
  3. Lateral area: 2 × π × 2 × 2 = 8π ≈ 25.13 in².
  4. Total SA = 8π + 8π = 16π ≈ 50.27 in².

Calculate the Surface Area of a Rectangular Prism

Problem: Find the surface area of a box that is 4 m long, 3 m wide, and 2 m tall.

  1. Formula: SA = 2(lw + lh + wh).
  2. lw = 4 × 3 = 12.
  3. lh = 4 × 2 = 8.
  4. wh = 3 × 2 = 6.
  5. SA = 2(12 + 8 + 6) = 2 × 26 = 52 m².

Calculate the Surface Area of a Cone

Problem: Find the surface area of a cone with radius 3 ft and slant height 5 ft.

  1. Formula: SA = πr² + πrl.
  2. Base area: π × 3² = 9π ≈ 28.27 ft².
  3. Lateral area: π × 3 × 5 = 15π ≈ 47.12 ft².
  4. Total SA = 9π + 15π = 24π ≈ 75.40 ft².

Calculate the Surface Area of a Triangular Prism

Problem: Find the surface area of a triangular prism where the triangular base has sides of 3 cm, 4 cm, and 5 cm, a triangle height of 2.4 cm (relative to the 5 cm base), and a prism length of 10 cm.

  1. Area of one triangle: 0.5 × 5 × 2.4 = 6 cm².
  2. Two triangles: 2 × 6 = 12 cm².
  3. Perimeter of triangle: 3 + 4 + 5 = 12 cm.
  4. Lateral area: 12 × 10 = 120 cm².
  5. Total SA = 12 + 120 = 132 cm².

Calculate the Surface Area of a Pyramid

Problem: Find the surface area of a square pyramid with base side 6 m and slant height 5 m.

  1. Formula: SA = a² + 2al.
  2. Base area: 6² = 36 m².
  3. Lateral area: 2 × 6 × 5 = 60 m².
  4. Total SA = 36 + 60 = 96 m².

Surface Area Calculation in Square Units

Surface area is always expressed in square units because it measures a two-dimensional quantity spread across a three-dimensional object. If your inputs are in centimeters, the result is in cm². Inches give in². Meters give m².

Mixing units is the most common mistake. If your radius is in inches and your height is in feet, convert one so both match before entering values. The calculator does not convert units for you.

When doubling every dimension of a shape, the surface area increases by a factor of four, not two. This follows from the squared relationship in every formula. Double the side of a cube from 2 to 4 and the surface area jumps from 24 to 96 square units.

Frequently Asked Questions

What is the difference between area and surface area? Area measures a single flat shape (a rectangle, circle, or triangle). Surface area is the sum of the areas of every face on a 3D object. A box has six rectangular areas that together make up its surface area.

Why do surface area formulas contain π (pi)? Pi appears whenever a shape has curved surfaces derived from circles. Spheres, cylinders, and cones all rely on circular geometry, so π shows up in their formulas.

What is the difference between surface area and volume? Surface area measures how much outer covering a solid has (in square units). Volume measures how much space the solid occupies inside (in cubic units). They answer different questions and use different formulas.

How do I calculate surface area for irregular shapes? Break the shape into simpler solids (prisms, cylinders, etc.), calculate each surface area separately, then add them together. Subtract any faces where two solids join because those internal faces are not exposed.

How does doubling size affect surface area? If you double every linear dimension, the surface area increases by 2² = 4 times. Triple every dimension and the surface area increases by 9 times.

Why is surface area important? It determines how much material you need to cover or coat an object. Practical uses include estimating paint, fabric, sheet metal, heat transfer rates, and packaging materials.

How accurate are the surface area calculations? The calculator uses exact standard geometric formulas for every shape except the ellipsoid, which uses a well-known approximation accurate to about 1%. Results are only as accurate as the measurements you enter.

What is the surface area of a hollow cylinder (pipe or tube)? A hollow cylinder has four surfaces: the outer curved wall, the inner curved wall, and two ring-shaped ends. Calculate the outer lateral area (2πR × h), the inner lateral area (2πr × h), and the two end rings [2 × π(R² − r²)], then add them together. Here, R is the outer radius and r is the inner radius.