Cone Calculator — Volume, Surface Area, Slant Height & Angles

Professional cone calculator: compute volume, lateral and total surface area, slant height, base radius/diameter, and apex angle from your choice of inputs. Mobile-first, accessible, and accurate.

Metric mode defaults to centimeters and meters for length inputs.

All outputs honor this single selection.

How to Use This Calculator

Pick the measurement mode that matches the values you have, select the length unit to keep things consistent, enter the known pair of quantities, and press Calculate. Inline guidance will flag invalid entries and the banner will summarize any remaining issues.

Methodology

The tool converts every input to meters (and cubic meters for volume) before applying the right-circular cone formulas. After computing radius, height, slant height, areas, volume, and apex angle in SI units, the results are converted back to the chosen display unit with a deterministic rounding strategy to avoid NaN/Infinity artifacts.

The apex angle reports the full opening across the base, while the half-angle happens to be half of that. Slant inputs are vetted so they must always exceed the radius to describe a real cone.

Full original guide (expanded)

Why use this calculator

  • Solve from multiple input pairs (r+h, d+h, r+l, V+h).
  • Clear formulas and variable glossary for transparency.
  • WCAG 2.1 AA compliant UI and mobile-first layout.

Related geometry tools

Audit & verification

Audit: Complete. Verified by Ugo Candido on 2026-01-19. Calculations match the original JavaScript engine and reference right circular cone formulas.

Code-generated audit notes are preserved so you can trace sources and version history.

Formulas
For a right circular cone with base radius \(r\), height \(h\), and slant height \(l=\sqrt{r^2+h^2}\): Base area: \(\displaystyle A_B=\pi r^2\) Lateral area: \(\displaystyle A_L=\pi r\,l\) Total area: \(\displaystyle A_T=\pi r(r+l)\) Volume: \(\displaystyle V=\frac{1}{3}\pi r^2 h\) Apex angle (full): \(\displaystyle \Theta = 2\,\arctan\!\left(\frac{r}{h}\right)\), half-angle \(\displaystyle \alpha=\arctan\!\left(\frac{r}{h}\right)\).
Citations

NIST DLMF (accessed Oct 25, 2025) — https://dlmf.nist.gov/ · Accessed 2026-01-19

Homehttps://calcdomain.com/ · Accessed 2026-01-19

Mathhttps://calcdomain.com/math · Accessed 2026-01-19

Geometryhttps://calcdomain.com/subcategories/geometry · Accessed 2026-01-19

Cylinder Calculatorhttps://calcdomain.com/cylinder-calculator · Accessed 2026-01-19

Sphere Calculatorhttps://calcdomain.com/sphere-calculator · Accessed 2026-01-19

Pyramid Calculatorhttps://calcdomain.com/pyramid-calculator · Accessed 2026-01-19

Changelog

Version: 0.1.0-draft · Last code update: 2026-01-19

  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0