I remember the day I bought my new laptop—a sleek HP from MediaMarkt. I booted it up, and before I could even open a browser, I was bombarded with Candy Crush, a Netflix trial, and some printer software I'd never use. My 256GB SSD had maybe 180GB free out of the box. That's when I realized: manufacturers get paid to pre-load this junk, and it's up to us to clean house. Here's exactly how I do it, without breaking anything.
Ditch the Junk: How to Clean Up Windows Bloatware for Good

To remove bloatware from Windows, you can uninstall apps via Settings, use PowerShell commands, or try dedicated tools like BCUninstaller. Focus on manufacturer apps and trial software that slow down your system.
"I spent an entire Saturday once manually right-clicking each app in the Start menu, only to find some bloatware came back after a Windows update. A friend told me about PowerShell commands, and after one scary-looking script, my laptop felt noticeably snappier. I've since refined my process and haven't had a bloatware relapse in over two years."
Bloatware, or crapware, is pre-installed software that manufacturers like Dell, HP, Lenovo, and even Microsoft bundle with Windows. They get paid per install, so your new PC comes with trials, ads, and utilities you didn't ask for. The problem? These apps eat up storage, run background processes, slow down boot times, and can even push notifications. Standard uninstall methods often leave behind traces or fail because the apps are protected. You need specific tactics to truly get rid of them.
🔧 5 Solutions
Use the built-in Settings app to remove bloatware one by one.
-
1
Open Settings — Press Windows + I, then click 'Apps' > 'Apps & features'.
-
2
Find bloatware — Scroll through the list or search for apps like 'Candy Crush', 'Spotify', 'Xbox Game Bar' (if you don't use it), or manufacturer tools like 'Dell SupportAssist'.
-
3
Uninstall — Click on the app, then click 'Uninstall'. Confirm any prompts. Do this for each unwanted app.
Run PowerShell commands to remove multiple bloatware apps at once, including system apps that can't be uninstalled normally.
-
1
Open PowerShell as Admin — Right-click the Start button and select 'Windows PowerShell (Admin)' or 'Terminal (Admin)'. Click Yes if prompted.
-
2
List all bloatware — Type 'Get-AppxPackage | Select Name, PackageFullName' and press Enter. This shows every installed app package.
-
3
Remove specific apps — To remove an app (e.g., Xbox Gaming), type 'Get-AppxPackage *xbox* | Remove-AppxPackage' and press Enter. Replace *xbox* with the app's keyword.
-
4
Remove for all users — Add '-AllUsers' to the command to remove apps for every account. Example: 'Get-AppxPackage *candycrush* | Remove-AppxPackage -AllUsers'.
Use a free third-party tool that detects and removes stubborn bloatware, including leftovers.
-
1
Download BCUninstaller — Go to the official website (github.com/Klocman/Bulk-Crap-Uninstaller) and download the portable version. It doesn't require installation.
-
2
Run the tool — Extract the zip and run 'BCUninstaller.exe'. It will scan your system and list all installed programs, including hidden bloatware.
-
3
Select and remove — Check the boxes next to apps you want to remove. Click 'Uninstall' and follow the prompts. The tool also cleans leftover files and registry entries.
Reinstall Windows from scratch using Microsoft's official media, skipping all manufacturer bloatware.
-
1
Back up your files — Copy important documents, photos, and settings to an external drive or cloud storage. This is critical—the install will wipe everything.
-
2
Create Windows installation media — Download the Media Creation Tool from Microsoft's website. Use it to create a bootable USB drive (at least 8GB).
-
3
Boot from USB — Restart your PC and press the key to enter boot menu (F12, F2, or Esc—check your manual). Select the USB drive.
-
4
Install Windows — Follow the prompts, choose 'Custom: Install Windows only (advanced)', select the drive, and delete all partitions. Then install on the unallocated space.
-
5
Install drivers and apps — After Windows installs, connect to the internet and run Windows Update to get drivers. Then install only the software you need.
Use the built-in 'Fresh Start' option in Windows Security to reinstall Windows while keeping your files.
-
1
Open Windows Security — Go to Settings > Update & Security > Windows Security > Device performance & health.
-
2
Access Fresh Start — Under 'Fresh Start', click 'Additional info' then 'Get started'. This opens a window that says 'Fresh Start'.
-
3
Choose to keep or remove files — Select 'Keep my files' to keep personal data but remove apps. Or select 'Remove everything' for a clean slate. Then click 'Next' and follow the prompts.
If you're not comfortable using PowerShell or editing the registry, stick to the Settings or BCUninstaller methods. If your PC is so slow that bloatware removal doesn't help, consider a clean install or consult a local tech repair shop. Also, if you accidentally remove a driver and can't get online, you might need help downloading the right driver on another device.
Removing bloatware is one of the best things you can do for a new Windows PC. It frees up storage, reduces background processes, and makes your computer feel like yours. Not every method will work for every app—some manufacturer bloatware is stubborn—but combining the Settings uninstall with BCUninstaller or PowerShell usually gets 95% of it. I still find the occasional leftover after a Windows update, but now I know how to deal with it. Give it a try; your laptop will thank you.
💬 Share Your Experience
Share your experience — it helps others facing the same challenge!