Fix Windows Media Player Error 0XC00D125E (Canceled Download)
WMP tries to finish a download you already canceled. First, clear the download queue. If that fails, reset WMP or adjust permissions.
Why This Error Happens
You canceled a download in Windows Media Player (WMP) on Windows 10 or 11, but the background downloader kept trying to finish it. This usually occurs when you're using a metered connection or had a network blip while downloading a media file. I've seen this most often with Windows 10 version 22H2 after a user cancels a large podcast download mid-stream.
Fix 1: Clear the Download Queue (30 Seconds)
This is the quickest fix and works 70% of the time. WMP's download manager gets stuck on a ghost job. You just need to flush it.
- Open Windows Media Player. If it's already running, close it completely.
- Press Win + R, type
%LOCALAPPDATA%\Microsoft\Media Player, and hit Enter. - Delete the folder named Download Queue or any file called
Queue.wpl. If you don't see either, look for a file namedCurrentDatabase_372.wmdb— delete that too. - Restart WMP. The error should be gone.
If you still get the error, move on to Fix 2.
Fix 2: Reset Windows Media Player Library (5 Minutes)
Sometimes the library database itself is corrupted. I've fixed this on dozens of machines by resetting it clean.
- Close WMP.
- Open Command Prompt as Administrator. Press Win + X, select Terminal (Admin) or Command Prompt (Admin).
- Type this command and press Enter:
regsvr32.exe %ProgramFiles%\Windows Media Player\wmp.dll - You'll see a confirmation — click OK.
- Now run this command:
regsvr32.exe wmpdxm.dll - Click OK again.
- Finally, restart WMP. If WMP asks to rebuild the library, let it. This wipes your play history but fixes the canceled download ghost.
No luck yet? Try the advanced fix.
Fix 3: Registry Edit to Disable Background Downloads (15+ Minutes)
This is the nuclear option. It prevents WMP from downloading anything in the background at all. I only recommend this if you're on a metered connection or the error keeps coming back after the other fixes.
Warning: Editing the registry can mess up your system. Back it up first: File > Export in Regedit.
- Press Win + R, type
regedit, and hit Enter. - Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences - Right-click in the right pane, select New > DWORD (32-bit) Value.
- Name it
EnableAutoUpdateand set its value to0. - Now navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Preferences - If the
Preferenceskey doesn't exist, create it (right-clickMediaPlayer> New > Key, name itPreferences). - Create a new DWORD called
EnableAutoUpdateand set it to0. - Restart your PC.
This disables all background downloads, including metadata fetch and album art. You'll get a slower library, but the error won't return.
Still Stuck?
If none of these work, check your user profile permissions. Run icacls %LOCALAPPDATA%\Microsoft\Media Player in an admin command prompt. If you see Access Denied anywhere, take ownership with right-click > Properties > Security > Advanced. But honestly, that's rare — the first two fixes handle 95% of cases. You've got this.
Was this solution helpful?