Skip to content
IEEnews – is leader in iPhone, iPad, Android, Windows. reviews, news, forums, how to's and iPhone latest News.
  • Home
  • Apple
    • iTunes
    • Apple iPhone 6s
    • Apple Watch
    • Siri
    • iOS 8
    • iOS 7
    • iPhone best apps
    • Apple iOS 9
  • Microsoft
  • Laptop’s
IEEnews – is leader in iPhone, iPad, Android, Windows. reviews, news, forums, how to's and iPhone latest News.
  • Home
  • Apple
    • iTunes
    • Apple iPhone 6s
    • Apple Watch
    • Siri
    • iOS 8
    • iOS 7
    • iPhone best apps
    • Apple iOS 9
  • Microsoft
  • Laptop’s

How to Uninstall Apps & Games in Windows 10

Aug 15, 2015 by Parvinder Singh

[su_label type=”warning”]How to Uninstall Modern Apps Windows 10, How to Uninstall Apps in Windows 8.1, Windows 10 Can’t Uninstall Apps, 10, How to Uninstall Programs in Windows 10, How to Uninstall Xbox App Windows 10, [/su_label]

Ways to Uninstall apps in Windows 10 – Uninstall windows 10 apps

Uninstall windows 10 apps, Uninstall apps in windows 10, How to Uninstall Apps & Games in Windows 10

  1. Using Control panel.
  2. Using Start Screen.
  3. Uninstall windows 10 App using system Apps and features settings.
  4. Using Windows 10 Powershell ( Useful to uninstall Built-in Apps).

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 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 – Using control panel – Uninstall windows 10 apps

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.). Uninstall windows 10 apps, Uninstall apps in windows 10, How to Uninstall Apps & Games in Windows 10.

  1. Just Go to > cortana search and enter control panel.
  2. Open up the control panel.
  3. Now Go to > app or game or software which you want to uninstall.
  4. And then right click and
  5. tap on uninstall
  6. And just follow the instructions.

Uninstall the App Using Start – Windows button or start screen

How to Uninstall apps in Windows 10
How to Uninstall apps in Windows 10
  1. Just press the windows butoon on your windows 10 operating system.
  2. Start screen will open.
  3. You will see All Apps tab just tap on it.
  4. It will open you all the Built-in and installed apps and games.
  5. Now just press right click and uninstall the app from your desktop screen.

Uninstall windows 10 App using system Apps and features settings – How to Uninstall Apps & Games in Windows 10

Uninstall windows 10 apps, Uninstall apps in windows 10, How to Uninstall Apps & Games in Windows 10

  1. Just Go to > cortana search and enter Settingsl
  2. A new settings windows will open.
  3. Now click or tap on System settings.
  4. Now tap on App features, it will show you all installed apps.
  5. You can sort apps by alphabetical order or by size.
  6. Noe click on app which you want to uninstall and then uninstall it.
  7. If there is no uninstall option for the app then you will not be able to uninstall that built-in app.

Use PowerShell to Uninstall Built-in Apps – How to Uninstall Apps & Games in Windows 10

You can uninstall most of the built-in apps — even ones that don’t normally offer an “Uninstall” option — with a PowerShell . This trick won’t allow you to remove a few of the most important built-in apps, including Cortana and Microsoft Edge.

Uninstall windows 10 apps, Uninstall apps in windows 10, How to Uninstall Apps & Games in Windows 10

  1. First, open PowerShell as administrator.
  2. Open the Start menu or cortana search, and enter  “PowerShell,”
  3. right-click on  PowerShell shortcut, and
  4. Select “Run as administrator.”

Copy and paste one or more of the following commands into the PowerShell prompt, and press 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 Reinstall All Built-in Apps

You can also reinstall the built-in apps on windows 10 by using the below command in the powershell:

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

This tells Windows to install those default apps again. Uninstall windows 10 apps, Uninstall apps in windows 10, How to Uninstall Apps & Games in Windows 10.

[su_box title=”Microsoft Windows 10 and Windows 8 top Articles” box_color=”#ee9818″]

  • Windows 10 – Xbox One – Cross-device multiplayer.
  • Microsoft Edge web browser Windows 10 full features and preview.
  • How to Upgrade to Windows 10 From Windows 8.1.
  • Microsoft Windows 10 Preview, added features, editions, cost and more.
  • How to create a local user account on windows 8 or Windows RT 8.1.
  • Windows 8 and Windows 7 Safe Modes? using msconfig command.
  • Top keyboard shortcuts for windows 10 – keyboard shortcuts tricks.
  • New keyboard shortcuts for Windows 8
  • Windows 10 keyboard shortcuts – New Keyboard Shortcuts in Windows 10
  • Start your Windows PC in safe mode
  • How to take a screenshot on Windows PC – Different methods.
  • Top keyboard shortcuts windows 8 and 8.1.
  • New keyboard shortcuts for Windows 8
  • Top keyboard shortcuts for windows 10, 8 and windows RT 8.1
  • Wordpad keyboard Shortcuts for Windows 8 and windows 10.
  • Windows 8 Keypad Shortcuts : General windows key shortcuts.
  • How to Show hidden files Windows 7? Hidden windows file and folder.
  • How to Stream Xbox One games to Windows 10.
  • Find your Wi-Fi password on Mac, Windows and router configuration webpage.
  • How to find your wireless network password – if you forgot it.
  • How to Upgrade to Windows 10 From Windows 8.1.
  • How to Create a Bootable Windows 7 USB Flash Drive or disk drive.
  • How to take a screenshot on Windows PC – Different methods.
  • How to take a screenshot on Windows PC running Windows 7, 8.

[/su_box]

Categories Microsoft Windows 10 Tags How to Uninstall Apps & Games in Windows 10, How to Uninstall Apps in Windows 8.1, How to Uninstall Modern Apps Windows 10, How to Uninstall Programs in Windows 10, How to Uninstall Xbox App Windows 10, Uninstall apps in windows 10, Uninstall windows 10 apps, Windows 10 Can't Uninstall Apps, Windows 10 Mail App Remove Account
How to Make a Bootable USB Disk for Windows 10
How to setup and configure POP3 email on Windows Phones

Recent Posts

  • Stop Microsoft Edge from running in background on Windows 11 and 10 Jan 30, 2023
  • How to transfer files from a USB flash drive to a PC on Windows 10 Jan 30, 2023
  • How to install a Bluetooth adapter replacement on Windows 10 Jan 30, 2023
  • How to format a USB flash drive on Windows 10 Jan 30, 2023
  • How to default browser on Windows 11 Jan 30, 2023
  • This app has been blocked for your protection Jan 26, 2023
  • How to download videos from YouTube to iOS using Workflow Dec 25, 2022
  • How to backup your android phone data Dec 24, 2022
  • How to Setup chromecast guest mode and how it works on Android Dec 21, 2022
  • Health Cloud Accredited Professional Exam – DumpsOut Dec 1, 2022
  • 7 Mac Productivity Tips for Less Experienced Users Jul 18, 2022
  • Best laptop for business and personal use Jun 28, 2022
  • Best VR Ready Gaming Laptop in 2022 May 20, 2022
  • Best Windows gaming laptops in 2022 May 20, 2022
  • Best Laptop for Quickbooks: Best laptop for accounting students Apr 25, 2022
Copyright 2019-2021