My main drive is nearly full, and I discovered that C:WindowsInstaller is using about 193 GB. I've already tried DISM component cleanup, including ResetBase and SPSuperseded, PatchCleaner, CCleaner, deleting temporary files, emptying the Recycle Bin, and running Disk Cleanup both normally and with administrator privileges. None of those steps made a noticeable difference. I'm worried about manually deleting files because they may be needed to repair, update, or uninstall programs. Is there a safe way to determine what is consuming this space and reduce it without reinstalling Windows?
4 Answers
Disk Cleanup and Storage Sense usually won’t remove valid Windows Installer packages, so it’s normal for them not to help here. You can also check Disk Cleanup’s system-file mode and remove old restore points or shadow copies, but that cleans different storage areas and probably won’t explain a 193 GB Installer folder.
If the disk is still critically full after identifying and uninstalling unused software, back up your important files and consider a clean Windows installation as a last resort. It will reclaim the space, but it is safer to investigate the files and installed applications first rather than deleting the Installer folder blindly.
A folder that large can build up after years of installing and uninstalling software, especially applications that leave behind cached installer packages. Review installed programs and remove anything obsolete using its normal uninstaller. Utilities that identify orphaned installer files may help, but verify every result carefully because incorrectly removing a package can break updates or uninstallation.
Do not manually delete files from C:WindowsInstaller or wipe the folder through an elevated command prompt. Those MSI and MSP packages can be required later when programs are repaired, updated, or removed. First use a disk-usage tool such as WizTree or WinDirStat to confirm the folder is actually responsible and identify unusually large files. Then check whether the files belong to software you no longer use and remove that software through Windows Settings or Control Panel instead.
That’s why I’ve been hesitant to delete anything directly. The largest files look like Windows patches, but the metadata doesn’t make it clear which programs they belong to.

I already ran Disk Cleanup with system files enabled, and it didn’t recover any meaningful space.