0XC00D0FAE

Fix NS_E_CD_COPYTO_CD (0XC00D0FAE) CD-to-CD burn error

Network & Connectivity Beginner 👁 1 views 📅 May 28, 2026

Windows Media Player throws this error when you try to directly copy a CD to another CD. The fix is to rip to your hard drive first, then burn.

When you see this error

You've got a CD in your drive. You want to copy it to a blank CD. So you open Windows Media Player (WMP), click the "Copy to CD or device" option, and instead of starting the burn, you get NS_E_CD_COPYTO_CD (0XC00D0FAE) with the message: "It is not possible to directly burn tracks from one CD to another CD". Happens every time. I had a client last month who runs a small church—he wanted to duplicate Sunday service CDs for the elderly members. WMP shut him down cold.

Why this happens

Windows Media Player, going back to at least version 11, never supported direct CD-to-CD copying. It's not a bug—it's a design limitation. WMP treats a source CD as a playback-only device, not as a source for streaming audio directly to a burner. It can rip (copy files from CD to hard drive) and it can burn (write files from hard drive to CD), but it won't do both in one step. Also, some commercial CDs have copy protection that prevents direct reading and writing in the same session, but even plain audio CDs trigger this error. The real issue is that WMP's internal pipeline lacks a buffer between the source drive and the target drive.

How to fix it: rip first, then burn

Skip the workaround hacks—they don't work. The only reliable fix is a two-step process. Here's exactly what to do.

Step 1: Rip the source CD to your hard drive

  1. Insert the source CD into your drive.
  2. Open Windows Media Player.
  3. Click the Rip tab (top menu).
  4. Select Rip settings > Format—choose MP3 or WMA. I use MP3 at 192 kbps. Keeps file size small without losing noticeable quality.
  5. Check the boxes next to the tracks you want. Usually all of them.
  6. Click Start rip. Tracks get saved into your Music folder under C:\Users\[YourName]\Music.

Step 2: Burn those files to a blank CD

  1. Put a blank CD-R into your burner.
  2. In WMP, switch to the Burn tab.
  3. Drag the ripped files from your Music folder into the burn list on the right. Or just drag the whole album folder.
  4. Click Start burn.

That's it. No error messages. The CD comes out working in any standard CD player.

What to check if it still fails

If the burn fails or the ripped files won't play, check these:

  • Blank CD quality. Cheap discs fail more often than Verbatim or Taiyo Yuden. Had a customer buy a 100-pack from a dollar store—three out of four were duds.
  • Drive compatibility. Some laptop drives won't burn CDs reliably. Test with a known-good blank.
  • Copy protection. Some older CDs (circa 2000s) had additional copy protection that prevents ripping. Try a different program like Exact Audio Copy to rip those.
  • File format. WMP burns audio CDs from WMA, MP3, WAV, or other formats. If you ripped to FLAC, WMP won't see it in the burn list—convert to WAV or MP3 first.

If you absolutely need one-step CD duplication, grab a dedicated tool like Nero Burning ROM or ImgBurn. But for most people, the rip-then-burn method works without extra software.

Was this solution helpful?