0XC00D1176

Windows Media Player can't find CD burner (0xC00D1176)

Network & Connectivity Intermediate 👁 1 views 📅 May 29, 2026

WMP can't see your burner. Nine times out of ten it's a driver or service issue. Here's the fix that works every time.

You've got the error. Let's kill it.

Windows Media Player spits out 0xC00D1176 when it can't find a compatible burner. The culprit is almost always a dead IMAPI service or a corrupted driver. I've seen this on everything from Windows 7 to Windows 11. Don't bother buying a new drive yet — try this first.

The fix that works 90% of the time

1. Restart the IMAPI service

IMAPI (Image Mastering API) is the service that handles CD burning. If it's stopped, WMP can't see the burner. Here's how to check it:

  1. Press Win + R, type services.msc, hit Enter.
  2. Scroll down to IMAPI CD-Burning COM Service.
  3. Right-click it, select Properties.
  4. Set startup type to Automatic.
  5. Click Start if it's not running.
  6. Click Apply, then OK.

Now test WMP. If it works, you're done. If not, move to step 2.

2. Reinstall the CD/DVD driver

Windows Update often kills optical drive drivers. Yes, it's stupid. Here's how to fix it:

  1. Right-click the Start button, select Device Manager.
  2. Expand DVD/CD-ROM drives.
  3. Right-click your drive, select Uninstall device.
  4. Check Delete the driver software for this device if it appears.
  5. Restart your PC. Windows will reinstall the driver automatically.

I've seen this fix for drives that Windows 10 and 11 randomly kill after a feature update.

3. Check the registry (if both above fail)

This is less common, but I've seen it on systems where a third-party burning app (like Nero or Roxio) left dead registry keys. Here's the path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\IMAPI\

Look for a key called DriveMask or Drives. If it exists, delete it. Then restart the IMAPI service from step 1.

Warning: Messing with the registry can break things. Back it up first. Right-click the key, select Export.

Why does this happen in the first place?

Windows Media Player relies on the IMAPI service to talk to your burner. If that service is disabled or stuck, WMP throws the 0xC00D1176 error. And Windows Update is the worst offender — it often resets the service startup type to Manual or Disabled after a cumulative update. Microsoft knows about this, but they've never bothered to patch it permanently.

The driver issue is similar: Windows Update replaces working drivers with generic ones that don't support burning. The uninstall trick forces Windows to re-detect the hardware and load the correct driver from its cache.

Less common variations of the same problem

USB burner not recognized

If you're using an external USB burner, the problem is often power delivery. Plug it into a powered USB hub or directly into the motherboard's USB port. Skip the front panel ports — they sometimes don't supply enough juice.

Blu-ray burner, but WMP only sees CD/DVD

WMP doesn't support Blu-ray burning natively. That's not a bug — it's a feature limitation. You'll need third-party software like CyberLink Power2Go or Nero. But if WMP can't even see the drive for CD/DVD, the IMAPI fix still applies.

Drive appears in Explorer but not WMP

This means the hardware is fine. The IMAPI service is the first thing to check. Also verify that the drive isn't disabled in BIOS — but that's extremely rare on modern systems.

How to keep this from coming back

  • Set IMAPI to Automatic right now. Do it even if the error is gone. Windows Update won't change it if you've set it manually.
  • Disable Windows Update driver updates. Use the Show or hide updates troubleshooter from Microsoft (Google it) to block driver updates. This stops Windows from replacing your working driver.
  • Skip third-party burning apps. Unless you need them for Blu-ray, stick with WMP or Windows Disc Image Burner. Third-party apps often corrupt the IMAPI registry keys.
  • Run a manual driver check every quarter. Open Device Manager, right-click your drive, select Update driverBrowse my computerLet me pick. Pick the Microsoft-provided driver dated 2006 (yes, it's old, but it works).

That's it. You should be burning discs again in under 10 minutes. If not, your burner might actually be dead — but I'd bet all my experience that it's not.

Was this solution helpful?