Page cover

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:

  1. Improve performance by reducing background processes.

  2. Free up storage space.

  3. Extend battery life.

  4. Reduce security risks from outdated or unused apps.

Steps

1

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.

2

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.\

  1. Open PowerShell as Administrator.

  2. Paste and run the following command:

    & ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
  3. Wait for the script to download Win11Debloat.

  4. Follow the on-screen instructions carefully.

  5. Select the default preset 1 and press Enter.

  6. It will show a list of changes it will make. To confirm, press Enter again and let it run.

Win11Debloat

The tool creates a system restore point by default, so if anything goes wrong, you can revert the changes.

Once it finishes:

  • Go to Settings > Apps > Installed Apps.

  • Review the list and manually uninstall any remaining unwanted apps.

3

Uninstall 3rd-party antivirus software

Don't I need an antivirus?

No, not anymore. In 2025, you don’t need third-party antivirus software, especially not McAfee or Norton. They can slow down your system, sell user data, and provide subpar protection.

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:

4

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.

Steps:

  1. Open PowerShell or Terminal as Administrator.

  2. Paste and run the following command:

    iwr -useb https://christitus.com/win | iex
  3. Wait for it to download and launch the tool.

  4. Open Tweaks Tab: Navigate to the ‘Tweaks’ tab in the application.

  1. Select Tweaks: Choose the tweaks you want to apply. You can use the presets available at the top for convenience.

  2. Run Tweaks: After selecting the desired tweaks, click the ‘Run Tweaks’ button at the bottom of the screen.

  3. Reboot your system when done.

Last updated

Was this helpful?