Debloating Windows
What is bloatware?
Bloatware is preinstalled software that consumes system resources or storage without providing meaningful value to the user. It can slow down your device, change settings automatically, display unwanted ads, and even create security vulnerabilities.
Manufacturers often include these apps to promote their services or generate revenue, but they typically drain memory, storage, and battery life while cluttering the system.
Why Remove Bloatware?
Removing bloatware can:
Improve performance by reducing background processes.
Free up storage space.
Extend battery life.
Reduce security risks from outdated or unused apps.
Steps
Clean Install (Alternative Option)
If possible, perform a clean installation of Windows. It’s the most effective way to remove pre-installed junk. It resets your system and wipes out all manufacturer bloat.
For instructions on how to perform a clean install, refer to the Installing Windows 11 guide.
Remove pre-installed applications
This guide utilizes the Win11Debloat PowerShell script created by Raphire.
It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. To see a list of what's removed by default, click here.\
Open PowerShell as Administrator.
Paste and run the following command:
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
Wait for the script to download Win11Debloat.
Follow the on-screen instructions carefully.
Select the default preset
1
and pressEnter
.It will show a list of changes it will make. To confirm, press
Enter
again and let it run.
Once it finishes:
Go to Settings > Apps > Installed Apps.
Review the list and manually uninstall any remaining unwanted apps.
Uninstall 3rd-party antivirus software
Windows Security (Windows Defender) comes pre-installed with Windows. It's lightweight, effective, and more than enough for most users. As long as you avoid sketchy downloads and use common sense online, you're covered.
To remove them, use these official removal tools:
Disabling Unnecessary Services (Advanced Tweaks)
We’ll use the CTT Tool (Chris Titus Tech's Windows Utility), which provides a clean GUI for installing apps, disabling services, and applying tweaks.
Warning:
To avoid interference, the CTT tool temporarily disables Defender after all the tweaks have been successfully applied. Make sure to turn Defender back on manually by going to: Defender > Virus & threat protection.
Steps:
Open PowerShell or Terminal as Administrator.
Paste and run the following command:
iwr -useb https://christitus.com/win | iex
Wait for it to download and launch the tool.
Open Tweaks Tab: Navigate to the ‘Tweaks’ tab in the application.
Select Tweaks: Choose the tweaks you want to apply. You can use the presets available at the top for convenience.
Run Tweaks: After selecting the desired tweaks, click the ‘Run Tweaks’ button at the bottom of the screen.
Reboot your system when done.
Last updated
Was this helpful?