WMP Error 0XC00D11B7: Insert removable media fix
This error pops up in Windows Media Player when you try to sync music to a device but forget the media or it's not ready. Here's the fix.
You plug in your MP3 player, phone, or external drive, open Windows Media Player (WMP), hit Sync, and bam—"Insert the removable media, and then try again" with error code 0XC00D11B7. I've seen this on Windows 10 and 11 after a big update or when someone uses a cheap USB hub. It's infuriating because your device is literally sitting right there in the USB port.
The root cause is simple: WMP can't find the media it expects. Either the device isn't ready (waiting for drivers, file system mismatch, or Windows didn't assign a drive letter), or the sync relationship WMP has stored is pointing to a device that's no longer there (think: you renamed the drive or plugged into a different port). Sometimes it's just a stubborn USB port.
Step 1: Check the physical connection
Don't skip this. I once spent 20 minutes troubleshooting only to realize my kid had stuffed a paperclip in the USB port.
- Unplug the device. Wait 10 seconds.
- Plug it into a direct USB port on the computer, not a hub. Use the back ports on a desktop—they're more stable.
- Listen for the Windows connection sound. If you hear it, great. If not, try a different cable (especially for Android phones) or a different device to rule out the port.
Step 2: Verify the drive is visible in Windows
Open File Explorer and look for your device under "This PC." If you see it, note the drive letter (like E: or F:). If you don't see it, your PC isn't recognizing it at all—check Device Manager for yellow exclamation marks under "Portable Devices" or "Universal Serial Bus controllers." Reinstall the driver there.
If it shows up but still errors, skip to Step 4.
Step 3: Delete and re-add the sync relationship
WMP sometimes holds a grudge against a drive that's been renamed or moved to another port. You need to clear that old relationship.
- Open WMP. Go to the Library tab.
- Click the tiny arrow under the Sync tab (top right). Choose "Other Devices..." or "Manage Devices."
- Select your device from the list and click Remove.
- Restart WMP. Plug your device in again. WMP should prompt you to set up a new sync partnership. Accept it.
This fixed the error for 80% of the calls I handled.
Step 4: Check the file system format
WMP can be picky about formats. If your drive is formatted as exFAT or FAT32, it'll work. If it's NTFS, WMP might still see it but refuse to sync. This trips up people using large USB hard drives.
- Right-click the drive in File Explorer → Properties.
- Under the General tab, look at the File system line.
- If it says NTFS, you have two choices:
- Reformat to FAT32 (but you'll lose data—back up first).
- Use a third-party tool like Rufus to create a FAT32 partition without reformatting the whole drive.
Honestly, for music sync, reformatting to FAT32 is the simplest path. I've done it dozens of times.
Step 5: Re-register WMP components
If you're still stuck, the WMP installation might be borked. Run these commands as Administrator (right-click Command Prompt → Run as administrator):
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe wmp.dll
regsvr32.exe wmploc.dll
Restart WMP after each. This re-registers the core components without reinstalling anything.
Still failing? Check these wildcards
- USB Selective Suspend: Windows might be putting the port to sleep. Go to Control Panel → Power Options → Change plan settings → Change advanced power settings → USB settings → USB selective suspend setting → Disable it.
- Driver corruption: Open Device Manager, expand "Portable Devices," right-click your device, and choose Uninstall device. Unplug and replug—Windows will reinstall the driver fresh.
- Try a different media: If you're using an SD card in a reader, some readers report as fixed media and WMP expects removable. Use a dedicated USB drive instead.
This error is almost always a connection or partnership issue. Start with Step 1, then Step 3. Those two cover 95% of cases. If you've tried everything and it still fails, your device might not be supported for sync—check the manufacturer's specs for MTP (Media Transfer Protocol) support. Good luck.
Was this solution helpful?