Storage Sense is Windows 11’s automatic cleanup feature for temporary files, the Recycle Bin, selected Downloads rules, and locally available cloud files. It can keep routine clutter under control, but it does not replace maintenance of the Windows component store, commonly associated with the WinSxS folder.
That boundary matters. A test published on September 16, 2026 reclaimed 1.67 GB in one run and 10.2 GB over a month on a single Windows 11 installation. The same installation had a component store that DISM reported at 20.14 GB. Those figures describe one PC, not a fixed amount of space every Windows 11 user can recover.
What Storage Sense actually cleans in Windows 11
Storage Sense works on the system drive, normally C:. Microsoft documents it for several specific categories:
- Temporary system and app files when the relevant option is enabled.
- Recycle Bin contents after the retention period you choose.
- Files in Downloads that have not been opened for the selected period. Downloads are not automatically targeted unless you configure that rule.
- Locally available OneDrive files that can be made online-only. They remain in the cloud and can be downloaded again when needed.
You can run Storage Sense when free space is low or schedule it daily, weekly, or monthly, depending on the available settings. Windows also requires the user to be signed in and online for more than 10 minutes before Storage Sense can run.
The practical verdict is straightforward: turning on Storage Sense is sensible for routine cleanup, especially if you leave Downloads set to “Never” unless you are completely comfortable with automatic deletion. It is not a full-drive cleanup tool.
Why WinSxS sits outside Storage Sense
WinSxS is associated with the Windows component store, which contains system components and previous versions that can support servicing and rollback. Its accounting is also less intuitive than the number shown in File Explorer: hard-linked files can be counted more than once there.
In the single-installation test published September 16, DISM reported a 20.14 GB component store, while File Explorer displayed 21.70 GB for WinSxS. The two figures use different accounting methods; the Explorer number is not a direct measure of independently reclaimable space.
Storage Sense reclaimed temporary and user-level content in that test, but the component-store figures remained a separate cleanup problem. That is why a PC can report a large WinSxS folder even after Storage Sense has completed its run.
How to inspect the component store without deleting anything
To check the component store, open Windows Terminal or Command Prompt as an administrator and run:
Dism /Online /Cleanup-Image /AnalyzeComponentStore
The command analyzes the component store and reports details such as its size, shared files, backups, disabled features, and whether cleanup may be recommended. It is a diagnostic step, not the cleanup itself.
Do not manually delete files from C:\Windows\WinSxS. Microsoft warns that removing files from the folder—or deleting the folder itself—can severely damage Windows, prevent the system from booting, or block future updates. This is one of those folders where “I know what I’m doing” is not a particularly useful safety feature.
Windows 11 also includes Disk Cleanup, which can remove temporary files, Recycle Bin contents, system files, and update-related files. Its update-cleanup option can reduce the component store through a supported Windows interface.
Which official cleanup options are available
Microsoft documents several ways to handle component-store maintenance:
- StartComponentCleanup scheduled task: Windows can remove older component versions and compress components when the system is not in use. Microsoft says the task waits at least 30 days after an updated component has been installed before removing previous versions.
- DISM StartComponentCleanup: From an elevated command prompt, run Dism.exe /online /Cleanup-Image /StartComponentCleanup. Microsoft documents this as a direct component-store cleanup command without the scheduled task’s 30-day grace period or one-hour timeout.
- DISM StartComponentCleanup with /ResetBase: This removes superseded component versions, but existing update packages can no longer be uninstalled afterward. Future update packages remain uninstallable.
The last option is therefore not a casual “clean harder” button. It changes your ability to roll back existing updates. Use the ordinary cleanup path unless you specifically understand and accept that trade-off.
A practical Storage Sense configuration
For most Windows 11 PCs, start with a schedule you will actually tolerate—weekly or monthly rather than an unnecessarily aggressive daily run. Keep temporary-file cleanup enabled, choose a retention period for the Recycle Bin, and leave Downloads at Never unless that folder contains only disposable files.
The Storage Sense page is located at Settings > System > Storage > Storage Sense. From there, you can adjust the schedule, retention rules, cloud-content behavior, and the manual Run Storage Sense now control.
When the space problem points to WinSxS, switch tools: analyze the component store with DISM first, then use Microsoft’s supported cleanup methods rather than deleting its files by hand.