Clearing disk space is one of those tasks that feels productive but shouldn't need your attention. Storage Sense in Windows is designed to handle this, but its default settings are passive, and it barely helps. I configured mine to run weekly, clean out the Recycle Bin and Downloads folder, and manage OneDrive content locally. It has blind spots, though, so I use one command-line trick to cover what it misses.
The default Storage Sense setting is basically not very effective
Storage Sense is turned off by default in Windows 11. When you enable it, the cleanup schedule defaults to "During low free disk space" - so it sits idle until your drive is nearly full. By then, you're already running into failed updates and sluggish performance.
Microsoft built a solid automation tool and then set it to react instead of prevent. The weekly, daily, and monthly options are right there in the same dropdown, but some people don't change them because the default feels intentional.
I set Storage Sense to run weekly and forgot about it. You can change it by navigating to Settings > System > Storage, then clicking Storage Sense. Change the cleanup schedule from "During low free disk space" to "Every week." Daily is excessive for most people, and monthly lets too much accumulate between runs. For me, weekly hits the sweet spot - frequent enough to prevent buildup, but not so aggressive that it's constantly working in the background.

Automatic Recycle Bin and Downloads cleanup saves time
Deleting a file doesn't actually free up space; it just moves it to the Recycle Bin, where it sits. The Downloads folder is even worse. Every installer, PDF, and random zip file I've ever grabbed piles up there because I never bother to go back and clean it out.
Best Deals: Samsung 9100 PRO 1TB SSD
Price Trend:
Prices last scanned 6 hours and 21 minutes ago
7 days ago: $229.99 USD30 days ago: $249.99 USD
7 days ago: $206.99 USD30 days ago: $249.99 USD
7 days ago: $464.97 CAD30 days ago: $399.97 CAD
7 days ago: $464.99 CAD30 days ago: $399.99 CAD
7 days ago: $49930 days ago: $499
Storage Sense can handle both. In the same settings page, set "Delete files in my recycle bin if they have been there for over" to 30 days. Do the same for the Downloads folder - change it from "Never" to 30 days.

I went with 30 days for both because it's long enough that I can still recover something if I need it, but short enough that junk doesn't accumulate for months. The 1-day and 14-day options feel too aggressive. If you accidentally delete a file, you'd have almost no window to recover it. Sixty days, on the other hand, defeats the purpose.
Our Latest TweakTown Guides
- How to Remap Keyboard Keys in Windows using Microsoft PowerToys
- 7 tips to organize your Windows files for faster, easier access
- How to fix Wi-Fi Adapter Not Working on Windows laptops: troubleshooting tips
- 6 underrated Microsoft Word features worth using to boost your productivity
- 7 Windows settings to change right after installation for better privacy, security, and performance
One thing worth noting is that if you permanently store anything important in Downloads, move it somewhere else first. Storage Sense doesn't check whether a file matters to you; it just looks at the date.
OneDrive's local content cleanup is a lifesaver on smaller SSDs
If you use OneDrive, Storage Sense has one more setting worth enabling. It can automatically convert synced files you haven't opened recently to online-only. It means they stay in your OneDrive account but no longer take up local storage space.
This comes in handy if you're working with a 128GB or 256GB SSD, where OneDrive's synced files can eat up a significant chunk of your drive space. Even on larger drives, there's no reason to keep months-old files cached locally if you haven't touched them.
To enable it, scroll down in the Storage Sense settings and set it to 30 days. The options range from 1 day to 60 days. 30 is a comfortable middle ground that keeps your recent work available offline without hoarding everything else.

It can't clean everything - here's what it misses
Storage Sense only handles a specific set of files, including the Recycle Bin, Downloads folder, temporary system files, and OneDrive content. It doesn't touch browser caches, and if you use Chrome or Firefox, those caches can grow to several gigabytes. It also skips app-specific temp files from programs like Teams, Spotify, and Discord. The Windows user temp folder, where apps dump files they never bother cleaning up, is another blind spot.
However, one command-line trick fills the gap Storage Sense leaves behind. Open Command Prompt as administrator and run del /q/f/s %TEMP%\* to clear out your user temp folder. The /q flag suppresses confirmation prompts, /f forces deletion of read-only files, and /s handles subfolders. Some files will throw errors because they're in use; that's normal, and you can ignore them.

I run this maybe once a month. You could also set it up as a scheduled task through Task Scheduler if you want it fully automated.
Storage Sense could be better, but this setup gets close enough
Microsoft could make Storage Sense more useful if it expanded the scope to include browser caches and app temp files, since there's no technical reason it couldn't. A built-in scheduled cleanup for the user's temp folder would eliminate the need for the command-line workaround. Until then, third-party tools like BleachBit exist, but I'd rather not install extra software to do something the OS can handle on its own.




