Fix NS_E_PDA_DEVICE_FULL (0XC00D117F) Storage Error
Your portable device says it's full but might have space. Here's how to fix that sync error fast, without wasting time.
The 30-Second Fix: Check What's Really on the Device
Plug your portable device into the PC using a USB cable. Open File Explorer (Windows key + E). Right-click the device's drive letter (usually F: or G:), select Properties, and look at Used Space vs. Free Space. Sound familiar? I had a client last month whose 32GB MP3 player showed 12GB free in Windows, but Windows Media Player kept spitting out the 0XC00D117F error. Turns out the device had a hidden partition with system files that WMP saw as full. The real fix? Delete a few files manually, and the sync started working.
If you see more free space than expected, the error might be a false positive. Try deleting one song or video file from the device via File Explorer (right-click, Delete), then attempt the sync again. If it works, you're done. If not, move on.
The 5-Minute Fix: Clear Out Hidden Cache and Metadata
Portable devices often store album art, playlists, and database files that don't show up as normal files. These can eat up space and trick WMP into thinking the device is full. Here's how to clear them safely:
- Open Windows Media Player (not the modern app, the classic one).
- Go to the Sync tab.
- Right-click your device name and choose Delete Contents (or Format if the option is there — but that wipes everything, so back up your files first).
- Click Yes when it asks to confirm.
Alternatively, navigate to the device's internal storage via File Explorer. Look for a folder called WMPInfo.xml or WMDB (database files). Delete those. On some devices, you'll see a System Volume Information folder — ignore that (it's protected). The key is to remove the sync database that WMP uses to track what's on the device. Once deleted, WMP will rebuild it fresh, and the phantom full error often disappears.
I've seen this work on a half-dozen SanDisk Sansa and older Creative Zen players. It's like clearing the device's brain.
The 15+ Minute Fix: Deep Clean and Reformat
If the above didn't fix it, the device might have corrupted file system entries or a near-full hidden partition. Time to get serious.
Step 1: Check for Hidden System Files
Open an Administrator Command Prompt (right-click Start, select Command Prompt (Admin) or Terminal (Admin)). Run:
chkdsk X: /fReplace X with your device's drive letter. This repairs file system errors that can cause incorrect free space reporting. Let it finish — takes 2-5 minutes depending on device size.
Step 2: Show Hidden Files
In File Explorer, click the View tab, check Hidden items. Look for any .metadata or .thumbdata folders. Delete them. These are often large and not visible otherwise.
Step 3: Reformat the Device (Last Resort)
WARNING: This wipes everything. Back up any files you want to keep (photos, music, videos) to your PC first.
- Right-click the device in File Explorer, select Format.
- Choose FAT32 as the file system (most portable devices require this for compatibility).
- Set Allocation unit size to Default.
- Uncheck Quick Format (do a full format — it takes longer but catches bad sectors).
- Click Start.
After formatting, copy your files back. Then try syncing again. Pro tip: If the device still shows the error after a format, the device's firmware is likely buggy. Check the manufacturer's website for a firmware update. I had a client with a Sony Walkman NWZ-A815 that needed a firmware update to fix a storage reporting bug — after that, no more 0XC00D117F.
Bottom line: This error is almost always a phantom storage issue, not a real full disk. Start with deleting a single file, then clear the WMP database, and only reformat if you must. Nine times out of ten, you don't need to nuke the whole thing.
Was this solution helpful?