0XC00D116A

NS_E_DVD_NO_VIDEO_STREAM (0XC00D116A) - WMP DVD Fix

Windows Errors Intermediate 👁 0 views 📅 Jun 10, 2026

Windows Media Player can't play a DVD because it can't find a valid video stream on the disc. Usually a codec or region issue, but sometimes the disc itself is the problem.

1. Missing MPEG-2 Decoder — The Real Culprit

If you're getting 0XC00D116A, nine times out of ten it's because Windows Media Player (WMP) lost its DVD video decoder. This happens all the time after Windows 10 feature updates or if you uninstalled some media software that stripped the codec.

Windows used to include an MPEG-2 decoder for DVD playback, but that's gone starting with Windows 10 version 1803. If you're on Windows 8.1 or earlier, the decoder's still there unless something killed it. Had a client last month whose entire WMP stopped playing DVDs after the November 2023 update — the decoder just vanished.

You need to install a third-party MPEG-2 decoder or use a different app entirely. Here's what actually works:

  • Install the free LAV Filters — grab them from the official site. Run the installer (64-bit or 32-bit matching your WMP). Restart WMP. Done. LAV includes an MPEG-2 decoder that WMP will pick up automatically. I've used this on at least 50 machines.
  • If you're cheap (like most small biz owners), download the K-Lite Codec Pack Basic. Uncheck everything except MPEG-2 decoder during install. It's lightweight and won't bloat your system.
  • Another option: Install the Xbox One DVD Player app from the Microsoft Store. It's $10 but includes a proper MPEG-2 decoder that works system-wide. Worth it if you actually need WMP for something else.

Test by popping in the DVD again. If it plays, you're golden. If not, move to the next fix.

2. DVD Region Mismatch

This one's sneaky. If the DVD region doesn't match your drive's region, WMP will throw 0XC00D116A. The disc might still spin and show menus, but no video stream appears.

Check your drive's region:

  1. Open Device Manager (right-click Start > Device Manager).
  2. Expand DVD/CD-ROM drives, right-click your drive, select Properties.
  3. Go to the DVD Region tab. See if it says "Region Code: 1" (or whatever). If it's empty or says "Not set", you're fine. If it's set to a different region than the disc, you've got a problem.
  4. You can change the region up to 5 times on most drives. After that, it's locked permanently. So choose wisely.

A client of mine had a stack of Region 2 DVDs from a trip to Europe and they all failed with this error on his US-bought laptop. Changed his drive to Region 2, problem solved.

If you can't change the region (locked), you're out of luck with WMP. But don't worry — VLC Media Player (free) ignores region codes completely. Just use that instead. No codec needed.

3. Damaged or Dirty Disc

Sounds obvious, but I've seen people spend hours reinstalling codecs when the disc was scratched or dirty. The error code specifically says "no video stream" — that can happen if the DVD drive can't read the video track properly.

Try these:

  • Wipe the disc with a soft cloth from center to edge (not circular).
  • Hold it up to light — look for scratches, especially deep ones on the shiny side.
  • Test the same DVD in another device (even a cheap external USB drive will work). If it plays there, the disc is fine.
  • Try a different DVD in your drive. If that works, it's the disc, not the drive or software.

I had a client whose kid dropped a DVD and it got a hairline crack near the center. WMP gave the same error every time. Popped it into VLC, and it played — barely. VLC handles errors better.

4. WMP or System Corruption

Rare, but possible. If you've tried everything above and still get the error, WMP itself might be hosed or a system file is corrupted.

Quick fix: Run System File Checker.

sfc /scannow

Open Command Prompt as admin, run that, let it finish, then restart. If that doesn't work, try DISM:

DISM /Online /Cleanup-Image /RestoreHealth

Another thing: reset WMP. Go to Settings > Apps > Apps & features > Windows Media Player > Advanced options > Reset. This wipes its database and cache. Won't affect your codecs.

If none of this helps, go nuclear: uninstall WMP via Windows Features, reboot, then reinstall it. But honestly, at this point, just switch to VLC. It's free, plays everything, and never has DVD issues.

Quick-Reference Summary Table

CauseFixDifficulty
Missing MPEG-2 decoderInstall LAV Filters or K-Lite Codec Pack BasicBeginner
DVD region mismatchChange drive region or use VLCIntermediate
Damaged or dirty discClean disc, test in another driveBeginner
WMP/system corruptionRun SFC/DISM, reset WMP, or switch to VLCIntermediate

That's it. You shouldn't need anything else. The error's annoying but usually fixable in five minutes. If you're still stuck, just ditch WMP for DVD playback entirely — it's not worth the headache.

Was this solution helpful?