Mulch Calculator
Last updated: 10 August 2026
Reviewed by Gavin · Research and drafting assisted by AI
Mulch Calculator
A mulch calculator turns the plan area of a garden bed, a tree ring, or a landscape strip, together with the depth you want to lay down, into a precise order quantity. It works for rectangles, circles, and any custom polygon you have already measured. The result is reported in both cubic yards and cubic metres, plus the number of bags you will need at the chosen bag size (2 cu ft, 3 cu ft, 1 cu yd bulk, or 1 cu m bulk), and an optional cost estimate.
The basic math is short, volume equals area times depth, but the ordering question is harder. Mulch is sold by the bag in 2 cu ft and 3 cu ft sizes at hardware stores, by the cubic yard in bulk from landscape suppliers, and by the cubic metre in much of Europe and Australia. Bed depths vary from 5 cm (2 in) for flower beds up to 15 cm (6 in) for playground surfaces, and a fresh load of mulch settles 10 to 20% during the first season, so any well-built calculator includes both a rounding-up for partial bags and a 10% surcharge for settling and waste.
How to Use the Mulch Calculator
- Pick the bed shape that matches your project: Rectangle (typical garden bed, hedge strip, foundation planting), Circle (tree ring, fountain surround, round planter), or Custom area (irregular bed, L-shape, oval, compute the area first and enter it directly).
- Choose Imperial (ft, in) or Metric (m, cm) using the toggle at the top. All labels and result units update accordingly.
- Enter your dimensions. For a rectangle: length × width. For a circle: radius (half the diameter). For custom mode: the total plan area in ft² or m².
- Enter the mulch depth. The default is 3 in / 7.5 cm, the standard for shrub beds. Use the Common depth preset dropdown for typical flower beds (2 in / 5 cm), tree rings (3 in / 7.5 cm), shrub beds (4 in / 10 cm), pathways (2 in / 5 cm), and playground surfaces (6 in / 15 cm).
- Pick the bag or bulk size you intend to order. The most common in the US is 2 cu ft at the hardware store; a "yard" of mulch delivered by a landscaper is 1 cu yd (27 ft³). 1 cu m bulk is the standard for metric regions.
- Optionally enter the price per bag (e.g. 4.50) for a cost estimate. Leave blank to skip the dollar figure.
- Click Calculate. The result panel shows volume in yd³, m³, and ft³, the number of bags (rounded up), the recommended order quantity including 10% extra for settling and waste, and the cost if you entered a price.
The Formulas
The calculation has three layers, geometric area, volumetric conversion, and bag count, and each layer is small enough to do by hand if you want to sanity-check the result.
Geometric area:
Rectangle: A = L × W
Circle: A = π × r²
Custom: A = (entered directly)
Volume:
V = A × d
where V is the mulch volume in cubic units matching A's units squared, and d is the mulch depth in the same linear units. Concretely, if A is in ft² and d in inches, divide d by 12 first so both are in feet, then multiply. The calculator does this conversion internally, you can mix the imperial system however the supplier labels the bag and still get a correct answer.
Volume conversions (metric ↔ imperial):
1 cubic yard = 27 cubic feet = 0.7646 cubic metres
1 cubic metre = 35.3147 cubic feet = 1.30795 cubic yards
Bag count:
bags = ceil(V_ft³ / bagSize_ft³)
ceil rounds up, a project that needs 13.4 bags still requires 14 bags, because partial bags still count as a full bag at checkout.
Recommended order (settling + waste):
recommendedBags = ceil(V_ft³ × 1.10 / bagSize_ft³)
Mulch settles 10 to 20% in the first season and a typical DIY bed loses another 5 to 10% to wheelbarrow spills, wind drift, and edges that don't quite meet the border. A 10% surcharge comfortably covers both, and most extension-service guides recommend this margin.
Worked Examples
Example 1, Typical backyard shrub bed (imperial).
A 20 ft × 10 ft shrub bed at 3 in depth, using 2 cu ft bags from a hardware store.
Area = 20 × 10 = 200 ft²
Depth = 3 in = 0.25 ft
Volume = 200 × 0.25 = 50 ft³
Volume in yd³ = 50 / 27 = 1.85 yd³
Volume in m³ = 50 / 35.3147 = 1.42 m³
Bags (2 cu ft) = ceil(50 / 2) = 25 bags
With 10% extra = ceil(55 / 2) = 28 bags
A bulk delivery of 1 yd³ would also cover the job, with a little left over.
Example 2, Large tree ring (imperial).
An 8 ft radius tree ring (16 ft diameter) at 4 in depth, using 2 cu ft bags.
Area = π × 8² = 201.06 ft²
Depth = 4 in = 0.3333 ft
Volume = 201.06 × 0.3333 = 67.02 ft³
Volume in yd³ = 67.02 / 27 = 2.48 yd³
Volume in m³ = 67.02 / 35.3147 = 1.90 m³
Bags (2 cu ft) = ceil(67.02 / 2) = 34 bags
With 10% extra = ceil(73.72 / 2) = 37 bags
Example 3, Mid-size flower bed (metric).
A 6 m × 4 m bed at 7 cm depth, using 1 cu m bulk delivery.
Area = 6 × 4 = 24 m²
Depth = 7 cm = 0.07 m
Volume = 24 × 0.07 = 1.68 m³
Volume in ft³ = 1.68 × 35.3147 = 59.33 ft³
Volume in yd³ = 1.68 × 1.30795 = 2.20 yd³
Bulk (1 cu m) = ceil(1.68 / 1) = 2 deliveries
With 10% extra = ceil(1.85 / 1) = 2 deliveries
In bags at 2 cu ft: ceil(59.33 / 2) = 30 bags. In bags at 3 cu ft: ceil(59.33 / 3) = 20 bags. Choose whichever is cheaper from your local supplier.
Example 4, Full-yard ground cover (imperial, big project).
A 50 ft × 30 ft front lawn being converted to a shrub bed at 3 in depth, using bulk 1 cu yd delivery.
Area = 50 × 30 = 1500 ft²
Depth = 3 in = 0.25 ft
Volume = 1500 × 0.25 = 375 ft³
Volume in yd³ = 375 / 27 = 13.89 yd³
Volume in m³ = 375 / 35.3147 = 10.62 m³
Bags (2 cu ft) = ceil(375 / 2) = 188 bags
Bulk (1 cu yd) = ceil(13.89) = 14 deliveries
With 10% extra = 14 × 1.10 ≈ 15.28 → order 16 yd³
At 2 cu ft bags this becomes 188 bags, which is why almost any project over 4 yd³ is cheaper as a bulk delivery.
Where Mulch Shows Up
Mulch is one of the few materials that shows up in nearly every outdoor project, gardening, landscaping, agriculture, and erosion control, and each context wants a different depth, a different type, and a different bag size.
- Home landscaping and garden beds. Wood-chip or bark mulch at 5 to 10 cm (2 to 4 in) suppresses weeds, conserves soil moisture, regulates root temperature, and finishes a bed visually. This is the most common residential use and the target case for the calculator.
- Tree rings and orchard floor management. A wide ring of mulch around young trees, typically 5 to 10 cm deep and 1 to 2 m wide, keeps mowers and string trimmers away from the trunk, conserves moisture, and moderates soil temperature. Avoid the "mulch volcano" of piling mulch against the trunk, which invites rot and rodent damage.
- Pathways and playground surfaces. Wood-chip mulch at 10 to 15 cm (4 to 6 in) gives a soft, well-drained walking surface and a forgiving surface under playground equipment. The deeper depth reflects impact-attenuation requirements under playground safety standards.
- Vegetable gardens and small-scale agriculture. Straw or compost mulch at 5 to 8 cm keeps soil from splashing onto leaves, retains moisture, and slowly feeds the soil as it breaks down. Use a calculator to budget a season's worth of material across multiple beds.
- Erosion control on slopes. Coarser bark or wood-chip mulch at 7 to 10 cm, often combined with jute netting or erosion-control blankets, slows runoff on newly graded slopes. The calculator's rectangle and circle modes are useful for triangular slope sections when entered as a custom area.
- Commercial landscaping and property maintenance. Crews maintaining apartment complexes, office parks, and HOA common areas mulch dozens of beds per visit; a calculator helps quote the year's material budget in advance.
In every case the math is the same, area times depth, but the type of mulch, the bag size available locally, and the depth at which it should be laid vary considerably. That's why the calculator lets you mix unit systems freely and switch between bag sizes without re-entering anything.
Common Mistakes
Confusing depth units. The single biggest source of ordering error is mixing up depth units. A 3-inch depth is 0.25 feet; a 3-foot depth is 36 inches. The calculator accepts either, but if you copy the depth from one calculator into another, double-check the unit label. A "3 in" mulch layer over 200 ft² is 50 ft³; the same area at "3 ft" depth is 600 ft³, twelve times more material and an order of magnitude more expensive.
Under-ordering to save delivery fees. A second delivery of mulch is more expensive than ordering slightly too much the first time. The recommended order quantity (10% surcharge) is built around this exact trade-off, it covers the typical settling loss plus enough spillage margin that you almost never run short. Don't shave it.
Ignoring mulch type and bulk density. Different mulches weigh and pack differently. Hardwood bark is denser and heavier than pine straw; rubber mulch is lighter; cocoa shell mulch is heavier still. Bulk delivery is charged by volume, so density only affects your truck payload, but bag counts can vary because some suppliers sell "compressed" 2 cu ft bags that fluff up to closer to 3 cu ft after you open them. Check the bag label.
Piling mulch against tree trunks ("mulch volcano"). A common visual mistake is to mound mulch against the trunk of a tree. This holds moisture against the bark, encourages rot, and creates a habitat for rodents that chew the cambium. Pull the mulch back 5 to 10 cm from the trunk so the root flare is visible.
Laying mulch over weeds without removing them first. Mulch blocks light and slows weed growth, but established weeds with rhizomes ( Bermuda grass, bindweed, nutsedge) will push through a 5 cm mulch layer without much trouble. Pull or smother weeds before laying mulch, or use a layer of cardboard / newspaper underneath as an additional weed barrier.
Forgetting to water the bed after mulching. Dry mulch sheds water, rain rolls off the top and the soil underneath stays dry. Water the bed thoroughly before and after laying mulch so the soil underneath is moist and the mulch settles into place. A dry mulch layer also floats and migrates in heavy rain.
Buying by the bag when bulk is cheaper. Bagged mulch is convenient but expensive per cubic yard. The break-even point is usually around 2 to 3 yd³, anything larger is almost always cheaper as a bulk delivery, even after the delivery fee. Use the calculator's bag vs bulk cost comparison to decide.
Frequently Asked Questions
How deep should mulch be? For most flower and shrub beds: 2 to 4 inches (5 to 10 cm). For tree rings: 3 to 4 inches (7.5 to 10 cm) out to the dripline. For pathways: 2 to 3 inches (5 to 7.5 cm). For playground surfaces: 6 inches (15 cm) for adequate impact attenuation. Going deeper than 4 inches around ornamentals is counterproductive, it suffocates roots, holds too much moisture against the crown, and encourages shallow rooting.
How much mulch do I need for a typical garden bed? A 10 ft × 6 ft bed at 3 in depth needs 15 ft³, about 8 bags at 2 cu ft each, or roughly 0.56 yd³. A 20 ft × 10 ft bed at the same depth needs 50 ft³, 25 bags of 2 cu ft, 17 bags of 3 cu ft, or about 2 yd³ bulk. The calculator handles all three conversions automatically and adds the recommended 10% for settling.
How many bags are in a cubic yard of mulch? A cubic yard is 27 cubic feet. At 2 cu ft per bag, that's 13.5 bags (round up to 14). At 3 cu ft per bag, that's exactly 9 bags. Most bulk suppliers will tell you "1 yard covers about 162 square feet at 2 inches deep" or "108 square feet at 3 inches deep", that ratio is exactly 1 yd³ = 27 ft³ spread over the stated area.
What type of mulch is best? For most landscape beds, shredded hardwood bark or pine bark is the standard, long-lasting, attractive, and moderately priced. For vegetable gardens, straw or compost is better because it breaks down into the soil. For playgrounds, engineered wood fibre or rubber mulch meets impact-attenuation standards. For slopes, a coarse bark or wood-chip mulch that won't wash away easily is best. Avoid landscape fabric under most mulches, it interferes with the natural soil improvement that organic mulches provide as they break down.
Should I order bulk mulch or by the bag? By the bag for anything under about 2 yd³ (54 ft² at 4 in depth, or 162 ft² at 2 in depth). By bulk for anything larger, most landscape suppliers deliver a minimum of 2 to 3 yd³ for a flat delivery fee, and the per-yard price is roughly half the per-bag price. The calculator's optional cost field lets you compare both options directly if your supplier quotes a per-bag and a per-bulk price.
How often should mulch be replenished? Organic mulch breaks down at different rates depending on the material. Pine straw: 1 to 2 years. Shredded hardwood bark: 2 to 3 years. Coarse wood chips: 3 to 5 years. Compost or straw: 1 season. A light top-up each spring, about 1 inch (2.5 cm), is usually enough to maintain the recommended depth without stripping and re-laying the bed.
How much does a cubic yard of mulch weigh? Depends on the material and moisture content. Pine bark mulch: 400 to 800 lb per cubic yard. Hardwood bark: 600 to 1,000 lb per cubic yard. Wood chips: 500 to 800 lb per cubic yard. Compost: 1,000 to 1,500 lb per cubic yard. Wet mulch weighs 10 to 20% more than dry. A standard pickup truck holds about 1 to 2 yd³ depending on payload rating; a single-axle dump truck holds 5 to 10 yd³.
Can I lay mulch in the rain? Yes, but it's heavier to move and the mulch won't fluff up evenly. Wet mulch also clumps, which makes it harder to spread uniformly. The best time to mulch is after a rain or a thorough watering, on a dry day, with moist soil underneath, the bed drinks, the mulch locks in moisture, and the bed stays attractive longer.
can the Mulch Calculator be used for professional or commercial purposes? yes, the Mulch Calculator provides mathematically correct results that are suitable for professional, commercial, and educational use. For the Mulch Calculator, For the Mulch Calculator, For high-stakes applications (medical, legal, financial), verify results with a domain expert. For the Mulch Calculator, the Mulch Calculator formulas used are well-established and validated against reference standards.
For the Mulch Calculator, How often are the underlying formulas updated? For the Mulch Calculator, the Mulch Calculator formulas are based on established scientific, mathematical, or industry-standard references and rarely require updates. When standards change (e.g., new physical constants, revised tax brackets, updated standards), the Mulch Calculator is updated to reflect the current authoritative source. For the Mulch Calculator, For the Mulch Calculator, Each calculator's references section lists the specific sources used.
Also try these free tools:
Inputs and Their Effects
Each input on the form contributes a different piece of information to the calculation. The shape selector determines whether the calculator multiplies length × width, π × r², or uses your entered area directly, the geometric interpretation changes but the underlying volume = area × depth relation stays the same. The unit toggle switches every input label and every result cell in parallel, so you can move between metric and imperial without losing any precision in the conversion. Depth is the linear input that scales the result proportionally, doubling the depth doubles the volume and therefore the bag count, all else equal. Bag size enters as a divisor, so doubling the bag size halves the bag count without changing the underlying volume. The optional price field multiplies the bag count by a unit price to give a cost estimate; leaving it blank simply omits that row. Treat the preset depth list as a sensible default rather than a personalised recommendation, flower beds and playground surfaces have legitimately different needs, and a 5 cm layer that is correct for annuals will be insufficient for impact attenuation. When the same project can be specified in multiple ways (a rectangle also has a perimeter, a circle also has a diameter), pick the input that matches the data you already have rather than converting manually.
For the Mulch Calculator, Common Mistakes to Avoid A common mistake is to assume the default settings fit every situation. Defaults are reasonable for typical cases, but real projects often have edge cases that benefit from a more careful choice of parameters. For the Mulch Calculator, Another frequent error is to ignore units. Mixing metric and imperial inputs, or assuming the tool expects one convention when it expects another, will produce answers that are off by predictable amounts, a 3-inch depth is roughly 7.6 cm, and a 3-foot depth is 91.4 cm; the difference is a factor of twelve in the resulting volume. be careful when chaining the Mulch Calculator with another. For the Mulch Calculator, Passing the output of one tool directly into another can compound small errors and produce a misleadingly precise final number. For the Mulch Calculator, Do not trust the result blindly when the inputs are at the extreme ends of their valid ranges. Edge cases are exactly where hidden assumptions break down, a 0.1-inch depth will produce a volume that may round to zero bags and confuse the calculator. For the Mulch Calculator, Finally, take a moment to sanity-check the answer against a rough mental estimate. For the Mulch Calculator, If the output is wildly different from your gut estimate, one of the inputs is almost certainly wrong.
For the Mulch Calculator, When to Use This Tool
Different calculators exist for closely related questions, and choosing the right one saves time. This tool is best when you want a quick, specific answer for a single well-defined project, the bed area is clear and the answer is an order quantity you can act on. If your situation involves many interacting variables or requires scenario modelling (for example, comparing several different mulch types, depths, or supplier quotes), a more elaborate spreadsheet or planning tool may serve you better. When the question is fundamentally about aesthetics or horticultural judgement (for example, whether dyed mulch suits a historic neighbourhood, or whether a particular tree species prefers acidic pine bark over neutral hardwood), the calculator can supply useful inputs but should not be the only basis for the decision. If you are working with very small or very large projects, double-check the display precision. A half-acre commercial property at 4 in depth exceeds 600 yd³, which most calculators show without scientific notation but worth eyeballing once. Use this tool when you already know the bed layout and want to know how many bags or cubic yards to order; use a landscape-design tool when you are still deciding where the beds should go.
For the Mulch Calculator, How the Math Works
Underneath the form, the calculation is doing a small amount of arithmetic in a specific order. Inputs are converted into consistent units (all dimensions to feet or metres internally), then fed into the area formula for the chosen shape, then multiplied by the depth, then divided by the bag size with a ceiling function to round up partial bags. The ceiling is the operation that distinguishes "bags needed" from "bags you'd ideally use if fractional bags existed", and it is the reason a 67 ft³ requirement still requires 34 × 2 cu ft bags rather than 33.5. For the Mulch Calculator, Multiplication and division bind tighter than addition and subtraction, so most calculators follow standard mathematical precedence automatically. Floating-point arithmetic means that very long decimal expansions are stored with limited precision; for most everyday garden-bed calculations this is invisible, but if you need an exact rational answer (for example, in a quote that will be itemised on an invoice), it is worth verifying the last few digits. For the Mulch Calculator, Rounding happens at display time, not inside the calculation. For the Mulch Calculator, the underlying value may carry more precision than the screen shows, so do not be alarmed when the displayed answer looks slightly off from a hand calculation done with rounded intermediates.
Practical Tips
A few habits make mulch orders more reliable. First, measure the bed on the ground, not from memory. A 20 ft × 10 ft bed is easy to misjudge by a foot either way; that error multiplies into several cubic feet at typical depths. Second, walk the bed perimeter and account for plants and stepping stones, subtract any area that won't take mulch before entering the dimensions, or use custom mode to enter the cleaned-up area directly. Third, decide before you order whether you want bagged or bulk mulch; switching halfway through the project costs twice the delivery fee. Fourth, water the bed thoroughly the day before you mulch, dry soil repels water and a freshly mulched bed sheds rain for the first few weeks. Fifth, edge the bed before you mulch, a clean spade-cut edge or a steel/plastic edging strip keeps the mulch from migrating into the lawn. Sixth, keep a partial bag around for top-ups the following spring; mulch breaks down faster than you think and a 1-inch top-up is much cheaper than a full re-lay.
Troubleshooting Unexpected Results
If the answer you get does not match your expectation, walk through a quick diagnostic before assuming the Mulch Calculator is wrong. First, verify the units. Confirm the form is set to the unit system you intend (metric versus imperial, feet versus metres, inches versus centimetres). A unit mismatch is the single most common reason for surprising results, confusing inches with feet in the depth field alone produces a 12× volume error. Second, check the sign of each input. A negative dimension where the form expects a positive magnitude, or a zero where it expects a positive depth, will produce either a zero volume or a parser error. Third, inspect the shape selector. A rectangular bed entered with the circle selector multiplies π × r² instead of L × W; the resulting volume is wrong by a factor of π/4 ≈ 0.785. Fourth, look at the magnitude. For the Mulch Calculator, If the answer is many orders of magnitude away from your estimate, the issue is almost always a unit or decimal-point error rather than a genuine disagreement with the formula. For the Mulch Calculator, Finally, cross-check against a hand calculation for one simple case. Plugging in a 10 ft × 10 ft × 1 ft depth should yield exactly 100 ft³; if it does not, one of the inputs is being misinterpreted somewhere upstream.
Related Concepts and Where This Fits
Understanding where this calculation fits among related landscaping and construction calculators helps with both interpretation and choosing the right tool for a new project. The result of this calculator is usually one ingredient in a larger workflow rather than an end in itself, an order quantity you then compare against supplier prices, delivery schedules, and project timelines. Treat the output as a starting point for placing an order, not as a binding requirement. When the same problem could be solved by several different tools (for example, area-calculator + volume-calculator instead of this combined tool), the choice often comes down to which inputs you already have on hand. If you find yourself re-running the calculator with slightly different inputs to see how the answer moves (deeper depth, larger bag, different shape), you are effectively performing a sensitivity analysis, a powerful way to understand which inputs matter most. In practice, depth is by far the most sensitive parameter: a 50% deeper mulch layer means 50% more material, while a 50% larger bag means 25% fewer bags. If your budget is tight, reduce depth before reducing area.
References
- USDA Natural Resources Conservation Service, Mulching (national engineering handbook, part 652, irrigation guide)
- University of Florida IFAS Extension, Selecting and Using Mulches in the Landscape (publication ENH 103)
- Penn State Extension, Mulches for the Landscape (home lawn and garden information)
- Cornell Cooperative Extension, Using Organic Mulches Around the Home Garden
- Mulch & Soil Council, Bulk Density and Coverage Standards for Mulch Products (industry reference for cubic yard weights and bag counts)