Where Is the WinSxS Folder and Why Is It Huge?
Windows WinSxS component store purpose, why Explorer overcounts it, and the safe DISM cleanup.
Last updated
WinSxS under C:\Windows stores every system component version for updates, rollback and optional features. Explorer reports it enormous because hard links count shared files many times over.
Actual extra cost is far smaller than shown. Clean it only with DISM component cleanup or Disk Cleanup; manual deletes break servicing permanently.
Where Windows stores this, by platform
C:\Windows\WinSxS
Needs admin and TrustedInstaller rights. Analyze real size with DISM component store analysis, not Explorer properties.
Frequently asked questions
Can I delete WinSxS to free space?
Never by hand. Run DISM StartComponentCleanup (optionally with ResetBase) from an elevated prompt, which compacts safely.
Why does WinSxS show 15 GB but free little after cleanup?
Hard links inflate the reported size. The files also back live system components, so most bytes are genuinely in use.
Notice an outdated path? Let us know.