{
  "slug": "24x24-concrete-slab-calculator",
  "title": "24x24 Concrete Slab Calculator",
  "heading": "24x24 Concrete Slab Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/24x24-concrete-slab-calculator",
  "summary": "Yardage and cost for a 24x24 two-car garage slab, defaulted at 5 inches thick.",
  "description": "24x24 (576 square feet) is the standard two-car garage footprint, so this calculator defaults thickness to 5 inches to reflect a vehicle-bearing slab rather than a patio. Adjust any field — dimensions, thickness, waste, or price per yard — and it recalculates the ready-mix cubic yardage and total material cost instantly.",
  "formula": "Cubic Yards = (Length × Width × Thickness in inches ÷ 12) ÷ 27 × (1 + Waste%). Cost = Cubic Yards × Price per Yard.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=24x24-concrete-slab-calculator",
  "inputs": [
    {
      "id": "length",
      "label": "Slab length",
      "kind": "number",
      "hint": null,
      "default": 24,
      "unit": "ft",
      "min": 1,
      "max": null
    },
    {
      "id": "width",
      "label": "Slab width",
      "kind": "number",
      "hint": null,
      "default": 24,
      "unit": "ft",
      "min": 1,
      "max": null
    },
    {
      "id": "thickness",
      "label": "Thickness",
      "kind": "number",
      "hint": null,
      "default": 5,
      "unit": "in",
      "min": 2,
      "max": 12
    },
    {
      "id": "waste",
      "label": "Waste factor",
      "kind": "number",
      "hint": null,
      "default": 10,
      "unit": "%",
      "min": 0,
      "max": 30
    },
    {
      "id": "pricePerYard",
      "label": "Ready-mix price per cubic yard",
      "kind": "number",
      "hint": null,
      "default": 150,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "cubicYards",
      "label": "Ready-mix needed",
      "format": "decimal",
      "hint": null,
      "primary": true
    },
    {
      "id": "bags",
      "label": "80-lb bags (DIY mix)",
      "format": "number",
      "hint": null,
      "primary": false
    },
    {
      "id": "cost",
      "label": "Estimated concrete cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "cubicFeet",
      "label": "Total cubic feet",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Slab length: 24 ft",
      "Slab width: 24 ft",
      "Thickness: 5 in",
      "Waste factor: 10 %",
      "Ready-mix price per cubic yard: 150 $"
    ],
    "outputs": [
      "Ready-mix needed: 9.78",
      "80-lb bags (DIY mix): 440",
      "Estimated concrete cost: $1,467",
      "Total cubic feet: 240"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter slab length (ft).",
      "Enter slab width (ft).",
      "Enter thickness (in).",
      "Enter waste factor (%).",
      "Enter ready-mix price per cubic yard ($).",
      "Read your ready-mix needed 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": {
        "length": 14,
        "width": 14,
        "thickness": 3,
        "waste": 6,
        "pricePerYard": 90
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "length": 24,
        "width": 24,
        "thickness": 5,
        "waste": 10,
        "pricePerYard": 150
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "length": 38,
        "width": 38,
        "thickness": 8,
        "waste": 16,
        "pricePerYard": 240
      }
    }
  ],
  "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 many cubic yards does a 24x24 garage slab need?",
      "a": "At 5 inches thick with 10% waste, about 4.9 cubic yards — most ready-mix trucks carry up to 10 yards, so this typically fills half a truck."
    },
    {
      "q": "Do I need a thickened edge on a 24x24 garage slab?",
      "a": "Yes, most codes require a thickened perimeter footing (often 12 inches deep) around a garage slab to support the wall load above it — factor that separately since this calculator covers the flat slab volume only."
    },
    {
      "q": "What price per yard should I expect?",
      "a": "Ready-mix concrete commonly runs $120-$180 per cubic yard depending on region and mix strength; adjust the price field to your local supplier's quote for an accurate total."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/24x24-garage-calculator",
    "https://www.revenuelab.fyi/toolbox/20x20-concrete-slab-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — 24x24 Concrete Slab Calculator (https://www.revenuelab.fyi/toolbox/24x24-concrete-slab-calculator)"
}