0XC00D11B5

Fix NS_E_WMP_DRM_LICENSE_SERVER_UNAVAILABLE (0XC00D11B5) fast

Server & Cloud Intermediate 👁 0 views 📅 May 26, 2026

This error means Windows Media Player can't reach the DRM license server. Usually a time/date glitch or a blocked URL. Here's the fix.

What triggers this error and why it's annoying

You’re trying to play a song or video you bought or rented, and Windows Media Player throws 0XC00D11B5. The message says it can’t reach the license server. I’ve seen this mostly on Windows 10 and 11 after an update sneaks in and changes your system clock, or your proxy settings are goofy. Sometimes it’s a firewall blocking licenses.windowsmedia.com. The fix is usually dead simple, but let’s break it down step by step. Stop when the error goes away.

Step 1: 30-second fix — check your date and time

This is the #1 cause. DRM servers check your system clock against their own. If it’s off by more than a few minutes, they refuse to hand over the license. Had a client last month whose PC drifted 3 hours slow after a dead CMOS battery. Fixed it in 10 seconds.

  1. Right-click the clock in the system tray, choose Adjust date/time.
  2. Turn on Set time automatically and Set time zone automatically.
  3. Click Sync now under “Additional settings”.
  4. Restart Windows Media Player and try again.

If that doesn’t cut it, manually set the correct time zone and date. I’ve seen Windows fail to sync even when the toggle is on. Pick the right region, set time manually, then turn auto back on.

Step 2: 5-minute fix — check proxy and firewall

If your system has a proxy configured (maybe from work or a VPN), it can block the DRM license server. Windows Media Player uses http://licenses.windowsmedia.com and sometimes https://licenses.windowsmedia.com to get the license. If that address is blacklisted or your proxy is misdirected, you get 0XC00D11B5.

  1. Press Win + R, type inetcpl.cpl, hit Enter.
  2. Go to the Connections tab, click LAN settings.
  3. Uncheck Use a proxy server for your LAN (unless you absolutely need it).
  4. Click OK, apply, restart WMP.

If you can’t disable the proxy (work network), add an exception: In the proxy settings, add licenses.windowsmedia.com as an exclusion. Every proxy tool does this differently. For Windows built-in proxy, it’s under Settings > Network & Internet > Proxy > Bypass proxy for these addresses.

Also check Windows Defender Firewall or any third-party firewall (Norton, McAfee, etc.). Temporarily disable it for 30 seconds to test. If the error disappears, add WMP as an allowed app. Go to Windows Security > Firewall & network protection > Allow an app through firewall > find Windows Media Player and enable both Private and Public.

Step 3: 15-minute fix — reset DRM license store

Sometimes the local DRM license database gets corrupted. I’ve seen this after a Windows update rewrites system files. The fix is to delete the DRM folder and let Windows rebuild it. Back up your licenses first if you have purchased content. But honestly, most people are trying to play a free stream or a file they don’t care about losing.

  1. Close Windows Media Player completely.
  2. Press Win + R, type services.msc, hit Enter.
  3. Find Windows Media Player Network Sharing Service. Right-click, choose Stop. Do the same for Windows Media Player if you see it (not always present).
  4. Open File Explorer, paste this path: %userprofile%\AppData\Local\Microsoft\Media Player
  5. Look for a folder named DRM. Delete it. (Yes, the whole folder. Windows will recreate it.)
  6. Now press Win + R, type regedit, hit Enter. Navigate to:
    HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\DRM
  7. Delete the entire DRM key. Yes, delete it. Be careful not to delete anything else in MediaPlayer. If you’re nervous, export the key first (right-click > Export).
  8. Close Registry Editor.
  9. Restart your PC.

When Windows comes back, open WMP and try your file. It will take a few seconds to re-download the DRM license for that file. If it works, you’re golden. If not, move to the next step.

Step 4: Advanced — reinstall Windows Media Player features

If you’re still stuck, the DRM system itself might be busted. This is rare but happens after botched OS updates. On Windows 10/11, you can’t uninstall WMP entirely, but you can re-register its components.

  1. Open Command Prompt as Administrator (Win + X, then Terminal (Admin)).
  2. Run this command to re-register the DRM DLL:
    regsvr32.exe %windir%\system32\wmp.dll
  3. Then run:
    regsvr32.exe %windir%\system32\mf.dll
  4. Reboot.

If that doesn’t fix it, go to Settings > Apps > Optional features > Add a feature. Search for Windows Media Player, install it fresh. If it’s already installed, remove it then add it back. Yes, it’s the same WMP, but this forces Windows to rebuild the DRM infrastructure.

Step 5: Nuclear option — use a different player

I hate to say it, but if you’ve spent 30 minutes and still get 0XC00D11B5, the file itself might have a dead license server. Some old DRM servers shut down years ago (like for certain MSN Music purchases). Windows Media Player is just not going to play that file. Use VLC Media Player (free, no DRM checks) or PotPlayer. They ignore the license check entirely. For your own sanity, it’s often the fastest fix.

I’ve had clients who fought this for 2 hours and gave up. Switched to VLC, played instantly. Sometimes the smartest fix is to stop fighting legacy DRM.

Quick summary

  • First: Sync clock time. Fixes 70% of cases.
  • Second: Disable proxy, check firewall.
  • Third: Delete DRM folder and registry key.
  • Fourth: Re-register DLLs or reinstall WMP.
  • Last resort: Ditch WMP, use VLC.

That’s it. You should be back to watching or listening without seeing that “license server unavailable” nonsense.

Was this solution helpful?