Calculate the total surface area for a variety of 3D geometric shapes.
Select a shape, enter its dimensions, and our tool will compute the surface area instantly. This calculator is perfect for math homework, engineering projects, or DIY tasks.
Click any example to instantly load it into the calculator.
A standard six-sided die.
side: 1.5
A basketball with a standard radius.
radius: 12
A typical can of soup.
radius: 3.5
height: 11
An ice cream cone.
radius: 2.5
height: 10
SA = 6a²
, where a
is the side length.SA = 4πr²
, where r
is the radius.SA = 2πr(r + h)
, where r
is the radius and h
is the height.SA = πr(r + √(h² + r²))
, where r
is the radius and h
is the height.SA = 2(lw + lh + wh)
, where l
, w
, and h
are length, width, and height.SA = b² + 2b√((b/2)² + h²)
, where b
is the base side and h
is the height.√(h² + r²)
in the cone formula and √((b/2)² + h²)
in the pyramid formula are used to calculate the slant height, which is the true length from the apex to the edge of the base.