{
  "slug": "sand-tons-calculator",
  "title": "Sand Tons Calculator",
  "heading": "Sand Tons Calculator",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/sand-tons-calculator",
  "summary": "Convert an area and depth of sand into tons for delivery orders.",
  "description": "Sand for a paver base, playground, volleyball court, or bedding layer under a patio is sold and delivered by the ton, and converting your project's footprint into tonnage requires a density figure most people don't carry around in their head. Washed construction sand typically weighs around 2,700 lbs per cubic yard, roughly 1.35 tons per cubic yard once you factor in typical moisture content, though damp sand and specialty sands like polymeric jointing sand can run somewhat heavier. This calculator takes your area and target depth, computes cubic yards the same way a concrete or gravel job would, multiplies by the density you specify, and applies a waste factor since sand always compacts down from its loose, delivered volume and a portion is inevitably lost to spillage during spreading and screeding. It's built for paver bedding layers, sandbox fills, sand volleyball courts, and general bedding or leveling sand under hardscape, and it reports both raw cubic yards and the delivered tonnage so you can cross-check either unit against your supplier's quote.",
  "formula": "Cubic Yards = (Area × Depth ft) ÷ 27. Tons = Cubic Yards × Density (tons/cu yd) × (1 + Waste%).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=sand-tons-calculator",
  "inputs": [
    {
      "id": "area",
      "label": "Area",
      "kind": "number",
      "hint": null,
      "default": 200,
      "unit": "sq ft",
      "min": 5,
      "max": null
    },
    {
      "id": "depthIn",
      "label": "Depth",
      "kind": "number",
      "hint": null,
      "default": 2,
      "unit": "in",
      "min": 0.5,
      "max": 24
    },
    {
      "id": "density",
      "label": "Sand density",
      "kind": "number",
      "hint": null,
      "default": 1.35,
      "unit": "tons/cu yd",
      "min": 1,
      "max": 2
    },
    {
      "id": "wastePct",
      "label": "Waste/compaction factor",
      "kind": "number",
      "hint": null,
      "default": 10,
      "unit": "%",
      "min": 0,
      "max": 25
    }
  ],
  "outputs": [
    {
      "id": "tons",
      "label": "Sand needed",
      "format": "decimal",
      "hint": "tons",
      "primary": true
    },
    {
      "id": "cubicYards",
      "label": "Raw cubic yards",
      "format": "decimal",
      "hint": null,
      "primary": false
    },
    {
      "id": "area",
      "label": "Area covered",
      "format": "number",
      "hint": "sq ft",
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Area: 200 sq ft",
      "Depth: 2 in",
      "Sand density: 1.35 tons/cu yd",
      "Waste/compaction factor: 10 %"
    ],
    "outputs": [
      "Sand needed: 1.83",
      "Raw cubic yards: 1.23",
      "Area covered: 200"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter area (sq ft).",
      "Enter depth (in).",
      "Enter sand density (tons/cu yd).",
      "Enter waste/compaction factor (%).",
      "Read your sand 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": {
        "area": 120,
        "depthIn": 1.2,
        "density": 1,
        "wastePct": 6
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "area": 200,
        "depthIn": 2,
        "density": 1.35,
        "wastePct": 10
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "area": 320,
        "depthIn": 3.2,
        "density": 2,
        "wastePct": 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 tons of sand do I need per cubic yard?",
      "a": "About 1.35 tons per cubic yard for typical washed construction or paver bedding sand, though damp sand and specialty jointing sands can weigh somewhat more per yard."
    },
    {
      "q": "How deep should paver bedding sand be?",
      "a": "A 1-inch compacted layer is the standard bedding depth over a compacted gravel base for most patio and walkway pavers; deeper is not stronger and can actually cause paver rocking."
    },
    {
      "q": "Does sand need a waste factor like gravel?",
      "a": "Yes, sand compacts noticeably once screeded and walked on, and some is always lost to overspill at the edges of the work area, so a 10% allowance keeps you from running short mid-job."
    },
    {
      "q": "Is polymeric sand the same as regular paver base sand?",
      "a": "No, polymeric sand is a specialty jointing sand with binders that harden when wet, used to fill the gaps between pavers, while regular sand or stone dust is used as the compacted bedding layer beneath them."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/gravel-tons-calculator",
    "https://www.revenuelab.fyi/toolbox/paver-base-calculator",
    "https://www.revenuelab.fyi/toolbox/river-rock-tons-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Sand Tons Calculator (https://www.revenuelab.fyi/toolbox/sand-tons-calculator)"
}