0XC00D272A

NS_E_DRM_ACTION_NOT_QUERIED (0XC00D272A) – Quick Fix

Windows Media Player can't play DRM-protected files because the app didn't ask permission first. Fix it in under a minute or reset the DRM store.

The 30-Second Fix: Wipe the DRM Folder

This error shows up when Windows Media Player tries to play a DRM-protected file but never asked your PC for the license. It's like walking into a locked room without knocking. I've seen this on Windows 10 and Windows 11, usually after a system update or switching user accounts.

Here's the quickest fix:

  1. Close Windows Media Player completely.
  2. Open File Explorer and paste this into the address bar: %localappdata%\Microsoft\Media Player
  3. Find and delete the folder named DRM (or rename it to DRM.old if you're nervous).
  4. Restart Windows Media Player and try playing the file again.

This forces WMP to rebuild the DRM license store fresh. Had a client last month whose music library wouldn't play after a Windows patch Tuesday. This single step got everything back. If it still fails, move to the next fix.

The 5-Minute Fix: Clear All DRM Licenses

If deleting just the folder didn't work, the DRM store itself is likely corrupted. Windows Media Player has a built-in tool for this, but it's hidden.

  1. Press Windows Key + R, type wmplayer.exe /reset, and hit Enter.
  2. This resets all settings, playlists, and DRM licenses. Yes, you'll lose any custom playlists. Back them up first if you care.
  3. After the reset, WMP will reopen. Try the file again.

I've seen this fix work when the error pops up after installing a new codec pack or upgrading from Windows 10 to 11. The reset wipes out any bad license data. If the error persists, the problem is deeper—likely corrupted system files or a permissions issue.

The 15+ Minute Fix: Re-Register WMP and Repair System Files

This is your last resort. Something's messed up in Windows itself—either the Media Player components are unregistered or a system file is damaged. Let's fix both.

Step 1: Re-register Windows Media Player

Open Command Prompt as Administrator (right-click Start, choose Command Prompt (Admin) or Terminal (Admin)). Run these commands one at a time:

regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 wmp.dll

This re-registers the core DLLs that handle DRM. I've had cases where Windows Update partially broke these registrations. This nails it.

Step 2: System File Checker

Still failing? Run SFC to scan and repair protected system files:

sfc /scannow

Let it finish. It'll fix any corrupted files automatically. Takes about 15 minutes on a modern SSD, longer on an old HDD.

Step 3: Check Your User Account Permissions

Sometimes the error is just a permissions lockout. Make sure your user account has full rights to the DRM folder:

  • Navigate to %localappdata%\Microsoft\Media Player again.
  • Right-click the DRM folder (if it exists), choose Properties, then Security.
  • Click your user name, and ensure Full Control is checked.

If none of this works, the DRM file itself might be broken—not just the player. Try downloading the file again from the original source. I've seen this happen with old iTunes purchases and some streaming downloads. In that case, the file's license is gone for good.

Pro tip: If you're still stuck, switch to a modern media player like VLC. It doesn't use Windows DRM at all and plays most protected files without issues. Not a fix, but a workaround that actually works.
Related Errors in Windows Errors
0XC00D2AFC NS_E_SETUP_INCOMPLETE (0XC00D2AFC) Fix 0X00002037 Fix ERROR_DS_NAMING_VIOLATION (0x00002037) Fast 0X0000208C Fix ERROR_DS_CHILDREN_EXIST (0x0000208C) in Active Directory 0X00003A9B Fix 0x3A9B event template not found error

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.