{
  "slug": "how-much-sod-do-i-need",
  "title": "How Much Sod Do I Need?",
  "heading": "How Much Sod Do I Need?",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-sod-do-i-need",
  "summary": "A 1,500 sq ft lawn needs about 94 standard sod pallets' worth, or roughly 1,575 sq ft of sod with a 5% waste allowance.",
  "description": "Sod is sold by the square foot, often bundled into pallets that cover a fixed area, so ordering the right amount means measuring your lawn area and adding a waste allowance for cutting around curves, edges, and obstacles. This calculator converts your yard's square footage into sod area needed and the number of pallets to order.",
  "formula": "Sod Needed = Lawn Area × (1 + Waste %). Pallets = Sod Needed ÷ Sq Ft per Pallet.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-sod-do-i-need",
  "inputs": [
    {
      "id": "area",
      "label": "Lawn area",
      "kind": "number",
      "hint": null,
      "default": 1500,
      "unit": "sq ft",
      "min": 10,
      "max": null
    },
    {
      "id": "wastePct",
      "label": "Waste allowance",
      "kind": "number",
      "hint": null,
      "default": 5,
      "unit": "%",
      "min": 0,
      "max": 20
    },
    {
      "id": "sqFtPerPallet",
      "label": "Sq ft per pallet",
      "kind": "number",
      "hint": null,
      "default": 450,
      "unit": "sq ft",
      "min": 100,
      "max": 600
    }
  ],
  "outputs": [
    {
      "id": "sodNeeded",
      "label": "Sod area needed (sq ft)",
      "format": "number",
      "hint": null,
      "primary": true
    },
    {
      "id": "pallets",
      "label": "Pallets to order",
      "format": "number",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Lawn area: 1500 sq ft",
      "Waste allowance: 5 %",
      "Sq ft per pallet: 450 sq ft"
    ],
    "outputs": [
      "Sod area needed (sq ft): 1,575",
      "Pallets to order: 4"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter lawn area (sq ft).",
      "Enter waste allowance (%).",
      "Enter sq ft per pallet (sq ft).",
      "Read your sod area needed (sq ft) 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": {
        "area": 900,
        "wastePct": 3,
        "sqFtPerPallet": 270
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "area": 1500,
        "wastePct": 5,
        "sqFtPerPallet": 450
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "area": 2400,
        "wastePct": 8,
        "sqFtPerPallet": 600
      }
    }
  ],
  "limitations": [
    "Estimates assume standard, average conditions — local rules, pricing, and materials vary.",
    "Results are rounded for readability; add a buffer before ordering, booking, or committing.",
    "Double-check anything with a real cost attached against a local quote."
  ],
  "faq": [
    {
      "q": "How much sod do I need?",
      "a": "For a 1,500 sq ft lawn with a 5% waste allowance, you need 1,575 sq ft of sod, which comes to about 4 standard pallets at 450 sq ft per pallet."
    },
    {
      "q": "Why add a waste allowance?",
      "a": "Curved beds, sidewalks, tree rings, and irregular yard edges always require cutting pieces to fit, wasting some material — 5% is typical for a simple rectangular yard, 10-15% for yards with lots of curves and obstacles."
    },
    {
      "q": "How much sod is on a pallet?",
      "a": "It varies by supplier and grass type but commonly runs 400-500 square feet per pallet — always confirm with your specific supplier before ordering."
    },
    {
      "q": "Should I measure my whole property or just the lawn?",
      "a": "Measure only the areas that will actually be sodded — exclude the house footprint, driveway, walkways, and any beds or hardscaping."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-many-bags-of-mulch-do-i-need",
    "https://www.revenuelab.fyi/toolbox/how-many-square-feet-is-my-room"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Sod Do I Need? (https://www.revenuelab.fyi/toolbox/how-much-sod-do-i-need)"
}