Boneyard Tools

Conical Frustum Volume Calculator

A conical frustum is a cone with its pointed tip sliced off by a cut parallel to the base, leaving two circular ends of different sizes. Type the bottom radius, top radius and height into this calculator and it returns the volume, slant height, lateral area and total surface area at once. Every value updates the moment you change a number, and all three inputs must be greater than zero.

How to find the volume of a frustum

  1. Enter the Bottom radius, the wider circular end of the frustum.
  2. Enter the Top radius, the smaller end left after the tip is removed.
  3. Enter the Height, the perpendicular distance between the two parallel ends.
  4. Read the Volume, Total surface area, Slant height and Lateral area cards.
  5. Click Copy result to grab all four figures as plain text.

Examples

Bottom 4, top 2, height 6

Bottom radius = 4, Top radius = 2, Height = 6
Volume 175.929189, Slant height 6.324555, Lateral area 119.215059, Total surface area 182.046912

Equal radii behave like a cylinder: 3, 3, height 5

Bottom radius = 3, Top radius = 3, Height = 5
Volume 141.371669, Slant height 5, Lateral area 94.24778, Total surface area 150.796447

A tapered bucket: bottom 5, top 3, height 10

Bottom radius = 5, Top radius = 3, Height = 10
Volume 513.1268, Slant height 10.198039, Lateral area 256.304676, Total surface area 363.118826

Frequently asked questions

What is a conical frustum?

A conical frustum is what is left when the pointed tip of a cone is sliced off by a plane parallel to its base. It has two parallel circular ends, a wider bottom and a narrower top, joined by a slanted side. Buckets, lampshades and drinking cups are everyday frustums.

What is the formula for the volume of a frustum?

Volume equals one third times pi times the height times the quantity bottom radius squared plus bottom radius times top radius plus top radius squared. Writing rb and rt for the radii and h for the height, that is (1/3) pi h (rb squared + rb rt + rt squared).

How is the slant height calculated?

The slant height is the square root of the height squared plus the square of the difference between the two radii, or sqrt(h squared + (rb - rt) squared). It measures the sloped distance along the outside from the bottom edge to the top edge, not the vertical height.

What does the total surface area include?

Total surface area adds the slanted lateral band to both flat circular ends. It equals the lateral area plus pi times the bottom radius squared plus pi times the top radius squared, so it treats the frustum as a solid capped at both ends.

What is the lateral area on its own?

Lateral area is only the curved slanted side, with no ends included. It equals pi times the sum of the two radii times the slant height. This is the figure you want for the material in a lampshade or a cone-shaped skirt that is open top and bottom.

What units does the calculator use?

The tool is unit agnostic. Enter all three lengths in the same unit and the volume comes out in that unit cubed while both areas come out in that unit squared. Feed it centimeters and you get cubic centimeters and square centimeters.

Can the two radii be equal?

Yes. When the bottom and top radii match, the shape is a cylinder. The volume formula collapses to pi times the radius squared times the height, the slant height equals the plain height, and the calculator reflects that, as the 3, 3, height 5 example shows.

Why does it reject a zero radius or height?

All three inputs must be strictly greater than zero. A zero top radius would make a full pointed cone rather than a frustum, and a zero bottom radius or height would collapse the solid, so the tool shows a warning instead of a misleading result.

How precise are the results?

Calculations use full double precision internally and each output is rounded to six decimal places. Trailing zeros are dropped when displayed, which is why an exact answer like a slant height of 5 shows without decimals.

Is my data kept private?

Yes. The entire calculation runs locally in your browser with JavaScript. No radius, height or result is ever sent to a server, so you can use it offline once the page has loaded.

Learn more

Related tools