When You'll See This Error
You're ripping a CD in Windows Media Player 12 (the version that comes with Windows 7, 8, and 10). The progress bar gets stuck at 90% or so, then a dialog pops up: Windows Media Player encountered a problem while saving the file. The exact code is 0XC00D0FEF. The same thing can happen when you try to save a playlist to a network drive or a USB stick that's been unplugged mid-session.
I've seen this mostly on machines where the user's music folder is redirected to a cloud sync folder like OneDrive or Dropbox. The sync client locks the file right as WMP tries to write it, and WMP throws this vague error.
What's Actually Going On
WMP tries to write a file to a location it can't access. The location might be read-only, the disk might be full, or another program might have the file locked. The error text is generic—it doesn't tell you which of those it is. So we'll walk through the common culprits one by one.
Fix 1: Check the Destination Folder
Start with the simplest possibility. If you're ripping a CD, WMP saves to your Music folder by default. If you've changed that to a network location or an external drive, that's your prime suspect.
- Open Windows Media Player.
- Click the Rip tab at the top.
- Click Rip settings → More options.
- Under Rip music to this location, you'll see the folder path. Click Change and pick a local folder like
C:\Music. - Click OK. Now try ripping again.
After you click OK, the rip should start fresh. If it still fails, move on.
Fix 2: Remove Read-Only and Locked Attributes
Sometimes the file already exists from a previous attempt and got marked read-only. Or a cloud sync client has it locked. Let's clear that.
- Open File Explorer and go to the folder where you're saving (like
C:\Music). - If you see any partially ripped files (usually with a .wma or .mp3 extension), right-click the folder and choose Properties.
- Under the General tab, uncheck Read-only if it's checked. Click OK. When it asks, choose Apply changes to this folder, subfolders and files.
- If you have OneDrive or Dropbox running, right-click the cloud icon in the system tray and choose Pause syncing for a few minutes while you test.
You should be able to rip now. If not, pause that sync permanently or move your music folder out of the cloud folder.
Fix 3: Reset the WMP Library
Sometimes the library database gets corrupted and WMP can't write metadata. This fix rebuilds it from scratch.
- Close Windows Media Player.
- Press Windows + R, type
regedit, and hit Enter. - Go to
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences. - Right-click the Preferences key, choose Export, and save a backup .reg file somewhere. You'll thank me later.
- Now right-click Preferences and choose Delete. Confirm.
- Close Registry Editor and restart WMP. It will rebuild the library.
After restart, WMP will rescan your music folders. It might take a few minutes. Then try your rip or playlist save again.
Fix 4: Run the Windows Media Player Troubleshooter
Windows has a built-in fixer for this. It's worth a shot because it automates a few things we'd otherwise do manually.
- Open Settings (Windows + I).
- Go to Update & Security → Troubleshoot → Additional troubleshooters.
- Select Windows Media Player and click Run the troubleshooter.
- Follow the prompts. It will check for issues and apply fixes.
This will likely take a minute. After it finishes, try the save again.
Fix 5: Check Disk Space and Permissions
If you're saving to the system drive (C:) and it's cramped, WMP can't write. Also, if you're on a domain machine, your user profile might have limited permissions.
- Open File Explorer, right-click on your C: drive, and choose Properties. Check the free space. If you have less than 1 GB free, clear some space or switch the rip location to another drive.
- Right-click the actual destination folder (like
C:\Music), choose Properties → Security tab. Click Edit. Make sure your user account has Full control checked. If not, check it and click OK.
You'll get a bunch of security prompts if you change permissions. Just click Yes through them.
If It Still Fails
You've tried all that and the error still appears. Then it's time to look at third-party codecs. WMP relies on codecs to encode files. A broken codec pack (like K-Lite or CCCP) can cause write failures that look like a permissions issue.
Uninstall any codec packs you have, restart, and try again. If WMP works after that, reinstall the codec pack fresh from the official site.
Also, if you're ripping a copy-protected CD—some promotional discs have that—WMP won't let you save it. Try a different CD to confirm it's not the disc itself.
In most cases, Fix 1 or Fix 2 solves it. The troubleshooting path is short, and you'll be back to ripping in ten minutes.