Did the program you’ve downloaded outperform you? Or does the default app give you grief? Here’s how to remove one of them in Windows 11.
Microsoft makes it easy to uninstall bloatware and other apps you may no longer use in Windows 11. You can uninstall apps using the settings app, classic Control Panel, Start menu, and the command line.
Whether you want to uninstall a third-party, non-removable, or universal app, here’s how to do it safely.
How to Delete Apps in Windows 11 Via the Settings app
Microsoft has revamped the Settings app for Windows 11. Compared to its predecessor, the new layout is sleeker and easier to use.

The simplified interface makes searching uncomplicated. Here’s how you can uninstall apps using the new Settings app in Windows 11.
- Press the button Windows + I to open Settings.
- In the left pane, go to the tab Apps.
- In the right pane, click Apps and Features and then scroll to installed apps to find the app you want to uninstall. You can also use the search bar to find apps.
- Click button three dots next to the application name and select Uninstall.
- Click button Uninstall again to confirm action.
Uninstall Windows 11 Applications Through the Start Menu
Another handy and quick way to uninstall apps is through the Start menu. Here’s how to do it.
- Click button Start to open the menu.
- Click All Apps.
- Next, scroll through the list to find the app you want to remove.
- Right click on the application icon and select Uninstall.
- Click button Uninstall again to confirm action. Windows will now uninstall the app.
It works great if you want to delete a Microsoft Store app. However, for non-Microsoft Store apps, you will be redirected to the Classic Programs and features page in Control Panel.

From here, locate and select the app you want to remove. Then click the button Uninstall from the top right corner. Click Yes to confirm the action and wait for the app to be uninstalled.
Uninstall Windows 11 Applications Through Control Panel
The Windows 11 settings app now has more system settings than ever before. However, some advanced features still rely on the classic Control Panel. It also maintains a built-in program manager for removing and modifying installed applications.

To uninstall Windows 11 applications using Control Panel:
- Press the button Windows + R to open Run.
- Type control and click OK to open Control Panel.
- Next, go to Programs and then click Programs and Features.
- Find and select the app you want to remove and click on it Uninstall.
- Click Uninstall again to delete the app.
Uninstall Windows 11 Applications Via Command Prompt
If you can’t remove the app from the Settings app or Control Panel, try removing it using Command Prompt. You can use the Windows Management Instrumentation Command line tool to find and uninstall applications in Windows 11.

To uninstall an app using Command Prompt:
- Press the button Windows and type cmd.
- From the search results, right click on Command Prompt and select Run as administrator.
- In the Command Prompt window, type the following command to load the tool Windows Management Instrumentation Command-line (WMIC).
wmic
product get name
Product where name="name of program" call uninstall
Product where name="ManicTime" call uninstall
Remove Windows 11 Universal Apps Using PowerShell
Windows 11 comes with some handy and not-so-useful pre-installed apps. Despite its usefulness, Microsoft doesn’t offer any options for removing built-in apps.

However, you can uninstall this app if you know how to use PowerShell. Using the Remove-AppxPackage command, you can uninstall the built-in Windows 11 applications. Here’s how to do it.
- Press the button Windows and type powershell.
- Right click on the app PowerShell and select Run as administrator.
- In the PowerShell window, type the following command and hit enter:
Get-AppxPackage
Remove-AppxPackage App Name
Remove-AppxPackage Microsoft.Whiteboard_21.10913.5785.0_x64__8wekyb3d8bbwe
Uninstall Apps Using Third Party Apps Uninstallers
When you uninstall an application with the built-in Windows uninstaller, it leaves behind a supporting file consisting of empty registry entries, program data and application shortcuts, and more.
Revo Uninstaller
As the name suggests, Revo Uninstaller is a dedicated application uninstaller for Windows OS. It can remove third-party and built-in Windows applications. Apart from that, it comes with a cleanup tool to clean any existing junk files left during your previous cleanup drive.

Revo Uninstaller is free to use. But upgrading to the Pro version offers cleaning tools, browser extension removal, bulk uninstallation, and real-time monitoring features.
IObit Uninstaller
IObit Uninstaller offers a similar set of features to Revo Uninstaller. It allows you to remove third-party applications, remove bundleware, and free up space by identifying large programs that are using up space. You can also view and uninstall the Microsoft Store and built-in apps.

IOBit Uninstaller is available in free and Pro versions. The latter offers one-click software updates, clean installs with logs, removing stubborn apps, and software updates.
Many Ways to Delete Windows 11 Apps
You can remove Windows 11 apps from the Start menu, Settings app, classic Control Panel, and even use the PowerShell terminal and Command Prompt.