Windows Media Player Playlist Save Error 0XC00D0FF1 Fix
Hate when WMP won't save your playlist? This registry permissions fix usually works. I'll show you the quickest way to get it done.
When WMP Just Won't Save Your Playlist
You've spent 20 minutes building the perfect mix, hit save, and Windows Media Player spits back error 0XC00D0FF1. It's a gut punch. But this one's almost always a permissions problem with a specific registry key. Here's how to kill it.
The Fix: Reset Registry Permissions
Skip the usual junk about reinstalling WMP or running sfc /scannow. Neither helps here. The root cause is that the HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences key got its permissions borked — maybe after a Windows update, a profile migration, or a third-party media app overwriting it.
Step-by-Step
- Hit Win + R, type
regedit, press Enter. - Navigate to:
- Right-click the Preferences folder, choose Permissions.
- Select your username from the list. If it's not there, click Add and type your account name.
- Check Full Control and Read for your user.
- Click Apply, then OK.
- Close Registry Editor and relaunch WMP.
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences
That's it. Try saving your playlist again. I've seen this fix work on Windows 10 22H2 and Windows 11 23H2. Had a client last month whose entire music library was locked up — same error, same fix.
Why This Works
WMP stores playlist metadata and user settings under that registry key. When the permissions get restricted — often to SYSTEM only — WMP can't write the .wpl file to your library folder. The error code 0XC00D0FF1 is WMP's way of saying "I can't write, and I'm giving up." Giving your user account full control over that key removes the roadblock.
Less Common Variations
If the registry fix didn't stick, here's what else I've run into:
- Corrupted user profile. Try a different user account on the same machine. If WMP saves fine there, the profile's busted. Create a new one and migrate data.
- Antivirus locking the playlist file. Some AV tools (looking at you, McAfee) quarantine .wpl files as suspicious. Add your music folder as an exclusion.
- OneDrive syncing conflict. If your Music folder is inside OneDrive, WMP can conflict with the sync lock. Move the library to a local folder under
C:\Users\[YourName]\Music. - Third-party codec packs. I once saw K-Lite Codec Pack corrupt WMP's save function. Uninstalling it and using the built-in codecs fixed it.
How to Prevent It from Coming Back
This error rarely recurs once the registry permissions are set right. But to keep it that way:
- Avoid messing with WMP's registry keys unless you know what you're doing.
- Keep your account as admin — standard users don't have write access to that key by default on some builds.
- Run WMP as admin once: Right-click WMP, choose "Run as administrator". It forces a permissions refresh on first launch.
I've seen this exact fix hold steady for years. Do it once, and you can forget the error ever happened.
Was this solution helpful?