That error – 0XC00D11B2 – is Windows Media Player's way of saying "I need to phone home to check the license, but something's stopping me." Usually it's not the DRM itself, it's the clock. I've seen it on a hundred machines over the years, and the fix is almost always boring. But boring gets you playing music again.
Cause 1: Your System Clock is Wrong
This is the big one. Digital rights management licenses are time-sensitive. If your clock is off by more than a few minutes, the license looks expired or not-yet-valid. I had a client last month whose battery died on the motherboard – every boot the clock reset to 2015. Took me two minutes to figure out why their DRM'd music wouldn't play.
Fix it:
- Right-click the clock in the taskbar, pick Adjust date/time.
- Turn on Set time automatically and Set time zone automatically.
- If they're already on, toggle them off, wait 5 seconds, toggle back on.
- Click Sync now under Additional settings.
For a manual check, run this in an admin command prompt:
w32tm /resync
That forces a sync. If it fails, your time service is broken – but usually the Settings sync fixes it.
Cause 2: Firewall or Proxy Blocking WMP
Windows Media Player needs to reach Microsoft's DRM servers. If your firewall or proxy blocks that traffic, you get exactly this error. It's common in corporate environments with strict egress rules, but home users can hit it too if third-party security software goes nuts.
Check this:
- Try playing the file with your firewall temporarily disabled. Don't leave it off – just to test.
- If it works with the firewall off, add Windows Media Player to the allowed apps list.
- For proxies: WMP uses the system proxy. Go to Control Panel > Internet Options > Connections > LAN settings and make sure "Automatically detect settings" is checked.
A common culprit is a block on *.microsoft.com or *.windowsmedia.com. You can test connectivity with:
ping drmlicense.one.microsoft.com
If it times out, that's your problem. Add an allow rule for that domain.
Cause 3: Corrupted DRM Data (Reset It)
If the clock's fine and the network's fine, the DRM store itself might be corrupted. This happens after failed updates, disk errors, or just bad luck. The fix is to delete the DRM folder. WMP will rebuild it next time you play a protected file.
Do this:
- Close Windows Media Player completely.
- Open File Explorer and go to
%LOCALAPPDATA%\Microsoft\Windows Media Player. - Delete the
DRMfolder inside. Don't worry – it's regenerated. - Also delete the
DRMv2folder if it exists. - Restart WMP. It'll re-initialize DRM.
You might need to re-enter a license for some files, but it beats being locked out forever. One caveat: if you had protected files from a service like Movielink (dating myself here), those licenses are gone – but that service is dead anyway.
Quick-Reference Table
| Cause | Symptom | Fix |
|---|---|---|
| Wrong system clock | Error appears even offline | Sync time & timezone, then resync |
| Firewall/proxy block | Works after disabling security | Allow WMP through, fix proxy |
| Corrupted DRM | Error persists after all else | Delete DRM folder, restart WMP |
That's the whole shoot. Start with the clock – I'll bet you cash it's that. If not, work down the list. You'll have it playing in ten minutes.