Back to All Guides
Windows WindowsOneDriveCacheQuick Fix

OneDrive Says It's Synced, But Your Disk Is Still Full. Here's Why.

OneDrive shows a blue cloud icon next to your files, but your SSD free space does not budge by a single megabyte. Files On-Demand is supposed to keep your documents in the cloud until you need them. Yet hundreds of users watch their C: drive remain 95% full while OneDrive claims everything is online. The issue comes down to conflicting sync attributes and background hydration.

What's Actually Going On

A file can have a cloud status badge while still occupying local disk clusters if an application recently read its metadata or generated a thumbnail.

Windows Storage Sense and OneDrive often run into race conditions where Storage Sense flags a file to dehydrate, but a background indexing service immediately pulls it back down.

Folders marked with "Always keep on this device" override global Files On-Demand settings, keeping 30GB+ pinned locally without alerting you.

How to Force True Cloud Dehydration

1. Manually Trigger "Free Up Space"

Right-click your main OneDrive folder in File Explorer and select "Free up space". This sends a direct filesystem command to deallocate local clusters while keeping file metadata visible in Explorer.

powershell
attrib.exe +U -P /S "$HOME\OneDrive\*"

2. Verify Files On-Demand Toggle in OneDrive Settings

Click the OneDrive cloud icon in the taskbar > Settings cog > Sync and backup > Advanced settings. Verify that "Files On-Demand" is switched On and click "Download files as you use them" rather than "Download all files now".

3. Configure Windows Storage Sense Dehydration Threshold

Go to Windows Settings > System > Storage > Storage Sense. Set the OneDrive content policy to dehydrate files if they have not been opened for more than 14 days.

We got tired of doing this manually — that's exactly why we built Orbit.

Orbit Interface Orbit clearly differentiates local bytes from cloud-only placeholders with real disk verification.

One More Thing

If you use third-party backup tools or antivirus scanners, ensure they exclude the OneDrive folder from deep offline file scanning.

When an aggressive antivirus inspects every byte in your synced directory, it silently triggers OneDrive to re-download every single file in the background.

The Verdict

Use Manual Method if: Use the manual Explorer right-click shortcut if you have just one folder that accidentally pinned itself.

Use Orbit if: Use Orbit if you need to instantly spot which folders are actually occupying physical SSD blocks versus cloud ghosts.

Finding these files too slow?

Orbit visualizes your entire drive — Mac and Windows both — so you see exactly where space is going before you delete anything.

Orbit Interface

Continue Reading