Calc Hub

Concrete Calculator

Estimate concrete volume in cubic yards and ready-mix bag counts for slabs, footings, rectangular piers, and simple stairs.

Last updated: 2026-03-18

Concrete calculator

Enter your values

Estimate cubic yards and ready-mix bag counts for slabs, footings, rectangular piers, and simple stairs.

Slab/footing: length in feet. Column: height in feet. Stairs: stair width in feet.

Slab/footing: width in feet. Column: width in inches. Stairs: tread run in inches.

Slab/footing: depth in inches. Column: depth in inches. Stairs: rise in inches.

Use count of pours, piers, or steps depending on the selected shape.

All required fields must be filled in.

Recommended order

--

Enter your dimensions to estimate the pour volume, then check whether ready-mix bags or a yardage order makes more sense.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Small patio slab

12 ft x 10 ft x 4 in

A common patio pour where bag count is still realistic but yardage is easier to sanity-check.

Result: About 1.63 cubic yards with waste, or 74 eighty-pound bags

Three rectangular piers

8 ft tall, 18 in x 18 in, quantity 3

Useful for deck or pergola planning when you need a rectangular pier estimate rather than a round sonotube.

Result: Roughly 2.20 cubic yards with the built-in waste buffer

Simple six-step stair pour

4 ft wide, 11 in run, 7 in rise, 6 steps

A quick wedge estimate for basic exterior steps before more detailed formwork adjustments.

Result: A small pour at about 0.26 cubic yards with waste

How the concrete estimate works

Concrete volume depends on the actual shape being poured, not just the outer footprint. Slabs and footings are simple rectangles, rectangular piers behave like boxes, and stairs are estimated here as repeated wedge volumes rather than solid blocks.

The output includes a built-in 10 percent waste allowance to reduce the odds of coming up short. It is still a planning tool, so unusual forms, round columns, and supplier-specific mixes should be confirmed before you order.

Concrete calculator FAQs

How to interpret cubic yards, bag counts, and the built-in waste buffer.

Why does the calculator show both cubic yards and bag counts?

Concrete suppliers usually quote larger pours in cubic yards, while smaller DIY jobs are often done with 60-pound or 80-pound bags. Showing both helps you decide which route makes more sense for the size of the pour.

Why is there a waste buffer?

Small spills, uneven forms, and over-excavation can all increase the real amount of concrete you need. This calculator adds a standard 10 percent waste allowance so the order is less likely to come up short.

Does this work for round columns or sonotubes?

Not exactly. The column mode in this version assumes a rectangular pier. Round columns and sonotubes need cylinder math, which should be handled as a follow-up expansion rather than guessed here.

Why do stairs use less concrete than a same-size slab?

The stair estimate uses a wedge-style approximation rather than filling the full rectangular box around the steps. That is why the volume is much smaller than a slab with the same outer dimensions.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/hobby/concrete-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Concrete Calculator"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>

Use nearby material and unit calculators to keep home-project planning coherent.

Get more home project calculators

Join the Calc Hub newsletter for new calculators covering DIY materials, home costs, and renovation planning.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.