{
  "slug": "cost-to-replace-a-catalytic-converter-calculator",
  "title": "Cost to Replace a Catalytic Converter Calculator",
  "heading": "Cost to Replace a Catalytic Converter Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/cost-to-replace-a-catalytic-converter-calculator",
  "summary": "CARB vs federal parts, theft claims, and the shields worth fitting after.",
  "description": "Catalytic converter pricing splits on one question: does your state require a CARB-compliant part? California, and the states that follow its emissions rules, will not pass a vehicle fitted with a cheaper federal-spec aftermarket converter, and the compliant part frequently costs two to three times more. On top of that, converters are the most stolen part in America, so many owners are buying one after a theft — which brings a comprehensive deductible, a rental, and a good argument for a $200 shield. This calculator prices the converter by compliance tier and position, adds oxygen sensors and pipework, applies your state's labor rate and tax band, and models the insurance path plus the shield. Worked assumption for the defaults: one federal aftermarket converter at $520, one O2 sensor, 2 book hours at the $105 US-average rate, 7.25% tax — about $945 cash.",
  "formula": "Total = (converter × count + sensors + pipe/gaskets + shield) × (1 + tax) + hours × state rate; insured cost = min(total, deductible).",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=cost-to-replace-a-catalytic-converter-calculator",
  "inputs": [
    {
      "id": "converter",
      "label": "Converter type required",
      "kind": "select",
      "hint": null,
      "default": "520",
      "options": [
        {
          "value": "230",
          "label": "Universal federal aftermarket — $230"
        },
        {
          "value": "520",
          "label": "Direct-fit federal aftermarket — $520"
        },
        {
          "value": "1150",
          "label": "CARB-compliant aftermarket (CA and CARB states) — $1,150"
        },
        {
          "value": "2100",
          "label": "OEM dealer converter — $2,100"
        }
      ]
    },
    {
      "id": "count",
      "label": "Converters needed",
      "kind": "number",
      "hint": null,
      "default": 1,
      "unit": "count",
      "min": 1,
      "max": 4
    },
    {
      "id": "sensors",
      "label": "Oxygen sensors replaced",
      "kind": "number",
      "hint": null,
      "default": 1,
      "unit": "count",
      "min": 0,
      "max": 4
    },
    {
      "id": "sensorPrice",
      "label": "Price per oxygen sensor",
      "kind": "number",
      "hint": null,
      "default": 95,
      "unit": "$",
      "min": 20,
      "max": 400
    },
    {
      "id": "pipe",
      "label": "Pipe, flanges, gaskets and hardware",
      "kind": "number",
      "hint": null,
      "default": 70,
      "unit": "$",
      "min": 0,
      "max": 800
    },
    {
      "id": "hours",
      "label": "Book labor hours",
      "kind": "number",
      "hint": null,
      "default": 2,
      "unit": "hours",
      "min": 0.5,
      "max": 10
    },
    {
      "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": "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%)"
        }
      ]
    },
    {
      "id": "shield",
      "label": "Anti-theft shield",
      "kind": "select",
      "hint": null,
      "default": "0",
      "options": [
        {
          "value": "0",
          "label": "No shield"
        },
        {
          "value": "225",
          "label": "Bolt-on cat shield installed — $225"
        }
      ]
    },
    {
      "id": "claim",
      "label": "Paying method",
      "kind": "select",
      "hint": null,
      "default": "cash",
      "options": [
        {
          "value": "cash",
          "label": "Paying cash"
        },
        {
          "value": "claim",
          "label": "Comprehensive theft claim"
        }
      ]
    },
    {
      "id": "deductible",
      "label": "Comprehensive deductible",
      "kind": "number",
      "hint": null,
      "default": 500,
      "unit": "$",
      "min": 0,
      "max": 2500
    }
  ],
  "outputs": [
    {
      "id": "outOfPocket",
      "label": "What you actually pay",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "total",
      "label": "Full repair cost",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "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": "cats",
      "label": "Converters including tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "sensors",
      "label": "Oxygen sensors",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "labor",
      "label": "Labor",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "shieldCost",
      "label": "Anti-theft shield",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Converter type required: Direct-fit federal aftermarket — $520",
      "Converters needed: 1 count",
      "Oxygen sensors replaced: 1 count",
      "Price per oxygen sensor: 95 $",
      "Pipe, flanges, gaskets and hardware: 70 $",
      "Book labor hours: 2 hours",
      "State shop labor rate: US average — $105/hr",
      "State + local sales tax on parts: US average with local add-ons (~7.25%)",
      "Anti-theft shield: No shield",
      "Paying method: Paying cash",
      "Comprehensive deductible: 500 $"
    ],
    "outputs": [
      "What you actually pay: $945",
      "Full repair cost: $945",
      "Low end of quote range: $775",
      "High end of quote range: $1,181",
      "Converters including tax: $558",
      "Oxygen sensors: $102",
      "Labor: $210",
      "Anti-theft shield: $0"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter converter type required.",
      "Enter converters needed (count).",
      "Enter oxygen sensors replaced (count).",
      "Enter price per oxygen sensor ($).",
      "Enter pipe, flanges, gaskets and hardware ($).",
      "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 state + local sales tax on parts — Most states tax parts; several tax labor too. Pick the band closest to your county rate..",
      "Enter anti-theft shield.",
      "Enter paying method.",
      "Enter comprehensive deductible ($).",
      "Read your what you actually pay 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": {
        "converter": "520",
        "count": 1,
        "sensors": 1,
        "sensorPrice": 55,
        "pipe": 40,
        "hours": 1.2,
        "laborRate": "105",
        "taxRate": "7.25",
        "shield": "0",
        "claim": "cash",
        "deductible": 300
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "converter": "520",
        "count": 1,
        "sensors": 1,
        "sensorPrice": 95,
        "pipe": 70,
        "hours": 2,
        "laborRate": "105",
        "taxRate": "7.25",
        "shield": "0",
        "claim": "cash",
        "deductible": 500
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "converter": "520",
        "count": 2,
        "sensors": 2,
        "sensorPrice": 150,
        "pipe": 110,
        "hours": 3.2,
        "laborRate": "105",
        "taxRate": "7.25",
        "shield": "0",
        "claim": "cash",
        "deductible": 800
      }
    }
  ],
  "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": "What is a CARB-compliant converter and do I need one?",
      "a": "It is a converter certified to California's emissions standard and carries an EO number. California and the states that adopted its rules require it for registration and inspection; installing a federal part there means failing the test and buying the correct one anyway."
    },
    {
      "q": "Why are converters stolen so often?",
      "a": "They contain platinum, palladium and rhodium, and on high-clearance vehicles a thief can cut one out in under two minutes. Hybrids and trucks are hit hardest. A welded or bolt-on shield does not make it impossible, only slow enough to move on."
    },
    {
      "q": "Can I just delete it or fit a test pipe?",
      "a": "No. Removing emissions equipment is a federal violation, fails inspection everywhere it is tested, throws a permanent check-engine light, and can void insurance and resale. It is also loud and smells terrible."
    },
    {
      "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-an-engine-calculator",
    "https://www.revenuelab.fyi/toolbox/cost-to-register-a-car-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — Cost to Replace a Catalytic Converter Calculator (https://www.revenuelab.fyi/toolbox/cost-to-replace-a-catalytic-converter-calculator)"
}