0XC00D11F8

Fix NS_E_CD_NO_BUFFERS_READ (0XC00D11F8) in WMP

Hardware – Hard Drives Intermediate 👁 5 views 📅 Jun 18, 2026

Windows Media Player can't read CDs digitally, often due to driver conflicts or disabled digital audio. This fix restores digital playback.

When This Error Hits

You're trying to play an audio CD in Windows Media Player, and instead of music, you get a pop-up: "Windows Media Player could not use digital mode to read the CD. The CD drive might not support digital mode, or you might need to update the driver for the CD drive." The error code is 0XC00D11F8 (NS_E_CD_NO_BUFFERS_READ).

This typically happens right after inserting the CD, or when you click Play. It's common on Windows 10 version 1809 and later, especially after a Windows Update that tweaks your audio device or CD drive driver. I've seen this hit folks with laptops that have slot-loading drives—Dell XPS 15s, Lenovo ThinkPads—or external USB CD/DVD drives from LG or ASUS. The CD physically spins, but WMP can't grab the audio data digitally.

What's Going On

The error means WMP is trying to read the CD using digital audio extraction (DAE), but the buffer it needs to stream that data is missing or corrupted. The root cause is almost always one of two things: the CD drive's digital audio setting is disabled in Device Manager, or the driver is outdated or corrupted. Less common: the CD itself is copy-protected in a way that breaks DAE, or your audio output device (like Realtek High Definition Audio) has a conflicting setting.

Windows Media Player defaults to digital mode because it gives cleaner sound—no analog hiss. But if the system's CD-ROM driver can't allocate the buffer for that digital stream, you get the 0XC00D11F8 error. The fix is straightforward: force the drive to use analog mode temporarily, or re-enable digital audio the right way.

How to Fix It

Step 1: Disable Digital Audio for the CD Drive

Skip the driver update first—this is faster and usually works.

  1. Press Win + X and select Device Manager.
  2. Expand DVD/CD-ROM drives.
  3. Right-click your CD/DVD drive (e.g., HL-DT-ST DVDRAM GU90N) and choose Properties.
  4. Go to the DVD Region tab? No. Head to the Properties tab instead (yes, it's confusing—two tabs with similar names).
  5. Look for Digital CD Playback or Enable digital CD audio for this CD-ROM device. It's a checkbox.
  6. Uncheck it. Click OK.

Now try playing the CD in WMP again. If it works, you're running in analog mode. The sound quality might be slightly lower (you might hear a faint hiss on quiet tracks), but it'll play. This is the quick fix for the 0XC00D11F8 error.

Step 2: Re-enable Digital Audio with a Clean Driver

If you want digital mode back (and you should—it sounds better), the checkbox alone may not work because the driver is hosed. Do this:

  1. Back in Device Manager, right-click your CD drive and choose Uninstall device. Check Delete the driver software for this device if offered.
  2. Restart your PC. Windows will reinstall the default driver automatically.
  3. Open Device Manager again, go to your CD drive's Properties, and re-check the Enable digital CD audio box.

This forces Windows to rebuild the buffer driver from scratch. I've seen this fix the issue on Windows 11 22H2 builds after the KB5023706 update broke digital playback for some users.

Step 3: Update the CD Drive Firmware (if Step 2 fails)

This is rare but worth a shot if the error persists. Check your drive manufacturer's support site for firmware updates. For example, LG's WH16NS60 drives have a firmware update that fixes buffer negotiation with Windows 10. If you're using an external USB drive, update its firmware via the OEM's utility—found this fix for an ASUS SDRW-08D2S-U drive that was throwing this exact error on a Surface Book.

Step 4: Check Audio Output Settings

Sometimes the conflict isn't the CD drive—it's your audio device. Open Sound Settings (right-click speaker icon), go to More sound settings, select your speakers/headphones, and click Properties. On the Advanced tab, try dropping the Default Format to 16 bit, 44100 Hz (CD Quality). This matches the CD's native format and avoids sample rate conversion issues that can trigger buffer errors.

If It Still Fails

Check these three things:

  • Try a different CD. Some pressed CDs have copy protection (Cactus Data Shield, for example) that deliberately blocks digital extraction. A burned CD or an older commercial disc will confirm whether the drive itself is fine.
  • Test with another player. Download VLC Media Player and see if it can play the CD. VLC uses its own digital extraction code and often bypasses WMP's buffer issues. If VLC works, the problem is definitely WMP's configuration, not the hardware.
  • Check for third-party CD burning software. Tools like Nero or ImgBurn sometimes install filters (lower filters in the registry) that interfere with WMP's digital mode. Uninstall them, then reboot.

If none of that works, your CD drive might genuinely not support digital audio extraction. That's rare on anything made after 2005, but check the drive's specs. You can also try an external USB CD drive—I've used the LG GP65NG60 as a reliable fallback for stubborn errors.

Was this solution helpful?