Page cover

What is bloatware?

Bloatware refers to pre-installed or unnecessary software that offers little value and often slows down your system.

Manufacturers include these apps to promote their services or generate revenue, but they usually consume memory, storage, and battery life.

Why Remove Bloatware?

  1. Improves performance by reducing background processes.

  2. Frees up storage.

  3. Extends battery life.

  4. Reduces 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 will be using the Windows debloat script by Win11Debloat 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

But wait, don’t I need an antivirus? No, not anymore. In 2025, you don’t need 3rd-party antivirus software, especially not McAfee or Norton. They slow down systems, 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?