Reference

WinSxS folder

WinSxS (the component store) is the Windows folder that holds the files needed to install, update, and roll back system features. It looks huge because of shared hard links, but its real size is smaller — and you must never delete it manually.

WindowsWindows

WinSxS folder

Also known as: component store, Windows side-by-side, WinSxS cleanup

WinSxS (the component store) is the Windows folder that holds the files needed to install, update, and roll back system features. It looks huge because of shared hard links, but its real size is smaller — and you must never delete it manually.

  • The Windows component store at C:\Windows\WinSxS
  • Reported size is inflated by hard links
  • Clean only via Disk Cleanup or DISM, never manually

Why WinSxS looks so big

Located at C:\Windows\WinSxS, this folder stores every Windows component and update so features can be added, repaired, or rolled back. File Explorer overcounts it: many of its files are hard links that also appear elsewhere in Windows, so the reported size is far larger than the space it actually uses.

It does grow real bloat over time as superseded update components accumulate, which is what Windows Update cleanup targets.

The only safe way to shrink it

Never delete files inside WinSxS by hand — it will corrupt Windows. Instead, run Disk Cleanup and check Windows Update Cleanup, or use an elevated Command Prompt: DISM /Online /Cleanup-Image /StartComponentCleanup. These remove only the components Windows confirms are no longer needed.

Related terms

Keep reading the reference.