It can detect most applications and games (even portable or not registered), clean up leftovers, force uninstall, automatically uninstall according to premade lists, and much more.
Bulk Crap Uninstaller is licensed under Apache 2.0 open source license, and can be used in both private and commercial settings for free and with no obligations, as long as no conditions of the license are broken.
-
Version 6.2.0
-
ISeeTWizard -
16 June 2026 at 08:17 -
9,22 MB -
1 Download
What's Changed
Features
- Add invalid-uninstaller view preset by @breshinotestachegira in #903
- Add certificate and integrity columns to app list by @breshinotestachegira in #894
- Improve Scoop custom path detection by @breshinotestachegira in #892
Fixes
- Improve uninstall list load error handling by @breshinotestachegira in #895
- Fix tweak visibility filtering by @breshinotestachegira in #898
- Fix orphaned-only view preset by @breshinotestachegira in #899
- Stabilize icon handle ownership by @breshinotestachegira in #902
- Fix: Use Directory.GetLastWriteTime for install date fallback by @AniketDeshmane in #908
- Do not offer to send "no way to uninstall" error messages by @Klocman in #922
- Ignore ERROR_BAD_CONFIGURATION when listing MSI components by @Klocman in #924
- Eat InvalidOperationException coming from ListViewGroupAccessibleObject by @Klocman in #925
- Harden BCU console export and size detection - Fix BCU-console export failures by @breshinotestachegira in #897
- Harden registry factory parsing by @breshinotestachegira in #893
- Guard startup uninstall list loading by @breshinotestachegira in #927
- Clean generated files on uninstall by @One-Simon in #928
Translations
- Updated Hungarian translation by @titanicbobo in #875
- Updated Vietnamese translations by @wanwanvxt in #918
- Fix : Swedish translation causes UI overflow in some windows by @Leise-Shadow in #865
Other
- Fix publish script after v6.1 by @tsiakoulias in #868
- Updated the localization pack
Repository
- Moved the repository under a new BCUninstaller organization (old links still work)
- Added two maintainers: @hazeliscoding and @One-Simon
- Added PR merge rules (require up-to-date approval and CI to pass)
- Updated CI script to also build the launcher (only for testing, not included in artifacts)
New Contributors
- @Leise-Shadow made their first contribution in #865
- @breshinotestachegira made their first contribution in #892
- @One-Simon made their first contribution in #928
-
-
Version 5.9.0
-
ISeeTWizard -
12 November 2025 at 07:49 -
8,18 MB -
150 Downloads
Packaging Changes
- The setup is now significantly smaller and no longer includes the portable version.
- BCU is now distributed as a framework-dependent application. If .NET 6 is not installed, the installer will automatically download and install it. If you need a stand-alone build like in the previous releases, download the portable version.
Code Signing
- BCU executables and installer are no longer signed. While signing helped reduce false antivirus detections, it also caused some issues. For more details, see discussion #737. Code signing may return if a solution is found.
Fixes and improvements
- Fix bug: Software installed by Chocolatey 2.0.0+ may not be listed due to a removed command parameter by @szw0407 in #711
- Various fixes to SystemRestore; Should work on all versions of Windows by @Klocman in #759
- Fix restore point confirmation message never appearing by @Klocman in #760
- Be more careful around Known Folders (especially Downloads) by @Klocman in #761
- Fix SubPathIsInsideBasePath returning false for exact match by @Klocman in #764 (This affects junk generation and a few other things. Fixes some random issues and potentially improves junk detection.)
- Resolve various compiler warnings by @Klocman in #766
Installer
- Installer script improvement by @bovirus in #710
- Installer: Use AnyCPU build and auto install .NET6 if needed (portable install no longer possible) by @Klocman in #765
- Clean up installer and fix compile under InnoSetup v6.4 by @Klocman in #762
Localizations
- Add Hindi translation installer by @programmingwithprince in #702
- pt-BR Translation Update by @diodion in #720
- Fixed various minor localization issues, including a crash in cn locale
New Contributors
- @diodion made their first contribution in #720
- @programmingwithprince made their first contribution in #702
-