{"id":6189,"date":"2016-02-28T15:50:38","date_gmt":"2016-02-28T15:50:38","guid":{"rendered":"http:\/\/www.top-password.com\/blog\/?p=6189"},"modified":"2016-02-28T16:00:15","modified_gmt":"2016-02-28T16:00:15","slug":"uninstall-built-in-apps-in-windows-10","status":"publish","type":"post","link":"https:\/\/www.top-password.com\/blog\/uninstall-built-in-apps-in-windows-10\/","title":{"rendered":"2 Ways to Remove \/ Uninstall Built-in Apps in Windows 10"},"content":{"rendered":"<p>Windows 10 comes with many modern metro style apps installed by default. There are plenty of users who are never going to use modern apps such as Xbox, Weather, Sports, Store, OneNote, Skype, Calendar and Mail, Alarms and Clock, etc. Thankfully, there are ways to completely remove \/ uninstall pre-installed Windows 10 modern apps.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/windows-apps.png\" alt=\"windows-apps\" width=\"500\" height=\"516\" class=\"alignnone size-full wp-image-6196\" \/><\/p>\n<p><strong>Method 1: Remove \/ Uninstall Windows 10 Apps from Settings Charm<\/strong><\/p>\n<ol>\n<li>\nPress the Windows + I keys to open the Settings charm.<\/li>\n<li>\nClick <strong>System<\/strong> on the Settings menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/app-settings.png\" alt=\"app-settings\" width=\"600\" height=\"342\" class=\"alignnone size-full wp-image-6194\" \/><\/p>\n<\/li>\n<li>\nSelect <strong>Apps &#038; features<\/strong> from the left pane. A list of all installed apps appears in the right pane. Select the app you want to remove, and click on <strong>Uninstall<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/uninstall-windows-apps.png\" alt=\"uninstall-windows-apps\" width=\"600\" height=\"445\" class=\"alignnone size-full wp-image-6195\" \/><\/p>\n<p>If the Uninstall button is grayed out, this is a system app you cannot remove.\n<\/li>\n<\/ol>\n<p>While a few of the built-in apps can be simply uninstalled from Settings charm, most of them don&#8217;t offer the Uninstall option. For uninstalling these apps, you might have to use Windows PowerShell described in method two.<\/p>\n<p><strong>Method 2: Remove \/ Uninstall Windows 10 Apps from PowerShell<\/strong><\/p>\n<p>Using PowerShell cmdlet you can remove \/ uninstall most of the built-in apps, excluding Cortana, Contact support, Windows Feedback and Microsoft Edge. If you try to remove Microsoft Edge browse, you&#8217;ll see an error message saying they can&#8217;t be removed.<\/p>\n<p>Let&#8217;s see how to uninstall the built-in apps in Windows 10:<\/p>\n<ol>\n<li>\nPress the Windows logo key + X to open the WinX menu. Click on &#8220;<strong>Command Prompt (Admin)<\/strong>&#8220;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/command-prompt-admin.png\" alt=\"command-prompt-admin\" width=\"250\" height=\"382\" class=\"alignnone size-full wp-image-6197\" \/><\/p>\n<\/li>\n<li>\nAt the Command Prompt, type <strong>powershell<\/strong> and hit Enter.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/powershell.png\" alt=\"powershell\" width=\"528\" height=\"184\" class=\"alignnone size-full wp-image-6198\" \/><\/p>\n<\/li>\n<li>\nCopy and paste the following command into the PowerShell prompt. Press Enter.<br \/>\n<code>Get-AppxPackage<\/code><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/list-windows-apps.png\" alt=\"list-windows-apps\" width=\"536\" height=\"179\" class=\"alignnone size-full wp-image-6199\" \/><\/p>\n<\/li>\n<li>\nOnce you run the above command, PowerShell will display all modern apps installed on your computer. Scroll down to find the app you want uninstalled. You can easily identify it by looking at the Names of the apps from the list. For instance, the Camera app bears the name of <em>Microsoft.WindowsCamera<\/em>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/windows-camera.png\" alt=\"windows-camera\" width=\"600\" height=\"242\" class=\"alignnone size-full wp-image-6200\" \/><\/p>\n<\/li>\n<li>\nRun the following PowerShell command and you can remove a universal app:<br \/>\n<code>Remove-AppxPackage [PackageFullName]<\/code><\/p>\n<p>In our example, we would like to remove the Camera app, so type the following command:<br \/>\n<code>Remove-AppxPackage Microsoft.WindowsCamera_2016.128.10.0_x64_8wekyb3d8bbwe<\/code><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.top-password.com\/blog\/wp-content\/uploads\/2016\/02\/remove-windows-app.png\" alt=\"remove-windows-app\" width=\"600\" height=\"172\" class=\"alignnone size-full wp-image-6201\" \/><\/p>\n<p><strong>Tips:<\/strong> <em>You can copy the package name by click the beginning of the name and drag your mouse to the end to highlight it then right click. Next right click to paste the package name you copied into the Command Prompt. <\/em>\n<\/li>\n<\/ol>\n<p>Fortunately, the <em>Remove-AppxPackage<\/em> command also allows you to use the wildcard characters (such as *) to find the package. So you can simply type the keywords of the app to uninstall it. <strong>Here is a list of PowerShell commands to uninstall the universal apps that are pre-installed in Windows 10:<\/strong><\/p>\n<p>Remove all Modern Apps for the current account only:<br \/>\n<code>Get-AppXPackage | Remove-AppxPackage<\/code><\/p>\n<p>Remove all Modern Apps from all the accounts on your Windows system:<br \/>\n<code>Get-AppxPackage -AllUsers | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall 3D Builder:<br \/>\n<code>Get-AppxPackage *3dbuilder* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Alarms and Clock:<br \/>\n<code>Get-AppxPackage *windowsalarms* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Calculator:<br \/>\n<code>Get-AppxPackage *windowscalculator* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Calendar and Mail:<br \/>\n<code>Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Camera:<br \/>\n<code>Get-AppxPackage *windowscamera* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Contact Support:<br \/>\n<em>This app can&#8217;t be removed.<\/em><\/p>\n<p>Uninstall Cortana:<br \/>\n<em>This app can&#8217;t be removed.<\/em><\/p>\n<p>Uninstall Get Office:<br \/>\n<code>Get-AppxPackage *officehub* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Get Skype:<br \/>\n<code>Get-AppxPackage *skypeapp* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Get Started:<br \/>\n<code>Get-AppxPackage *getstarted* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Groove Music:<br \/>\n<code>Get-AppxPackage *zunemusic* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Maps:<br \/>\n<code>Get-AppxPackage *windowsmaps* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Microsoft Edge:<br \/>\n<em>This app can&#8217;t be removed.<\/em><\/p>\n<p>Uninstall Microsoft Solitaire Collection:<br \/>\n<code>Get-AppxPackage *solitairecollection* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Money:<br \/>\n<code>Get-AppxPackage *bingfinance* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Movies &#038; TV:<br \/>\n<code>Get-AppxPackage *zunevideo* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall News:<br \/>\n<code>Get-AppxPackage *bingnews* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall OneNote:<br \/>\n<code>Get-AppxPackage *onenote* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall People:<br \/>\n<code>Get-AppxPackage *people* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Phone Companion:<br \/>\n<code>Get-AppxPackage *windowsphone* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Photos:<br \/>\n<code>Get-AppxPackage *photos* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Store:<br \/>\n<code>Get-AppxPackage *windowsstore* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Sports:<br \/>\n<code>Get-AppxPackage *bingsports* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Voice Recorder:<br \/>\n<code>Get-AppxPackage *soundrecorder* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Weather:<br \/>\n<code>Get-AppxPackage *bingweather* | Remove-AppxPackage<\/code><\/p>\n<p>Uninstall Windows Feedback:<br \/>\n<em>This app can&#8217;t be removed.<\/em><\/p>\n<p>Uninstall Xbox:<br \/>\n<code>Get-AppxPackage *xboxapp* | Remove-AppxPackage<\/code><\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>Windows 10 comes with many modern metro style apps installed by default. There are plenty of users who are never going to use modern apps such as Xbox, Weather, Sports, Store, OneNote, Skype, Calendar and Mail, Alarms and Clock, etc. Thankfully, there are ways to completely remove \/ uninstall pre-installed Windows 10 modern apps. Method [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,10,1894],"tags":[2549,2548,2547],"class_list":["post-6189","post","type-post","status-publish","format-standard","hentry","category-others","category-tips-tricks","category-windows-10","tag-remove-windows-10-apps","tag-uninstall-modern-apps-windows-10","tag-uninstall-windows-10-apps"],"_links":{"self":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/6189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/comments?post=6189"}],"version-history":[{"count":7,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/6189\/revisions"}],"predecessor-version":[{"id":6204,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/posts\/6189\/revisions\/6204"}],"wp:attachment":[{"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/media?parent=6189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/categories?post=6189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.top-password.com\/blog\/wp-json\/wp\/v2\/tags?post=6189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}