Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8

On Windows 10 and Windows 8, Microsoft integrates a number of pre-installed Modern applications on the system.However, often, users rarely and hardly use these applications and often download other applications to the machine to install and use.

So if you do not use the built-in applications on the system you can uninstall these applications to free up storage space. In the following article, Network Administrator will guide you 3 simple ways to remove Modern on Windows 10 / 8.1 / 8 application.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 1

Some notes when removing Modern application on Windows 10 and Windows 8:

  1. The termInstalled Appshere refers to all applications installed by the user (user).
  2. GlossaryBuilt-in Apps (integrated application) here are all pre-installed applications on Windows 10, Windows 8.1 and Windows 8 operating systems. These applications can be Default applications. (default), Provisioned (licensing application) or Universal application.
  3. When uninstalling an installed application can be via Windows GUI or use CCleaner, and the application will only be removed (unsubscribe) on the current user account only.
  4. When using CCleaner to remove pre-installed applications on the system, the application will be removed on all user accounts.CCleaner is the safest solution to remove built-in applications and this solution only works on Windows 10.
  5. If you want to uninstall preinstalled applications on all user accounts , you can use the PowerShell command.
  6. If you want to completely remove the integrated applications on the system at the same time on Windows 10, Windows 8.1 and Windows 8, you can refer to the steps here.

1. Uninstall the application through the GUI

When using this solution, you can only uninstall the application installed on the current user account.

Note:

1. If you want to uninstall the default (pre-installed) application on Windows Store, you can refer to solutions 2 and 3 below.

- On Windows 8, 8.1:

To remove an application on Windows 8, 8.1:

1. Right-click the application you want to uninstall, select Uninstall .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 2

- On Windows 10:

1. Click the Start button => Settings .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 3

2. On the Settings window, find and click System .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 4

3. In the left pane, find and click Apps & features .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 5

4. In the right pane, find the application you want to remove and click Uninstall .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 6

Note :

If the application you selected in the App list cannot be removed, the Uninstall button switches to gray, which means that the application you selected to remove is the default application (default app) of Windows 10.

By default Windows 10's default application cannot be removed via Windows GUI, but you must use a third-party application like CCleaner or the PowerShell command to remove it.

5. Click the Uninstall next to confirm the application uninstall.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 7

If you want to reinstall the application you removed, then you will have 2 options:

  1. Reinstall the removed applications from the Windows Store.
  2. To reinstall uninstalled applications, you can use the PowerShell command.

2. Use CCleaner to uninstall apps on Windows 10 (only applicable on Windows 10)

The second solution to uninstall the Modern application on Windows 10 is to use the CCleaner utility.

To uninstall Windows 10 Store application using CCleaner, follow the steps below:

1. Download CCleaner and install it.

Download CCleaner and install it here.

2. Next, run the CCleaner utility and select Tools in the left pane.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 8

3. In the Uninstall section, select the application you want to uninstall from Windows 10, then click the Uninstall button .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 9

4. Click OK to complete the application uninstall process.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 10

If you want to reinstall the application you removed, then you will have 2 options:

  1. Reinstall the removed applications from the Windows Store .
  2. To reinstall uninstalled applications, you can use the PowerShell command.

3. Use PowerShell to uninstall the application

Step 1: Open PowerShell under Admin

First you need to open PowerShell under Admin. To do this thing:

1. At Cortana's Search frame, enter powershell into it.

Note :

On Windows 8 or Windows 8.1, press the Windows + S key combination to open the Search frame, then enter powershell into it.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 11

2. On the search results list, right-click Windows PowerShell and select Run as administrator .

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 12

Step 2: Find the name of the application you want to uninstall

1. To find the application name installed on the system, enter the following command into the PowerShell window and press Enter :

  1. Get-AppxPackage |Select Name, PackageFullName

The output of the command will display the list of application names installed on the system with the full name of the application installation packages. The application installation package is the only file that contains all the files needed to install the Modern application.

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 13

2. Find in the first column (Name) and note the name of the application you want to uninstall. Application name displayed after the period (.).

For example: To uninstall the Phone Companion application, in this case the application name is " WindowsPhone ".

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 14

Step 3: Remove applications on PowerShell

- To remove the application on the current account , enter the following command and press Enter :

  1. Get-AppxPackage * PackageName * |Remove-AppxPackage

- To remove the application on all user accounts , enter the following command and press Enter:

  1. Get-AppxPackage -allusers * PackageName * |Remove-AppxPackage

Note:

In the above statement replace PackageName with the application name you want to uninstall.

For example: To remove the " Phone Companion " application on the current user account, enter the following command into the PowerShell window:

  1. Get-AppxPackage * windowsphone * |Remove-AppxPackage

Instructions to uninstall the Modern application on Windows 10 / 8.1 / 8 Picture 15

Some commands to uninstall specific applications on PowerShell:

- To uninstall 3D Bulider :

  1. Get-AppxPackage * 3dbuilder * |Remove-AppxPackage

- To uninstall Windows Alarms and Clock :

  1. Get-AppxPackage * windowsalarms * |Remove-AppxPackage

- To uninstall Calculator :

  1. Get-AppxPackage * windowscalculator * |Remove-AppxPackage

- To uninstall Mail & Calendar :

  1. Get-AppxPackage * windowscommunicationsapps * |Remove-AppxPackage

- To uninstall Camera :

  1. Get-AppxPackage * windowscamera * |Remove-AppxPackage

- To remove Microsoft Groove (Zune):

  1. Get-AppxPackage * zunemusic * |Remove-AppxPackage

- To remove Maps :

  1. Get-AppxPackage * windowsmaps * |Remove-AppxPackage

- To remove Movies & TV :

  1. Get-AppxPackage * zunevideo * |Remove-AppxPackage

- To remove New :

  1. Get-AppxPackage * bingnews * |Remove-AppxPackage

- To remove OneNote :

  1. Get-AppxPackage * onenote * |Remove-AppxPackage

- To remove People :

  1. Get-AppxPackage * people * |Remove-AppxPackage

- To remove Phone :

  1. Get-AppxPackage * CommsPhone * |Remove-AppxPackage

- To remove Phone Companion :

  1. Get-AppxPackage * windowsphone * |Remove-AppxPackage

- To remove Photos :

  1. Get-AppxPackage * photos * |Remove-AppxPackage

- To remove Store :

  1. Get-AppxPackage * windowsstore * |Remove-AppxPackage

- To remove Voice Recorder :

  1. Get-AppxPackage * soundrecorder * |Remove-AppxPackage

- To remove Weather :

  1. Get-AppxPackage * bingweather * |Remove-AppxPackage

- To remove Xbox :

  1. Get-AppxPackage * xboxapp * |Remove-AppxPackage

Refer to some of the following articles:

  1. Here's how to completely disable Windows Defender on Windows 10, 7 and Windows Vista
  1. How to disable 1 or more any key on Windows 10 keyboard?
  1. Privacy control on Windows 10 computers with the following 5 tips

Good luck!

4 ★ | 1 Vote

May be interested

  • 4 ways to return to the previous version of Windows 10 without losing data4 ways to return to the previous version of Windows 10 without losing data
    to maintain your computer's system security or bring new features to your windows, windows is updated automatically every month. however, a new version may cause conflicts with older programs or other problems.
  • Instructions for recording CD Audio in Windows 8Instructions for recording CD Audio in Windows 8
    windows 8 comes with many new enhancements, features and applications, including a music application with a professional modern ui, but it lacks the ability to record songs into discs. here is a little trick to help you burn your favorite songs into cd audio in windows 8 without using additional software.
  • Instructions to uninstall Windows 10 Fall Creators UpdateInstructions to uninstall Windows 10 Fall Creators Update
    windows 10 fall creators update launches users with countless features and progressive changes. however, if you do not like to use it, it is possible to uninstall and return to the previous version of windows 10 with extremely easy and fast operation. let's take tipsmake.com done in the article below.
  • How to uninstall Microsoft 365 Office on Windows 10How to uninstall Microsoft 365 Office on Windows 10
    if you are using the version of office that came with your microsoft 365 subscription (formerly office 365), you might finally need to uninstall it from windows 10. whatever the reason, you can uninstall it. office in at least two easy ways with the settings app or the support tools.
  • How to disable Modern Standby on Windows 10/11How to disable Modern Standby on Windows 10/11
    modern standby (s0) replaces the classic s3 low power consumption mode in windows 10 and 11. on modern standby-compatible systems, this feature adds better power management to devices connect.
  • How to Uninstall Eset Smart Security 5How to Uninstall Eset Smart Security 5
    in case you wanna change the currently installed eset smart security 5 to other security suite product, you can enter the preferred instructions below to uninstall it. to fast uninstall ess-5, you just need to click windows start button,...
  • How to install / uninstall Notepad application in Windows 10How to install / uninstall Notepad application in Windows 10
    you can install the windows notepad application from the microsoft store to windows 10 version 19541.0 or higher. this tutorial will show you how to install and uninstall notepad application from microsoft store in windows 10.
  • Steps to Uninstall Bitdefender on WindowsSteps to Uninstall Bitdefender on Windows
    while uninstalling bitdefender is easy, not doing so in the recommended manner outlined below may result in unwanted files remaining on your machine, resulting in problems installing a program. other viruses.
  • How to remove software installed on a Windows 10 computerHow to remove software installed on a Windows 10 computer
    in older versions of windows, if we wanted to remove an application from the computer, we had to go to the control panel and then on the uninstall program section to uninstall the application. however, on windows 10, microsoft made everything simpler
  • Steps to remove installed apps from Store on Windows 10Steps to remove installed apps from Store on Windows 10
    windows 10 introduces a new generation of apps built on new technology. these apps are called windows store apps and this article will show you different ways of uninstalling them.