{
  "slug": "asphalt-driveway-paving-cost",
  "title": "Asphalt Driveway Paving Cost Calculator",
  "heading": "Asphalt Driveway Paving Cost Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/asphalt-driveway-paving-cost",
  "summary": "New asphalt driveway cost by area, thickness, base depth, and tear-out.",
  "description": "A new asphalt driveway is priced by area and by the depth of what goes under it. The asphalt mat itself is usually 2-3 inches compacted for residential use, but the aggregate base beneath it — typically 4-8 inches of compacted crushed stone — is what determines whether the driveway lasts five years or twenty-five. This calculator prices excavation and base, the asphalt mat by compacted thickness, and optional removal of an existing surface. 2026 US national averages land near $7-$13 per square foot for a full replacement including base work, or $4-$7 per square foot for a fresh mat over sound existing base. Northern freeze-thaw climates justify the thicker base; skimping there is the single most common cause of early cracking.",
  "formula": "Cost = Area × (Base Rate × Base Depth Factor + Asphalt Rate × Thickness Factor) + Tear-out.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=asphalt-driveway-paving-cost",
  "inputs": [
    {
      "id": "area",
      "label": "Driveway area",
      "kind": "number",
      "hint": null,
      "default": 900,
      "unit": "sq ft",
      "min": 100,
      "max": 20000
    },
    {
      "id": "asphaltRate",
      "label": "Asphalt rate at 2 inch compacted",
      "kind": "number",
      "hint": null,
      "default": 4.2,
      "unit": "$/sq ft",
      "min": 1.5,
      "max": 12
    },
    {
      "id": "thickness",
      "label": "Compacted asphalt thickness",
      "kind": "number",
      "hint": null,
      "default": 3,
      "unit": "in",
      "min": 1.5,
      "max": 6
    },
    {
      "id": "baseRate",
      "label": "Base + excavation rate at 4 inch",
      "kind": "number",
      "hint": null,
      "default": 2.4,
      "unit": "$/sq ft",
      "min": 0,
      "max": 8
    },
    {
      "id": "baseDepth",
      "label": "Compacted base depth",
      "kind": "number",
      "hint": null,
      "default": 6,
      "unit": "in",
      "min": 0,
      "max": 12
    },
    {
      "id": "tearOut",
      "label": "Existing surface removal",
      "kind": "number",
      "hint": null,
      "default": 0,
      "unit": "$/sq ft",
      "min": 0,
      "max": 5
    }
  ],
  "outputs": [
    {
      "id": "totalCost",
      "label": "Total asphalt driveway cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "asphaltCost",
      "label": "Asphalt mat",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "baseCost",
      "label": "Excavation + aggregate base",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "tearOutCost",
      "label": "Tear-out and disposal",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "perSqFt",
      "label": "Installed cost per sq ft",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Driveway area: 900 sq ft",
      "Asphalt rate at 2 inch compacted: 4.2 $/sq ft",
      "Compacted asphalt thickness: 3 in",
      "Base + excavation rate at 4 inch: 2.4 $/sq ft",
      "Compacted base depth: 6 in",
      "Existing surface removal: 0 $/sq ft"
    ],
    "outputs": [
      "Total asphalt driveway cost: $8,910",
      "Asphalt mat: $5,670",
      "Excavation + aggregate base: $3,240",
      "Tear-out and disposal: $0",
      "Installed cost per sq ft: $9.90"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter driveway area (sq ft).",
      "Enter asphalt rate at 2 inch compacted ($/sq ft).",
      "Enter compacted asphalt thickness (in).",
      "Enter base + excavation rate at 4 inch ($/sq ft).",
      "Enter compacted base depth (in).",
      "Enter existing surface removal ($/sq ft).",
      "Read your total asphalt driveway cost 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": 550,
        "asphaltRate": 2.52,
        "thickness": 1.7999999999999998,
        "baseRate": 1.44,
        "baseDepth": 4,
        "tearOut": 0
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "area": 900,
        "asphaltRate": 4.2,
        "thickness": 3,
        "baseRate": 2.4,
        "baseDepth": 6,
        "tearOut": 0
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "area": 1450,
        "asphaltRate": 6.720000000000001,
        "thickness": 4.800000000000001,
        "baseRate": 3.84,
        "baseDepth": 10,
        "tearOut": 0
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How thick should a residential asphalt driveway be?",
      "a": "Two to three inches of compacted asphalt over a properly compacted 4-8 inch stone base handles cars and light trucks. Go to four inches of asphalt and a deeper base if RVs, dump trucks, or heavy delivery vehicles will use it."
    },
    {
      "q": "Can I pave over my old driveway?",
      "a": "An overlay works only if the existing surface is structurally sound with no alligator cracking or base failure — otherwise the same cracks reflect through the new mat within a couple of seasons."
    },
    {
      "q": "When can I drive on new asphalt?",
      "a": "Usually 24-72 hours for cars depending on temperature, but the mat stays soft for weeks — avoid parking in one spot, turning the wheel while stopped, and heavy loads for the first month."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/driveway-sealcoating-cost",
    "https://www.revenuelab.fyi/toolbox/gravel-delivery-cost"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Asphalt Driveway Paving Cost Calculator (https://www.revenuelab.fyi/toolbox/asphalt-driveway-paving-cost)"
}