Cone Volume Calculator

Whether you're a student working through geometry homework or an engineer double-checking a design spec, figuring out the volume of a cone doesn't have to be a headache. This calculator handles the math so you can plug in your numbers and get an answer fast. Below you'll find everything you need to understand how the calculation works, where the formula comes from, and how to handle different variations like using diameter instead of radius, working with a frustum, or converting between units.

Enter Details

Result

Cone volume

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Calculate the Volume of a Cone

Calculating cone volume comes down to two measurements: the radius of the circular base and the height of the cone (the perpendicular distance from the base to the tip, or apex). Once you have those two numbers, a single formula gives you the volume.

The core idea is that a cone holds exactly one-third of the volume that a cylinder with the same base and height would hold. That ratio is built right into the formula, so you don't have to think about it separately.

If you're working from a real object, measure the widest part of the circular base to get the diameter, then divide by two for the radius. Measure straight up from the center of the base to the point for the height. Both measurements need to be in the same unit before you calculate anything.

Cone Volume Formula

The standard formula for the volume of a cone is:

V = (1/3) × π × r² × h

Where V is volume, r is the radius of the base, h is the perpendicular height, and π (pi) is approximately 3.14159. The r² part squares the radius, which gives you the area of the circular base. Multiply that area by the height and then by one-third, and you have the volume.

It's a compact formula, but each piece matters. Doubling the radius has a much bigger effect than doubling the height because the radius is squared. Keep that in mind when you're estimating or checking results.

Calculate Volume Using Radius and Height

Using radius and height directly is the most straightforward path to cone volume. Both values go straight into the formula without any preliminary conversion, so this is the method you'll use most of the time.

Just make sure your radius and height share the same unit. If the radius is in inches and the height is in feet, convert one of them before you start. The volume result will be in cubic units matching whatever unit you used.

Radius and Height Method

Grab your radius (r) and your height (h), and you're ready to go. The radius is always half the diameter of the base circle. The height is the straight-line distance from the center of the base up to the apex, measured perpendicularly, not along the slanted side.

That slanted measurement is called the slant height, and it's a different value. If someone hands you the slant height by mistake, you'll need to use the Pythagorean theorem (a² + b² = c²) to work back to the true vertical height before plugging into the volume formula.

Step-by-Step Cone Volume Calculation

Here's how to work through it manually:

  1. Write down the radius and height in the same unit. Example: r = 4 cm, h = 9 cm.
  2. Square the radius: 4² = 16.
  3. Multiply by π: 16 × 3.14159 ≈ 50.265.
  4. Multiply by the height: 50.265 × 9 ≈ 452.389.
  5. Multiply by 1/3: 452.389 ÷ 3 ≈ 150.796.
  6. The volume is approximately 150.80 cubic centimeters.

You can round π to 3.14 for quick estimates, but use at least 3.14159 when accuracy matters. Most calculators and spreadsheets have a built-in pi function that gives you full precision automatically.

Calculate Volume Using Diameter

Sometimes the measurement you have is the diameter, not the radius. That's common when you're measuring a physical object with a ruler or calipers across the widest point of the base. No problem. You just need one extra step before applying the formula.

Because the formula calls for the radius, and diameter is twice the radius, you divide the diameter by two first. After that, everything proceeds the same way.

Diameter to Radius Conversion

The relationship is simple: r = d ÷ 2. If the diameter of the cone's base is 10 inches, the radius is 5 inches. Plug 5 into the formula as r, and you're good.

Alternatively, you can rewrite the volume formula in terms of diameter directly: V = (1/3) × π × (d/2)² × h, which simplifies to V = (π × d² × h) ÷ 12. Both approaches give the same answer. Use whichever feels more natural for your situation.

Right Circular Cone Volume

When people say "cone" in math and everyday life, they almost always mean a right circular cone. This is a cone where the apex sits directly above the center of the circular base, and the base is a perfect circle. The axis (the line from center of the base to the tip) is perpendicular to the base.

The formula V = (1/3) × π × r² × h applies specifically to this type of cone. An oblique cone has its apex off-center, but interestingly, the volume formula is the same as long as you use the true perpendicular height, not the slant distance from the base to the apex along the side. So in practice, you usually don't need to worry about the distinction.

Unless a problem explicitly says otherwise, assume you're dealing with a right circular cone and apply the standard formula.

Cone Volume Calculation Examples

A few worked examples help cement how the formula behaves with different numbers.

Example 1: r = 3 in, h = 7 in
V = (1/3) × π × 3² × 7 = (1/3) × 3.14159 × 9 × 7 ≈ 65.97 cubic inches

Example 2: r = 6 m, h = 10 m
V = (1/3) × π × 36 × 10 ≈ (1/3) × 1,130.97 ≈ 376.99 cubic meters

Example 3 (using diameter): d = 8 ft, h = 5 ft → r = 4 ft
V = (1/3) × π × 16 × 5 ≈ (1/3) × 251.33 ≈ 83.78 cubic feet

Notice how much the volume jumps between examples 1 and 2 even though the dimensions don't seem that different at first glance. The squared radius amplifies any increase in width quickly.

Radius, Diameter, Height, and Volume Relationship

These four values are tightly linked. Change any one of them and the volume shifts, sometimes dramatically. Understanding the relationship between them lets you solve for a missing dimension when you know the volume and the others, or predict how a design change will affect capacity.

Because the radius is squared in the formula, the base width has a disproportionately large influence on volume compared to height. A cone that's twice as wide (at the same height) holds four times the volume. A cone that's twice as tall (at the same radius) holds exactly twice the volume. That asymmetry is worth keeping in mind.

Finding a Missing Dimension

If you know the volume and one dimension, you can rearrange the formula to solve for the other. Here's how:

Solving for height: h = (3 × V) ÷ (π × r²)

Solving for radius: r = √[(3 × V) ÷ (π × h)]

Say you know a cone holds 200 cubic inches and has a radius of 5 inches. Plug those into the height formula: h = (3 × 200) ÷ (π × 25) = 600 ÷ 78.54 ≈ 7.64 inches. Straightforward algebra once you see the structure.

Volume Scaling and Dimension Changes

Scaling is a common question in design and manufacturing. If you double the height of a cone while keeping the radius the same, the volume doubles. Simple proportional relationship there.

But if you double the radius while keeping the height constant, the volume quadruples because r is squared. And if you scale all dimensions by a factor of k (radius, height, and diameter all multiplied by k), the volume scales by k³. That's the nature of three-dimensional scaling.

  • Height × 2, radius unchanged: Volume × 2
  • Radius × 2, height unchanged: Volume × 4
  • All dimensions × k: Volume × k³

These scaling rules are useful for sanity-checking calculations or quickly estimating how much a dimensional change will shift a volume without running through the full formula each time.

Cone vs Cylinder Volume

Put a cone and a cylinder side by side with the same base radius and height, and the cone holds exactly one-third of what the cylinder holds. That's where the 1/3 in the cone formula comes from.

ShapeFormulaVolume (r=3, h=7)
Cylinderπ × r² × h≈ 197.92 cubic units
Cone(1/3) × π × r² × h≈ 65.97 cubic units

This one-third relationship is actually provable with calculus, but you don't need to understand the proof to use it. Just remember: same base, same height, cone is one-third the cylinder. It's a handy mental check. If your cone volume calculation is coming out larger than the equivalent cylinder, something went wrong.

Cone Volume Unit Conversions

Volume units can get confusing fast. The unit of your answer depends entirely on the units you put in. Radius in centimeters and height in centimeters gives volume in cubic centimeters (cm³). Inches give cubic inches. Meters give cubic meters.

When you need to convert between volume units, here are the most common conversions:

  • 1 cubic foot = 1,728 cubic inches
  • 1 cubic meter = 1,000 liters
  • 1 liter = 1,000 cubic centimeters
  • 1 cubic inch ≈ 16.387 cubic centimeters
  • 1 cubic foot ≈ 28.317 liters

A practical tip: convert your linear measurements (radius and height) to the target unit before you calculate. That's simpler and less error-prone than computing the volume and then converting the cubic result, especially across metric and imperial systems.

Frustum of a Cone Volume

A frustum is what you get when you slice a cone with a plane parallel to the base, cutting off the top. Think of a paper cup or a bucket. It has a circular top, a circular bottom, and tapered sides, but no pointy tip.

The volume formula for a frustum is a bit more involved:

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

Where R is the radius of the larger base, r is the radius of the smaller top, and h is the perpendicular height between the two circular faces.

If the top radius shrinks to zero (r = 0), this formula collapses back into the standard cone formula, which makes sense. A cone is just a frustum with a pointy top. The frustum formula comes up frequently in civil engineering for earthwork volume calculations and in manufacturing for tapered containers.

Common Applications of Cone Volume

Cone volume calculations show up in more places than you might expect:

  • Ice cream cones: Estimating how much ice cream fits in the cone itself (the waffle part).
  • Funnels and hoppers: Industrial hoppers that feed material into machinery are often conical. Knowing the volume tells you storage capacity.
  • Earthworks and landscaping: Piles of sand, gravel, or soil form approximate cone shapes. Volume calculations help estimate material quantities and cost.
  • Architecture and roofing: Conical roofs and spires require volume calculations for material estimation.
  • Party hats and packaging: Conical packaging is calculated for material use and fill capacity.
  • Volcanic cones: Geologists use cone volume approximations to estimate the size of volcanic formations.

Most real-world cones aren't geometrically perfect, so calculations give estimates rather than exact values. Still, even a rough estimate based on the formula is usually close enough to be useful for planning and purchasing decisions.

Geometry Formulas Related to Cones

Understanding cone volume is easier when you see how it fits with the other measurements and formulas that describe a cone.

PropertyFormulaVariables
VolumeV = (1/3)πr²hr = radius, h = height
Lateral (side) surface areaA = πrll = slant height
Total surface areaA = πr(r + l)includes base circle
Slant heightl = √(r² + h²)Pythagorean theorem
Base areaA = πr²area of circular base

The slant height l connects radius, height, and the sloped edge of the cone through the Pythagorean theorem. It's not used in the volume formula, but it comes up whenever you need to calculate surface area or find out how much material wraps around the outside of a cone.

These formulas work together. If you're solving a multi-part geometry problem, you might calculate slant height first, use it to find surface area, and separately calculate volume. Keeping them organized in a reference like this table prevents mixing up which formula does what.

Other Maths Calculators

Explore all