Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How To Debloat Windows 11 For Best Performance

How To Debloat Windows 11 For Best Performance

Anup ThapaBy Anup ThapaDecember 18, 2022
debloat windows 11

Windows 11 comes packaged with a bunch of preinstalled programs that most users will find to be a waste of space. Such bloatware clutters your PC and can also lead to system performance degradation.

Fortunately, removing most of them is quite straightforward. And even ones that refuse to go can be uninstalled via the Command-Line.

We recommend using the first two methods listed below to debloat Windows 11 as they are native methods. But if you value convenience, we’ve included some reputable third-party tools as well in the sections below.

Table of Contents

  • Uninstall Unnecessary Apps
  • Using PowerShell
  • Third-Party Tools
  • Can I Use Scripts to Debloat Windows 11? Is It Safe?

Uninstall Unnecessary Apps

The easiest way to debloat Windows 11 is to remove all the preinstalled bloatware via the Apps and Features window. Here are the steps to do so:

  1. Press Win + X and select Apps and Features from the power user menu.
  2. Locate the app you’d like to remove, press the ellipsis button and select Uninstall.
    uninstall-app-win-11
  3. Accept any prompts and follow the on-screen instructions to remove the app.

Most users remove apps like Solitaire, Candy Crush, or Your Phone using this method. But the option to uninstall will be grayed out for a few core apps, such as the photos app, for instance. To remove such apps, you’ll have to use the command-line method which we’ve detailed below.

Using PowerShell

You can use the Remove-AppxPackage cmdlet to remove an app package from a user account. If you’re the only user, this alone should suffice. But if your PC has multiple accounts, you must remove the packages from those accounts one by one.

Similarly, to prevent the packages from being automatically installed on future accounts, you can use /Remove-ProvisionedAppxPackage and remove the app package from the Windows Image entirely. Here are the necessary steps:

  1. Press Win + R, type powershell, and press CTRL + Shift + Enter.
  2. Execute the following command:
    Get-AppxPackage | ft name, PackageFullName –AutoSize
    get-appxpackage-ft-name-packagefullname
  3. Locate the app package you’re trying to remove and copy the package full name.
  4. Type the following command, replace package name with the value from Step 3, and press Enter:
    Remove-AppxPackage -Package “packagename”
    remove-appxpackage
  5. To remove provisioning for app packages from the image, use the following command instead with the appropriate values:
    DISM /Online /Remove-ProvisionedAppxPackage /PackageName:<packagename>
    remove-provisionedappxpackage

Third-Party Tools

Debloater tools were very popular back in Windows 10, and most of them still work or have been updated for Windows 11. Some popular open-source options from Github include ThisIsWin11, Iex Win10Debloater, and Sycnex Win10Debloater.

Please do note that while these are the most reputable ones available, they are still third-party tools, and there is always a small degree of risk when using them. So if you’re going to use them, we highly recommend creating a system restore point so that even if things don’t go as intended, you have a safety net to fall back on.

uld also upgrade the RAM, GPU, and CPU, according to your needs and preferences.

Can I Use Scripts to Debloat Windows 11? Is It Safe?

We’ve recommended a few reputable debloaters in the article above, but as reliable as they are, they are still third-party tools. Open source doesn’t always mean vetted; some popular tools have been found to contain Trojans in the past. So, ultimately, we recommend sticking to the native tools to debloat Windows 11.

how-to
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

amd-software-not-opening

How to Fix AMD Software Not Opening

March 3, 2023
how to create a folder

7 Ways to Create a Folder on Windows

March 3, 2023
turn off automatic updates windows

How to Turn Off Automatic Updates on Windows

March 2, 2023
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
dism-vs-sfc-vs-chdsk

DISM, SFC, CHKDSK: What’s the Difference

February 28, 2023
how-to-open-exe-file

4 Ways to Open EXE File

March 2, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
dism-vs-sfc-vs-chdsk

DISM, SFC, CHKDSK: What’s the Difference

February 28, 2023
bios-settings-for-gaming

Best BIOS Settings for Gaming

February 16, 2023
You may also like
how-to-clean-hp-printer-rollers

How to Clean HP Printer Rollers

March 3, 2023
keyboard input lag

9 Ways to Fix Keyboard Input Lag

March 3, 2023
keyboard key is stuck

How to Fix a Stuck Key on a Keyboard

March 3, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.