Sonotube Calculator

Sonotube calculator estimates concrete bags and pour volume using V=πr2hV=\pi r^2h. Enter tube diameter, depth, quantity, waste, density, and bag size to get volume, weight, and bag count.

%
Total Concrete Bags
6Bags
Includes 5% waste allowance using 80 lb bags.
Total Volume With Waste
3.30 cu ft
Ready-Mix Volume 0.12 cu yd
Weight With Waste 478 lbs
Total pour volume required including the added waste allowance.
Volume Before Waste
3.14 cu ft / tube
Total Before Waste 3.14 cu ft
Forms Count 1 Form
Mathematical volume required for the tubes before adding any waste factor.
Alternative Bag Counts
6 Bags (90 lb)
Using 60 lb bags 8 Bags
Using 50 lb bags 10 Bags
Required quantities if using different standard pre-mixed bag sizes.
Density & Yield Calculations
Bag count is estimated from concrete volume x density / bag weight. Actual bag yield can vary by manufacturer, water ratio, and mix type.

This sonotube calculator estimates concrete volume, concrete bags, ready-mix volume, and weight for round cylindrical concrete forms. Enter tube diameter, height or depth, quantity, waste factor, concrete density, and bag size to get a complete material estimate for your project.

What This Sonotube Calculator Does

This concrete sonotube calculator is built for one purpose: estimating the concrete needed to fill cylindrical tube forms. Whether you are setting deck posts, fence posts, mailbox bases, or any project using round column forms, this tool gives you a material estimate before you buy.

  • Calculates concrete volume for cylindrical forms based on diameter and height
  • Estimates bags of concrete for sonotube projects using weight-based bag math
  • Accepts tube diameter as a preset or custom value
  • Supports multiple height and depth units: ft, in, yd, m, cm, ft & in, and m & cm
  • Accepts quantity so you can estimate multiple tubes in one calculation
  • Applies a waste factor percentage to increase the pour volume estimate
  • Works with lb bag sizes (40, 50, 60, 80, 90 lb) and kg bag sizes (20, 25, 30, 40 kg)
  • Outputs volume before waste and volume with waste so you can see both numbers
  • Provides ready-mix cubic yard volume for larger pours
  • Shows alternative bag counts across common sizes so you can compare purchasing options

Sonotube Concrete Formula

Concrete volume for a cylindrical tube form is calculated using the standard cylinder volume formula:

$$Volume = \pi \times r^2 \times h$$

Where r is the radius of the tube (half the diameter) and h is the height or depth of the form. The calculator converts diameter to radius internally, and all unit conversions happen before the formula is applied so diameter and height are always in the same unit system.

When you enter more than one tube, the single-tube volume is multiplied by quantity to get the total volume before waste:

$$Total\ Before\ Waste = Volume\ Per\ Tube \times Number\ Of\ Tubes$$

The waste factor then increases the total to account for spillage, uneven form bottoms, and overfill:

$$Volume\ With\ Waste = Volume\ Before\ Waste \times (1 + Waste\% \div 100)$$

This final volume with waste is the number used for all bag count and ready-mix estimates.

How Concrete Bags Are Estimated

This calculator does not use printed bag yield to count bags. Instead it uses a weight-based formula that converts the required concrete volume into mass and divides by the bag weight you select:

$$Bags = \lceil (Volume \times Density) \div Bag\ Weight \rceil$$

The ceiling function (⌈ ⌉) means the result is always rounded up to the next whole bag. You cannot buy a partial bag, so rounding up gives you enough material to complete the pour.

Concrete density is a key variable. The default is 145 lb per cubic foot for standard mixed concrete, but density can vary depending on aggregate type, water content, and mix design. A higher density setting will increase the estimated mass and may raise the bag count. A lower density setting will reduce it.

The actual printed yield shown on bags from brands like Quikrete, Sakrete, or bags sold at Lowe’s and other retailers can differ from a weight-based estimate. Mix type, water ratio, and compaction all affect real-world yield. Always check the label on the exact product you plan to use before purchasing.

How to Use the Sonotube Calculator

Tube Diameter — Select a preset diameter that matches a standard round form size, or enter a custom diameter if your form does not match a preset. Diameter is the full width across the inside of the tube, not the radius.

Tube Height / Depth — Enter the depth or height you plan to fill. Choose the unit that matches how you measured: ft, in, yd, m, cm, ft & in combined, or m & cm combined. The calculator handles the conversion internally.

Number of Tubes — Enter how many identical tube forms you are filling. The calculator multiplies single-tube volume by this number to get a combined total before waste.

Concrete Bag Size — Select the bag size you plan to buy. Options include 40, 50, 60, 80, and 90 lb bags, and 20, 25, 30, and 40 kg bags. Choosing a larger bag size generally reduces the bag count because each bag contributes more material by weight.

Waste Factor — Enter a percentage between 0% and whatever your project requires. A value of 5% adds 5% to the total volume as an estimating buffer. This covers minor spillage, slightly uneven form bottoms, and overfill. See the waste factor section below for guidance.

Concrete Density — Enter the density of mixed concrete in lb per cubic foot or kg per cubic meter. The default value of 145 lb/cu ft is a common reference for standard concrete. Adjust this if you are using a lightweight or heavyweight mix.

What the Results Mean

Total Concrete Bags — The number of bags needed at your selected bag size, rounded up to the nearest whole bag. This is the primary purchasing estimate.

Total Volume With Waste — The total concrete volume in cubic feet (or your selected unit) after the waste factor has been applied. This is the volume used for all downstream calculations.

Ready-Mix Volume — The total volume with waste converted to cubic yards. Use this figure if you are ordering ready-mix concrete from a supplier instead of mixing bagged concrete on site.

Weight With Waste — The estimated total mass of concrete required, calculated as total volume with waste multiplied by the density you entered. Useful for understanding delivery and handling requirements.

Volume Before Waste Per Tube — The pure cylinder volume for a single tube form with no waste added. This is the baseline geometric volume for one tube.

Total Before Waste — The combined cylinder volume for all tubes before the waste factor is applied. This is the sum of all individual tube volumes.

Forms Count — Confirms the number of tube forms entered. Useful as a reference when reviewing the summary.

Alternative Bag Counts — The calculator shows bag counts across multiple common bag sizes so you can compare options at the store. For example, if you are choosing between 60 lb, 80 lb, and 90 lb bags, the alternative count table lets you see how many bags you would need of each size without re-running the calculator. This is particularly useful when one size is on sale or more readily available.

Example: 12 Inch Sonotube, 4 Feet Deep

Here is a worked example using one of the most common residential form sizes:

InputValue
Tube Diameter12 inches
Tube Height / Depth4 feet
Number of Tubes1
Waste Factor5%
Concrete Density145 lb / cu ft
Bag Size80 lb

Step 1 — Convert diameter to radius in feet:

$$r = 12 \div 2 \div 12 = 0.5\ ft$$

Step 2 — Calculate volume before waste:

$$Volume = \pi \times 0.5^2 \times 4 = 3.14\ cu\ ft$$

Step 3 — Apply the 5% waste factor:

$$Volume\ With\ Waste = 3.14 \times 1.05 = 3.30\ cu\ ft$$

Step 4 — Calculate weight with waste:

$$Weight = 3.30 \times 145 = 478\ lb$$

Step 5 — Estimate 80 lb bags:

$$Bags = \lceil 478 \div 80 \rceil = \lceil 5.98 \rceil = 6\ bags$$

The calculator rounds 5.98 up to 6 because a partial bag cannot be purchased. For a single 12-inch tube filled 4 feet deep with a 5% waste buffer, the estimate is 6 bags of 80 lb concrete.

Sonotube Calculator for Bags of Concrete

The most common question when using a sonotube calculator is how many bags of concrete are needed. The answer depends directly on which bag size you select, and the difference can be meaningful even on a small job.

Using the 12-inch, 4-foot example above with a 5% waste factor and 145 lb/cu ft density:

Bag SizeEstimated Bags
40 lb12
50 lb10
60 lb8
80 lb6
90 lb6

Notice that 80 lb and 90 lb bags produce the same count on this particular pour because rounding up from 5.98 and 5.32 both land on 6. On larger pours where the raw number is further from a whole number, the difference between bag sizes becomes more pronounced.

Selecting larger bags reduces the number of bags to mix and carry. Selecting smaller bags may be practical if you are working alone or in a tight space. The alternative bag count output in this calculator lets you compare all sizes at once without re-entering your inputs.

Weight-based estimates are useful for planning, but printed bag yield can differ by brand, mix type, and water ratio. Check the exact bag label before buying. Always check the bag label for the manufacturer’s mixing instructions and yield guidance before finalizing your purchase.

Concrete Sonotube Calculator vs Ready-Mix Volume

For small projects — a few deck posts, a single gate post, or a handful of footings — bagged concrete is usually the practical choice. This calculator gives you the total bag count so you can load up a cart at the hardware store and mix on site.

For larger pours involving many tubes or deeper footings, the cumulative volume can make bagged concrete impractical. At that scale, ordering ready-mix from a concrete supplier is more efficient. The calculator outputs ready-mix volume in cubic yards specifically for this scenario, so you have the number ready when you call for a quote.

Both outputs — total bags and ready-mix volume — are derived from the same underlying volume-with-waste calculation. The difference is only in how the material is delivered to your site. For projects involving five or more tubes deeper than 4 feet, it is worth comparing the cost of bagged concrete versus ready-mix delivery before committing to either method.

Why Square Feet Alone Is Not Enough

Searches for a sonotube calculator in square feet suggest that some users are thinking in two-dimensional terms. Square footage describes area — the circular face of a tube — but concrete is a three-dimensional material that fills volume. Square feet alone cannot give you a bag count.

The calculation works in two steps. First, the circular cross-sectional area is calculated:

$$Area = \pi \times r^2$$

For a 12-inch tube that area is approximately 0.785 square feet. That number on its own tells you nothing about how much concrete you need.

The second step multiplies area by height to get volume in cubic feet:

$$Volume = Area \times Height$$

A 12-inch tube at 4 feet deep has a volume of about 3.14 cubic feet. That is the number the bag calculation is based on. If you only knew the square footage of the opening, you would have no way to estimate concrete without also knowing the depth — which is exactly why this calculator requires both diameter and height as inputs.

Waste Factor and Overfill Allowance

The waste factor input lets you add a percentage buffer to your estimated concrete volume. Common estimating practice uses 5% to 10% as a general allowance for small residential concrete pours.

A waste allowance serves several practical purposes:

  • Spillage — Some concrete is lost during mixing and transfer, especially when working in tight spots
  • Uneven form bottoms — The bottom of an excavated hole is rarely perfectly flat, so actual volume may be slightly more than the geometric calculation suggests
  • Small measurement errors — If your measured depth is slightly off, a small buffer prevents you from running short
  • Slight overfill — Filling a form just above the rim and then screeding level requires a small amount of extra material

There is no universally required waste percentage. The right amount depends on your site conditions, your experience level, and how precisely you have measured. For a first-time pour or an uneven excavation, 10% is a reasonable buffer. For a clean, well-measured form, 5% may be sufficient. You can set the waste factor to 0% if you prefer to work with the raw geometric volume and buy one extra bag separately as a contingency.

Using Quikrete, Sakrete, Lowe’s, or Other Bagged Concrete

Many users search for a Quikrete sonotube calculator or a Sakrete sonotube calculator when planning a concrete pour. This makes sense — both are widely available brands and users want to estimate how many bags to put in the cart at Lowe’s or their local building supply store.

This calculator is not affiliated with Quikrete, Sakrete, Lowe’s, or any other brand or retailer. It is a neutral estimating tool that works by bag weight. You enter the bag weight that matches the product you plan to buy, and the calculator estimates the number of bags needed based on volume, density, and that weight.

To use it as a Quikrete sonotube calculator, simply select the bag weight that matches the Quikrete product you are purchasing — for example, 80 lb for Quikrete Fast-Setting Concrete Mix sold in 80 lb bags. To use it as a Sakrete sonotube calculator, do the same with the Sakrete bag size you have chosen.

Because each brand formulates their concrete differently, and actual yield can vary by water content, mix type, and compaction, always check the yield or coverage information printed on the specific bag before buying. Use the calculator output as a starting estimate, then verify against the label.

Assumptions and Limits

This calculator works within a defined set of assumptions. Understanding what it does and does not account for helps you use the results appropriately.

  • Cylindrical form only — The calculator assumes a perfect cylinder. It is not designed for tapered forms, oval forms, or non-circular cross-sections
  • Accurate measurements required — Bag count accuracy depends on the diameter and height you enter. Measure carefully, especially depth, as field conditions often differ from initial plans
  • Density-based bag count is an estimate — The formula uses mass divided by bag weight, not manufacturer-printed yield. Actual yield can differ by product, water ratio, and how the concrete is consolidated in the form
  • Yield varies by product and mixing method — Different concrete formulations have different densities. If you know the density of the specific product you are using, enter it in the density field for a closer estimate
  • No footing design or structural sizing — This calculator estimates material quantity only. It does not determine the required pier diameter, footing depth, reinforcement, or load capacity for your application
  • Local code requirements are outside this tool — Frost depth, minimum footing size, required embedment, soil bearing capacity, and structural load requirements vary by location. Check local building codes and requirements before finalizing footing dimensions

Sonotube Calculator FAQs

How do I calculate concrete for a Sonotube?

Use the cylinder volume formula: π × r² × h, where r is half the tube diameter and h is the depth you are filling. Multiply by the number of tubes, apply a waste factor, then divide by the concrete volume per bag to get bag count. This calculator handles all of those steps once you enter diameter, height, quantity, waste, density, and bag size.

How many bags of concrete do I need for a Sonotube?

It depends on the tube diameter, depth, number of tubes, waste factor, and the bag size you select. Enter your specific dimensions into this calculator to get a bag count. The alternative bag count output also shows totals for multiple common bag sizes at once.

How many 80 lb bags of concrete fill a 12 inch Sonotube?

For a 12-inch tube filled to 4 feet deep with a 5% waste factor, the estimate is 6 bags of 80 lb concrete using a density of 145 lb/cu ft. The depth is the biggest variable — a shallower or deeper form changes the answer. Use the calculator with your actual depth for an accurate result.

Is a Sonotube calculator based on square feet or cubic feet?

Concrete volume is cubic feet, not square feet. The circular cross-section of the tube has an area measured in square feet, but that area must be multiplied by the depth to get cubic feet of concrete. Square footage alone is not enough to estimate bag count — you always need depth as well.

Can I use this as a Quikrete sonotube calculator?

Yes. Select the bag weight that matches the Quikrete product you plan to use — for example, 80 lb — and the calculator will estimate how many bags you need. This tool is not affiliated with Quikrete. Check the yield information printed on the Quikrete bag to confirm the estimate fits your project before purchasing.

Can I use this as a Sakrete sonotube calculator?

Yes. Enter the bag weight of the Sakrete product you are using and the calculator will produce a bag count estimate. This tool is not affiliated with Sakrete. As with any brand, actual yield depends on the specific mix, water added, and compaction, so check the bag label before buying.

Why does the bag count change when density changes?

The calculator estimates bags by converting volume to mass using density, then dividing by bag weight. A higher density means the same volume of concrete weighs more, which increases the mass required and may increase the bag count. A lower density produces a lower mass and may reduce it. If you are using a lightweight mix or a specialty product, entering a more accurate density gives a closer estimate.

Should I use a waste factor for Sonotube concrete?

Most estimators include a 5% to 10% buffer to account for spillage, uneven hole bottoms, and small measurement differences. For a first pour or an uneven excavation, 10% is a reasonable allowance. For a clean, well-measured form, 5% is usually sufficient. The calculator lets you set the waste factor to whatever percentage fits your project, or set it to 0% if you prefer to manage contingency separately.

References

Quikrete — Concrete Mix Product Data Sheet
Quikrete Concrete Mix Data Sheet
Lists common bag sizes and approximate yields, including 40 lb, 50 lb, 60 lb, 80 lb, and 90 lb bags. Sakrete — High Strength Concrete Mix Data Sheet
Sakrete High Strength Concrete Mix TDS
Shows product bag sizes, approximate yields, and water guidance for Sakrete bagged concrete.