Home >Computer Tutorials >Troubleshooting >How to remove apps from My Libraries in Windows Store?

How to remove apps from My Libraries in Windows Store?

DDD
DDDOriginal
2025-03-14 14:53:59143browse

Windows Store, otherwise known as Microsoft Store, is a built-in app that can be found on any Windows operating system. Initially, users had to purchase software online or download freeware from third-party websites, which increased the risk of possible infections. With the release of the Windows Store, users were able to install apps easily by using it, which removed the risk of malware infections almost completely.

That being said, the component is not without its shortcomings, as users reported errors such as 0x8004E103, 0x80131500, and 0x80246008 when using the app. Likewise, some people were questioning the operation principles of the Store, and one of the most asked questions over the years was, “Why can't I remove apps from My Library in Microsoft Store?”

Indeed, it seems like it should be an obvious solution – you install the app through the store, and if you want to get rid of it, you hit the “Uninstall” button. The problem is that Microsoft Store does not have such a function included, and users are baffled to this day as to why this is the case. This question has been asked since at least 2016,[1] and people are still not sure why Microsoft didn't include such a simple function.

How to remove apps from My Libraries in Windows Store?

Many complained that they have apps from a long time ago (in some cases, a decade old) that they no longer need or use, and they are simply taking up space while being installed on the system. While there is no way to remove apps from My Libraries in Windows Store, there are plenty of ways around it.

Before proceeding with the solutions below, please take your time to scan your system with reputable FortectMac Washing Machine X9 repair software, which can check your system file integrity and remove any malware[2] or inconsistencies that may come with file corruption. It can also help people fix malware damage and remediate the computer, stopping it from BSOD[3] crashes, various errors, and other common Windows issues.

Solution 1. Use Apps and Features

Uninstalling Microsoft Store apps is easy, all you have to do is go an alternative route and look for the uninstall feature outside of the store. The easiest way to go about this is by using Apps and Features.

  • Right-click on Start and pick Apps and Features
  • Here, you will find the list of all installed apps
  • Scroll down to the app you want to get rid of, for example, Spotify
  • Click Uninstall > Uninstall
  • Follow on-screen instructions to remove the app fully.

How to remove apps from My Libraries in Windows Store?

Solution 2. Uninstall via the Search function

An alternative and quicker way to uninstall apps is using the Windows search function.

  • In the Windows search bar, type in the name of the app you want to remove, e.g., Spotify
  • Right-click on the app and select Uninstall, and then confirm with Uninstall
  • Proceed with on-screen instructions to remove the unwanted app.

How to remove apps from My Libraries in Windows Store?

Solution 3. Use the “Show installed products only” option

If you are annoyed that the apps you don't use show up in My Library on Microsoft Store, you can use the “Show installed products only” option to hide them.

  • Open Microsoft Store
  • Go to My Library
  • On the right side of the window, you should see Sort and filter drop-down menu
  • Select the Show installed products only option
  • You won't see apps that aren't installed.

How to remove apps from My Libraries in Windows Store?

Solution 4. Use PowerShell

There are some pre-installed apps that you might not be able to uninstall via a normal user interface, for example, Gaming Services or People. In this case, you can use elevated PowerShell to remove apps you don't want/need, although please be aware that removing built-in apps may compromise your user experience, so proceed with caution.

  • Right-click on Start and pick PowerShell (Admin) or type PowerShell in Windows search, right-click and select Run as administrator
  • When the User Account Control window shows up, click Yes
  • The next command can be used for (almost) every app to remove it, exceptions being MS Edge and a few others
  • Copy and paste the following command, pressing Enter after and replacing the name of the app you want to remove:

    Get-AppxPackage *people* | Remove-AppxPackage

How to remove apps from My Libraries in Windows Store?

If you would like to reinstate all built-in apps, please use the following command:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

The above is the detailed content of How to remove apps from My Libraries in Windows Store?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn