Conical frustum (truncated cone) volume, slant height, lateral and total surface area from R1, R2 and h — browser-only, one-click copy
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Frustum Volume Calculator
Enter the top radius R1, the bottom radius R2, and the height h of a conical frustum (a truncated cone) to get its volume, slant height, lateral surface area, and total surface area in one pass. When R1 equals R2 the shape is a cylinder; when R1 is 0 it is a full cone. Everything runs in your browser.
V = (πh/3)(R1² + R1·R2 + R2²) · slant l = √(h² + (R2−R1)²) · lateral = π(R1+R2)·l
Results
Every formula runs as plain JavaScript in your browser tab. Nothing you type is uploaded.
What this tool does
Free frustum volume calculator for a conical frustum, the solid you get when you slice the tip off a cone with a cut parallel to its base. Enter the top radius R1, the bottom radius R2 and the vertical height h, and the tool returns the volume from V = (πh/3)(R1² + R1·R2 + R2²), the slant height l = √(h² + (R2 − R1)²), the lateral (side) surface area π(R1 + R2)·l, both circle areas, and the total surface area with the two caps added. This is the math behind buckets, lampshades, flower pots, hoppers, paper cups and storage silos — anything with a wider mouth than base. When R1 equals R2 the result collapses to a cylinder; when R1 is zero it collapses to a full cone, so one calculator covers the whole family. Everything runs as plain JavaScript in your browser with one-click copy and a shareable URL that reproduces your exact R1, R2 and h. 100% client-side, no upload.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Frustum Volume Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Cone Calculator Radius + height of a right circular cone, instant volume ⅓πr²h, slant height, lateral and total surface area, plus reverse-solve, browser-only Open
- 2 Cylinder Calculator Volume, surface area and capacity of a cylinder from radius or diameter and height — reverse-solve for height, see litres of water — browser-only Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Size a bucket, pail or paint can
Most buckets are frustums: a wider rim than base so they nest and pour cleanly. Measure the top inside radius, the bottom inside radius and the inside height, and the volume tells you the true capacity in litres or gallons. A 5-gallon pail nominally rated at 19 litres often holds a bit more or less than its label — this lets you check the real number before you plan how much paint, feed or water it actually carries.
Cut sheet metal for a hopper or funnel
A grain hopper, a sand funnel or a chimney transition is a frustum with both ends open. You need the lateral surface area to know how much sheet to buy, and the slant height to lay out the flat development before rolling. Enter R1, R2 and h, read off π(R1+R2)·l, and add your seam allowance. The tool keeps the slant separate from the vertical height so you never wrap the cone along the wrong line.
Find the volume of a lampshade or flower pot
Tapered lampshades and terracotta pots are textbook frustums. For a lampshade you might want the lateral area to estimate fabric or paper; for a pot you want the volume to know how much soil it takes. Punch in the two radii and the height and you get both at once, without integrating anything by hand.
Check a geometry or calculus homework answer
Frustum problems show up in geometry (surface area, volume) and again in calculus as a solid of revolution or a surface-area-of- revolution exercise. Work the problem by hand, then verify the volume, slant height, lateral area and total area here in one shot. Because R1 = 0 reduces to a cone and R1 = R2 reduces to a cylinder, you can also sanity-check those limiting cases instantly.
Common pitfalls
Using the slant height where the vertical height belongs in the volume formula. Volume needs the perpendicular height h, not the slope l. Plugging the slant into (πh/3)(R1²+R1R2+R2²) overstates the volume. The tool keeps h and l as separate readouts so the distinction stays in front of you.
Forgetting the middle R1·R2 cross term. People sometimes write (πh/3)(R1²+R2²), dropping the R1·R2, which undercounts every frustum. The cross product is essential and is why a frustum is not just the average of two cones.
Mixing units across the three inputs. If R1 and R2 are in inches but h is in feet, the volume is off by a factor of twelve. Convert all three to the same unit before entering them, then read the answer in the cube of that unit.
Privacy
Every calculation — the volume formula, the slant height, the lateral and total surface areas — is plain JavaScript that runs inside your browser tab. None of the radii or heights you type ever leave the page, and there is no logging of what you measured. The one caveat: the shareable URL encodes R1, R2 and h in the query string, so a "share link" pasted into a chat will record those dimensions in the recipient server's access log. For anything sensitive, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only