0XC00D10DA

Fix Windows Media Player burn error 0XC00D10DA

Windows Errors Intermediate 👁 0 views 📅 May 26, 2026

This error shows up when WMP can't finish burning a disc. Usually a bad disc, slow drive, or corrupted temp files. I'll walk you through the fixes from quick to deep.

What you're dealing with

This error code 0XC00D10DA (NS_E_PDA_FAILED_TO_BURN) means Windows Media Player started burning but couldn't finish writing the disc. The burner's fine — it's usually a bad disc, a slow drive negotiation, or leftover temp files from a previous failed burn. I've seen this mostly on Windows 10 with cheap DVD-Rs and old optical drives.

Fix 1: Swap the disc (30 seconds)

Don't bother with software settings first. The culprit here is almost always the disc itself. Cheap discs or discs with a manufacturing defect cause the laser to lose tracking mid-burn. Grab a different disc — ideally a brand-name one like Verbatim or Sony, burned at 8x or slower. Avoid 16x+ speed discs, they're flakier with older drives.

  1. Eject the failed disc.
  2. Insert a fresh disc.
  3. Try burning again.

If that works, you're done. If not, move to the next fix.

Fix 2: Clear Windows Media Player's temp files (5 minutes)

A interrupted burn leaves junk in the temp folder. WMP picks up those files on the next attempt and trips over them. I've fixed this exact error a dozen times just by wiping that folder.

  1. Close Windows Media Player completely.
  2. Press Win + R, type %temp%, hit Enter.
  3. Delete everything in that folder. Some files won't delete — skip them, they're in use.
  4. Also go to C:\Users\YOURUSERNAME\AppData\Local\Microsoft\Windows Media Player\Burn and delete files there.
  5. Restart WMP and try burning again.

Still broken? Let's dig deeper.

Fix 3: Check drive firmware and change burn speed (15+ minutes)

If the disc and temp files aren't the problem, it's your optical drive or a driver mismatch. Don't bother with generic driver updates — Windows Update handles those fine. The real fix is either firmware or a burn speed change.

Step 1: Update the optical drive firmware

Go to your PC or drive manufacturer's support site. Look for firmware updates for your specific model (e.g., HL-DT-ST DVDRAM GH24NS95). Flashing firmware fixes timing issues with certain disc brands. I've seen this fix errors on HP and Dell OEM drives from 2015-2018.

Step 2: Force lower burn speed in WMP

Windows Media Player doesn't have a built-in speed control, but you can slow it down via the registry.

HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences\Burn

Create a DWORD (32-bit) named BurnSpeed and set it to 2 (for 2x speed). If that value isn't respected, try 1 (1x). Restart WMP.

Step 3: Disable burning buffer underrun protection

Some drives negotiate buffer underrun protection incorrectly with WMP. Turn it off:

  1. Open Device Manager (Win + X > Device Manager).
  2. Expand DVD/CD-ROM drives.
  3. Right-click your drive > Properties > DVD Region.
  4. Set region to something other than 'None' (pick your region). Apply.
  5. Restart and try burning.

Still failing? Try a different burning tool

If none of that works, stop fighting WMP. Download ImgBurn (free, light) or CDBurnerXP. These tools bypass WMP's burn engine and handle flaky discs better. I've moved many clients to ImgBurn permanently after WMP gave up.

One last thing: check if your disc is too full. WMP sometimes errors when the total burn exceeds disc capacity by even a few MB. Leave 50MB free on a 4.7GB DVD.

Tip: Always burn at the slowest speed your media supports. Slower burns reduce errors. Don't trust 'auto' speed settings.

Was this solution helpful?