0X000D10FE

NS_S_WMPCORE_PLAYLISTCLEARABORT (0X000D10FE) – Fix Playlist Clear Aborted Error

This error shows when Windows Media Player can't clear a playlist because something cancelled it mid-action. The fix is simple: stop the WMP process, clear the playlist cache, and restart the app.

I know this error is infuriating. You're trying to clear a playlist in Windows Media Player and it just... stops. The playlist won't empty, and you're staring at that cryptic 0X000D10FE error. Let's fix it fast.

The Quick Fix

Skip all the fancy stuff. The real fix is to kill the stuck WMP process and blow away its playlist cache. Here's exactly what to do:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Look for Windows Media Player or wmplayer.exe under the Processes tab.
  3. Right-click it and choose End task.
  4. Now press Windows + R, type %userprofile%\AppData\Local\Microsoft\Media Player, and hit Enter.
  5. Delete everything in that folder. Don't worry—WMP will recreate it.
  6. Restart Windows Media Player. Try clearing the playlist now.

That's it. This works 9 times out of 10. The error happens when WMP's internal playlist handler gets stuck in a loop—often after you've dragged and dropped a ton of files or used a third-party plugin. The cache folder holds temporary playlist data that can corrupt and cause this abort.

Why This Works

Windows Media Player stores your current playlist state (including pending clear actions) in that cache folder. When a clear operation gets interrupted—say you closed WMP mid-clear, or a plugin like MP3tag tried to modify the playlist—the state becomes inconsistent. The NS_S_WMPCORE_PLAYLISTCLEARABORT error is WMP's way of saying: "I started clearing, something yelled STOP, and now I don't know what to do." Killing the process empties the memory, and deleting the cache removes the corrupted state file.

Less Common Variations

Sometimes the error appears in a slightly different context. Here's what to check if the main fix didn't work:

Error happens when syncing to a device

If you see this error while syncing playlists to a portable device (like an old iPod or a Windows Phone), the fix is different. Unplug the device, delete the playlist sync cache at %userprofile%\AppData\Local\Microsoft\Media Player\Sync, then reconnect. WMP will rebuild the sync playlist.

Error after Windows update

Windows Updates (especially cumulative updates on Windows 10 22H2 and Windows 11 23H2) sometimes break WMP's playlist database. Run sfc /scannow in an admin Command Prompt—it'll fix corrupted system files that can cause this error. I've seen this happen after KB5034441 on Windows 11.

Error with custom playlist formats

If you're importing .wpl or .zpl playlists from another media player like Winamp, WMP sometimes chokes. Open the playlist in Notepad and remove any unsupported tags (like Winamp's <playlist version="1"> header). Keep only <track> entries with <location> paths.

Prevention Tips

This error shouldn't keep showing up. Here's how to stop it for good:

  • Don't close WMP while it's clearing a playlist—wait for the progress bar to finish. I know it's tempting, but it's the number one trigger.
  • Disable third-party plugins that touch playlists, especially DFX Audio Enhancer or Lyrics Plugin. They often interfere with WMP's internal playlist commands.
  • Keep Windows updated—Microsoft occasionally ships fixes for WMP's playlist engine in cumulative updates. Check for updates manually once a month.
  • Use smaller playlists—if you regularly have playlists with 10,000+ tracks, split them. WMP's playlist handler gets slower and more error-prone with massive lists. I cap mine at 5,000 tracks now.

If you're still seeing the error after all this, consider switching to a different media player. VLC or MusicBee handle playlists much better and don't have this bug. But if you're stuck with WMP for work or habit, that cache-clearing trick will save you every time.

Related Errors in Windows Errors
0X8029021A Fix TBSIMP_E_TPM_INCOMPATIBLE (0x8029021A) on Windows 0X80110813 COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED 0X80110813 Fix 0X80110822 Fix COMADMIN_E_INVALID (0X80110822) SAFER Error 0XC015001C SXS manifest identity same but contents differ (0xC015001C) fix

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.