{
  "slug": "grout-pounds-calculator",
  "title": "Grout Pounds Calculator",
  "heading": "Grout Pounds Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/grout-pounds-calculator",
  "summary": "Estimate pounds of grout needed based on tile size, joint width, and area.",
  "description": "Grout coverage depends on tile size, joint width, and joint depth — larger tiles with narrower grout lines need far less grout per square foot than small mosaic tiles with wide joints, since grout only fills the gaps between tiles rather than the tile surface itself. This calculator uses the standard grout coverage formula, which combines tile length, tile width, joint width, and joint depth (typically the tile's thickness) into a pounds-per-square-foot figure, then multiplies by your total tile area to get total pounds needed. It's built around the same math tile and grout manufacturers use on their own coverage charts, so it works as a sanity check against a specific product's published coverage rate too. Sanded grout is used for joints 1/8 inch and wider, while unsanded grout is reserved for narrow joints under 1/8 inch, and this distinction matters more for application technique than raw coverage math, though joint width itself is still the biggest driver of total grout weight needed.",
  "formula": "Grout (lbs) = [(Tile Length + Tile Width) ÷ (Tile Length × Tile Width)] × Joint Width × Joint Depth × 0.85 × Area",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=grout-pounds-calculator",
  "inputs": [
    {
      "id": "tileLength",
      "label": "Tile length",
      "kind": "number",
      "hint": null,
      "default": 12,
      "unit": "in",
      "min": 1,
      "max": 48
    },
    {
      "id": "tileWidth",
      "label": "Tile width",
      "kind": "number",
      "hint": null,
      "default": 12,
      "unit": "in",
      "min": 1,
      "max": 48
    },
    {
      "id": "jointWidth",
      "label": "Joint width",
      "kind": "number",
      "hint": null,
      "default": 0.125,
      "unit": "in",
      "min": 0.0625,
      "max": 0.75
    },
    {
      "id": "jointDepth",
      "label": "Joint depth",
      "kind": "number",
      "hint": null,
      "default": 0.375,
      "unit": "in",
      "min": 0.125,
      "max": 1
    },
    {
      "id": "area",
      "label": "Total tile area",
      "kind": "number",
      "hint": null,
      "default": 150,
      "unit": "sq ft",
      "min": 5,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "totalLbs",
      "label": "Grout needed",
      "format": "decimal",
      "hint": "lbs",
      "primary": true
    },
    {
      "id": "bags25lb",
      "label": "25lb bags",
      "format": "number",
      "hint": null,
      "primary": false
    },
    {
      "id": "lbsPerSqFt",
      "label": "Pounds per sq ft",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Tile length: 12 in",
      "Tile width: 12 in",
      "Joint width: 0.125 in",
      "Joint depth: 0.375 in",
      "Total tile area: 150 sq ft"
    ],
    "outputs": [
      "Grout needed: 99.6",
      "25lb bags: 4",
      "Pounds per sq ft: 0.664"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter tile length (in).",
      "Enter tile width (in).",
      "Enter joint width (in).",
      "Enter joint depth (in).",
      "Enter total tile area (sq ft).",
      "Read your grout 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": {
        "tileLength": 7.199999999999999,
        "tileWidth": 7.199999999999999,
        "jointWidth": 0.075,
        "jointDepth": 0.22499999999999998,
        "area": 90
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "tileLength": 12,
        "tileWidth": 12,
        "jointWidth": 0.125,
        "jointDepth": 0.375,
        "area": 150
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "tileLength": 19.200000000000003,
        "tileWidth": 19.200000000000003,
        "jointWidth": 0.2,
        "jointDepth": 0.6000000000000001,
        "area": 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": "Why does tile size affect grout amount so much?",
      "a": "Larger tiles have proportionally less grout-joint edge relative to their surface area than small tiles, so a floor of 12x12 tiles needs far less grout than the same square footage in 2x2 mosaic tiles."
    },
    {
      "q": "Sanded or unsanded grout — which do I need?",
      "a": "Use sanded grout for joints 1/8 inch and wider since the sand prevents shrinking and cracking in larger gaps, and unsanded grout for narrower joints where sand would scratch softer or polished tile surfaces."
    },
    {
      "q": "How much extra grout should I buy beyond the calculated amount?",
      "a": "A 10% buffer is reasonable to cover mixing waste and minor joint width variation, plus it's worth keeping a small amount on hand for future repairs since color batches can vary between production runs."
    },
    {
      "q": "Does grout color affect how much I need?",
      "a": "No, coverage is determined purely by tile size, joint width, and joint depth — color has no effect on the physical volume of material needed to fill the joints."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/tile-boxes-calculator",
    "https://www.revenuelab.fyi/toolbox/thinset-bags-calculator",
    "https://www.revenuelab.fyi/toolbox/vinyl-plank-boxes-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Grout Pounds Calculator (https://www.revenuelab.fyi/toolbox/grout-pounds-calculator)"
}