Concrete Volume Calculator 2026: Cubic Feet, Yards & Meters

Calculate concrete volume for slabs, cylinders, cones, spheres, and stairs. Enter dimensions in feet and inches or metric units, and get results instantly converted between cubic feet, cubic yards, and cubic meters, with built-in safeguards against the most common unit-conversion errors.

✓ Updated September 2026 ✓ Free, No Signup Required ✓ Calculations Run in Your Browser ✓ Sources Cited

📐 Concrete Volume Calculator

Length Width Thickness ↓

Rectangle: Length x Width x Thickness

ft
in
ft
in
in
Enter thickness in inches only, e.g. 4 for a standard slab - the calculator converts to feet automatically

Waste Factor

Ready-mix concrete is rarely refunded once batched - order extra rather than running short

* Required fields. Results shown in cubic feet, cubic yards, and cubic meters simultaneously.

Volume Unit Conversion Reference

These are the exact conversion factors used by this calculator, reproduced here so you can sanity-check any result by hand or convert a number you already have.

Convert From Convert To Multiply / Divide By
Cubic feet (ft³) Cubic yards (yd³) Divide by 27 (exact)
Cubic yards (yd³) Cubic feet (ft³) Multiply by 27 (exact)
Cubic meters (m³) Cubic feet (ft³) Multiply by 35.3147
Cubic yards (yd³) Cubic meters (m³) Multiply by 0.764555 (exact, from 1 yd = 0.9144 m)
Cubic meters (m³) Cubic yards (yd³) Multiply by 1.30795
Inches Feet Divide by 12 (exact)

The yard-to-meter conversion is exact because the international yard is defined as precisely 0.9144 meters. All other cubic-unit conversions in this table are derived directly from that definition and from 1 cubic yard = 27 cubic feet. See the concrete volume conversion chart for the full reference including cubic inches and liters.

How This Calculator Handles Each Shape

1

Pick the Matching Shape

Rectangle for slabs and footings, cylinder for columns and piers, cone for tapered forms, sphere for domes, stairs for stepped pours.

2

Enter Dimensions Once, Correctly

Feet-and-inches or metric input, with an explicit radius-versus-diameter selector for round shapes to prevent the most common volume error.

3

Internal Unit Normalization

Every dimension converts to decimal feet internally before any multiplication happens, eliminating inch/foot mixing errors entirely.

4

Triple-Unit Output

Results display in cubic feet, cubic yards, and cubic meters at once, so the same calculation works for a USA ready-mix order or a metric spec sheet.

The Formulas Behind Each Shape

Every concrete volume calculation reduces to the same idea: base area multiplied by height, with every dimension expressed in the same unit before you multiply. Where shapes differ is in how that base area is defined.

A rectangular slab uses length times width for its base area. A cylinder, like a concrete column or pier, uses a circular base area of pi times radius squared, where radius is exactly half the diameter, not the diameter itself. Using the full diameter in place of radius is the single most common error in cylindrical volume calculations, since it overstates the true volume by a factor of 4 (because the diameter squared is 4 times the radius squared). This calculator asks explicitly whether you are entering a diameter or a radius specifically to prevent that mistake.

A cone tapers to a point, so its formula carries a 1/3 multiplier: volume equals one-third times pi times radius squared times height. A frustum, a cone with the top sliced off flat, such as a tapered pier or a hopper base, needs both the top and bottom radius in the formula V = (pi x height / 3) x (R squared + R x r + r squared), where R is the larger radius and r is the smaller one. A sphere uses 4/3 x pi x radius cubed, and a hemispherical dome is exactly half that value.

Stairs are the outlier. Rather than a single base-area formula, the standard approach treats a stair run as stacked rectangular blocks, one per step, each block one riser taller than the last. The verified formula is Width x Rise x Run x N(N+1)/2, where N is the number of steps - this sums the volume of every step from the bottom to the top in one expression, without a separate triangular correction term that would double-count concrete already included in the stacked blocks.

Why Unit Consistency Is the Entire Game

Nearly every concrete volume error traces back to mixing units within one formula. Construction plans commonly specify length and width in feet but slab thickness in inches, since a 4-inch or 6-inch slab is easier to read than 0.333 or 0.5 feet. If that thickness gets multiplied directly as "4" instead of being divided by 12 first, the resulting volume comes out 12 times too large. This calculator converts every dimension to decimal feet before any multiplication occurs, which is why the thickness field for rectangular slabs is deliberately restricted to inches-only input rather than a mixed feet-and-inches field.

Verified Calculation Walkthroughs

🟦 Rectangular Slab

Dimensions: 10 ft x 10 ft x 4 in

Step 1: Convert 4 in to feet: 4 / 12 = 0.333 ft

Step 2: 10 x 10 x 0.333 = 33.3 cu ft

📦 1.23 cubic yards (33.3 / 27)

🌐 0.943 cubic meters (1.23 x 0.764555)

This is the classic 10x10 slab example used across the industry, and it demonstrates the inches-to-feet conversion step that trips up the most calculations.

🛢️ Cylindrical Column

Dimensions: 12 in diameter x 8 ft height

Step 1: Radius = 12 in / 2 = 6 in = 0.5 ft

Step 2: pi x 0.5² x 8 = 6.28 cu ft

📦 0.233 cubic yards (6.28 / 27)

⚠️ Using 12 in as radius instead of diameter would give 25.1 cu ft - 4x too high

This example is deliberately built to show the radius-versus-diameter trap. Entering the full diameter value into the radius slot is the most frequent error reported for cylindrical concrete calculations.

🪜 Concrete Stairs

Dimensions: 7 in rise, 11 in run, 4 ft wide, 5 steps

Formula: Width x Rise x Run x N(N+1)/2

Calculation: 4 x 0.583 x 0.917 x (5x6/2)

📦 ~32.1 cubic feet total

📦 ~1.19 cubic yards (32.1 / 27)

The N(N+1)/2 term is the sum of 1 through 5, giving 15. This single-expression method avoids the double-counting error common when stairs are calculated as separate rectangular and triangular volumes added together.

Common Volume Calculation Errors

  • Multiplying inches directly instead of converting to feet: A 6-inch slab entered as "6" instead of "0.5 ft" produces a volume 12 times too large. Always divide inches by 12 before multiplying, or use the inches-only thickness field this calculator provides for exactly that reason.
  • Using diameter where the formula needs radius: The circular area formula is pi x r squared, not pi x d squared. Substituting diameter for radius overstates volume by 4 times, since doubling a squared value quadruples it.
  • Dividing by 3 instead of 27 for yard conversion: Converting cubic feet to cubic yards requires dividing by 27 (3 x 3 x 3), not by 3. Dividing by 3 only converts a single linear dimension from feet to yards, not a cubic volume.
  • Forgetting a waste factor entirely: Uneven subgrade, form deflection, and spillage routinely consume 5-10% of the calculated volume. Ordering the bare theoretical number with zero cushion is the most common reason for running short mid-pour.
  • Double-counting volume on stair calculations: Adding a separate triangular "base slab" term on top of stacked rectangular step blocks counts some concrete twice. The stacked-block method (Width x Rise x Run x N(N+1)/2) already accounts for the full solid volume in one expression.

Ordering Concrete Once You Have a Volume

Ready-mix concrete in the United States is sold and delivered by the cubic yard, while many international specs, imported equipment references, and metric project drawings use cubic meters. This calculator's simultaneous three-unit output exists specifically so a project spanning both systems, or a user simply more comfortable in one, does not need a second conversion tool.

Bagged concrete is priced and labeled by weight (40, 60, or 80 lb bags), and the volume-to-bag conversion depends on the manufacturer's stated yield per bag, not a universal constant. The bag-count figure shown in this calculator's advanced options is a general reference only. For a full cost comparison between bagged and ready-mix concrete at your calculated volume, use the concrete bag calculator or check exact yields on the concrete bag yield chart.

Standard ready-mix trucks carry roughly 9-10 cubic yards per load. If your calculated volume approaches or exceeds that figure, plan for multiple truck loads or confirm your supplier's minimum order and short-load fee policy. See the ready-mix truck calculator and ready-mix truck load chart for typical capacity by truck type.

💡 Cross-Check With a Second Method

For any pour over a few cubic yards, it is worth sanity-checking your volume two ways: once with this calculator, and once by hand using the formula for your shape. A large discrepancy usually points to a unit-conversion slip, not a math error.

Concrete Volume Calculator - Frequently Asked Questions

How do you calculate concrete volume? +

Multiply length by width by thickness, with every dimension converted to feet first. A 10 ft x 10 ft slab at 4 inches thick equals 10 x 10 x 0.333 ft = 33.3 cubic feet, which divided by 27 gives 1.23 cubic yards. Round or irregular shapes use a different base-area formula but follow the same principle: base area multiplied by height, all in consistent units.

How many cubic feet are in a cubic yard of concrete? +

One cubic yard equals exactly 27 cubic feet, since a yard is 3 feet on each side and 3 x 3 x 3 = 27. This is the standard conversion used for ordering ready-mix concrete in the United States, where concrete is sold by the cubic yard.

How do I convert cubic meters to cubic yards? +

Multiply cubic meters by 1.30795 to get cubic yards, or divide cubic yards by 1.30795 to get cubic meters. One cubic yard equals 0.764555 cubic meters exactly, derived from the international yard definition of 0.9144 meters. See the concrete volume conversion chart for the complete table.

What is the most common mistake when calculating concrete volume? +

Forgetting to convert slab thickness from inches to feet before multiplying. Entering 4 for a 4-inch slab instead of 0.333 feet produces a volume 12 times too large, since the formula requires all three dimensions in the same unit. The second most common error is using full diameter instead of radius in a circular or cylindrical volume formula, which overstates the result by a factor of 4.

How do you calculate the volume of a cylindrical concrete column? +

Volume equals pi times radius squared times height, where radius is half the diameter. A column with a 12-inch diameter (0.5 ft radius) and 8 ft height has a volume of 3.14159 x 0.5 squared x 8 = 6.28 cubic feet, or 0.233 cubic yards. Using the full 12-inch diameter instead of the 6-inch radius would overstate this volume by 4 times.

Should I add extra concrete beyond the calculated volume? +

Yes. A waste factor of 5 to 10 percent is standard industry practice to account for uneven subgrade, form deflection, and spillage during placement. Ready-mix concrete is batched to the yard and rarely refunded once mixed, so rounding the calculated volume up rather than down avoids a costly mid-pour shortage.

Sources and Methodology

  • Standard geometric volume formulas: rectangular prism (L x W x H), cylinder (pi r²h), cone (1/3 pi r²h), cone frustum (pi h/3 x (R² + Rr + r²)), sphere (4/3 pi r³) - established mathematical formulas, consistent across engineering and construction references
  • Cubic yard to cubic foot conversion: exact, derived from 1 yard = 3 feet (1 yd³ = 3³ = 27 ft³)
  • Yard to meter conversion: exact, derived from the international yard definition of 1 yard = 0.9144 meters
  • Stair volume (stacked-block method): Width x Rise x Run x N(N+1)/2, the verified solid-mass method that sums each step as a rectangular block without a separate triangular correction term
  • Bag yields (informational reference): manufacturer technical data sheets (Quikrete DS 1101), yields vary by product and should be confirmed against the specific bag purchased

📅 Last reviewed: by site author

Reviewed by site author. Built by Muhammad Ramzan Babar, physics researcher (PhD candidate).

⚠️ Disclaimer

This calculator provides estimates for planning purposes. For permitted structural work, foundations, multi-story construction, retaining walls over 4 feet, and commercial projects, calculations must be verified by a licensed structural engineer per IBC 2024 §1604. ConcreteCalculate.com is not liable for structural decisions made from these estimates.

Your Privacy

Free, no signup required. Calculations run entirely in your browser. No project data is stored or transmitted to our servers, and no cookies track your inputs.