WinSxS Component Store Superseded File Purge

Harry Porter 0 Reputation points
2026-06-25T14:28:55.5733333+00:00

Our engineers use ruggedized laptops with highly restricted 128GB solid-state drives. Over months of quality patching, the C:\Windows\WinSxS folder has bloated to over 30GB. What is the precise, safe DISM command switch sequence to permanently purge all superseded update components and reset the base versioning?

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. VPHAN 38,270 Reputation points Independent Advisor
    2026-06-25T15:10:57.63+00:00

    Hi Harry Porter,

    To manage disk space on 128GB drives, you can use the command dism /online /cleanup-image /startcomponentcleanup /resetbase in an elevated terminal. This action permanently clears superseded system files and sets your current installation as the new baseline, significantly reducing the size of the C:\Windows\WinSxS folder. Because this process removes the ability to uninstall past updates or roll back drivers, it should only be performed once you have verified that your system is stable and fully functional.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.