Fix DRM Error 0XC00D2735: Can't Create Backup Object
This DRM error stops you from backing up or restoring media licenses. It's usually Windows Media Player settings, corrupted data, or permissions.
1. Corrupted DRM Data Store (Most Common Fix)
The number one reason you see this error is a corrupted DRM data store. Windows Media Player (WMP) stores your license info in a folder called C:\ProgramData\Microsoft\Windows\DRM. If a file in there gets mangled—say from a power failure, a crash, or an interrupted backup—you can't create a backup object.
Here's the fix. It's safe, and you won't lose your media files.
- Close Windows Media Player completely. Check Task Manager if you're unsure.
- Open File Explorer and type
%PROGRAMDATA%\Microsoft\Windows\DRMinto the address bar. Hit Enter. - You'll see a folder full of files. Look for a subfolder called
DRMStore. Right-click it and rename it toDRMStore_old. - Now open WMP again. It will create a fresh DRM store automatically.
- Try the backup again. Go to Tools > Manage Licenses (or search for “Back up licenses” in Start). Click Back Up Now.
What you should see: After renaming the folder, WMP should start clean. The backup should complete without the error. If you get a different error, check step 2.
2. Permission Issues on the DRM Folder
If the first fix didn't work, the DRM folder itself might have wrong permissions. This happens after a Windows update or if you migrated from an older PC. WMP needs full control of that folder to write backup objects.
- Open File Explorer again. Browse to
%PROGRAMDATA%\Microsoft\Windows\DRM. - Right-click the
DRMfolder (not the store subfolder) and select Properties. - Go to the Security tab.
- Click Advanced. In the new window, look at the owner. If it's not SYSTEM or Administrators, click Change next to the owner name.
- Type
SYSTEMin the box and click Check Names. It will underline it. Click OK. - Back in Advanced Security, check the box that says Replace owner on subcontainers and objects.
- Click Apply, then OK.
- Still in Properties > Security, select Users (your account). Under Permissions for Users, make sure Full control is checked. If not, check it and click Apply.
- Close everything, restart WMP, and try the backup again.
Real-world trigger: This happens a lot after upgrading from Windows 7 to Windows 10 or 11. The old DRM data retains permissions from the previous OS version, and the new WMP can't write to it.
3. Windows Media Player Configuration Reset
Sometimes it's not the data or permissions—it's WMP's own configuration. It might be stuck in a bad state. The fix is to reset WMP completely.
- Close WMP.
- Press Win + R, type
regedit, and hit Enter. - Go to
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer. - Right-click the
MediaPlayerkey and select Export to back it up somewhere safe (in case you need to undo this). - Delete the
MediaPlayerkey. Yes, delete it. Don't worry—WMP rebuilds it on next launch. - Close Registry Editor.
- Open WMP. It will act like it's the first time running—you'll see the setup wizard. Let it finish.
- Now try the backup again.
Important: Deleting this registry key will remove your WMP library settings (play count, ratings, saved playlists). Your actual media files are untouched. If you need those settings, use the export you made earlier.
Quick-Reference Summary Table
| Cause | Signs | Fix Steps |
|---|---|---|
| Corrupted DRM store | Error on backup; DRM folder exists but has junk files | Rename DRMStore to DRMStore_old; let WMP rebuild it |
| Permission problem | Error on backup; Access Denied in logs | Set owner to SYSTEM; grant Users full control on DRM folder |
| WMP config corruption | Error persists after first two fixes; WMP acts glitchy | Delete MediaPlayer registry key; re-run setup wizard |
One last thing—if you're backing up to a network drive or external USB, make sure that drive has write permissions for your user account. WMP doesn't always give a clear error when the target drive is the problem. Run the backup to your local desktop first to rule that out.
Was this solution helpful?