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 Uninstall Apps On Windows 11

How To Uninstall Apps On Windows 11

Anup ThapaBy Anup ThapaDecember 18, 2022
how to uninstall apps on windows 11

Windows 11 comes packaged with a bunch of default apps, and you’ve probably installed quite a few yourself as well. Apps come and go, so if one has served its purpose or there’s a better app available, most users will want to uninstall the application.

We’ve listed various methods to uninstall apps on Windows 11 below. You can choose your preferred approach as the end result will be the same.

Table of Contents

  • Using the Uninstaller
  • From the Start Menu
  • Using the Control Panel
  • Via the Settings App
  • From the Command-Line
    • Using Remove-AppxPackage Cmdlet
    • Using WMIC Utility
  • Third-Party Uninstaller

Using the Uninstaller

Developers usually include an uninstall.exe file along with everything else that is extracted when you install an application. The purpose of this uninstaller file is to, you guessed it, uninstall the application. Here are the steps to run the uninstaller:

  1. Press Win + E to open File Explorer.
  2. Navigate to the application’s installation directory. The default location will usually be C:\Program Files or C:\Program Files (x86), but this may differ if you changed it during the installation.
  3. Launch the uninstall.exe file and follow the on-screen instructions.
    uninstall_exe

From the Start Menu

You can customize the start menu, easily access your installed applications, as well as remove the ones you don’t want with the click of a button. Here’s how to uninstall apps on Windows 11 via the Start Menu:

  1. Press the Windows key or click on the Windows logo to bring up the start menu.
  2. Press the All Apps button from the top-right and locate the program you want to remove.
    windows-11-start-menu
  3. Right-click the application, select Uninstall, and follow the on-screen instructions.
    windows-11-all-apps-uninstall

Using the Control Panel

The Control Panel is mainly used to check and modify system settings. One of its many features is to remove or modify programs, and here’s how you can do the same:

  1. Press Win + R, type appwiz.cpl, and press Enter.
  2. Select the program you want to remove and click on Uninstall.
    uninstall-app-programs-and-features
  3. Accept any confirmation prompts and follow the on-screen instructions.

Via the Settings App

The Settings app has received a lot of improvements in Windows 11, and the UI has changed. But one thing that has remained consistent with Windows 10 is that you can still remove unwanted apps and features. Here are the steps to do so:

  1. Press Win + I and go to Apps > Apps and Features.
  2. Tap the triple-dot button next to the application and select Uninstall.
    uninstall-app-programs-and-features
  3. Accept any confirmation prompts and follow the on-screen instructions.

From the Command-Line

We recommend using the methods listed above as they will easily get the job done. But if you’d prefer to take the CLI approach anyway, there are a couple of ways to go about it.

Using Remove-AppxPackage Cmdlet

We’ve instructed how to use this cmdlet for its core function below. But if you’d like to preserve the application data after uninstalling it, or you’re trying to uninstall an app on a specific user account only, or some other advanced task, you should refer to Microsoft’s documentation.  

With that said, here’s how to uninstall apps on Windows 11 using this cmdlet:

  1. Press Win + R, type powershell, and press CTRL + Shift + Enter.
  2. Execute the following command:
    Get-AppxPackage | ft name, PackageFullName -AutoSize
    get-appxpackage
  3. Locate the application you’re trying to remove from the list and note down the PackageFullName.
  4. In PowerShell, type the following command:
    Remove-AppxPackage -Package “packagename”
  5. Replace packagename with the value of PackageFullName from Step 3, and press Enter to execute the command.
    remove-appxpackage

Using WMIC Utility

You can also use the WMIC utility, but this method only allows you to remove programs that are registered in WMI, so your options will likely be limited. Regardless, here’s how to uninstall apps on Windows 11 via WMIC:

  1. Press Win + R, type cmd, and press CTRL + Shift + Enter.
  2. Type wmic product get name and press Enter.
    wmic-product-get-name
  3. After you execute the command, it may take a minute or two for the output to show up depending on how many apps are installed.
  4. Note the program name from this list.
  5. Type the following command:
    product where name="program name" call uninstall
  6. Replace program name with the value from step 4 and press Enter to execute the command.
    wmic product where name call uninstall
  7. Press Y if asked for a confirmation prompt.

Third-Party Uninstaller

You might have a hard time when uninstalling certain applications. Even after uninstalling an application, residual data will sometimes be left behind in the registry. And finally, there’s also the matter of convenience.

We recommend uninstalling apps using the methods listed in our guide, but in the cases mentioned directly above, a third-party uninstaller tool can be a good option. Some reputable ones currently available include Revo Uninstaller and CCleaner.

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

0x80300024

6 Ways to Fix 0x80300024 Error in Windows

May 25, 2023
check powershell version

3 Easy Ways to Check PowerShell Version

May 24, 2023
d drive not showing up

D Drive Not Showing Up—10 Ways to Fix It

May 22, 2023
antimalware service executable high memory

Fix: Antimalware Service Executable High Memory

May 18, 2023
windows event logs

How to Check Event Logs on Windows

May 17, 2023
the rpc server is unavailable

Fix: The RPC Server is Unavailable

May 15, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
dmg file

What is DMG File? How to Open It?

May 26, 2023
what is port 443

Port 443: Everything You Need to Know About It

May 18, 2023
Best-1200W-PSU

8 Best 1200W PSUs for Extreme PC Builds in 2023

May 16, 2023
You may also like
how to fix a loose charging port

How to Fix a Loose Charging Port

May 26, 2023
steam not enough disk space

Steam Not Enough Disk Space—5 Ways to Fix It

May 26, 2023
how to inspect on chromebook

How to Inspect on Chromebook

May 26, 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.