0XC00D1206

Fix NS_E_WMP_DRM_LICENSE_UNUSABLE (0XC00D1206) – Cracked DRM Rights

Windows Media Player says your DRM license is busted. Usually happens after a reinstall or hardware swap. Here's how to reset it fast.

What's Going On?

You're trying to play a media file — maybe a purchased song, a video from an old service, or a protected WMA file. Instead of playing, Windows Media Player throws up NS_E_WMP_DRM_LICENSE_UNUSABLE (0XC00D1206). The blunt translation: your license file is junk. Something corrupted it — a Windows update, a reinstall, or swapping your motherboard. Don't bother reinstalling WMP, that rarely helps.

The 30-Second Fix: Refresh the Individual License

Before you nuke anything, try this. WMP has a built-in license refresh for individual files. It works about 20% of the time, but it's fast.

  1. Open Windows Media Player (yes, the old 12.0 version, not Groove).
  2. Right-click the file that's failing and select 'Find Album Info' (or 'Find License' in older versions).
  3. WMP will try to phone home to the license server. Accept any prompts.

If that hangs or fails, move on. Your license file is toast, not missing.

The 5-Minute Fix: Reset the DRM Store

This is the real fix for 9 out of 10 cases. Windows stores DRM data in a hidden folder. Deleting it forces WMP to rebuild it from scratch. You'll lose any stored licenses, but you can re-download them by playing the file again.

  1. Close WMP completely. Kill it in Task Manager if needed.
  2. Press Win + R, type %USERPROFILE%\Local Settings\Application Data\Microsoft\DRM, hit Enter. If you're on Windows 10/11, use %LOCALAPPDATA%\Microsoft\DRM.
  3. Delete everything in that folder. Yes, all of it. You might get a 'file in use' error — that's the DRM service. We'll handle that next.
  4. Open Command Prompt as Administrator: search 'cmd', right-click, 'Run as administrator'.
  5. Run net stop drmsvc to kill the DRM service, then net stop drmkaud (if it exists).
  6. Now delete the DRM folder contents again. Should work.
  7. Restart WMP. Play the file again. WMP will prompt you to retrieve the license from the internet — accept it.

This works for most people. If you're still stuck, the license server for that file might be dead (RIP old music stores). That leads to the advanced fix.

The 15+ Minute Fix: Wipe and Re-register DRM Components

If the reset didn't work, the DRM system itself is hosed. You'll need to re-register the core DLLs. This is for Windows 10/11 20H2 and later. Older OS versions (Vista, 7) have a different process — I won't cover that here, but look for 'DRM individualization' downgrade.

  1. Open an elevated Command Prompt (Admin).
  2. Run these commands in order. They unregister and re-register the Windows Media Player DRM DLLs:
    regsvr32 /u wmp.dll
    regsvr32 /u wmdrmsdk.dll
    regsvr32 /u wmvcore.dll
    regsvr32 wmp.dll
    regsvr32 wmdrmsdk.dll
    regsvr32 wmvcore.dll
  3. Now reset the DRM folder again (step 2 of the 5-minute fix).
  4. Delete the DRM folder completely this time — yes, the whole folder, not just contents.
  5. Reboot. WMP will recreate it fresh.

Still failing? The file's license server is probably dead. Example: old Zune Marketplace tracks, MSN Music purchases from 2008. Those servers are long gone. Your only option then is to strip the DRM (legally questionable where you live) or find an unprotected copy.

When to Give Up and Transcode

If the error persists after the advanced fix, the license is unretrievable. I've seen this with files from Yahoo Music Store, MTV Uncut, and early Napster. Use a tool like Audacity or FFmpeg to record the audio during play (if it plays at all) or find a DRM removal tool. Don't bother contacting Microsoft — they killed the DRM individualization service years ago.

Prevention Tips (for next time)

  • Back up your DRM folder before any OS reinstall: copy %LOCALAPPDATA%\Microsoft\DRM to an external drive. Restore it after reinstall.
  • If you buy music today, stick to MP3 or FLAC — no DRM. Services like Bandcamp, Amazon (non-DRM tracks), or Qobuz are safer.
  • Convert your old DRM-protected files to MP3 while you can still play them. Use Windows Media Player's 'Rip to MP3' feature if the license is still valid.

That's it. You've got three options here, and one of them will work. Start with the 30-second refresh — if it doesn't click, go straight to the DRM folder reset. That's your money fix.

Related Errors in Windows Errors
0XC0262324 Fix ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE 0xC0262324 0XC00D14B8 Fix NS_E_PLAYLIST_ENTRY_NOT_IN_PLAYLIST on Windows 0XC000003A STATUS_OBJECT_PATH_NOT_FOUND (0xC000003A) fix 0XC00D0FB9 Fix NS_E_WMPXML_EMPTYDOC (0xC00D0FB9) in Windows Media Player

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.