0XC00D11C7

Fix 0XC00D11C7: Windows Media Player audio codec missing

Windows Errors Beginner 👁 1 views 📅 May 27, 2026

Windows Media Player can't play audio because the required codec isn't installed. Usually happens with AAC or FLAC files on older Windows versions.

When this error hits

You double-click an audio file—maybe an AAC podcast or a FLAC track from a friend's USB drive—and Windows Media Player (WMP) throws up a dialog: 0XC00D11C7, with the message "Windows Media Player cannot play the file because the required audio codec is not installed on your computer."

This is a classic. I've seen it on Windows 7, 8, and even some Windows 10 machines that never got updated properly. The file plays fine in VLC or MPC-HC, but WMP chokes. Here's why.

Root cause

Windows Media Player relies on installed codecs—basically libraries that decode audio formats. Microsoft ships WMP with codecs for WMA, MP3, and basic WAV, but they don't bundle AAC, FLAC, or other newer formats by default. If your audio file uses one of those, you get this error.

Had a client last month whose entire print queue died because of this—no, not the printer, but his boss couldn't play an MP4 audio file on his work laptop. Took me 10 seconds to spot: he'd upgraded from Win7 to Win10 without doing a clean install, and the codecs didn't carry over.

Fix: install a codec pack

The simplest fix is to install a free codec pack that adds these missing decoders. Here's how:

  1. Download the K-Lite Codec Pack (Basic version) from codecguide.com. I recommend the Basic version—it's small, no bloat, and includes AAC, FLAC, and common video codecs.
  2. Run the installer. Uncheck any bundled offers—they try to slip in a browser toolbar or adware. Just click Next, and on the "Select Components" screen, leave defaults.
  3. When asked about "Preferred audio decoder", choose "LAV Audio Decoder". It's what I use on every client machine. Reliable, no conflicts.
  4. Finish the install. Reboot if it asks.

After the reboot, try playing that audio file again in WMP. It should work. If not, check step 5 below.

What if it still fails?

Two things to try:

  • Run the WMP troubleshooting tool: Open Control Panel > Troubleshooting > Programs > Play Audio. It sometimes resets codec settings. Worth a shot.
  • Check the file extension: If the file ends in .m4a or .aac, WMP might still refuse on older versions. In that case, open the file in VLC (free download) or convert it to MP3 using a tool like Audacity.

On Windows 7, you might also need to install the Microsoft Media Feature Pack (KB3099229) if you're on an N or KN edition. Those are stripped of media features. Quick check: go to Control Panel > Programs and Features > Turn Windows features on or off. If "Media Features" is missing, grab the pack from Microsoft's update catalog.

That's it. Three minutes tops. Don't waste time reinstalling WMP or messing with registry keys—that's overkill for a missing codec.

Was this solution helpful?