My Windows C: drive is 118GB, but it reaches 0MB of free space almost every day. I have already cleared temporary files and removed some applications, yet the available space keeps disappearing. Are there safe ways to identify and remove whatever is taking up the space? Ideally, I'd like to recover around 10–30GB because the lack of storage is interfering with both work and gaming.
4 Answers
Run Windows Disk Cleanup as administrator and choose the option to clean up system files. Storage Sense in Settings > System > Storage can also remove temporary files and old update data. If you do not use hibernation, disabling it with an elevated Command Prompt using `powercfg -h off` can recover the space used by the hibernation file. Only do that if you are comfortable losing hibernation/Fast Startup.
If the space is disappearing unusually fast, check for a runaway process creating logs, crash dumps, temporary files, or shader caches. Tools such as Process Monitor can help identify which process is writing constantly. Also inspect locations like the public user folders and old graphics-driver packages, but verify what each file is before deleting it. If the drive fills again immediately after cleanup, that points to an active software problem rather than ordinary Windows growth.
A 118GB system drive is extremely cramped for a modern Windows installation. Updates, the page file, hibernation, caches, and restore data can consume much of the remaining space even when you are not installing anything. A larger SSD, ideally 500GB or more, is the long-term fix; moving games and media to a second drive will help too. SSDs also work best with some free space, so running at 0MB free can cause performance and reliability problems.
Start by finding out which folders are actually growing instead of deleting files at random. WizTree or a similar disk-usage analyzer can show the largest folders and files quickly. Once you identify something unusually large, search for what it is and whether it’s safe to remove before touching it. Also check OneDrive, since it may be syncing cloud files locally, along with videos, pictures, game libraries, and old driver installers.
That makes sense. I’ll check the biggest folders first rather than guessing and deleting system files.

I had the same problem on a small system drive. Clearing update files helped temporarily, but moving games to another drive and upgrading the SSD solved it.