Mulch Coverage Calculator
Enter shape dimensions and a target depth to estimate mulch volume and optional bag counts.
Enter a length.
Bags + cost estimate (optional)Expand to set bag size and unit pricing—▾
Assumptions & disclaimer▾
Disclaimer: this tool provides a math-based estimate for planning and purchasing. Always follow local guidelines and supplier recommendations for your project, and verify any product- or vendor-specific ordering rules before buying.
How the mulch coverage calculator works
This calculator turns a measured footprint into mulch volume. You pick a shape, enter dimensions in your preferred units, and choose a depth. The tool computes area from the shape, then computes volume as area × depth, and finally converts the same volume into practical buying units. The preview diagrams exist to stop the high-cost mistakes: radius versus diameter, triangle height versus slanted side, and border cutouts that must be subtracted.
Scenario-based examples
These examples pick units on purpose. The preview diagrams below use the same unit system as the example they are describing.
- Shape: Rectangle
- Dimension unit: ft. Enter Length 20 and Width 8.
- Depth unit: in. Enter Depth 3.
- Waste: 10% if your edge is uneven or you expect settling.
- Read results in ft³ for bags and yd³ for bulk delivery.
- Shape: Circle
- Dimension unit: m. Enter Radius 1.2.
- Depth unit: cm. Enter Depth 7.
- Waste: 5% if the bed is not perfectly level or you have roots and bumps.
- Read headline in m³ for the quote, then check L if you want a more intuitive number.
- Shape: Triangle
- Dimension unit: yd. Enter Base 5 and Height 3.
- Depth unit: in. Enter Depth 2.5.
- Waste: 8% if the edges are irregular or the wedge is “close enough” rather than perfectly triangular.
- Read results in yd³ for bulk, and cross-check ft³ if you’re sanity-checking against bags.
- Shape: Square
- Dimension unit: cm. Enter Side 240.
- Depth unit: cm. Enter Depth 6.
- Waste: 5% if you expect settling or you’ll spill during spreading.
- Set output to L and use the headline liters number to match bag options (for example 40 L bags).
End-to-end math path (technical)Open if you want the exact sequence the calculator uses.Show details▾
- Convert all dimensions into a common base length unit derived from the chosen selectors (ft/in/yd or m/cm).
- Compute area A for the selected shape (square/rectangle/circle/ triangle or border variant).
- Convert depth into that same base length unit and compute volume V = A × depth.
- Apply waste as a multiplier: Vw = V × (1 + waste% ÷ 100).
- Convert Vw into yd³, ft³, m³, and L (and show whichever your UI prioritizes).
- If bag sizing is used: bags_exact = Vw ÷ bag_volume, and the buy count is rounded up.
Rectangle
Use Rectangle for straight-edged beds: long borders along a fence, a strip beside a driveway, or a simple garden box.
Length and Width are the two ground measurements that define the footprint. In this section the diagram labels are shown in ft.
The rectangle formula is simple, but the real-world errors are not: wrong unit selectors, swapping a depth unit, or measuring the outside edge when you really meant the inside edge.
- Length (ft): Measured along the long edge of the bed on the ground.
- Width (ft): Measured across the bed, perpendicular to length.
- Depth (in): Thickness of mulch to add. This is what converts area into volume.
- Waste %: Planning buffer for uneven grade, settling, and imperfect edges.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Area: A = Length × Width
- Volume: V = A × depth
- Waste-adjusted volume: Vw = V × (1 + waste% ÷ 100)
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- If depth is entered in in but the selector is wrong, volume will be off by a big factor (12× when inches and feet are mixed).
- If you are measuring a bed that curves slightly, rectangle is still a good estimate but use waste to cover the irregular edges.
- If your result is surprisingly small, verify you did not enter centimeters while the selector is meters (or inches while the selector is feet).
Square
Use Square when the footprint is truly equal on all sides: square planters, square paver cutouts, or compact beds.
The preview shows one side labeled Length, because a square uses the same side for both dimensions. The unit shown is ft.
Square reduces input effort and reduces mismatched sides, but it only works if the footprint is actually square. If one side is longer, use Rectangle.
- Side (ft): One side of the footprint on the ground. Used twice in the area calculation.
- Depth (in): Mulch thickness. Doubling depth doubles volume.
- Waste %: Optional buffer. Useful when edges are not perfectly straight.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Area: A = side²
- Volume: V = A × depth
- Waste volume: Vw = V × (1 + waste% ÷ 100)
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- Do not use Square as a shortcut for rectangles. A small mismatch in sides can change area enough to affect bag counts.
- If you are matching a bulk quote, sanity-check with a second output unit (yd³ or m³) so the number “feels” right.
- If your square is actually a border around something, use a border shape instead so you subtract the cutout.
Circle
Use Circle for round beds, tree rings, circular planters, and anything measured from a central point.
The preview labels Radius from the center to the edge. The unit on the diagram is ft.
Circle errors are expensive because radius is squared. If radius is doubled, area becomes 4×. The diagram is there to make “radius” unambiguous.
- Radius (ft): Center-to-edge distance. If you measured across the full circle, you measured diameter, not radius.
- Depth (in): Mulch thickness applied uniformly across the circle footprint.
- Waste %: Optional buffer for roots, bumps, and irregular edging.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Area: A = π × r²
- Volume: V = A × depth
- Waste volume: Vw = V × (1 + waste% ÷ 100)
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- If you measured diameter, divide by 2 before entering radius.
- If the circle is not perfect, measure two radii at right angles, average them, and add a small waste buffer.
- If the result is 4× too big, the most likely cause is diameter entered as radius.
Triangle
Use Triangle for wedge-shaped corners, tapered beds, or any area where you can define one base and a perpendicular height.
The preview shows Base along the bottom and Height as a straight up-and-down perpendicular measurement. Units shown are ft.
The most common triangle mistake is using a sloped edge as height. The calculator needs the perpendicular height because that is what the area formula uses.
- Base (ft): The straight edge you choose as the base reference.
- Height (ft): Perpendicular distance from the base to the opposite point (not the slanted side).
- Depth (in): Mulch thickness applied across the triangle footprint.
- Waste %: Optional buffer for irregular edges or measurement uncertainty.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Area: A = (base × height) ÷ 2
- Volume: V = A × depth
- Waste volume: Vw = V × (1 + waste% ÷ 100)
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- If you only have the three side lengths and no perpendicular height, triangle is harder to measure accurately. Use a right-angle measurement if possible.
- If the triangle is part of a larger bed, consider splitting the job into a rectangle plus a triangle to reduce error.
- If you used the slanted side as height, your area is overstated.
Rectangle border
Use Rectangle border when you mulch around a rectangular cutout: around a patio, around a shed pad, or around a rectangular feature you are not covering.
The preview shows an outer rectangle and an inner rectangle. The mulch footprint is the difference: outer minus inner. Diagram units are ft.
Border shapes prevent overbuy. People often measure the outside footprint and forget to subtract what they are not mulching. This shape forces the subtraction.
- Outer length (ft): Outside footprint length of the whole region.
- Outer width (ft): Outside footprint width of the whole region.
- Inner length (ft): Cutout length you will not cover with mulch.
- Inner width (ft): Cutout width you will not cover with mulch.
- Depth (in): Mulch thickness applied only to the border area.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Outer area: Aout = outer_length × outer_width
- Inner area: Ain = inner_length × inner_width
- Border area: A = Aout - Ain
- Volume: V = A × depth
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- Inner dimensions must be smaller than outer dimensions. If not, the cutout is invalid or swapped.
- Cutout position does not matter for area, only the cutout size matters.
- If you have multiple cutouts, compute them separately and subtract, or add waste conservatively.
Circle border (ring)
Use Circle border for donut shapes: tree rings, circular beds around a fountain, or any area between an outer edge and an inner edge.
The preview shows outer radius and inner radius. The mulched footprint is πRout² - πRin². Diagram units are ft.
Circle borders are one of the easiest places to swap inner and outer values. The diagram makes the relationship obvious, and the math is sensitive because radii are squared.
- Outer radius (ft): Center-to-outer-edge distance.
- Inner radius (ft): Center-to-inner-edge distance (the void).
- Depth (in): Mulch thickness applied to the ring only.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Outer area: Aout = π × Rout²
- Inner area: Ain = π × Rin²
- Ring area: A = Aout - Ain
- Volume: V = A × depth
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- Inner radius must be smaller than outer radius. If it is not, swap them or re-measure.
- If you measured inner/outer diameters, divide by 2 before input.
- If the ring is thin, small measurement error can matter. Use a modest waste buffer.
Triangle border
Use Triangle border when you are mulching around a triangular cutout or you have a triangular perimeter zone that excludes a similar inner triangle.
The preview shows outer base/height and inner base/height. The mulch footprint is outer triangle area minus inner triangle area. Units shown are ft.
Triangle borders show up in corners and hardscape transitions. Subtracting the inner triangle prevents a systematic overbuy that is hard to notice until you compare to what was actually installed.
- Outer base (ft): Base edge length of the outer triangle.
- Outer height (ft): Perpendicular height of the outer triangle.
- Inner base (ft): Base edge length of the inner cutout triangle.
- Inner height (ft): Perpendicular height of the inner cutout triangle.
- Depth (in): Mulch thickness applied to the border area only.
Calculations used (technical)Collapsed by default so it stays readable. Open if you want the exact math.Show details▾
- Outer area: Aout = (outer_base × outer_height) ÷ 2
- Inner area: Ain = (inner_base × inner_height) ÷ 2
- Border area: A = Aout - Ain
- Volume: V = A × depth
Quick checks to avoid mistakes (technical)These prevent the classic 2x, 4x, and 12x errors.Show details▾
- For both triangles, height must be perpendicular. Using a slanted side inflates area.
- Inner values must be smaller than outer values, otherwise the subtraction becomes negative.
- If the inner cutout is not similar to the outer triangle, this still approximates well but increase waste slightly.
Estimates are planning outputs
This tool uses standard geometry plus your chosen depth and optional waste buffer. It does not model compaction, settling over time, slope correction, drainage layers, or product density differences. For buying, confirm depth guidance for your project and use a realistic waste percent if your bed edges are irregular or your shape is an approximation.
Final notes (depth, compaction, and buying strategy)For users comparing contractor quotes, bulk delivery, and bagged mulch.Show details▾
- If you are topping up existing mulch, enter the depth you intend to add, not the total depth already present.
- A “3 inch” layer often settles. If you need an effective 3 inches after settling, plan slightly higher or add a small waste buffer.
- Bagged mulch is sold by volume (often ft³) but may fluff differently by brand. Use the rounded-up bag count, not the exact decimal.
- Bulk is typically yd³ or m³. Use the same unit as the quote before comparing prices.
Who this tool is for
Use this mulch calculator to turn real measurements (shape + dimensions + depth) into a buy-ready volume in the units people actually shop and quote in.
Homeowners, DIYers, and landscapers who have a bed shape and dimensions (square, rectangle, circle, triangle, or a border cutout), plus a target depth, and want a fast volume estimate in yd³/ft³/m³/L for buying mulch in bulk or in bags.
It is shape-first (not “enter area and hope it matches”), so you can measure like people do in real life. The preview diagrams reduce the common mistakes (radius vs diameter, triangle height vs sloped side, forgetting to subtract a cutout), and the output is shown in multiple volume units so you can compare bulk quotes to bag math without mental conversions.
Contractor-grade modeling of compaction, settling over time, slope correction, drainage rock layers, “fluffed bag” brand differences, or site-specific install methods. This is geometry + depth + optional waste so you can plan and buy.
If your problem starts with a known total area (ft²/m²) and a product label that says “covers X per unit,” use the paint coverage tool. The mulch calculator is for footprint → volume: it starts with a shape, computes area, then converts depth into volume.
If you need another specialized tool later, use the site navigation to browse the growing tool list.
- You are choosing between bulk delivery (yd³/m³) and bags (ft³/L), and you want one estimate that shows both so you can compare price fairly.
- You have a tree ring or circular bed and want to avoid the radius/diameter error that can blow the order up by 4×.
- Your bed wraps around something (patio, shed pad, utility box), so you need a border shape that subtracts the cutout instead of overbuying the full outer footprint.
- You are topping up a thin layer and depth is in in or cm, while the bed dimensions are in ft/yd or m. The calculator handles the unit mix without manual conversions.
