{
  "slug": "mulch-delivery-cost",
  "title": "Mulch Delivery Cost Calculator",
  "heading": "Mulch Delivery Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/mulch-delivery-cost",
  "summary": "Bulk mulch by the cubic yard, plus delivery fee and spreading labor.",
  "description": "Bulk mulch is priced per cubic yard, with the mulch type (dyed wood chips, hardwood, cedar, or premium bark) driving the base rate, plus a flat delivery fee and, if you don't spread it yourself, a labor rate per cubic yard for professional spreading. 2026 US national averages run roughly $30-$50 per cubic yard for basic dyed mulch, $45-$70 for hardwood or cedar, and $60-$100+ for premium or specialty mulch, with delivery fees typically $50-$100 flat depending on distance and minimum order size. Professional spreading labor typically adds $40-$65 per cubic yard on top of material and delivery. This calculator totals mulch material, delivery, and optional spreading labor by cubic yard so you can compare a landscape supplier's quote; remember that 1 cubic yard covers roughly 100 sq ft at a standard 3-inch depth, so measure your beds before ordering to avoid over- or under-buying.",
  "formula": "Total = (Cubic Yards × Mulch Rate) + Delivery Fee + (Cubic Yards × Spreading Rate if selected).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=mulch-delivery-cost",
  "inputs": [
    {
      "id": "cubicYards",
      "label": "Mulch needed",
      "kind": "number",
      "hint": null,
      "default": 6,
      "unit": "cubic yards",
      "min": 1,
      "max": 40
    },
    {
      "id": "mulchRate",
      "label": "Mulch material rate",
      "kind": "number",
      "hint": null,
      "default": 45,
      "unit": "$/yd³",
      "min": 20,
      "max": 120
    },
    {
      "id": "deliveryFee",
      "label": "Delivery fee",
      "kind": "number",
      "hint": null,
      "default": 75,
      "unit": "$",
      "min": 0,
      "max": 200
    },
    {
      "id": "spreading",
      "label": "Professional spreading?",
      "kind": "select",
      "hint": null,
      "default": "no",
      "options": [
        {
          "value": "no",
          "label": "No — I'll spread it myself"
        },
        {
          "value": "yes",
          "label": "Yes — add spreading labor"
        }
      ]
    },
    {
      "id": "spreadRate",
      "label": "Spreading labor rate",
      "kind": "number",
      "hint": null,
      "default": 50,
      "unit": "$/yd³",
      "min": 20,
      "max": 100
    }
  ],
  "outputs": [
    {
      "id": "totalCost",
      "label": "Total mulch cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "materialCost",
      "label": "Mulch material cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "spreadingCost",
      "label": "Spreading labor (if selected)",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "coverageSqft",
      "label": "Coverage at 3-inch depth (sq ft)",
      "format": "number",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Mulch needed: 6 cubic yards",
      "Mulch material rate: 45 $/yd³",
      "Delivery fee: 75 $",
      "Professional spreading?: No — I'll spread it myself",
      "Spreading labor rate: 50 $/yd³"
    ],
    "outputs": [
      "Total mulch cost: $345",
      "Mulch material cost: $270",
      "Spreading labor (if selected): $0",
      "Coverage at 3-inch depth (sq ft): 600"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter mulch needed (cubic yards).",
      "Enter mulch material rate ($/yd³).",
      "Enter delivery fee ($).",
      "Enter professional spreading?.",
      "Enter spreading labor rate ($/yd³).",
      "Read your total mulch cost on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "cubicYards": 4,
        "mulchRate": 25,
        "deliveryFee": 45,
        "spreading": "no",
        "spreadRate": 30
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "cubicYards": 6,
        "mulchRate": 45,
        "deliveryFee": 75,
        "spreading": "no",
        "spreadRate": 50
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "cubicYards": 10,
        "mulchRate": 70,
        "deliveryFee": 120,
        "spreading": "no",
        "spreadRate": 80
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How much mulch do I need per square foot of bed?",
      "a": "One cubic yard of mulch covers about 100 square feet at a standard 3-inch depth, or about 160 sq ft at 2 inches — measure your bed area and divide by 100 (at 3\") to estimate cubic yards needed."
    },
    {
      "q": "Bagged vs. bulk mulch — which is cheaper for larger areas?",
      "a": "Bulk mulch by the cubic yard is almost always cheaper than bagged mulch once you need more than about 3-4 cubic yards (roughly 40+ standard bags), since bulk pricing avoids per-bag packaging and handling markup."
    },
    {
      "q": "How often should mulch be replaced?",
      "a": "Most organic mulches break down and should be topped off or refreshed annually, while cedar and cypress mulches can last 2-3 years before needing replacement due to slower decomposition."
    },
    {
      "q": "Does mulch color/dye affect price and longevity?",
      "a": "Dyed mulches (black, brown, red) are often made from reclaimed wood and priced similarly to or slightly less than natural hardwood mulch, but the dye color can fade faster than natural color, sometimes needing a fresher-looking top layer sooner."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/tree-trimming-cost",
    "https://www.revenuelab.fyi/toolbox/gravel-delivery-cost",
    "https://www.revenuelab.fyi/toolbox/landscape-lighting-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Mulch Delivery Cost Calculator (https://www.revenuelab.fyi/toolbox/mulch-delivery-cost)"
}