Fix 0XC00D1163 DVD copy protection error in 3 steps
NS_E_DVD_COPY_PROTECT means Windows Media Player can't play a copy-protected DVD. Usually a codec or region problem. Try these fixes in order.
What's happening here?
Error 0XC00D1163 (NS_E_DVD_COPY_PROTECT) shows up when Windows Media Player tries to play a commercial DVD and hits a wall. The culprit is almost always one of two things: your DVD drive's region code doesn't match the disc, or Windows is missing the proper codec to decode the copy protection scheme. This isn't a hardware failure—don't throw the drive away yet.
I've seen this most often with older DVDs (pre-2010) that use CSS encryption, and with cheap external USB DVD drives that ship with no region set. The fix is usually simple.
Let's walk through three levels. Stop when the disc plays.
Simple fix (30 seconds) — Swap players
Windows Media Player is notoriously picky about DVD copy protection. Before you dig into drivers or codecs, just try a different player. VLC Media Player ignores most copy protection schemes and plays almost anything.
- Download VLC from videolan.org — it's free, no ads, no spyware.
- Install it and launch it. Put your DVD in the drive.
- In VLC, click Media > Open Disc. Select your DVD drive and hit Play.
If VLC plays the disc fine, the problem is Windows Media Player's codec handling. You can stop here—VLC is a permanent replacement. If VLC also throws an error (usually the disc icon just spins or goes black), move to the moderate fix.
Why this works: VLC bundles its own DVD decoders and decrypts CSS on the fly. Windows Media Player relies on the system's codec infrastructure, which breaks more often.
Moderate fix (5 minutes) — Check and set the DVD region code
DVDs are region-locked. If your drive's region code doesn't match the disc's region, you'll get error 0XC00D1163. Most drives shipped after 2015 default to no region set, which also causes this error.
Don't bother with registry edits for region codes—they rarely help. Instead, use the Windows DVD drive properties:
- Press Win + R, type
devmgmt.msc, hit Enter. - Expand DVD/CD-ROM drives. Right-click your drive and select Properties.
- Go to the DVD Region tab.
- You'll see a region map. If it says No region set, select the region that matches your disc (Region 1 for US/Canada, Region 2 for Europe, etc.). Critical: You only get a limited number of region changes (usually 4–5). After that, the drive locks permanently to the last region set.
- Click OK and try playing again.
If the region is already set to the correct one and it still fails, the drive's firmware may be corrupted or the disc is damaged. Move to the advanced fix.
Real-world trigger: I see this constantly with stack of European DVDs bought on eBay and played on a US laptop. The drive was set to Region 1, disc was Region 2. Simple fix.
Advanced fix (15+ minutes) — Rip the disc and bypass copy protection
If neither VLC nor region setting helps, the disc's copy protection is deflecting normal playback. The most reliable workaround is to rip the disc to a digital file using software that handles CSS encryption directly.
Skip AnyDVD HD — it's powerful but overkill for a single disc and costs money. Use MakeMKV instead. It's free while in beta (which has been years now) and handles almost all DVD and Blu-ray copy protection.
- Download MakeMKV from makemkv.com. Install it.
- Put your DVD in the drive. Open MakeMKV. It will scan the disc and decrypt it automatically—no configuration needed.
- Select the main movie title (usually the longest one) and click the Make MKV icon.
- Pick a destination folder and wait 5–10 minutes depending on disc speed. You'll get a single .mkv file.
- Play that .mkv file with VLC, MPC-HC, or Windows Media Player. No more copy protection.
If MakeMKV also fails (error about volume key or bus encryption), the disc itself is damaged or your drive can't read it. Try cleaning the disc with a microfiber cloth and warm water, then retry. If that doesn't work, the disc is toast.
Why this works: MakeMKV uses libaacs and libdvdread to decrypt CSS and other protection schemes. It sidesteps Windows' broken codec chain entirely. This is my go-to for stubborn discs.
One more thing — Check your drive firmware
Rare, but worth mentioning: some cheap USB DVD drives have buggy firmware that triggers copy protection errors even with legitimate discs. If you're using a no-name drive from Amazon (looking at you, Rioddas), try updating the firmware from the manufacturer's site. Or just replace it with a quality drive like a LG WH16NS60. They're $60 and work with everything.
That's it. Start with VLC, check the region code, and rip as a last resort. You'll resolve 0XC00D1163 on the first or second step nearly every time.
Was this solution helpful?