{
  "slug": "12x16-deck-material-calculator",
  "title": "12x16 Deck Material Calculator",
  "heading": "12x16 Deck Material Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/12x16-deck-material-calculator",
  "summary": "Decking boards, joists, and cost for a 12x16 deck, pre-filled and editable.",
  "description": "12x16 is one of the most-built deck sizes — big enough for a table and grill, small enough to frame in a weekend. This calculator defaults to those dimensions with standard 16-inch joist spacing and 5.5-inch-wide deck boards, then returns the number of boards, joists, and total material cost so you can price the project before buying lumber.",
  "formula": "Deck Boards = (Width ÷ Board Coverage Width) × (1 + Waste%). Joists = (Length ÷ Joist Spacing) + 1. Cost = (Boards × Board Price) + (Joists × Joist Price).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=12x16-deck-material-calculator",
  "inputs": [
    {
      "id": "length",
      "label": "Deck length",
      "kind": "number",
      "hint": null,
      "default": 16,
      "unit": "ft",
      "min": 1,
      "max": null
    },
    {
      "id": "width",
      "label": "Deck width",
      "kind": "number",
      "hint": null,
      "default": 12,
      "unit": "ft",
      "min": 1,
      "max": null
    },
    {
      "id": "joistSpacing",
      "label": "Joist spacing",
      "kind": "number",
      "hint": null,
      "default": 16,
      "unit": "in",
      "min": 12,
      "max": 24
    },
    {
      "id": "boardPrice",
      "label": "Price per deck board",
      "kind": "number",
      "hint": null,
      "default": 28,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "joistPrice",
      "label": "Price per joist",
      "kind": "number",
      "hint": null,
      "default": 22,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "waste",
      "label": "Waste factor",
      "kind": "number",
      "hint": null,
      "default": 10,
      "unit": "%",
      "min": 0,
      "max": 30
    }
  ],
  "outputs": [
    {
      "id": "boards",
      "label": "Deck boards needed",
      "format": "number",
      "hint": null,
      "primary": true
    },
    {
      "id": "joists",
      "label": "Joists needed",
      "format": "number",
      "hint": null,
      "primary": false
    },
    {
      "id": "cost",
      "label": "Estimated material cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "sqft",
      "label": "Deck square footage",
      "format": "number",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Deck length: 16 ft",
      "Deck width: 12 ft",
      "Joist spacing: 16 in",
      "Price per deck board: 28 $",
      "Price per joist: 22 $",
      "Waste factor: 10 %"
    ],
    "outputs": [
      "Deck boards needed: 29",
      "Joists needed: 13",
      "Estimated material cost: $1,098",
      "Deck square footage: 192"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter deck length (ft).",
      "Enter deck width (ft).",
      "Enter joist spacing (in).",
      "Enter price per deck board ($).",
      "Enter price per joist ($).",
      "Enter waste factor (%).",
      "Read your deck boards 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": 10,
        "width": 7,
        "joistSpacing": 12,
        "boardPrice": 17,
        "joistPrice": 13,
        "waste": 6
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "length": 16,
        "width": 12,
        "joistSpacing": 16,
        "boardPrice": 28,
        "joistPrice": 22,
        "waste": 10
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "length": 26,
        "width": 19,
        "joistSpacing": 24,
        "boardPrice": 45,
        "joistPrice": 35,
        "waste": 16
      }
    }
  ],
  "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 deck boards for a 12x16 deck?",
      "a": "Using 5.5-inch boards running the 12-foot width, you need roughly 28-30 boards with a 10% waste allowance for cuts and staggered seams."
    },
    {
      "q": "What joist spacing should I use?",
      "a": "16 inches on center is standard for most composite and wood decking; some composite brands require 12 inches for diagonal patterns, so check your product's span rating before building."
    },
    {
      "q": "Does this include railing and stairs?",
      "a": "No, this covers decking boards and joists only — railing, posts, stairs, and footings should be estimated separately since they vary widely by design and code requirements."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/16x20-deck-material-calculator",
    "https://www.revenuelab.fyi/toolbox/20x20-deck-material-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — 12x16 Deck Material Calculator (https://www.revenuelab.fyi/toolbox/12x16-deck-material-calculator)"
}