1. Drive Letter Conflict (Most Common)
You plug in a USB drive or SD card, and Windows throws 0x8000001C with the message "The media has changed." Nine times out of ten, this isn't a hardware problem—it's a drive letter collision.
Here's what happens: Windows assigns a drive letter to your removable media, but that letter is already in use by a network share, a mapped drive, or a hidden system partition. When Windows tries to read the drive, it gets confused and spits out the media changed error.
How to fix it:
- Right-click the Start button and select Disk Management. (Or press Win + X, then choose Disk Management.)
- Look for your removable drive in the list. It'll show up as a removable disk—usually near the bottom. You'll see its current drive letter next to it.
- Right-click that drive's box (not the partition) and select Change Drive Letter and Paths.
- Click Change, then pick a letter that's far from the usual ones—like Z: or X:. Avoid A, B, C, D.
- Click OK. Windows will warn you that programs using the old letter might break. That's fine—we're fixing it, not breaking it.
- After you click OK, the drive should remount with the new letter. You won't see the error again for this drive.
After changing the letter, open File Explorer and verify the drive shows up. If it does, you're done. If not, move to the next fix.
2. USB Controller Driver Glitch
Sometimes the problem isn't the drive letter—it's the USB controller itself. Windows gets stuck in a bad state where it thinks the media changed even though nothing changed. This usually happens after a power surge, a sleep/wake cycle, or plugging a device into a hub that's already flaky.
Here's the real fix: Don't just unplug the drive. Reset the USB controller drivers.
- Press Win + X and choose Device Manager.
- Expand Universal Serial Bus controllers. You'll see a list of items like "USB Root Hub," "Generic USB Hub," and maybe "Intel(R) USB 3.0 eXtensible Host Controller."
- Right-click each item that says USB Root Hub (there might be several) and select Uninstall device. When Windows asks if you're sure, click Uninstall. Do this for all USB Root Hubs.
- Don't worry—your keyboard and mouse might freeze for a second. That's normal.
- After you uninstall the last one, restart your computer. Windows will automatically reinstall the drivers on boot.
- Once Windows loads, plug your removable drive back in. The error should be gone.
I've seen this fix work on Windows 10 and 11, especially after a system update messed up the USB stack. If you're running an older USB 2.0 device on a USB 3.0 port, this glitch is more common.
3. Dirty or Faulty Media (SD Cards and Discs)
The third cause is the simplest: the media itself is dirty, worn out, or slightly loose. This happens a lot with SD cards in laptops or card readers. If the card isn't fully seated, Windows detects it, then loses the connection for a split second, and throws the error.
What to check:
- Take the SD card or disc out. Examine the copper contacts on an SD card—if they look dull or have a smudge, clean them with a soft, lint-free cloth lightly dampened with isopropyl alcohol. Don't use water. Let it dry completely.
- For discs, look for scratches on the data side. A deep scratch means the disc is toast. Try a different disc to rule out the drive.
- If you're using a USB flash drive, try the same drive in a different port. If the error follows the drive, the drive might be dying. Back up your data now.
After cleaning, reinsert the media. If it still shows the error, it's likely hardware failure. Replace the media.
Quick-Reference Summary
| Cause | Fix | Time to Try |
|---|---|---|
| Drive letter conflict (most common) | Change drive letter in Disk Management to an unused letter like Z: | 5 minutes |
| USB controller driver glitch | Uninstall all USB Root Hubs in Device Manager, then restart | 10 minutes |
| Dirty or faulty media | Clean SD card contacts or replace the media | 5 minutes |
Try them in that order. The first fix resolves about 80% of cases. The second catches most of the rest. The third is for when it's actually the media's fault.