Logo

MonoCalc

/

Frustum Volume Calculator

Geometry

Frustum Type

Length Unit

Bottom Radius (R)

Must be > 0

Top Radius (r)

Set to 0 to compute a full cone

Height (h)

Perpendicular distance between the two bases — must be > 0

hrR

Shape

Circular Frustum

Volume (cm³)

2,199.11cm³

Volume (mL)

2,199.11 mL

Cubic Metres (m³)

0.00

Cubic Centimetres (cm³)

2,199.11

Litres (L)

2.20

Cubic Feet (ft³)

0.08

Slant Height (cm)

13.0000

Lateral Surface Area (cm²)

612.6106

Total Surface Area (cm²)

1,005.3096

Formula Used

V = (π × 12 / 3) × (10² + 10×5 + 5²) = 2199.11 cm³

About This Tool

Frustum Volume Calculator – Truncated Cone and Pyramid

A frustum is the three-dimensional solid that remains after a cone or pyramid has its tip removed by a cut parallel to the base. The word comes from the Latin frustum, meaning "morsel" or "bit cut off." Frustums are everywhere in everyday life: buckets, drinking cups, grain silos, lamp shades, traffic cones, and hopper funnels are all frustum shapes. This calculator handles both the circular frustum (truncated cone) and the square frustum (truncated square pyramid), and it also computes the slant height and surface areas alongside the volume.

Circular Frustum (Truncated Cone)

A circular frustum has two circular faces of different radii. If the bottom radius is R, the top radius is r, and the perpendicular height between the bases is h, the volume formula is:

V = (π × h / 3) × (R² + R×r + r²)

This formula is a generalisation of the cone volume formula V = (1/3)πR²h. When r = 0, the expression reduces to the cone formula exactly. When r = R, it becomes the cylinder volume formula πR²h, confirming that a cylinder is the limiting case of a frustum with equal radii.

Square Frustum (Truncated Square Pyramid)

A square frustum has two square faces. If the bottom side length is a, the top side length is b, and the perpendicular height is h, the volume is:

V = (h / 3) × (a² + a×b + b²)

This is Archimedes' prismatoid formula applied to a quadrilateral frustum. When b = 0, the formula gives the pyramid volume (h/3) × a². When b = a, it becomes the rectangular prism volume a² × h.

Slant Height

The slant height is the distance measured along the outer surface from the rim of the top base to the rim of the bottom base. For a circular frustum:

l = √(h² + (R − r)²)

For a square frustum:

l = √(h² + ((a − b) / 2)²)

The slant height is essential for material estimation — for example, calculating how much sheet metal is needed to fabricate a hopper or how much fabric covers a lamp shade.

Surface Areas

The calculator provides two surface area measurements. The lateral surface area is the area of the sloped side only. For a circular frustum:

LSA = π × (R + r) × l

For a square frustum, the four trapezoidal faces have a combined area of:

LSA = 2 × (a + b) × l

The total surface area adds both base areas:

TSA = LSA + area of bottom base + area of top base

Real-World Applications

Engineers use frustum volume calculations when designing storage tanks, hoppers, and silos to determine capacity. Architects apply the formulas to roof sections, decorative elements, and structural members. In 3D printing, slicing software computes frustum geometry to estimate material usage for tapered objects. Civil engineers rely on frustum calculations for earthworks — estimating cut-and-fill volumes for roads and foundations.

The formulas in this calculator are exact for perfect geometric frustums. For real-world constructions with wall thickness, material offsets, or non-parallel cuts, you would apply these results as a baseline and adjust for the specific geometry.

Unit Conversions

The tool accepts five length units — millimetres, centimetres, metres, inches, and feet — and displays the volume result in your chosen unit cubed. It simultaneously converts the volume to cubic metres (m³), cubic centimetres (cm³), litres (L), and cubic feet (ft³). A practical alternate unit is also shown: mL for centimetre inputs, US gallons for foot inputs, and US fluid ounces for inch inputs, making it easier to relate the result to everyday measurements.

Tips for Getting Accurate Results

Use consistent units for all three input dimensions — mixing centimetres and inches will give incorrect results. When measuring a physical object, measure the perpendicular height, not the slant height; the calculator computes the slant height from the perpendicular height you supply. For the top dimension, if the original cone or pyramid apex is fully intact, enter 0 to compute the full cone or pyramid volume — the tool handles this case automatically.

Frequently Asked Questions

Is the Frustum Volume Calculator free?

Yes, Frustum Volume Calculator is totally free :)

Can I use the Frustum Volume Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Frustum Volume Calculator?

Yes, any data related to Frustum Volume Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does this frustum volume calculator work?

Select your frustum type — circular (truncated cone) or square (truncated square pyramid) — then enter the bottom dimension, top dimension, height, and length unit. The calculator instantly computes the volume, slant height, and surface areas using the standard frustum formulas.

What is a frustum?

A frustum is the solid formed when a cone or pyramid is cut by a plane parallel to its base, removing the pointed top. The result is a solid with two parallel bases of different sizes. Common examples include buckets, grain silos, drinking cups, lamp shades, and hopper funnels.

What formulas are used to calculate frustum volume?

For a circular frustum: V = (π × h / 3) × (R² + R×r + r²), where R is the bottom radius, r is the top radius, and h is the height. For a square frustum: V = (h / 3) × (a² + a×b + b²), where a is the bottom side length and b is the top side length.

What happens when the top dimension is set to zero?

When the top dimension is zero, the frustum degenerates into a full cone (circular mode) or a full pyramid (square mode). The calculator automatically detects this and labels the result accordingly, still applying the same formula which simplifies correctly in that case.

What is the slant height of a frustum and how is it calculated?

The slant height is the distance measured along the sloped side of the frustum from the edge of the top base to the edge of the bottom base. For a circular frustum: l = √(h² + (R − r)²). For a square frustum: l = √(h² + ((a − b) / 2)²). It is used to calculate the lateral surface area.

How accurate are the results?

All calculations use JavaScript's native double-precision floating-point arithmetic (IEEE 754), which provides up to 15–17 significant decimal digits. Volume results are displayed to 2 decimal places and surface area results to 4 decimal places, which is more than sufficient for engineering, architecture, and 3D printing applications.