When Windows keeps warning about low storage even after you’ve deleted files, it usually means the “space” is sitting somewhere you didn’t touch (Temp files, Windows Update leftovers, hibernation, Recycle Bin on another drive), or Windows is looking at a different drive than you think.
{{img:hero}}
Start with the fastest checks first, then go deeper only if the number still won’t move.
1. Fastest fix: confirm you’re clearing the same drive Windows is complaining about
It sounds obvious, but this is the most common mismatch: you delete files from D: (or an external drive), while Windows is warning that C: is full.
- Open Settings → System → Storage and note which drive shows low space.
- Open File Explorer → This PC and compare free space on each drive.
- If you moved files, make sure they’re not still in Recycle Bin (right-click Recycle Bin → Empty Recycle Bin).
If the warning is for C:, focus all cleanup steps on C: first.
2. Quick win: run Storage cleanup the “safe” way (Temporary files + Windows Update cleanup)
Manual deletion often misses system-managed caches. Use the built-in cleanup so Windows can remove files it owns.
- Go to Settings → System → Storage.
- Select Temporary files.
- Check items like Temporary files, Delivery Optimization Files, and Windows Update Cleanup if offered.
- Avoid checking Downloads unless you’re sure you don’t need anything there.
- Click Remove files.
{{img:storage-breakdown}}
This often frees space immediately, and it updates Windows’ storage calculation more reliably than “deleting random folders.”
3. If numbers still don’t change: restart to release space held by pending deletes
Some files only disappear after a reboot (especially update leftovers and files in use).
- Restart Windows (not Shut down, if Fast Startup is enabled on some systems).
- After reboot, re-check Settings → System → Storage.
A single restart can be the difference between “still full” and “space updated.”
4. Deeper fix: find what’s actually using space (Apps, System, OneDrive, hidden folders)
If cleanup didn’t help, use Storage breakdown to identify the category that’s growing.
- Settings → System → Storage → click the largest categories (like Apps, System, Other).
- In Apps, sort by size and uninstall what you truly don’t need.
- If System is huge, it’s commonly Windows Update files, hibernation, restore points, or reserved storage.
If you use OneDrive: files that are “available on this device” take local disk space even if they also exist in the cloud.
- In OneDrive folder, right-click large folders → choose Free up space (keeps them in the cloud, removes local copies).
- Check you’re not syncing multiple large libraries to C: unintentionally.
{{img:onedrive-space}}
5. Advanced (use with care): disable hibernation if it’s eating tens of GB
If you never use Hibernate, turning it off can reclaim a large hidden file (hiberfil.sys) on C:.
- Open Windows Terminal (Admin) or Command Prompt (Admin).
- Run: powercfg -h off
This can free a noticeable chunk of space quickly. If you want it back later, run powercfg -h on.
6. Advanced: check System Restore / restore points (quiet space hog)
Restore points can grow over time, especially after big updates.
- Open Control Panel → System → System protection.
- Select your C: drive → Configure.
- Review Max Usage. You can lower it, or delete older restore points from here.
If you rely on restore points, reduce the limit instead of turning protection off.
7. If it still looks wrong: verify the file system and Windows’ storage reporting
If free space seems inconsistent (for example, Explorer and Settings disagree), check the drive for file system issues.
- Open This PC → right-click C: → Properties → Tools tab.
- Under Error checking, click Check.
- If Windows recommends a scan/repair on restart, let it complete.
If you suspect a “missing space” problem persists after repairs, that’s a reasonable point to stop and consider getting help (especially on work-managed PCs where storage policies apply).
Final thoughts
Most “I cleared space but Windows still says low storage” cases end up being a drive mismatch, system-managed caches, or OneDrive keeping local copies.
If you start with Storage’s Temporary files cleanup and a restart, you’ll usually see the number move before you need the advanced steps.