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.

Leave a comment

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

Popular Post

Recent Post

How to Read Text Messages Out Loud with Android

By CleanerBestComputer / June 4, 2023

Introduction By changing settings from the device’s accessibility screen, you may use Google’s Text-to-Speech tool. Select the content that will be read, decide how the smartphone will respond, and watch a brief instruction on how text-to-speech functions to improve your device. When enabled, your phone can read text out loud when you hold over something […]

How to Fix a Kmode Exception Not Handled Error in Windows

By CleanerBestComputer / May 27, 2023

Introduction: If you use Windows frequently, encountering bugs and errors is quite inevitable, especially the Blue Screen of Death (BSOD) errors. And well, one such frustrating issue is the kmode exception not handled error that barges out of the blue hindering your workflow. Whether you are a tech-savvy enthusiast or a casual user, understanding and […]

How to Fix the “Class not Registered” Error on Windows

By CleanerBestComputer / May 19, 2023

Introduction: If you’ve ever encountered the frustrating “Class not Registered” error message on your Windows computer, you’re not alone. This common issue can occur when you attempt to open a file, launch an application, or perform certain actions on your system. It often leaves users puzzled and wondering what went wrong. The “Class not Registered” […]

How to Screen Record on Windows 11

By CleanerBestComputer / May 13, 2023

Introduction Open the Snipping Tool to begin a screen recording in Windows 11 to capture what is on your screen. You can also open the Game Bar on your Xbox by pressing Windows+G, then launch the recording window and tap the record button. Use a third-party program, such as OBS, ScreenPresso, or GeForce Service, to […]

Best Apple Pencil Apps for Productivity in 2023

By CleanerBestComputer / May 7, 2023

Introduction The Ecosystem of the Apple company is huge as once you purchase any Apple device, you cannot resist other accessories of the Apple company. An Apple pencil is a part of the ecosystem and accessories for iOS Tablets and Macs. Whether you own a Tablet, MacBook, or iPhone, Apple pencil works on every device. […]

How to Customize the Taskbar in Windows 11

By CleanerBestComputer / April 29, 2023

Introduction Taskbar is very useful in quick access to any other Windows directly from the Taskbar panel. But are you aware of the advantages and features you can access with a taskbar? Many people have no clue about what you can do with your Taskbar and how you can customize it. Therefore you can enjoy […]

Top 10 Offline RPGs For Windows in 2023

By CleanerBestComputer / April 22, 2023

Introduction Looking for offline games! We got you a list of RPGs in 2023. In the developing World, the gaming community is rising with lightning speed. People play multiple role play games online with friends or for earning purposes. Nowadays, there are many popular platforms like YouTube and Twitch where you can earn money by […]

10 Best Coding Apps for Kids on Android And iOS

By CleanerBestComputer / April 15, 2023

Introduction There has never been a better opportunity to get a competitive edge on whatever you want your young champ to learn, whether it is how to build some of the best useful apps or beautiful websites. The nicest aspect is the absence of an age requirement. It gives everyone—adults, teenagers, and children—endless opportunities. As […]

The Best 5 Screenshot Applications for Android to try now

By CleanerBestComputer / April 8, 2023

You often struggle with taking screenshots on your Android phone following the default method, i.e., pressing the lock and volume down buttons together. The situation worsens further when either of the keys is not working properly. Besides, you need to synchronize the press times of both keys to take the screenshot, which often leads to […]

10 Best Translator Apps for Android & iOS

By CleanerBestComputer / March 30, 2023

Introduction Technology has made it easy for people to connect worldwide. Whether you are interacting online or traveling to other locations, you can talk directly to people from those areas. Yet, just because the means to do it is now available, it does not remove the problem of language barriers. While you can learn the […]