Concrete Calculator — How Many Bags or Yards of Concrete
How many bags of concrete for a slab, footing, pad or post hole
A concrete calculator turns a few measurements into the one number that matters at the store: how many bags of concrete to buy — or how many cubic yards to order from a ready-mix truck. Buy too little and your pour stops halfway with a cold joint; buy too much and you've paid for bags you'll never open. This tool does the volume math, adds a waste factor, and always rounds up to whole bags, because you can't buy half a bag.
Everything starts with volume in cubic feet: length × width × thickness, with every dimension in feet. The catch is that thickness is almost always given in inches, so convert it first — 4 inches = 4 ÷ 12 = 0.333 ft. A 10 ft × 10 ft slab poured 4 in thick is 10 × 10 × 0.333 = 33.3 cubic feet.
Two numbers come out of that cubic-foot figure:
• Cubic yards for ready-mix delivery: cubic feet ÷ 27. So 33.3 ÷ 27 = 1.23 cubic yards. Trucks sell by the yard, so this is what you quote the dispatcher.
• Bags for a smaller DIY pour. Each bag yields a fixed volume of mixed concrete:
- 40 lb bag → 0.30 cu ft
- 60 lb bag → 0.45 cu ft
- 80 lb bag → 0.60 cu ft
Bags = cubic feet ÷ bag yield, rounded up. That same 33.3 cu ft slab needs ceil(33.3 ÷ 0.60) = 56 bags of 80 lb concrete, or ceil(33.3 ÷ 0.45) = 75 bags of 60 lb. Bigger bags mean fewer trips and less mixing, which is why 80 lb is the contractor default for slabs.
This calculator supports the three shapes you'll actually pour: a slab or footing (length × width × thickness), and a round column or post hole (π × radius² × height, where radius is half the diameter). Enter a quantity to multiply identical pours — four deck footings, six fence-post holes — in one shot. A waste factor (default 10%) covers spillage, over-excavated holes, uneven subgrade and the mix you lose in the wheelbarrow. As a rough rule, about 60 bags of 80 lb concrete makes one cubic yard, so once a job climbs past 40–50 bags it's usually cheaper and faster to order ready-mix by the truck instead of mixing by hand.
Calculator
Fill in the fields and click "Calculate" for instant results.
📰 Formula
• Slab / footing volume (cu ft) = length (ft) × width (ft) × thickness (ft) • Round column / hole volume (cu ft) = π × radius² × height (radius = diameter ÷ 2) • Inches to feet: feet = inches ÷ 12 • Cubic yards = cubic feet ÷ 27 • With waste: total = volume × (1 + waste% ÷ 100), then × quantity • Bags = ceil(cubic feet ÷ bag yield) • Bag yields (cu ft of mixed concrete): 40 lb = 0.30 · 60 lb = 0.45 · 80 lb = 0.60
📰 Formula
• Slab / footing volume (cu ft) = length (ft) × width (ft) × thickness (ft) • Round column / hole volume (cu ft) = π × radius² × height (radius = diameter ÷ 2) • Inches to feet: feet = inches ÷ 12 • Cubic yards = cubic feet ÷ 27 • With waste: total = volume × (1 + waste% ÷ 100), then × quantity • Bags = ceil(cubic feet ÷ bag yield) • Bag yields (cu ft of mixed concrete): 40 lb = 0.30 · 60 lb = 0.45 · 80 lb = 0.60
🧪 Worked examples
Example 2
Example 3
Example 4
⚠️ Common mistakes
- Leaving thickness in inches instead of dividing by 12 (4 in is 0.333 ft, not 4 ft).
- Using the diameter instead of the radius in the round-column formula.
- Dividing cubic feet by the wrong bag yield, or forgetting that yields differ by bag weight.
- Skipping the waste factor, so over-dug holes and spillage leave you short.
- Rounding bags down — you can't buy a partial bag, always round up.
💡 Tips
- For slabs, order the next quarter-yard up of ready-mix; a short truck means a cold joint.
- 80 lb bags mean the fewest bags and least mixing — use them for slabs and big pours.
- Over-dug or wide post holes eat extra concrete; bump the waste factor to 15% for hand-dug holes.
- Past roughly 1 cubic yard (about 60 bags of 80 lb), ready-mix is usually cheaper than bags.
- Add waste before you round to whole bags, not after, so the cushion isn't lost in rounding.
Embed this calculator on your site
Copy the code below and paste it into the HTML of your site or blog.
<iframe src="https://www.calcnimbus.com/embed/concrete-calculator" width="100%" height="500" frameborder="0" style="border:1px solid #eee;border-radius:12px"></iframe>
❓ Frequently asked questions
How many bags of concrete do I need?
Find the volume in cubic feet (length × width × thickness in feet), then divide by the bag yield and round up. An 80 lb bag yields 0.60 cu ft, a 60 lb bag 0.45 cu ft, and a 40 lb bag 0.30 cu ft.
How many 80 lb bags of concrete are in a cubic yard?
A cubic yard is 27 cubic feet, and an 80 lb bag yields 0.60 cu ft. So 27 ÷ 0.60 = 45 bags. With a typical waste factor most people plan on about 50 bags per yard.
How many 60 lb bags make a yard of concrete?
A 60 lb bag yields 0.45 cubic feet, so a cubic yard (27 cu ft) takes 27 ÷ 0.45 = 60 bags. That is why ready-mix delivery is usually cheaper once a job passes about a yard.
How do I calculate concrete for a slab?
Multiply length × width × thickness, all in feet, to get cubic feet. A 10 ft by 10 ft slab at 4 inches (0.333 ft) thick is 33.3 cubic feet, or 1.23 cubic yards. Then convert to bags or order ready-mix.
How much concrete do I need for a fence post?
Use the round-hole formula: π × radius² × depth. A 10-inch-diameter hole 3 feet deep holds about 1.64 cubic feet, or roughly 6 bags of 40 lb mix per post before subtracting the post volume.
How thick should a concrete slab be?
Patios and walkways are usually 4 inches thick; driveways and slabs that carry vehicles are 5 to 6 inches. Thicker slabs use proportionally more concrete, so set the thickness before you calculate bags.
Should I buy bags or order ready-mix concrete?
Bagged mix is fine for small pours up to roughly half a cubic yard. Past about 1 cubic yard (around 60 bags of 80 lb) ready-mix delivered by truck is usually faster and cheaper than mixing bags by hand.
Why does my concrete calculator add a waste factor?
Some concrete is always lost to spillage, over-excavated holes, uneven subgrade and material stuck in the mixer. A 10% waste factor is the common default; bump it to 15% for hand-dug holes or rough ground.
How do I figure concrete for multiple footings or posts?
Calculate the volume of one footing or hole, then multiply by how many you have. This calculator's quantity field does that for you and rolls the total into bags and cubic yards automatically.