0XC00D119A

Fix 0XC00D119A: Media Player Can't Play This File

Windows Errors Beginner 👁 0 views 📅 Jun 9, 2026

Windows Media Player hits this when a video uses an unsupported codec or container. The fix is to install the right codec pack or use a different player.

You're trying to play a video file — maybe an MP4 from your phone or an AVI you downloaded — and Windows Media Player throws up: NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT (0XC00D119A). The file looks fine on your phone or in another app, but WMP just gives you the cold shoulder. I've seen this more times than I can count, especially with files recorded on newer phones that use HEVC (H.265) or VP9 codecs.

The root cause is almost always a missing or outdated codec. Windows Media Player relies on the system's DirectShow codecs, and if the video uses a format like HEVC, VP9, or even some older DivX variants, WMP just can't handle it. It's not the file being broken — it's WMP being a bit old-fashioned. Sometimes it's also a corrupted file, but 9 times out of 10 it's a codec issue.

What Triggers This Error?

  • Playing a video recorded on an iPhone or Android phone (they often use HEVC or H.265)
  • Trying to play a downloaded 4K video with VP9 compression
  • Playing an AVI file encoded with a rare codec like Lagarith or Huffyuv
  • Opening a video that was converted or downloaded from a streaming site (YouTube rips often use VP9)
  • Using a very old version of Windows (7 or 8) without updated codecs

Fix 1: Install the HEVC Video Extensions (Windows 10/11)

If you're on Windows 10 or 11, Microsoft offers HEVC extensions from the Store. They cost a buck or two, but there's a free workaround using the manufacturer's pack from devices like the HP or Dell Store. Here's the quick path:

  1. Open Microsoft Store and search for HEVC Video Extensions from Device Manufacturer — it's the free one, not the paid version.
  2. Install it, restart Windows Media Player, and try the file.
  3. Still not working? Search for VP9 Video Extensions in the Store and install that too.

I had a client last month whose entire print queue died because of this — well, not the print queue, but their presentation video wouldn't play. The HEVC extension fixed it in 30 seconds.

Fix 2: Install a Codec Pack (If It's an Old or Rare Format)

For older files or weird AVI codecs, the K-Lite Codec Pack is still the gold standard. Grab the Basic version from their site (it's free, no bloatware). Install it, and it'll add support for almost anything WMP can throw at it. Restart WMP after.

Skip the full pack unless you're an editor — Basic covers 99% of real-world files.

Download link: https://codecguide.com/download_k-lite_codec_pack_basic.htm

Fix 3: Switch to a Better Media Player (Honestly, Faster)

Look, Windows Media Player hasn't been updated meaningfully in years. If you deal with weird formats regularly, just use VLC Media Player. It's free, open-source, and plays almost anything out of the box — no codec packs needed. Download it, right-click your file, choose "Open with VLC", and you're done. I've used it for a decade and haven't seen this error in VLC once.

If you need to stick with WMP for some reason (like an old business app that calls it), go with Fix 1 or 2.

Fix 4: Check for File Corruption

Rarely, the file itself is damaged. Try playing it in VLC first — if VLC can't play it either, the file might be corrupt. Use HandBrake to re-encode it to a standard MP4 (H.264), which WMP handles fine.

What to Check If It Still Fails

  • Is Windows updated? Run Windows Update and install any pending updates, especially for media components.
  • Are you using an old Windows version? Windows 7 and 8 lack native HEVC support entirely. Upgrade or use VLC.
  • Did the file come from a weird source? Some downloaded files have a corrupt header even if the video plays in a browser. Use a tool like ffprobe to check the codec: ffprobe -v error -show_entries stream=codec_name -of default=noprint_wrappers=1:nokey=1 yourfile.mp4
  • Is your antivirus blocking something? Very rare, but some security software can interfere with DirectShow. Temporarily disable it and test.

In all my years, Fix 1 or Fix 3 solves this 99% of the time. Don't waste time messing with registry settings or reinstalling Windows — just install the codec or use a better player.

Was this solution helpful?