0XC00D0FB2

NS_E_CD_DRIVER_PROBLEM (0XC00D0FB2) Fix on Windows 10/11

Hardware – Hard Drives Beginner 👁 11 views 📅 Jul 19, 2026

Windows Media Player won't play CDs with this error. The fix is disabling digital audio in its options. Simple, but the why matters.

This error is annoying, but the cure is simpler than you think.

You put a CD in, Windows Media Player opens, and instead of music you get a pop-up: Windows Media Player could not use digital playback to play the CD. Error code 0XC00D0FB2. It feels like a driver problem or a broken drive, but most of the time it's not.

The Fix: Turn off digital playback

Here's what works in 9 out of 10 cases. No driver updates, no registry hacks.

  1. Open Windows Media Player.
  2. Press Alt to show the menu bar if it's hidden.
  3. Click ToolsOptions.
  4. Go to the Devices tab.
  5. Select your CD drive (likely named something like DVD RW Drive) and click Properties.
  6. In the Playback section, change from Digital to Analog.
  7. Click OK all the way out. Restart WMP.

Try playing the CD again. Should work now.

Why this fix works

What's actually happening here is that Windows Media Player tries to read the CD using digital audio extraction (DAE). This sends raw digital data from the disc to your audio system. But cheap drives, older drives, or even some USB CD drives don't support DAE well. Or the Windows audio stack has a glitch that breaks the digital path. By switching to analog, you tell WMP to stop trying to read the disc digitally. Instead, it uses the CD drive's built-in DAC (digital-to-analog converter) and sends the already-converted audio signal through the analog cable (if connected) or through a different internal path. This bypasses the broken digital pipeline.

The reason step 6 works is that analog mode doesn't depend on the same kernel streaming or DirectX components that digital mode uses. If those components are misconfigured or the drive's firmware reports bad capabilities, digital fails silently with this exact error.

Less common variations

Sometimes the main fix doesn't cut it. Here are other things that can cause 0XC00D0FB2 and what to do about them.

1. Corrupted Windows Media Player library

If the library database is corrupted, WMP might misidentify the disc or fail to initialize playback. To rebuild it:

  • Close WMP.
  • Press Win+R, type %LOCALAPPDATA%\Microsoft\Media Player, hit Enter.
  • Delete everything in that folder. Yes, all of it. This resets your playlists and history, but fixes the error.
  • Restart WMP and try the CD.

2. CD drive needs a firmware update

This is rare but happens on some older HP and Dell laptops with Matshita or HLDS drives. Check Device Manager for the exact drive model, then search the manufacturer's site for a firmware update. A firmware update can fix broken DAE support.

3. Third-party audio drivers conflicting

If you have software like Realtek HD Audio Manager or Dolby Atmos drivers, they can interfere with WMP's digital path. Try disabling them temporarily:

  • Right-click the speaker icon in the taskbar → Sound settingsDevice properties.
  • Click Additional device properties.
  • Under the Enhancements tab, check Disable all enhancements.

Test again.

4. Windows audio service restart

Sometimes the audio service just crashes. Open Command Prompt as admin and type:

net stop audiosrv && net start audiosrv

Then restart WMP.

Prevention

Once you switch to analog, leave it there. Unless you have a high-end CD drive with known good DAE (like a Plextor or a modern LG), digital playback causes more problems than it solves. Also keep your audio drivers updated from the chipset manufacturer's website — not from Windows Update. Realtek's own drivers are often more stable than the generic ones Microsoft pushes. And if you rarely use CDs, consider ripping them to FLAC with a tool like EAC (Exact Audio Copy) and never deal with this error again.

That's it. The error looks scary but it's just a checkbox away from being fixed.

Was this solution helpful?