How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them)

how-to-uninstall-windows-10-and-8217;s-builtin-apps-and-how-to-reinstall-them photo 1

Windows 10 includes a variety of universal apps, and there’s no easy way to hide them from the “All Apps” view in the new Start menu. You can uninstall them, but Microsoft doesn’t allow you to easily uninstall them in the usual way.

You probably don’t want to do this. These apps take up very little space on your device so it’s best to just ignore them if you don’t want to use them. But, if you really want to uninstall them, you can. If you’ve already uninstalled included apps, you can get them all back with a single command.

Uninstall the App Normally

Some apps allow you to uninstall them in the normal way. Just right-click an app in the All Apps list in the Start menu and select “Uninstall”. (On a touch screen, long-press the app instead of right-clicking.)

This trick appears to work for the included Get Office, Get Skype, Get Started, Microsoft Solitaire Collection, Money, News, Phone Companion, and Sports apps. You can also uninstall bloatware apps your PC manufacturer has installed using this trick. It even works for apps that are “automatically downloaded” by Windows 10, such as Candy Crush, FarmVille, TripAdvisor, Netflix, and Pandora. However, Microsoft’s other included Windows 10 apps can’t be removed in this way.

how-to-uninstall-windows-10-and-8217;s-builtin-apps-and-how-to-reinstall-them photo 2

Use PowerShell to Uninstall Built-in Apps

You can uninstall most of the built-in apps — even ones that don’t normally offer an “Uninstall” option — with a PowerShell cmdlet. This trick won’t allow you to remove a few of the most important built-in apps, including Cortana and Microsoft Edge. If you try, you’ll see an error message saying they can’t be removed.

First, open PowerShell as administrator. Open the Start menu, search for “PowerShell,” right-click the PowerShell shortcut, and select “Run as administrator.” Agree to the UAC prompt.

how-to-uninstall-windows-10-and-8217;s-builtin-apps-and-how-to-reinstall-them photo 3

Copy and paste one or more of the following commands into the PowerShell prompt, pressing Enter after each one to remove the apps you don’t want on your Windows 10 system:

Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Uninstall Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Contact Support:

This app can’t be removed.

Uninstall Cortana:

This app can’t be removed.

Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage

Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Uninstall Microsoft Edge:

This app can’t be removed.

Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage

Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage

Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage

Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage

Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Uninstall Windows Feedback:

This app can’t be removed.

Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

how-to-uninstall-windows-10-and-8217;s-builtin-apps-and-how-to-reinstall-them photo 4

How to Reinstall All Built-in Apps

If you decide you want the preinstalled apps back, you can get them back with a single line of PowerShell code. Again, open a PowerShell window as Administrator. Copy and paste the following line into the PowerShell window and press Enter:

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

This tells Windows to install those default apps again. Give it some time and allow it to finish, even if nothing appears to happen at first. Even if you see an error message, restart and examine your Start menu — you may just have all those default apps back again, anyway.

how-to-uninstall-windows-10-and-8217;s-builtin-apps-and-how-to-reinstall-them photo 5


There’s no real advantage to doing this beyond decluttering your Start menu.

Article How to Uninstall Windows 10’s Built-in Apps (and How to Reinstall Them) compiled by Original article here

More stories

Why iPhone Location Services Can Be More Helpful Than You Think

With companies like Facebook finding themselves in hot water over their constant usage of the GPS inside your smartphone, we decided it was time to give you a few extra reasons why location services aren’t nearly as nefarious as they’ve been made out to be in the media.

What’s the Difference Between a Modem and a Router?

Many Internet service providers offer combined modem/router units, but a modem isn’t the same thing as a router. Understanding exactly what a modem is is important so you can buy your own modem and stop paying $8-$15 a month to rent one from your Internet service provider.

How to Make a Movie With iMovie on an iPhone or iPad

Apple’s iMovie application comes free with new iPhones and iPads. It allows you to make home videos, combining multiple clips, inserting photos, adding transitions, applying a soundtrack, and using other effects.

How to Create a Table Using the Keyboard in Word

Creating tables in Word is easy using the commands on the ribbon. However, if you want to quickly create a table without removing your hands from the keyboard, you can easily create a basic table using the keyboard.

How to Disable Siri and Location Services on Apple TV

Apple is integrating Siri into everything and why not? It is a favorite of ours and works well whether it is on the Apple Watch or the iPhone or iPad. If you’re using an Apple TV however, you might want to disable it.