PatchCleaner: remove orphan Windows installer files to free up disk space

Martin Brinkmann
Dec 13, 2015
Software
|
65

PatchCleaner is a free program for the Windows operating system that can free up huge amounts of disk space by cleaning up the Windows Installer Directory.

The Microsoft Windows operating system stores installer and patch files in a hidden directory on the Windows partition.

The directory c:\Windows\Installer is a protected system folder that becomes only visible if you disable the "hide protected operating system files (Recommended)" option in the Folder options.

It lists installer files (msi) and patch files (msp) in the directory directly and in directories. Some of these files are required during updates or removals and should not be deleted while others may be orphaned and no longer of use.

Depending on the age of the system, these orphaned files may take up a considerable amount of space (the most I have seen is 17 Gigabyte).

While it is possible to clean these files manually, by determining whether files in the Windows Installer folder are still registered on the system or not.

Several programs have been created to automate the process, and while they work fine most of the time, it is highly suggested to create a full backup of the system partition before any Installer files are removed from the directory.

PatchCleaner

PatchCleaner is a free program for Windows that automates the process. It requires the Microsoft .NET Framework 4 and is only compatible with Windows 7 and newer versions of Windows. Please note that some antivirus solutions may flag it as malicious but that is a false positive.

The windows operating system holds a list of current installers and patches, that can be accessed via WMI calls, (Windows Management Instrumentation ).

PatchCleaner obtains this list of the known msi/msp files and compares that against all the msi/msp files that are found in the c:\Windows\Installer directory. Anything that is in the folder but not on the windows provided list is considered an orphaned file and is tagged to be moved or deleted

The program requires to be installed and displays the following interface when run on the system (it appears to create no start menu entry, you find it listed under C:\Program Files (x86)\HomeDev if c: is the main partition of the system.

PatchCleaner displays the files in the Installer directory that are still in use, and the orphaned files. The size of the orphaned files is displayed by the program as well.

While you can delete those orphaned files right away with a click on the "delete" button, you may want to move them instead.

This is a precaution that you may want to take as it allows you to move files back should they be required after all. If you delete the files without backup, you may run into serious update issues on the system that are not easy to fix.

The newest version of PatchCleaner can be run from the command line as well.  Use /d to delete found orphaned files, or /m [FilePath] to move them instead.

Verdict

PatchCleaner can free up a considerable amount of disk space by removing orphaned installer files from Windows.

It worked without issues during tests, and while that is the case, it is highly recommended to move the files first to a backup location using the program before you delete them. You can move them a Flash drive for instance and delete them once you are certain they are no longer needed.

If you want to be 100% sure nothing bad happens, create a system backup so that you can restore it when the need arises.

Summary
software image
Author Rating
1star1star1star1stargray
3.5 based on 20 votes
Software Name
PatchCleaner
Operating System
Windows
Landing Page
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. tgiv said on May 23, 2021 at 11:47 pm
    Reply

    BTW, I am not liking the popups that block & irritate on this website, even though it has become the norm elsewhere ….

  2. tgiv said on May 23, 2021 at 11:46 pm
    Reply

    2013 bought gaming computer Best Buy ASUS = fast as even today’s (2021) processors for mainly 3D designs BUT GeekSquad did NOT increase C: drive beyond 149GB as PROMISED, soooo all these years have had to move, manage files to 800GB drives D & X UGH as Windows continued to HOG and bully my daily productive software around. NIGHTMARE by Microsoft.

    Finally discovered hidden HOG directory INSATALLER graveyard thanks to FolderSize 2.9.0.0. confirmed by TreeSize Free … what to do?

    Although PatchCleaner reviews tout 17 – 20GB+ cleaning, I was able to move 60GB+ from Drive C: to D: and rebooted fine, tested core software = fine thus far. No longer fretting a C: drive dwindling free space from 30 to 20 to less than 10% warning with no clue who/what/when/how and what the hack to do about it … fearing past winOS crashes as perhaps this was their causes.

    IF this continues, be assured I WILL DONATE but for now, not used to computer fairytales coming true, so it may take awhile for this dream to sink in.

    WOW

  3. Mihael said on July 29, 2020 at 1:04 pm
    Reply

    This program is a lifesaver! I managed to get back 45 GB of space accumulated over 5 years. I run a MacOS with Win8.1 on a VirtualBox, on a 256 GB SSD. I systematically used SDelete and CCleaner to free up space, but none of them managed to to what this program did. Just WoW!

    Win8.1+VBoX+Thunderbird (imap in a local folder) are a killer combination to loose memory in an unexplainable and frustrating way. Although I regularly kept my workspace clean, I knew there was some memory still disappearing over time. Finally I managed to get to it. After many years I can enjoy a bunch of storage space.

    I have taken a screenshot of the Patchcleaners “find”, if needed for proof ^_^

  4. JR said on September 28, 2017 at 11:28 pm
    Reply
  5. kim said on August 29, 2016 at 6:36 pm
    Reply

    i could delete 10gb without errors, i wish there was a portable

  6. Wim said on July 22, 2016 at 10:18 am
    Reply

    Many thanx, man!!! My C-drive (small SSD) just had 52MB left, but your software removed 22.4 GB! (which I parked on an external drive, just to be sure :-) ). It looks like everything is still working.
    So thanx again!

    Wim

  7. UnameCamis said on February 25, 2016 at 12:38 pm
    Reply

    Great tool!

    You can also set the folder maximum size setting a registry key or GPO.

    By default the maximum size is a 10% of the drive where Windows is installed.

    Registry key to set to 5%:

    Reg Add HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /t REG_DWORD /d 5 /f

    Restart service:

    Net Stop msiserver /Y
    Net Start msiserver /Y

    Source:

    http://www.sysadmit.com/2016/02/GPO-Reducir-tamano-C-Windows-Installer.html

  8. Frank said on January 14, 2016 at 7:46 pm
    Reply

    Well thanks for this very useful piece of software! After two years of use (Windows 7 64bts) my 128GB SSD was full except for 14 GB – even though I store and save my data files on a different partition . After having run Patchcleaner to move my orphan files it is a safe 32GB again. So it freed some 18GB.

    My one question is: how will this affect the moment (probably coming Summer) that I decide to upgrade to Windows 10? I prefer upgrading rather than doing a fresh W10 install. Will Windows need the moved orphans and search for them? Would it be better to first move the orhans back to their original folder?

    thanks for your insights on this

    1. Martin Brinkmann said on January 14, 2016 at 7:49 pm
      Reply

      It should not affect the upgrade at all.

      1. Frank said on January 14, 2016 at 10:27 pm
        Reply

        Ok, thanks.

  9. jmjsquared said on December 15, 2015 at 5:45 pm
    Reply

    Potentially useful but, for me, not as it is. Before I allow it to make changes to my system, I’d need to:

    1. See a detailed list of any “orphans” it claims to have found.
    2. Be able to individually select any orphan(s) that I want to move, to delete or to leave alone.
    3. Have a logs of the apps findings and actions. I’d even settle for the ability to take screenshots.

    I’m just not ready to blindly trust any program to safely manipulate hundreds or thousands of megabytes of my data.

    1. John said on December 15, 2015 at 10:02 pm
      Reply

      And yet you use Microsoft Windows….. lol

      1. jmjsquared said on December 15, 2015 at 10:07 pm
        Reply

        Thanks for your insightful contribution.

  10. Dr. Staffan said on December 15, 2015 at 4:24 pm
    Reply

    My Norton Security did object to the downloaded file, which it gave the red flag and promptly deleted !

  11. Jojo said on December 15, 2015 at 8:54 am
    Reply

    I just tried this program. Worked fine. Cleaned up about 2GB on Win 8.1 Pro. No complaints.

  12. David said on December 14, 2015 at 5:38 pm
    Reply

    This program did absolutely nothing for me. I couldn’t find a c:\windows\installer on my win7 64bit first, but after going through folder options i revealed it. It was a bunch of folders and 700mb of content. However… the patchcleaner still just says 62 files in use, 0 orphaned files. Makes no sense to me =D

    1. Martin Brinkmann said on December 14, 2015 at 6:40 pm
      Reply

      Not all files in the folder are orphan. PatchCleaner will only remove orphaned files. The longer you use the operating system, and the more you upgrade, the larger the folder will be, usually.

    2. ilev said on December 14, 2015 at 5:53 pm
      Reply

      My folder is only 1.2GB in size on a Windows 7 64bit and it make sense, as except for Windows OS I don’t use any other Microsoft software like :office, outlook, IE… which get monthly updates.
      I also use only portable apps.

      1. David said on December 14, 2015 at 6:02 pm
        Reply

        Yeah, but why would patchcleaner say 0 files to cleanup when there is 700mb in the installer folder then?

  13. Barton said on December 14, 2015 at 4:46 pm
    Reply

    How do you stop “Glarysoft Registry Repair” from phoning-home (supposedly for updates check only) ??

    Is there a portable version of “Glarysoft Registry Repair” ?

  14. Someoneelse said on December 14, 2015 at 1:16 pm
    Reply

    Is this Windows 10-specific only as I have Windows 7 and don’t have a directory called c:\Windows\Installer (even with the “hide protected operating system files (Recommended)” option disabled in the Folder options)?

    1. John said on December 14, 2015 at 2:04 pm
      Reply

      I have windows7, and that folder is there. Takes about 700 MB on my system.

      otherwise you just type the “C:\Windows\Installer\” in the location bar in windows explorer, then you see its content.

  15. ilev said on December 14, 2015 at 8:31 am
    Reply

    No portable version.

    1. DV said on December 14, 2015 at 9:46 am
      Reply

      Yeah, that’ my point too. I always prefer a portable version.

  16. David said on December 14, 2015 at 5:15 am
    Reply

    Am I missing something? The program says 63 files still used, 0 files are orphaned, 0.00B.
    I can’t beleive there are 0 files to clean up :D

    1. Pants said on December 16, 2015 at 12:55 am
      Reply

      Sorry about that David .. I was trying to hide my tracks and went a little overboard :)

  17. Frustrated said on December 13, 2015 at 10:52 pm
    Reply

    Just ran it and was able to move 23GB of orphaned files off my C: drive over to another partition. Had done a complete image backup yesterday so was a safe time to try out the util.

    1. Rich said on December 14, 2015 at 3:54 am
      Reply

      Great find !! I use CCcleaner and Glay and cleanmgr all the time but this found 17GB on my SSD, files moved to hard disk. No adware installed, portable installation is always nice !

      Thanks Martin !

  18. CHEF-KOCH said on December 13, 2015 at 5:23 pm
    Reply

    Hey, the app seems promising, but I not really see an benefit (yet) compared to the internal MS solution which seems to do his job very good because I cleaned it and after that I used this mentioned tool and it shows 0.00 B to move.

    I think this apps need a little bit more optimization like (as already mentioned) an portable version or additional features to check winsxs and so.

    1. Skrell said on December 13, 2015 at 8:28 pm
      Reply

      what do i check in ccleaner to get it to clean out old updates? Do i need CCEnhancer?

    2. Skrell said on December 13, 2015 at 5:28 pm
      Reply

      What and where is the internal MS solution?

      1. Corky said on December 13, 2015 at 7:58 pm
        Reply

        There isn’t an internal MS solution, people seem to be confusing the Windows\Install folder with things like the Windows\SoftwareDistribution folder, and Winsxs folder.

        The built in Windows diskcleanup program is meant to clean out the Windows\SoftwareDistribution folder (storage for Windows updates) but like most things from Microsoft it does a half-arsed job and leaves a lot of the old downloaded updates in place, CCleaner does a better job of cleaning out old windows updates that are no longer needed IMHO.

        The Winsxs folder probably shouldn’t be touched as it’s used to store different versions of files that maybe needed for different programs, added to that a lot of the files in the Winsxs folder are hardlinked (virtual copies) so tampering with files in the Winsxs folder is the same as tampering with the actual file, deleting a file from Winsxs will lead to it also delete the file from it’s true location.

  19. jasray said on December 13, 2015 at 4:36 pm
    Reply

    For me, cleaning out what one person claims was “17GB max” of files on a drive, files that may be essential later on down the road, essential enough to make a backup and disc image [which will take the original amount of space on some storage device plus an additional amount if a full disc image is made] makes zero sense, both in sound computer maintenance and theoretical performance improvements.

    Leave the “orphan files” where they be and move something else such as precious “Kodak moment” photos and videos and music to some external device. What? Four movies off the main drive is the same space saving. Or uninstall that host of seldom or never used programs that take up GBs of space.

    Honestly, my main OS drive is 128 SSD; I’m using 25GB [actually less] and have more programs and space than I shall ever need. If, perchance, the need arises, GDrive, Dropbox, OneDrive, space, space, space galor.

    Unless, of course, one likes to “pretend” such tools are useful for . . . ? Spending time before death? Something existential, I guess.

  20. Jeff said on December 13, 2015 at 4:27 pm
    Reply

    Why in the world is this not a portable app? Why does it need to be installed?

  21. John said on December 13, 2015 at 2:52 pm
    Reply

    The tool Glary Utilities that I use is apparently also cleaning that. I had 0, while this installment of Win7 has been running for about 2 years….

    1. wybo said on December 14, 2015 at 11:12 am
      Reply

      Yeah i have Glary Utilities pro. But the Windows update box was unticked. So I ticked that box now. hardly anything was cleared though. Still thanks for the tip.

      I will not use Pathcleaner as I have too little knowledge of these things.

      Thanks.

    2. Tom Hawack said on December 13, 2015 at 4:57 pm
      Reply

      I run only Glarysoft’s Registry Repair (the free version, much limited but as an extra to other Registry repair tools) so that won’t handle Windows\Installer. Yet I remain surprised that your Installer folder is empty. With a Windows 7 installed late Aug. 2013 that folder here sizes at this time 339 MB, small compared to what I read of others, but empty is surprising … truth is I don’t install as I used to when running XP (I’d install then everything which seemed “interesting”, but that was another era…)

      1. John said on December 13, 2015 at 9:16 pm
        Reply

        I use Glary Utilities (free edition btw) as I said, and with the disk cleanup and the “windows Updates” option selected to clean out, it cleans that out. I run that about monthly after patch tuesdays.

        So take that as you may, but more individual small programs don’t make it easier to maintain, just more cumbersome.

  22. Miles said on December 13, 2015 at 2:31 pm
    Reply

    Way too many entries from Virus Total: Is this a present from Download.com / thank you NOT !

    AVG Generic.879 20151213
    AVware Spigot (fs) 20151213
    Bkav W32.HfsAdware.88A5 20151212
    CAT-QuickHeal PUA.Proinstall.Gen 20151212
    DrWeb Adware.Downware.13438 20151213
    K7AntiVirus Unwanted-Program ( 004d5f091 ) 20151213
    K7GW Unwanted-Program ( 004d5f091 ) 20151213
    McAfee-GW-Edition BehavesLike.Win32.CryptDoma.jh 20151213
    VIPRE Spigot (fs) 20151213

    1. Tom Hawack said on December 13, 2015 at 5:36 pm
      Reply

      Why not download PathCleaner from its homepage mentioned under the article ?
      If you can avoid Download dot com’s junkyard, do it :)

    2. Martin Brinkmann said on December 13, 2015 at 5:23 pm
      Reply

      You need to click on “direct download” on Download.com, if you don’t, you get adware.

  23. Henk van Setten said on December 13, 2015 at 1:43 pm
    Reply

    If you’re short on system space (let’s say with a small SSD system drive C: and a large D: data drive with lots of free space) then a safer solution might be this:

    (step 1) Get full ownership rights for the C:\Windows\Installer folder.
    (step 2) Move the entire folder with all its contents to the D: drive, so now you have a D:\Installer folder.
    (step 3) Make a junction (symbolic link) from the original location to the new location, by entering this command in an admin command prompt window:

    mklink /j “C:\Windows\Installer” “D:\Installer”

    As a result, Windows will “think” that all the Installer content is still present on the C: system drive, while actually it’s been moved to the D: drive. Windows will still be able to access this moved Installer folder with no problems at all, and it will write any new installer files to that folder at its new location.

    For space-saving on the system drive, this solution is safer because you won’t need to actually delete any Installer files. Windows can still find and use them all, even though they are physically on a different drive now.

    1. Don Gateley said on December 19, 2015 at 2:11 am
      Reply

      Henk, there is a wonderful little utility here:

      http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html

      that obviates the need for using the command prompt to make links. It adds an extension to the explorer shell that shows a “Pick Link Source” option when you right click on a directory. You then go to wherever you want the link to be, right click in any white space and you see the option “Drop As” which when selected gives you a list of link types you can create. I usually use symbolic links because I understand them and they can be moved across disk boundaries. Links are extremely useful for all kinds of things.

    2. Tom Hawack said on December 13, 2015 at 2:55 pm
      Reply

      Thanks for the tip, Henk
      May I ask you what becomes of future files ? Will they be set in C:\Windows\Installer” (in which case the folder would be remade) or in “D:\Installer” ?
      As you see I’m not fluent with junctions.
      Thanks

      1. Not_Ben said on November 12, 2017 at 3:22 pm
        Reply

        @Ben
        Makes perfect sense. Constant reading and writing is deadly for SSDs. Unless one can afford a new one every couple of years or there’s enough RAM available to run Windows without a pagefile (also turn off search indexing and hibernate), I’d place it on a HDD as well.

      2. Anonymous said on February 3, 2018 at 2:37 am
        Reply

        @Not_Ben

        You seem to not understand the difference between ssd an hdd. SSD’s are specifically built and meant for constant reading and writing. It is HDD’s in which constant reading and writing eventually wears them out. Either you are a troll, or have little basic knowledge

      3. Ben said on December 14, 2015 at 10:13 am
        Reply

        > – Paging File (I like to create a dedicated partition for this)
        Why would you move the paging file from your SSD? Moving a file that will be accessed all the time and you move it to a very very slow HDD? Makes no sense.

        Also be aware, that you cannot symlink appdata\roaming, at least not under W7 as it will produce some subtle bugs.

      4. Tom Hawack said on December 13, 2015 at 4:50 pm
        Reply

        OK, John. Sounds logical.
        I have a dedicated Data partition on my system disk and backup on an external drive, but the Junction process is interesting in case you cannot move a folder because i.e. the data it contains is called by an application which doesn’t allow to change that data’s path, for example I think Google’s Chrome browser, not to mention what we were referring to to start with, the Windows/Installer folder.

      5. Corky said on December 13, 2015 at 4:34 pm
        Reply

        You seem to be confusing the Windows\Installer folder with something else John, AFAIK on every version of Windows the Installer folder is a normal folder used to store *.msi & *.msp files that are used when the Windows installer attempts to repair or add&remove features from already installed software.

      6. Jeff said on December 13, 2015 at 4:22 pm
        Reply

        @John
        “Personally I rather move:
        – Desktop
        – Documents
        – Pictures
        – Video”

        Also:

        – Downloads
        – System Temp folder
        – Paging File (I like to create a dedicated partition for this)

      7. John said on December 13, 2015 at 4:03 pm
        Reply

        the folder already “exists” as a Junction, that means the junction will function as the folder, where the junction points to the new location.

        Personally I rather move:
        – Desktop
        – Documents
        – Pictures
        – Video
        etc folders to a different drive then C:\. So all user data is saved on another disk then windows. When Windows decides to bail out, all I have to do is re-install windows.

        But I also build a script for myself to back up various other stuff from the C:\ drive so I won’t lose some important stuff (well, to me anyhow).

  24. michaelpaul said on December 13, 2015 at 1:01 pm
    Reply

    Just a Question ?
    Why use this if Windows already has disk cleanup that will remove
    old installation files also Ccleaner Can do same

    1. Corky said on December 13, 2015 at 1:37 pm
      Reply

      Because neither of those touch the Windows/Installer folder, the Windows installer does a god awful job of cleaning up orphaned install *.msi files left over from programs that have be uninstalled.

      1. michaelpaul said on December 13, 2015 at 6:34 pm
        Reply

        THANKS ..Appreciate your answer

  25. Tom Hawack said on December 13, 2015 at 11:53 am
    Reply

    Interesting when the Windows/Installer folder is “fat”. Nevertheless with, as mentioned, the option to backup checked of course.

    Files backup scenario : I clean-up regularly my registry with tools I believe are trustful (when some may be dangerous), namely with CCleaner, Wise Registry Cleaner, Power Tools Lite and Glarysoft Registry Repair (I know the counter-arguments of cleaning up the Registry yet my experience has shown advantages as well). Anyway, what happens if cleaning up the Registry after having removed obsolete files in Windows/installer leads to problems should I copy back to the Windows/installer folder backuped files? I could then encounter issues if the removed files had corresponding items in the cleaned-up registry.

    Hence, I believe more in the system/disk backup scheme, but then may be problematic should removed obsolete files lead to a problem far later on, i.e. when aiming to modify/remove an install months later leading to an issue because files were removed and that system backup is too old …

    I think I’ll think twice before using PatchCleaner, even with removed files’ and system backup.

  26. Corky said on December 13, 2015 at 11:44 am
    Reply

    Good article Martin, i came across this program last month and haven’t had any problems since removing the 500+Mb of junk left behind from the shoddy Windows Installer, things like this are indicative of how Microsoft deal with Windows and software in general.

    1. Chuck said on May 4, 2016 at 6:46 pm
      Reply

      My Installer folder is 29GBs on Win10 upgraded from Win7.

    2. Rick said on December 13, 2015 at 6:29 pm
      Reply

      Yes, I happened across it last month too, when I was considering doing a fresh install of Windows due to running a little low on free space on C.

      This program showed 20GB used in \windows\installer, 17GB of which was obsolete.

      Worked perfectly, and no clean install needed.

      BTW, one thing not mentioned: those using Adobe Reader should read the note about that on the site. You’ll probably want to uninstall it first, then reinstall it later, since its update mechanism can otherwise run into problems.

  27. RossN said on December 13, 2015 at 10:13 am
    Reply

    I had 4 orphan files. I said delete. It said “are you sure?”. I said “no”. Then I chose ‘move’. Looking in the path the files were supposed to be, the folder was empty.

    1. Jacob Lageveen said on December 15, 2015 at 4:25 am
      Reply

      Good you clarified this. Would be a serious bug.

    2. Martin Brinkmann said on December 13, 2015 at 10:17 am
      Reply

      Strange, have you checked in the Installer folder whether the files are still in it?

      1. RossN said on December 13, 2015 at 10:33 am
        Reply

        Sorry, I see the files *are* in the ‘move to’ folder. Must have been my file explorer not refreshing.

  28. Joker said on December 13, 2015 at 10:07 am
    Reply

    Is this something like MSIZap?

    1. Fleks said on November 27, 2017 at 4:52 pm
      Reply

      Just try IObit

    2. Martin Brinkmann said on December 13, 2015 at 10:09 am
      Reply

      Yes that is right.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.