{
  "slug": "cost-to-fix-car-ac-calculator",
  "title": "Cost to Fix Car AC Calculator",
  "heading": "Cost to Fix Car AC Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/cost-to-fix-car-ac-calculator",
  "summary": "Diagnosis, recharge, compressor or evaporator — including R-1234yf refrigerant pricing.",
  "description": "Car air conditioning repair has one cheap outcome and several expensive ones, and the refrigerant your car uses moves every number. Vehicles built roughly from 2015 onward use R-1234yf, which costs several times more per pound than the older R-134a, so even a simple evacuate-and-recharge can double. Beyond that the fix depends on where the leak is: an O-ring or a condenser is straightforward, a compressor means flushing the system and replacing the drier, and an evaporator core buried in the dash can be a fifteen-hour dash-out job that costs more than the car is worth on an older vehicle. This calculator prices the diagnosis, the repair path, the refrigerant by type and charge weight, and the labor at your state's rate. Worked assumption for the defaults: a condenser replacement, 2.5 lb of R-1234yf, 3 book hours at the $105 US-average rate, 7.25% tax — about $1,140.",
  "formula": "Total = (repair parts + refrigerant lb × price per lb + drier/oil) × (1 + tax) + (diagnosis + book hours × state rate).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=cost-to-fix-car-ac-calculator",
  "inputs": [
    {
      "id": "repair",
      "label": "Repair needed",
      "kind": "select",
      "hint": null,
      "default": "310",
      "options": [
        {
          "value": "0",
          "label": "Recharge only — no parts"
        },
        {
          "value": "85",
          "label": "O-ring, valve or hose seal — $85"
        },
        {
          "value": "310",
          "label": "Condenser — $310"
        },
        {
          "value": "480",
          "label": "Compressor (with clutch) — $480"
        },
        {
          "value": "620",
          "label": "Evaporator core — $620"
        }
      ]
    },
    {
      "id": "hours",
      "label": "Book labor hours",
      "kind": "number",
      "hint": null,
      "default": 3,
      "unit": "hours",
      "min": 0.5,
      "max": 20
    },
    {
      "id": "laborRate",
      "label": "State shop labor rate",
      "kind": "select",
      "hint": "Independent-shop door rate for your state band. Dealer rates are handled separately below.",
      "default": "105",
      "options": [
        {
          "value": "105",
          "label": "US average — $105/hr"
        },
        {
          "value": "82",
          "label": "AL, AR, MS, KY, WV, OK — $82/hr"
        },
        {
          "value": "90",
          "label": "TN, MO, IN, KS, IA, NE, SC — $90/hr"
        },
        {
          "value": "98",
          "label": "TX, GA, OH, MI, NC, FL, AZ — $98/hr"
        },
        {
          "value": "112",
          "label": "PA, MN, WI, NV, UT, VA — $112/hr"
        },
        {
          "value": "125",
          "label": "IL, CO, OR, NJ, MD, NY (upstate) — $125/hr"
        },
        {
          "value": "140",
          "label": "MA, WA, CT, HI, NY metro — $140/hr"
        },
        {
          "value": "155",
          "label": "CA metro (Bay Area, LA, San Diego) — $155/hr"
        }
      ]
    },
    {
      "id": "diag",
      "label": "Leak diagnosis and dye test",
      "kind": "number",
      "hint": null,
      "default": 140,
      "unit": "$",
      "min": 0,
      "max": 400
    },
    {
      "id": "refrigerant",
      "label": "Refrigerant type",
      "kind": "select",
      "hint": null,
      "default": "95",
      "options": [
        {
          "value": "32",
          "label": "R-134a (most vehicles before ~2015) — $32/lb"
        },
        {
          "value": "95",
          "label": "R-1234yf (most vehicles after ~2015) — $95/lb"
        }
      ]
    },
    {
      "id": "charge",
      "label": "System charge weight",
      "kind": "number",
      "hint": null,
      "default": 2.5,
      "unit": "lb",
      "min": 0.5,
      "max": 6
    },
    {
      "id": "drier",
      "label": "Receiver drier, orifice tube and oil",
      "kind": "number",
      "hint": null,
      "default": 90,
      "unit": "$",
      "min": 0,
      "max": 600
    },
    {
      "id": "taxRate",
      "label": "State + local sales tax on parts",
      "kind": "select",
      "hint": "Most states tax parts; several tax labor too. Pick the band closest to your county rate.",
      "default": "7.25",
      "options": [
        {
          "value": "0",
          "label": "No sales tax — AK, DE, MT, NH, OR"
        },
        {
          "value": "4",
          "label": "Low — HI, WY, WI, ME (~4%)"
        },
        {
          "value": "6",
          "label": "Mid — MI, KY, MD, PA, VA (~6%)"
        },
        {
          "value": "7.25",
          "label": "US average with local add-ons (~7.25%)"
        },
        {
          "value": "8.5",
          "label": "High — CA, IL, NY, WA metro (~8.5%)"
        },
        {
          "value": "9.5",
          "label": "Highest — LA, TN, AR, AL local combos (~9.5%)"
        }
      ]
    }
  ],
  "outputs": [
    {
      "id": "total",
      "label": "Likely AC repair cost",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "low",
      "label": "Low end of quote range",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "high",
      "label": "High end of quote range",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "refrigerantCost",
      "label": "Refrigerant",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "parts",
      "label": "Parts including refrigerant and tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "labor",
      "label": "Repair labor",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "diag",
      "label": "Diagnosis",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "rechargeOnly",
      "label": "Rough cost if it only needs a recharge",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Repair needed: Condenser — $310",
      "Book labor hours: 3 hours",
      "State shop labor rate: US average — $105/hr",
      "Leak diagnosis and dye test: 140 $",
      "Refrigerant type: R-1234yf (most vehicles after ~2015) — $95/lb",
      "System charge weight: 2.5 lb",
      "Receiver drier, orifice tube and oil: 90 $",
      "State + local sales tax on parts: US average with local add-ons (~7.25%)"
    ],
    "outputs": [
      "Likely AC repair cost: $1,139",
      "Low end of quote range: $934",
      "High end of quote range: $1,423",
      "Refrigerant: $255",
      "Parts including refrigerant and tax: $684",
      "Repair labor: $315",
      "Diagnosis: $140",
      "Rough cost if it only needs a recharge: $500"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter repair needed.",
      "Enter book labor hours (hours).",
      "Enter state shop labor rate — Independent-shop door rate for your state band. Dealer rates are handled separately below..",
      "Enter leak diagnosis and dye test ($).",
      "Enter refrigerant type.",
      "Enter system charge weight (lb).",
      "Enter receiver drier, orifice tube and oil ($).",
      "Enter state + local sales tax on parts — Most states tax parts; several tax labor too. Pick the band closest to your county rate..",
      "Read your likely ac repair 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": {
        "repair": "310",
        "hours": 1.7999999999999998,
        "laborRate": "105",
        "diag": 80,
        "refrigerant": "95",
        "charge": 1.5,
        "drier": 50,
        "taxRate": "7.25"
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "repair": "310",
        "hours": 3,
        "laborRate": "105",
        "diag": 140,
        "refrigerant": "95",
        "charge": 2.5,
        "drier": 90,
        "taxRate": "7.25"
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "repair": "310",
        "hours": 4.800000000000001,
        "laborRate": "105",
        "diag": 220,
        "refrigerant": "95",
        "charge": 4,
        "drier": 140,
        "taxRate": "7.25"
      }
    }
  ],
  "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": "Why is R-1234yf so expensive?",
      "a": "It is a lower-global-warming refrigerant that is harder to produce and, for years, was patent-restricted. Prices have eased but remain several times R-134a, and the two are not interchangeable — the fittings and the oil differ."
    },
    {
      "q": "Are the DIY recharge cans worth it?",
      "a": "Only as a short-term patch on an R-134a system with a slow leak, and they risk overcharging, which damages the compressor. If the system is empty there is a leak; adding refrigerant without finding it vents it straight back out."
    },
    {
      "q": "Why does an evaporator cost so much when the part is cheap?",
      "a": "Because it lives inside the dash. Most of the bill is the ten to fifteen hours of removing the dashboard, steering column and HVAC case, then reassembling everything without rattles."
    },
    {
      "q": "Where do the state labor rates come from?",
      "a": "They are independent-shop door rates by state band — what a non-dealer shop charges per book hour before parts. Rates cluster tightly by market cost of living, which is why the tool groups states rather than pretending each one has a single number. If you already have a quote, back out the shop's own rate and use that."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/cost-to-replace-a-timing-belt-calculator",
    "https://www.revenuelab.fyi/toolbox/cost-to-replace-a-windshield-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Cost to Fix Car AC Calculator (https://www.revenuelab.fyi/toolbox/cost-to-fix-car-ac-calculator)"
}