Code 10 or Code 43 (Device Manager)

Audio Codec Hardware Failure – Diagnose & Fix

Hardware – RAM & MB Intermediate 👁 10 views 📅 Jun 18, 2026

Audio codec hardware failure means the onboard audio chip died, got shorted, or lost power. Here's how to test it and what to do next.

1. Dead Codec – The Most Common Cause

What's actually happening here is your onboard audio codec — usually a Realtek ALC892, ALC1220, or similar chip — has suffered an internal failure. These chips are surface-mount parts soldered directly to the motherboard. They can die from electrostatic discharge, a voltage spike from a cheap PSU, or just age-related wear. I've seen this most often on motherboards from 2016–2020, especially the B350 and X370 boards where the codec runs hot and gets minimal airflow.

The symptom: no sound from the rear jacks or front panel. Device Manager shows a yellow exclamation mark with Code 10 ("This device cannot start") or Code 43 ("Windows has stopped this device because it has reported problems"). Uninstalling and reinstalling drivers does nothing. Rolling back drivers does nothing. The chip is just gone.

What you actually need to do:

  1. Boot into a Linux live USB (Ubuntu or Mint). If the audio still doesn't work there, it's hardware. Windows drivers weren't the problem.
  2. Check the motherboard's audio section visually. Look for the small square IC (the codec) near the rear I/O panel. Sometimes there's a visible crack or burn mark. More often it's invisible.
  3. If you've confirmed the codec is dead, your options are:
    • Replace the codec chip (desktop rework station required — not a beginner job)
    • Use a USB DAC or USB audio adapter ($10–50)
    • Buy a new motherboard

Don't waste time on driver scavenger hunts. That's the most common mistake: reinstalling drivers for a chip that can't even power on. The reason step 3 works is because the USB audio path bypasses the dead codec completely.

2. Power Delivery Failure – The Sneaky One

The second cause is a failed voltage regulator or filtering component on the motherboard's audio rail. The codec itself might be fine, but it's not getting clean power. This shows up as intermittent audio, popping sounds, then silence. Windows may show Code 10 or simply say "device is working properly" while producing no sound.

How to test: Use a multimeter in DC voltage mode. Probe the small capacitors near the codec chip — you should see roughly 3.3V and 1.8V rails. Missing voltage? The regulator (often a small 5-pin IC labeled something like "1117" or "RT9013") has failed.

The fix that rarely works: Replacing capacitors. It's tempting, but the real fix is replacing the voltage regulator. Unless you have a microscope and steady hands, this is not worth the effort on a board worth less than $100.

The practical fix: Same as above — USB audio adapter. Or if you're stubborn, buy a replacement codec chip from LCSC or Mouser ($3–8) and have a local repair shop reflow it. Costs $20–40. Often cheaper than a new motherboard.

3. Short or Corrosion – The Physical Damage

This one's specific to front panel audio headers. If you've ever plugged in a case audio cable backwards or forced it, you can short the 5V line directly to ground or to the codec's output pins. That kills the codec instantly. Also happens when someone spills liquid into the front jacks.

How to diagnose: Disconnect the front panel audio header (HD_AUDIO) from the motherboard entirely. Boot the PC. If the rear audio jacks now work, the front header was shorted. Replace the front audio cable or leave it disconnected. If rear audio still doesn't work, the codec is dead.

The fix: Cut the damaged cable, or buy a new case front panel PCB ($5). For rear jacks that got wet, isopropyl alcohol and a toothbrush sometimes revive them — but realistically, once corrosion sets in, the metal contacts are gone.

I've also seen bent pins in the HD_AUDIO connector itself. Straighten them with tweezers. That's free and takes 30 seconds.

Quick-Reference Summary Table

CauseSymptomsBest FixCost
Dead codec chipNo sound, Code 10/43, fails in LinuxUSB audio adapter or replace chip$10–$50
Power regulator failureIntermittent audio, then silenceReplace regulator or use USB audio$3–$40
Front panel shortRear jacks work when front cable disconnectedReplace front audio cable or leave disconnected$0–$5
Corrosion in jacksCrackling, one channel deadClean with alcohol or replace I/O shield$0–$15

Bottom line: 9 times out of 10, a failed audio codec is a dead chip. Don't waste hours on drivers. Buy a $10 USB dongle and move on. Your ears won't notice the difference, and your sanity will thank you.

Was this solution helpful?