0XC00D0019

NS_E_FILE_READ (0XC00D0019): File Read Error in Windows Media

Windows Errors Intermediate 👁 1 views 📅 May 26, 2026

This error pops up when Windows can't read a media file—often a corrupt download, a permission problem, or a wonky codec. Here's how to squash it fast.

1. Corrupt Media File – The Most Likely Culprit

Nine times out of ten, 0XC00D0019 means the file itself is busted. I've seen it with partially downloaded videos from browsers that crapped out mid-stream, or files that got zapped during a crash. Had a client last month whose whole music library showed this error after a power surge killed their external drive—every MP3 was toast.

Quick test: Try playing a different file from the same folder. If that works, the problem's the file, not your system.

Fix it: Redownload or repair

  1. If it's a download, delete the file and grab it again from the source. Use a download manager if you're grabbing big files—they handle interruptions better than browsers.
  2. For video files (.mp4, .avi), try a free repair tool like VLC Media Player. Open VLC, go to Tools > Preferences > Input/Codecs, set “Damaged or incomplete AVI file” to “Always fix.” Then open the file in VLC (it'll fix on the fly).
  3. For audio files, use Audacity to re-export. Open the file in Audacity (if it loads), then export it as a fresh WAV or MP3. This strips out corruption.
Pro tip: Always keep original copies of important media. Once corruption hits, recovery isn't guaranteed.

2. File Permission Issues – Windows Locks Your Own Files

This one's sneaky. Sometimes the file's permissions get scrambled—maybe you moved it from a NAS drive, or an old backup restored it with weird permissions. Windows Media Player then can't read it, even though you're the admin. I ran into this with a client's surveillance footage: the DVR's export tool saved files with SYSTEM-only permissions.

Fix it: Take ownership

  1. Right-click the file, go to Properties > Security.
  2. Click Advanced. You'll see the owner. If it's not your user account (e.g., it says SYSTEM or a SID), click Change next to Owner.
  3. Type your username (e.g., “Derek”) or “Everyone” if you're lazy, then click Check Names, then OK.
  4. Check the box “Replace owner on subcontainers and objects” if it's a folder.
  5. Apply, close all dialogs. Try playing the file again.

Still broken? Grant full control to your user: right-click file > Properties > Security > Edit > Add your user > check Full Control.

3. Missing or Corrupt Codec – Windows Media Player Can't Decode It

Some files use codecs that Windows Media Player doesn't have natively. Think HEVC (H.265) for 4K videos, or FLAC audio. The error shows up as 0XC00D0019 because the player can't read the stream. Had a freelancer client who shot video with an iPhone—every .mov file threw this error until we added the right codec.

Fix it: Install the right codec or use a different player

  1. Install HEVC Video Extensions from the Microsoft Store. It's free for devices with certain hardware, otherwise costs a few bucks. Worth it.
  2. If that's not it, grab the K-Lite Codec Pack (Standard or Basic). It adds play-doh support for everything—MPEG-4, DivX, AC3, you name it. Download from codecguide.com, run the installer, restart Windows Media Player.
  3. Or just skip the fix and use VLC or MPC-HC. They bundle their own codecs and never have this problem. I personally use VLC for everything after the hundredth codec headache.
Watch out: Some codec packs try to install toolbars or AV software. Uncheck those boxes during install.

4. Windows Media Player Corruption – The Player Itself Is Broken

Rare, but it happens. Maybe a Windows Update borked the player's internal database, or you messed with Windows Features and partially uninstalled it. I've seen this after a failed feature update rollback on Windows 10 version 21H2.

Fix it: Reset or reinstall Windows Media Player

  1. Open Settings > Apps > Apps & features.
  2. Find Windows Media Player, click Advanced options (or Modify on older builds).
  3. Click Reset. This clears the media library and settings cache—doesn't delete your files.
  4. Still broken? Open Control Panel > Programs > Turn Windows features on or off.
  5. Uncheck Media Features, click OK, restart your PC. Then re-enable it and restart again.

This works on Windows 10 and 11. It'll re-register all the DLLs Windows Media Player needs.

Quick-Reference Summary Table

CauseFixTime
Corrupt fileRedownload or repair with VLC/Audacity5-10 minutes
File permissionsTake ownership, grant full control2 minutes
Missing codecInstall HEVC or K-Lite pack, or use VLC5 minutes
Player corruptionReset or reinstall Windows Media Player10 minutes

Was this solution helpful?