0XC00D108F

Windows Media Player 0XC00D108F: Playlist Resume Failed

Windows Errors Beginner 👁 1 views 📅 May 27, 2026

Windows Media Player can't resume playing the next track in a playlist. This usually happens after a network glitch or corrupted library cache. Here's how to fix it.

What's this error, and when does it show up?

Error code 0XC00D108F (NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED) pops up in Windows Media Player when you're playing a playlist and it tries to move to the next track but can't. The player just stops dead, showing that message. I've seen this most often after you've paused a playlist, walked away, and come back to hit play again — the network stream or local file gets confused.

This error is almost never a hardware problem. It's a software or configuration glitch. The real fix is usually clearing the player's library database or fixing a corrupted media file. Don't reinstall Windows — that's overkill.

Cause 1: Corrupted Windows Media Player library database

This is the most common cause by far. The library database (a set of hidden files in your user folder) gets corrupted when the player crashes or the system shuts down unexpectedly. When that happens, the player can't track where it left off in a playlist.

Here's the fix — it sounds scary but it's safe and takes about 2 minutes:

  1. Close Windows Media Player completely. Check the system tray (bottom right) to make sure it's not running minimized. If you see the icon there, right-click it and select Exit.
  2. Press Windows + R on your keyboard to open the Run dialog.
  3. Type the following exactly and press Enter:
    %LOCALAPPDATA%\Microsoft\Media Player
  4. A File Explorer folder opens. You'll see files with weird names like libraries_*.wmdb and folder_*.wmdb. Important: Don't delete anything yet — just look.
  5. Press Windows + R again and run this command to stop the media player service:
    net stop wmpnetworksvc
  6. Go back to the Media Player folder. Select all the files inside (Ctrl+A) and press Delete. Windows will ask for permission — click Yes.
  7. Now reopen Windows Media Player. It will rebuild the library database from scratch. This takes 30 seconds to a minute, depending on how many files you have. You'll see a message like "Searching for media" at the bottom.
  8. After it finishes, try playing your playlist again. Most of the time, the error goes away.

What to expect after step 6: The player window might look empty at first. That's normal — it's scanning your music folders. Give it time.

Cause 2: Network interruption for streaming playlists

If you're streaming from a network share, a home server, or an online service like a DLNA device, the error often means the connection dropped briefly. The player can't resume because the file path or stream is no longer available.

Here's the fix:

  1. Check your network connection. Open Command Prompt (search for cmd in Start, right-click, Run as Administrator) and type:
    ping 8.8.8.8 -n 4

    If you see "Request timed out" or high latency, you have a network issue. Fix that first — restart your router or switch to a wired connection temporarily.
  2. If the network is fine, the issue is likely the server itself. If you're using a NAS or media server, restart it. Wait 2 minutes, then try the playlist again.
  3. If the playlist still fails, remove the network location from Windows Media Player's library and re-add it. Go to Organize > Manage Libraries > Music (or whichever type). Click Remove next to the network folder, then Add and browse to it again.

Cause 3: A corrupt or unplayable media file in the playlist

Sometimes one bad file in your playlist brings everything down. The player tries to resume at that file, can't decode it, and throws the error instead of skipping it.

Quick test: Create a new playlist with just two known-good files (like MP3s you've played before). Play it, pause it, then resume. If it works, you've found the problem — a bad file in your original playlist.

To fix:

  1. Open the original playlist in Windows Media Player. Right-click the playlist name and select Open Playlist.
  2. Start playing the playlist. Watch which song triggers the error. The player might freeze or show the error message next to that track.
  3. Once you identify the bad file, remove it from the playlist (right-click it, Remove from List).
  4. If the file is corrupted on disk, delete it from your music folder or replace it with a fresh copy.

Real-world scenario: I fixed this for a user who had a partially downloaded MP3 from a podcast. The file showed as 4 MB but was only 200 KB of actual audio. Removing it from the playlist solved everything.

Quick-reference summary table

SymptomMost likely causeFix steps
Error after pausing and resuming any playlistCorrupted library databaseDelete files in %LOCALAPPDATA%\Microsoft\Media Player
Error only with network/streaming playlistsNetwork interruption or server downCheck network, restart server, re-add network folder
Error tied to a specific track in the playlistCorrupt or incomplete media fileRemove the bad track from the playlist

Was this solution helpful?