Disc won't burn? Fix 0XC00D11E6 media incompatible error
Your drive says the disc is incompatible. Usually it's a cheap media problem. Here's how to fix it without wasting more discs.
You grab a stack of discs, load one in, hit burn, and get slapped with the 0XC00D11E6 error.
I know that feeling. I've seen it more times than I can count. The fix isn't rocket science, but most people go down the wrong rabbit hole first. Here's the real deal.
The quick fix: use a decent brand of disc
Nine times out of ten, this error is caused by cheap discs. Your drive has a laser that's calibrated for certain media types. If you grab the off-brand $10 spindle of 50 discs from the corner store, the dye layer might be too reflective or not reflective enough for your drive's laser. I had a client last month whose entire print queue died because of this — they bought a 100-pack of no-name CDs from a gas station. Every single one gave this error.
Swap to a known brand: Verbatim, Sony, or even the store brand from a big retailer like Best Buy or Amazon Basics. Those discs are made to tighter specs. You'll pay maybe 50% more per disc, but it'll work the first time.
If you're using a brand-name disc already and still get the error, move on to the next step.
Clean the drive lens
Dust on the laser can cause the drive to misread disc media info. Grab a lens cleaning disc from any electronics store. The kind with a little brush on it. Run it once or twice. Don't use a cotton swab with alcohol — that's how you scratch the lens. Just use the disc.
After cleaning, try burning again. It works maybe 20% of the time, but it's cheap and fast.
Update or reinstall the drive firmware
This one's a long shot but worth checking. Old firmware might not support newer disc types. Go to your drive manufacturer's support site (Pioneer, LG, ASUS, etc.) and look for firmware updates. If you can't find one, you might be out of luck, but it's worth a look.
On some drives, you can also try a firmware downgrade if an update actually broke compatibility. I've seen that happen with Lite-On drives after a Windows update pushed a generic driver.
Change burning speed
Your drive might be trying to burn at a speed the disc can't handle. Open Windows Media Player, go to the burn options, and set the speed to a slower rate (like 4x for DVD-R or 8x for CD-R). Slower burning is more stable and gives the laser more time to write the data correctly.
If you're using a disc rated for 16x, try 8x. If the error goes away, you were just pushing the hardware too hard.
Check for IMAPI service issues
The IMAPI (Image Mastering API) service is what Windows uses to burn discs. If it's hung or corrupted, you can get this error even with good hardware. Here's how to reset it:
net stop imapiservice
net start imapiserviceRun that in an admin command prompt. Then try burning again. If that doesn't stick, you might need to re-register the IMAPI DLLs. Run this:
regsvr32 /s imapi.dll
regsvr32 /s imapi2.dll
regsvr32 /s imapi2fs.dllReboot after. If the error still happens, it's almost certainly the media or the drive hardware.
Less common variations
Sometimes the error pops up when the disc is already partially burned or finalized. Try using a new disc. I've also seen it with dual-layer DVDs if the drive doesn't support Layer Jump Recording (LJR). Check your drive's specs on the manufacturer site.
Another weird one: USB-powered external drives sometimes get this error when they don't get enough power. Plug the drive into a powered USB hub or a USB 3.0 port directly on the motherboard. Had a client whose laptop USB port couldn't power an external DVD burner consistently — swapping ports fixed it.
Prevention
Don't buy cheap discs. Spend the extra buck per 10-pack. Store discs in a cool, dry place — heat warps the dye layer. And clean your drive lens every few months if you burn a lot. That's it.
If none of this works, your drive might be dying. Replace it. External USB DVD burners are like $20 on Amazon. It's not worth fighting a dead drive.
Was this solution helpful?