How to remove bloatware from Windows 10 quickly and easily

Video How to remove bloatware from Windows 10 quickly and easily

If you don't need bloatware, this is the easiest and most effective way to remove bloatware from Windows 10.

Bloatware is software that manufacturers pre-install on their computers to promote their products. Not only do you take up valuable space, you may never need them. You can remove bloatware from your Windows 10 computer to free up space, speed up operations.

Most of these programs cannot be uninstalled in the usual way because Microsoft and their partners will lose money if they are not on your PC. Windows 10 has a number of apps that you can't uninstall, including:

In addition to the names mentioned above, the following ways will help you remove other bloatware and unwanted applications most effectively.

Uninstall the traditional way

You can remove bloatware like Microsoft Money, News, Sports ... with the Uninstall feature on Windows 10 as follows:

1. Click the Windows logo in the lower left corner.

2. Locate the program you want to uninstall, and then right-click it.

How to remove bloatware from Windows 10 quickly and easily

3. Click Uninstall and confirm uninstall.

How to remove bloatware from Windows 10 quickly and easily

PowerShell

Windows PowerShell is a shell or UI developed by Microsoft for automating tasks and configuration management. We can use PowerShell to remove bloatware in two different ways.

Hide apps with "Remove-AppxPackage"

The first process hides apps without actually deleting them on the system. This is the best option if you want to uninstall the app at another time.

Before uninstalling an application, make sure no programs are running on the computer. Then start PowerShell.

1. Type PowerShell in the search box in the lower left corner.

2. Click Run as Administrator .

How to remove bloatware from Windows 10 quickly and easily

3. Click Yes to confirm.

4. Enter the command listed below for the program you want to uninstall.

Get-AppxPackage *appName* | Remove-AppxPackage

How to remove bloatware from Windows 10 quickly and easily

Replace appName with the actual name of the application you want to uninstall.

5. Press Enter .

6. Do the same for the programs you want to remove.

For example, some commands for programs you may want to uninstall:

3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage

Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

News:

Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage

People:

Get-AppxPackage *people* | Remove-AppxPackage

Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Photos:

Get-AppxPackage *photos* | Remove-AppxPackage

Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage

Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

Delete bloatware with DISM

If you want to remove all bloatware completely from the system, you can use a command DISMin PowerShell. DISM stands for Deployment Imaging Service and Management.

1. Type PowerShell into the search box in the bottom left corner.

2. Click Run as Administrator .

3. Click Yes to confirm.

4. View the complete list of system bloatware with the following command:

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

How to remove bloatware from Windows 10 quickly and easily

5. Select the application you want to completely remove from the system.

6. Copy Packagename of that app. Here is the Xbox.

How to remove bloatware from Windows 10 quickly and easily

7. Type the following command:

DISM /Online /Remove-ProvisionedAppxPackage /PackageName:PACKAGENAME

Replace PACKAGENAME with the name in the list you originally created. Here is:

DISM / Online / Remove-ProvisionedAppxPackage /PackageName:Microsoft.Xbox.TCUI_1.24.10001.0_neutral_~_8wekyb3d8bbwe

How to remove bloatware from Windows 10 quickly and easily

8. Repeat the above step until you remove the bloatware you want to remove.

9. Restart the computer to apply the changes just made.

Use Windows 10 Debloater

If you're sure you want to remove all bloatware on your PC, you can use a third-party app called Windows 10 Debloater to remove them with a click of a button.

1. Go to the Windows 10 Debloater page: https://github.com/Sycnex/Windows10Debloater.

2.Click the Clone or download green button .

How to remove bloatware from Windows 10 quickly and easily

3. Click Download ZIP .

4. Save the file to several computers.

5. Click the " Extract all " button to extract the file content.

How to remove bloatware from Windows 10 quickly and easily

6. If you want to know the location easily, click the box " Show extracted files when complete ."

How to remove bloatware from Windows 10 quickly and easily

7. Right-click on Windows10DebloaterGUI and select Run with PowerShell .

How to remove bloatware from Windows 10 quickly and easily

8. Click Open .

How to remove bloatware from Windows 10 quickly and easily

9. Type Y to agree and press Enter .

How to remove bloatware from Windows 10 quickly and easily

10. Windows 10 Debloater window will open.

11. Click the first button: Remove All Bloatware .

How to remove bloatware from Windows 10 quickly and easily

This application will immediately start uninstalling bloatware applications on the computer. You can see the progress in the PowerShell window still open in the background.

In short, regardless of the reason you want to remove bloatware from Windows 10 , the above methods will help you remove all possible programs.

Leave a Comment

How Do You Know When Your Business Is Ready For Its First Office?

How Do You Know When Your Business Is Ready For Its First Office?

For many entrepreneurs, moving into a first office feels like a major milestone. It can signal growth, stability, and a new level of professionalism. However, it is also a decision that should be made carefully.

How AI Checkers Work: Behind the Detection Process

How AI Checkers Work: Behind the Detection Process

As AI writing tools become more advanced, many people want a reliable way to identify machine-written text. This is where an AI checker comes into the picture.

How to Fix Microsoft Edge Cant Read and Write to Data Directory

How to Fix Microsoft Edge Cant Read and Write to Data Directory

Frustrated by Microsoft Edge "Can't Read and Write to Data Directory" error? Get step-by-step fixes, from quick resets to advanced troubleshooting, to restore your browser fast. Works on latest versions!

How to Fix Microsoft Edge Windows Update Catalog Error

How to Fix Microsoft Edge Windows Update Catalog Error

Tired of the frustrating Microsoft Edge "Windows Update Catalog" Error blocking your updates? Discover proven, step-by-step fixes that work on the latest Windows versions. Get back online in minutes!

How to Fix Microsoft Edge OBS Studio Black Screen

How to Fix Microsoft Edge OBS Studio Black Screen

Struggling with Microsoft Edge black screen in OBS Studio? Discover step-by-step fixes for hardware acceleration issues, capture settings, and more. Get your stream crystal clear today!

How to Link Your Microsoft Edge Account to Your Phone

How to Link Your Microsoft Edge Account to Your Phone

Master how to link your Microsoft Edge account to your phone for seamless syncing of tabs, passwords, and bookmarks. Step-by-step guide for Android and iOS with troubleshooting tips.

How to Fix Microsoft Edge System Sounds Missing Fix

How to Fix Microsoft Edge System Sounds Missing Fix

Struggling with Microsoft Edge "System Sounds" missing? Our ultimate guide provides step-by-step fixes to restore notifications, alerts, and browser sounds quickly and easily. Works flawlessly on the latest versions.

How to Fix Microsoft Edge DNS Probe Finished No Internet

How to Fix Microsoft Edge DNS Probe Finished No Internet

Struggling with Microsoft Edge "DNS Probe Finished No Internet" error? Discover step-by-step fixes to restore your browsing instantly. Flush DNS, change servers, and more – no tech skills needed!

Troubleshooting Microsoft Edge Profile is Already in Use

Troubleshooting Microsoft Edge Profile is Already in Use

Tired of the frustrating Microsoft Edge "Profile is Already in Use" error blocking your browsing? Follow our proven, step-by-step troubleshooting fixes to resolve it quickly and regain smooth performance. Works on latest versions!

Troubleshooting Microsoft Edge Stream Deck App Not Opening

Troubleshooting Microsoft Edge Stream Deck App Not Opening

Facing Microsoft Edge "Stream Deck" app not opening? Discover proven troubleshooting steps, quick fixes, and expert tips to resolve crashes, freezes, and launch issues fast. Get back to streaming seamlessly.