Quickly Learn How to Remove Bloatware from Windows 11

Have you just purchased a brand new Windows 11 laptop and now can’t wait to use it? But unfortunately, you are unable to do so because there stood bloatware in your way.

Windows 11 comes with several pre-installed applications that you might not need at the moment, like OneDrive, Calendar, etc. However, you can uninstall those unwanted apps, but some are seriously stubborn and don’t go away easily. And keep your system bloated.

But no worries! This post is particularly crafted to show some quick ways to remove bloatware from your Windows 11. Once you get rid of bloatware, you will observe better PC speed. So, let’s get the show started.

Why Is Windows 11 Bloated?

Windows 11 bloatware is the term used to describe all the pre-installed programs that come with a new Windows 11 and takes up a huge space on the hard drive. Most of these software are utility programs that many users do not need, like Paint, Solitaire, etc.

Thus, it is essential for new Windows 11 users to get rid of unwanted apps to free up hard drive space and optimize the PC speed. But that’s easier said than done.

First of all, you have to ensure that uninstalling a certain app will not affect the performance of your device. Plus, it is impossible to uninstall some pre-installed apps as they help to run your computer.

Secondly, you might not know the right process to uninstall the apps properly. There are several different ways available to remove bloatware from Windows 11. However, this guide will help you find the right ways to uninstall unwanted software from your computer.

Common Windows 11 Bloatware

Windows 11 comes with several utility software that can make your PC bloated. Here are the common Windows 11 bloatware:

  • Solitaire collection
  • Get Help
  • Microsoft People
  • Xbox Console Companion
  • Paid 3D
  • Movies & TV
  • Mixed Reality Portal
  • Windows Terminal
  • Power Automate Desktop
  • Sticky Notes
  • Xbox Game Bar
  • OneNote

How to Remove Bloatware from Windows 11?

There are several ways available to remove bloatware from your Windows 11 computer quickly, such as:

Way 1. Remove Bloatware from Windows 11 with Startup Menu

Windows 11 is not as complicated as you think? You can remove many applications with a simple right-click like News, Sports or Money. The apps that are hogging your Startup menu can be easily removed by:

Select the application > Right-click > Uninstall, and you are done. However, if this simple solution doesn’t work, follow the solutions discussed ahead to remove bloatware from your Windows 11.

Startup Menu

Way 2. Remove Bloatware from Windows 11 with PowerShell Commands

Often people consider PowerShell and Command Prompt the same, but they are not. PowerShell is a scripting language that allows you to control Windows 11 installation. Using the PowerShell, you can easily uninstall bloatware as follows:

Step 1. Press Windows + X keys to launch the Windows PowerShell admin panel.

Windows PowerShell

Step 2. Now, determine the app that you want to remove using PowerShell commands. With this command, you can delete various bloatware apps like Health, Calculator, Calendar, etc.

Step 3. Here is the command to remove different apps using PowerShell —

Get-AppxPackage -name “Microsoft.ZuneMusic” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.Music.Preview” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.XboxGameCallableUI” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.XboxIdentityProvider” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingTravel” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingHealthAndFitness” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingFoodAndDrink” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.People” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingFinance” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.3DBuilder” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.WindowsCalculator” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingNews” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.XboxApp” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.BingSports” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.WindowsCamera” | Remove-AppxPackage

Get-AppxPackage -name “Microsoft.Getstarted” | Remove-AppxPackage

Way 3. Remove Bloatware from Windows 11 with DISM

If the PowerShell command has only hidden the bloatware, but you want it completely gone, you need to use the DISM command. This command will fully remove the app from your computer and free up space on your disk. Here’s how you can do that:

Step 1. Press Windows + X keys and then select Windows PowerShell (Admin).

Step 2. Type the following command into the PowerShell window—

DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename

Step 3. You will now get a list of all the apps that are bloating your system. Use this command to completely remove them—

Remove Bloatware from Windows 11 with DISM

DISM /Online /Remove-ProvisionedAppxPackage /PackageName:PACKAGENAME

Replace the PACKAGENAME with the app name you want to remove.

Step 4. Restart your computer once the operation is done to apply the changes. You will immediately notice a change in your PC’s speed.

Way 4. Remove Bloatware from Windows 11 with Control Panel

If you are not comfortable working with commands, simply head over to the Control Panel and get rid of pre-installed apps under the Programs and Features section. Here’s the step by step guide for your convenience:

Step 1. Go to the Search icon from Taskbar, type control panel and click on the app icon to launch it.

Step 2. Under the Programs, look for the Uninstall.

Step 3. From there, navigate for the app you want to delete, right-click on it and click on the Uninstall from the popup menu.

Way 5. Remove Bloatware from Windows 11 with Uninstaller Program

You must have noticed that some built-in apps are really stubborn and won’t uninstall even after all your attempts. In addition, it is simply a tedious task to uninstall several bloatware apps one by one.

Thus, to save your time and quickly remove bloatware, you can use third-party tools. Uninstaller programs are dedicated to remote native Windows 11 applications and make your PC lightweight. There are several Windows 11 Uninstaller programs available that you can select according to your budget, like Revo Uninstaller, IObit Uninstaller, etc.

Let’s Remove Bloatware Now!

As you can see, Windows 11 bloatware can be removed in several ways. Depending upon your comfort level, you can select the right method to remove the app.

If you are a non-technical user, you can use Control Panel, Startup menu or third-party tools to quickly remove bloatware from Windows 11. However, technical Windows users can opt for PowerShell and DISM commands.

Now, let’s wrap up and clear some bloatware from your PC. Also, do check other Windows guides on this website.

Author Bio:

Leave a comment

Your email address will not be published. Required fields are marked *

Popular Post

Recent Post

How To Clean up System Files On Windows 10/11

By CleanerBestComputer / April 10, 2025

Abstract – This blog page provides you with wholesome information to system files and a comprehensive guide to how to remove them. A user’s device is like a second home to the user and cleaning it, updating it, and maintaining its health in an optimistic condition is also the responsibility of the user only. So, […]

How To Fix “We Couldn’t Find This App” Error on Windows 11/10

By CleanerBestComputer / March 17, 2025

Abstract – This blog page provides you with a wholesome guide to fix “We couldn’t find this app” error on your device. “Everyone wants their life and work to be perfect for which they put forward many efforts also and if some error occurs, it results as a day spoiler.” Here, is a comprehensive guide […]

How to fix slow login on Windows 10/11

By CleanerBestComputer / March 13, 2025

Abstract – This blog page provides you with a wholesome guide to how to deal with slow logins in your device. “The slow logins can be the biggest hindrance in a user’s day. It is like to have a long day, and if these are troubleshooted it can be the show-stopper of the day for […]

How To Clean Monitor of Your Computer At Home [ Quick Guide]

By CleanerBestComputer / March 5, 2025

Keeping your PC monitor clean is crucial. Dust, fingerprints, and smudges can accumulate over time, affecting your screen’s clarity. A clean monitor not only improves your viewing experience but also helps your device last longer. In this article, we’ll walk you through the steps to clean your monitor. You’ll find out about the supplies you […]

How to Clear Your PC’s Cache in Windows 11

By CleanerBestComputer / February 27, 2025

Clearing the cache in Windows 11 is really important. It helps your PC run faster. Cache files can take up a lot of space, and removing them frees up valuable storage. It also solves problems with apps. Sometimes, cached files cause issues, and clearing the cache can fix them. Plus, it protects your privacy. Cached […]

How To Take Screenshot On Windows 11 – Top 3 Ways

By CleanerBestComputer / February 20, 2025

Capturing screenshots is a handy function on any computer. Windows 11 provides multiple methods to take screenshots. This guide will introduce you to the top three approaches. Whether you’re preserving vital information or sharing something entertaining, knowing how to take screenshots on Windows 11 is crucial. Screenshots can capture your entire screen or just a […]

How To Clean Temp Files In Windows 11/10

By CleanerBestComputer / February 7, 2025

Is your PC becoming sluggish over time? Are you experiencing delays when opening files or programs? Are you looking to improve your computer’s performance by cleaning temp files? These temporary files, also known as temp files, can accumulate and slow down your computer’s speed. Learning how to clean temp files on your PC can make […]

10 Best Super Resolution AI Image Upscaler Online

By CleanerBestComputer / September 28, 2024

Whether you are an amateur or a professional, a low-resolution image can be a huge concern. Although you can easily upscale the image to high resolution using regular Image Upscalers, most often, the result is much less than desired. It is more so when you intend to print the image and the image appears blurry […]

How to Know If Your Laptop Camera Is Spying on You

By CleanerBestComputer / September 21, 2024

A laptop’s camera is vulnerable to being hacked. Here, you will get to know about the ways to know if your laptop camera is spying on you and the precautions to take to avoid this problem.

Here’s How You Can Check RAM of Your Windows 11 & Windows 10 Laptop

By CleanerBestComputer / September 12, 2024

Want to check the RAM of your Windows 11/10 laptop? Follow this step-by-step tutorial to determine your laptop’s RAM specifications & performance.