Surface Area Calculator

Calculate surface area for cubes, rectangular prisms, spheres, cylinders, cones, and pyramids. Formulas shown with step-by-step substitution.

Ad
Ad

About Surface Area Calculator

Surface area is the total area of all outer faces of a 3D shape, measured in square units. This calculator handles six common shapes - cube, rectangular prism, sphere, cylinder, cone, and pyramid - with step-by-step formula substitution so you can follow every calculation.

All Surface Area Formulas

ShapeTotal Surface AreaLateral Surface AreaVariables
Cube6s^24s^2s = side length
Rectangular prism2(lw + lh + wh)2h(l + w)l = length, w = width, h = height
Sphere4 pi r^2Same (no base)r = radius
Cylinder2 pi r h + 2 pi r^22 pi r hr = radius, h = height
Conepi r l + pi r^2pi r lr = radius, l = slant height
Pyramid (square base)s^2 + 2 s l2 s ls = base side, l = slant height

Lateral surface area is the area of the sides only, excluding the top and bottom faces. Total surface area includes everything. For shapes like spheres that have no flat base, the distinction does not apply.

Worked Example - Cylinder

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

  1. Lateral area: 2 pi r h = 2 x pi x 5 x 12 = 120 pi = 376.99 cm^2
  2. Two circular bases: 2 pi r^2 = 2 x pi x 25 = 50 pi = 157.08 cm^2
  3. Total: 376.99 + 157.08 = 534.07 cm^2

This tool shows each of these steps with your values substituted into the formula, so you can check your homework or verify your own calculations.

Worked Example - Cone

Find the surface area of a cone with radius 4cm and slant height 10cm.

  1. Lateral area: pi r l = pi x 4 x 10 = 40 pi = 125.66 cm^2
  2. Base: pi r^2 = pi x 16 = 50.27 cm^2
  3. Total: 125.66 + 50.27 = 175.93 cm^2

If you know the height h instead of the slant height l, calculate l first using the Pythagorean theorem: l = sqrt(r^2 + h^2). For a cone with r = 4cm and h = 8cm: l = sqrt(16 + 64) = sqrt(80) = 8.944cm.

Surface Area vs Volume

PropertySurface AreaVolume
What it measuresTotal area of outer facesSpace enclosed inside
UnitsSquare units (cm^2, m^2, ft^2)Cubic units (cm^3, m^3, ft^3)
Scales withLength squaredLength cubed
If you double all dimensionsSurface area x 4Volume x 8
Real-world analogyAmount of wrapping paper neededAmount of water it holds
ToolThis calculatorVolume Calculator

The scaling difference is important. When you double the dimensions of a shape, the surface area quadruples but the volume increases eightfold. This is why large animals have trouble cooling down (their volume-to-surface-area ratio is high) and why small containers use proportionally more packaging material.

Quick Reference - Common Surface Areas

ShapeDimensionsTotal SA
Cubes = 16
Cubes = 10600
Spherer = 14 pi = 12.57
Spherer = 5100 pi = 314.16
Spherer = 10400 pi = 1256.64
Cylinderr = 1, h = 14 pi = 12.57
Cylinderr = 3, h = 1078 pi = 245.04
Coner = 3, l = 524 pi = 75.40

When Do You Need Surface Area?

SituationShapeWhat You Are Calculating
Painting a roomRectangular prism (walls + ceiling)Lateral SA + top face
Wrapping a gift boxRectangular prismTotal SA (plus overlap)
Labelling a tin canCylinderLateral SA only
Coating a ball (paint, rubber)SphereTotal SA
Making a party hatConeLateral SA
Tiling a pyramid roofPyramidLateral SA
Heat loss from a pipeCylinderLateral SA
Packaging cost estimationAnyTotal SA x cost per unit area

For room painting specifically, the Paint Calculator estimates gallons or litres needed based on wall dimensions and coverage rate.

Sphere - the Shape with Minimum Surface Area

For a given volume, a sphere has the smallest possible surface area of any shape. This is why soap bubbles are spherical - the surface tension minimises the surface area for the enclosed air volume. Numerically, a sphere with volume V has surface area SA = (36 pi V^2)^(1/3), which is always less than the surface area of any other shape enclosing the same volume.

Comparison: A cube and sphere with the same volume of 1000 cm^3:

  • Cube: s = 10cm, SA = 600 cm^2
  • Sphere: r = 6.20cm, SA = 483.6 cm^2

The sphere uses about 19% less surface area. This principle matters in engineering - spherical tanks are more material-efficient, which is why propane tanks and pressure vessels are often spherical or cylindrical (the next most efficient shape).

Composite Shapes

Many real objects are combinations of basic shapes. To find the surface area of a composite shape:

  1. Break the object into recognisable shapes.
  2. Calculate the surface area of each piece.
  3. Subtract the areas where shapes join (those faces are internal, not on the surface).

Example: A silo is a cylinder (r = 3m, h = 10m) topped with a hemisphere (r = 3m).

  • Cylinder lateral: 2 pi x 3 x 10 = 60 pi = 188.50 m^2
  • Cylinder base: pi x 9 = 28.27 m^2
  • Hemisphere: 2 pi x 9 = 56.55 m^2
  • Subtract the shared circle (top of cylinder = bottom of hemisphere): -28.27 m^2
  • Total: 188.50 + 28.27 + 56.55 - 28.27 = 245.04 m^2

For 2D area calculations, the Area Calculator handles circles, triangles, rectangles, and more. For volume calculations of the same 3D shapes, use the Volume Calculator.

All calculations run in your browser. No data is sent to any server.

Frequently Asked Questions

What shapes does this tool support?

Cube, rectangular prism, sphere, cylinder, cone, and pyramid. Each has its own input fields for the relevant dimensions like radius, height, length, width, and slant height.

Does it show both total and lateral surface area?

Yes. For shapes like cylinders, cones, and pyramids, the tool shows both the lateral (side) surface area and the total surface area including the base(s).

How is the formula shown?

Each result includes the general formula and then the same formula with your specific values substituted in, so you can follow the calculation step by step.

Can I change the measurement units?

Yes. Choose from centimetres, metres, inches, feet, millimetres, or yards. Results display in the matching square units.

What is the difference between surface area and volume?

Surface area measures the total area of all outer faces of a 3D shape, measured in square units. Volume measures the space inside the shape, measured in cubic units. Both are important in geometry and real-world applications like packaging and construction.

Link to this tool

Copy this HTML to link to this tool from your website or blog.

<a href="https://toolboxkit.io/tools/surface-area-calculator/" title="Surface Area Calculator - Free Online Tool">Try Surface Area Calculator on ToolboxKit.io</a>