Radius + height of a right circular cone, instant volume ⅓πr²h, slant height, lateral and total surface area, plus reverse-solve, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Cone Calculator
Enter the base radius and height of a right circular cone to get its volume, slant height, lateral surface, base area, and total surface area. Switch modes to solve back for the height or the radius from a known volume. Everything runs in your browser.
V = ⅓πr²h · slant l = √(r²+h²) · lateral = πrl · total = πr² + πrl
Results
Every formula runs as plain JavaScript in your browser tab. Nothing you type is uploaded.
What this tool does
Free cone calculator for a right circular cone. Type the base radius r and the height h, and it returns the volume V = ⅓πr²h, the slant height l = √(r²+h²), the lateral (curved) surface area πrl, the base area πr², and the total surface area πr² + πrl in one pass. Two reverse modes let you go the other way: enter a target volume with a known radius to solve for the height, or enter a volume with a known height to solve for the radius. The cone volume is exactly one third of a cylinder with the same base and height, which is the single fact most people forget when they eyeball a measurement. Inputs round-trip through the URL, so a shared link reopens the same cone for a classmate or a coworker. Everything is plain JavaScript that runs in your browser with one-click copy. 100% client-side, nothing is uploaded.
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 Cone 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 Triangle Calculator Triangle solver — SSS, SAS, ASA, AAS, and the ambiguous SSA case via law of sines + law of cosines. All sides, angles, area, perimeter, type, drawn to scale. Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
Real-world use cases
Check geometry homework before handing it in
A worksheet asks for the volume and surface area of a cone with radius 3 and height 4. Plug in the two numbers, read V ≈ 37.70 and total surface 24π ≈ 75.40, and compare against your hand-worked answer. The slant height appears alongside, so when the marking key says l = 5 you can see exactly where it came from instead of re-deriving the Pythagorean step.
Build a worked example for a lesson
A teacher prepping a solid-geometry class wants a clean set of numbers. Pick a radius and height that give round results, copy the full breakdown — volume, slant height, lateral area, base, total — and paste it straight into the slide. Share the URL so students open the same cone at home and can change r and h to watch every quantity move together.
Estimate material for a paper or sheet-metal cone
Making a party hat, a funnel, or a sheet-metal hopper means cutting the lateral surface as a flat sector before rolling it. Enter the finished radius and height, read the lateral area πrl, and you know how much paper or metal the curved wall takes. Skip the base term if the cone is open, which it usually is for a funnel or hat.
Size a pile or a heap of bulk material
Sand, gravel, salt and grain settle into a near-conical pile. Measure the base radius and the peak height, run the cone volume, and you have a quick estimate of how much is on the ground without weighing it. The one-third-of-a-cylinder relationship keeps the figure honest: it is far less than the box you might picture around it.
Common pitfalls
Using the slant height in the volume formula. Volume needs the vertical height h, not the slant height l. A 3-4 cone has h = 4 and l = 5; feeding 5 into ⅓πr²h overstates the volume by a quarter. Slant height belongs only in the lateral surface area πrl.
Forgetting the one-third factor. Writing πr²h instead of ⅓πr²h gives the cylinder volume — three times too big. If your answer looks suspiciously round and large, check whether you dropped the divide-by-three.
Mixing up lateral and total surface area. The lateral area πrl is just the curved wall; the total adds the base circle πr². An ice-cream wafer or an open funnel uses lateral only, a solid cone or a closed traffic cone uses the total. Decide whether the base is there before you read a number.
Privacy
Every formula — the cone volume, the slant height, the surface areas and both reverse solves — is plain JavaScript that runs in your browser tab. No radius, height or volume you type ever leaves the page, and there is no logging of what you measured. The one caveat: the shareable URL encodes your r, h and mode in the query string, so a link pasted into chat records those numbers in the recipient server's access log. For anything sensitive, use the copy button and paste the text rather than 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