Fix 0xC00D1162: No DVD Subtitles or Menu Highlights in Windows Media Player
That error means Windows Media Player can't show DVD subtitles or menu highlights. I'll walk you through quick fixes that actually work, from 30 seconds to 15 minutes.
The 30-Second Fix: Check If It's Just That One DVD
Before you go poking around in settings, rule out the disc. I've had a client last month who swore his Windows Media Player was broken, but it turned out the DVD had a scratch that killed the subtitle track. Try another DVD, preferably one with subtitles you know worked before. If the second disc plays fine, the problem is the disc, not your computer. If both fail, move on.
The 5-Minute Fix: Enable DVD Subtitle Display in WMP
Windows Media Player has a subtitles toggle that's easy to miss. Here's exactly where it hides:
- Open Windows Media Player (version 12, the one in Windows 10 and 11).
- Insert a DVD and start playing it.
- Right-click anywhere on the video area.
- Hover over Lyrics, captions, and subtitles.
- Make sure the language you want is checked. If it says Off, click the language.
If that option is grayed out, your WMP is missing the DVD decoder or it's disabled. That's the next fix.
Enable the Decoder via Windows Features
Windows 10 and 11 don't include a DVD decoder by default anymore—you have to install the Windows Media Player Legacy component. Here's how:
- Press Windows + R, type
optionalfeatures, hit Enter. - Scroll down to Media Features and expand it.
- Check Windows Media Player Legacy (even if it looks already checked, uncheck it, restart, then re-check it).
- Click OK and wait for it to install.
- Restart your PC.
Had a client at a small law firm where this alone fixed the error. The feature was listed as installed but wasn't actually configured. Toggling it off and on forces Windows to re-register the decoder.
The 15-Minute Fix: Install a Proper DVD Decoder or Switch Players
If the above didn't work, WMP simply doesn't have a compatible MPEG-2 decoder for that DVD. This error usually means the subpicture stream (which contains subtitle and highlight data) can't be decoded. The built-in Microsoft decoder sometimes chokes on certain discs, especially older ones or those with unusual subtitle formats.
Option A: Install the K-Lite Codec Pack (Basic is fine)
- Download the K-Lite Codec Pack Standard from codecguide.com.
- Run the installer. Choose Normal install mode.
- At the Preferred decoders step, set DVD Video to LAV Video (it'll handle subpictures better than Microsoft's).
- Finish the install, restart, try the DVD again.
This works because LAV filters handle subpicture streams natively. I've seen this fix the error on half a dozen machines, including a Dell OptiPlex 7080 running Windows 10 Pro.
Option B: Ditch WMP and Use VLC (My preferred fix)
Honestly? I almost never use WMP for DVDs anymore. VLC Media Player has its own built-in DVD decoders and handles subtitles without any extra codecs. It's free, no ads, and it won't throw this error.
- Download VLC from videolan.org.
- Install it, open VLC, click Media > Open Disc.
- Select DVD, pick your drive, check No disc menus if you want to skip the hassle (some discs still have weird menu compatibility).
- Play. Subtitles will work out of the box.
If you absolutely need the DVD menu (for special features or chapter selection), uncheck No disc menus. But if menu highlights are the specific issue, VLC usually renders them fine where WMP doesn't.
The Nuclear Option: Registry Edit (Only If Nothing Else Works)
This is for the stubborn cases where the decoder is there but Windows Media Player isn't using it. I don't recommend this unless you're comfortable editing the registry. One typo and you could break WMP entirely. But here it is:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Player\Settings]
"DVDDecoderCompatibility"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Media Player\Settings]
"DVDDecoderCompatibility"=dword:00000001
Copy that into Notepad, save as DVDDecoderFix.reg, double-click it, confirm the merge, restart. This forces WMP to use whatever MPEG-2 decoder is registered first, even if it's not Microsoft's.
I've only needed this once, on a Windows 7 machine that had a third-party decoder from an old video editor installed. Worked like a charm after.
Quick tip: If you're still stuck after all this, the DVD itself might have a corrupted subpicture stream. I've seen that on pressed discs from the early 2000s. Try ripping the DVD to an MKV file using MakeMKV—that'll extract the video and subtitle tracks into a format any modern player can handle.
Was this solution helpful?