Share via

Windows Installer Patch files (:msp) back from 2020. Are they REALLY necessary?

Tony Almeida 0 Reputation points
2025-02-09T13:03:34.74+00:00

My c: disk is struggling with space which is being heavily consumed by MS patch files (*.msp) located in the Windows Installer Folder. Files from 2018 (which are a tiny number of the total files) take 1GB!

What can I do to make my space management more efficient? And no, at this time reinstalling MS Windows is out of the question

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-11T08:25:35.3866667+00:00

    Hello

    Thank you for posting in Q&A forum.

    Here are some steps you can take to free up space without reinstalling Windows:

    1. Use Disk Cleanup:

    • Open Disk Cleanup by typing it in the Start menu.

    • Select your C: drive and click OK.

    • Click on Clean up system files.

    • Check the box for Windows Update Cleanup and any other items you want to remove.

    • Click OK and then Delete Files.

    2. Remove Old Windows Update Files:

    • Open Command Prompt as an administrator.

    • Run the following command to remove old Windows Update files:

    dism /online /cleanup-image /startcomponentcleanup

    3. Delete Unused .MSP Files:

    • The Windows Installer Patch (.MSP) files are stored in C:\Windows\Installer$PatchCache$.

    • You can safely delete the contents of this folder to free up space.

    Open Command Prompt as an administrator and run:

    rmdir /q /s %WINDIR%\Installer$PatchCache$

    4. Compress the Installer Folder:

    • Navigate to C:\Windows\Installer.

    • Right-click the folder, select Properties, and then click Advanced.

    • Check the box for Compress contents to save disk space and click OK.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found 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.