- Uninstall or remove apps and programs in Windows 10
- How to Remove Built in apps on Windows 10
- Replies (2)
- Remove built-in Windows 10 apps for all users using PowerShell Script
- Remove built-in Windows 10 apps using PowerShell
- 1] Remove the apps from the ISO file
- 2] Uninstalling Apps post-Windows 10 installation
- 3] Windows 10 Store Apps Uninstaller
- Related Posts
- How to add Hinglish keyboard to Windows 10 PC
- How to Preview files in Windows 10 using these free apps
- Paint 3D not saving; Does not display Export option in Windows 10
- [email protected]
- How to Uninstall and Restore Windows 10’s Built-in Apps
- How to Uninstall Windows 10’s Built-in Apps
- How to Restore Windows 10’s Built-in Apps
- Remove windows 10 built in apps
Uninstall or remove apps and programs in Windows 10
There are different ways to remove apps and programs, so if you can’t find the one you’re looking for, you can try another location. Note that some apps and programs are built into Windows and can’t be uninstalled. You can try to repair a program first, if it’s just not running correctly.
Uninstall from the Start menu
Select Start and look for the app or program in the list shown.
Press and hold (or right-click) on the app, then select Uninstall.
Uninstall from the Settings page
Select Start , then select Settings > Apps > Apps & features. Or just click the shortcut link at the bottom of this article.
Select the app you want to remove, and then select Uninstall.
Uninstall from the Control Panel (for programs)
In the search box on the taskbar, type Control Panel and select it from the results.
Select Programs > Programs and Features.
Press and hold (or right-click) on the program you want to remove and select Uninstall or Uninstall/ Change. Then follow the directions on the screen.
If you get an error message when you’re uninstalling, try the Program Install and Uninstall Troubleshooter.
If you’re trying to remove malware, see Stay protected with Windows Security to find out how to run a scan. Or if you use another antivirus software program, check their virus protection options.
How to Remove Built in apps on Windows 10
Here is the Command to Delete the built-in app of the Windows 10
Press Windows Key + Letter X
Choose for «Command Prompt (Admin)«
Type in Powershell
Then Type this commands :
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *windowssoundrecorder* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *solitairecollections* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *bingnews* | Remove-AppxPackage
Windows Phone ( Continuum ) :
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
Get-AppxPackage *windowsstore* | Remove-AppxPackage
And If you want to bring them all back, here is the command :
Note : For any scenario, do this at your own risk!, I am not liable for what will happen on your device.
Was this discussion helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this discussion?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this discussion?
Thanks for your feedback.
Replies (2)
THERE MUST be an easier way. This is what happens when you keep tweaking a program over and over.
There is a way to remove programs just by using a program like Revo uninstaller or go through Control Panel. But my problem concerns removing programs from the Start button. I don’t need Xbox — why did Win10 install it on the computer? These start programs should be «optional». let us decide if we want it on our Start button.
81 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
Remove built-in Windows 10 apps for all users using PowerShell Script
Since Windows 10 started rolling out, it came with pre-installed apps. Some of these apps are essential for consumers, while some apps are installed from advertisement perspective. There are multiple reasons why Microsoft adds apps even when you upgrade from one version to another – but it can be removed. So if you have this question, What Windows 10 apps can I uninstall – then in this guide, we will show you, how to remove built-in Windows 10 apps using a readymade PowerShell Script from TechNet Gallery. While there are several ways you can uninstall apps in Windows 10, today we will take a look at thos PowerShell script.
Microsoft sells Windows to Enterprise as well, and there is no place for any pre-installed apps. They are restricted by companies policies, and only the approved apps are allowed to be installed, and available.
Remove built-in Windows 10 apps using PowerShell
Both of these instructions work perfectly, but there are some drawbacks. Some of the apps like Cortana, Edge, etc. cannot be removed as they are essential for the complete experience. Also, the first method might leave some broken links on the start menu.
1] Remove the apps from the ISO file
This solution works on Windows 10 machines, where you are going to install it fresh. We will have to remove the apps from the ISO file, and then install it, so none of those apps get installed on the first hand.
This PowerShell script takes a simple list of Apps and then removes the Apps from the default install.wim. Afterward, the WIM image can be used for distribution with Configuration Manager or similar solutions. When the script starts, WIM-Image is automatically mounted to a temporary directory. Afterward, all preinstalled apps are read out and subsequently uninstalled.
Note: This method is only for power users who understand the level of technicality.
Here is a video followed by instructions:
Example Commands:
There is one major drawback though. Post OS installation, or whenever you add a new user, the start menu will be full of invalid shortcuts with just the name of the removed app in the square. It will look like “P
Microsoft.SkypeApp_kzf8qxf38zg5c!App”. This bug is yet to be answered, but its there, and is annoying.
You can download the PowerShell script from TechNet Gallery.
2] Uninstalling Apps post-Windows 10 installation
If you just thought that uninstall option is good enough, it doesn’t let you remove few of the most important built-in apps easily.
To get this sorted, we will have to use PowerShell with an administrator account. Follow the steps below:
- Use Windows+X, and then choose the “Windows PowerShell (Admin)” option from the Power User menu.
- After an interactive confirm dialogue, PowerShell will complete permission will load up.
- Next, copy paste one of the following commands, and hit return.
- Post this, the app will be uninstalled, and it will uninstall for all the users.
- You may have to install the app again from the store.
Uninstall 3D Builder:
Uninstall Calendar and Mail:
Uninstall Alarms and Clock:
Uninstall Get Office:
Uninstall Get Started:
Uninstall Get Skype:
Uninstall Groove Music:
Uninstall Microsoft Solitaire Collection:
Uninstall Movies & TV:
Uninstall Phone Companion:
Uninstall Voice Recorder:
The good thing is that even if emove Built-in apps from Windows 10 using PowerShell, they can always be installed back from the store. Unlike Windows 7, Windows 10 offers Microsoft Store which is a central place to install and update all the apps on your PC.
3] Windows 10 Store Apps Uninstaller
Windows 10 Store Apps Uninstaller is another PowerShell app available in the Technet Gallery. If you no longer need an app, then you could use Windows 10 Store Apps Uninstaller to remove it and free up space on the drive.
Since we are restricting the guide to use PowerShell, these two are the best methods to complete the tasks.
Related Posts
How to add Hinglish keyboard to Windows 10 PC
How to Preview files in Windows 10 using these free apps
Paint 3D not saving; Does not display Export option in Windows 10
[email protected]
Ashish is a veteran Windows, and Xbox user who excels in writing tips, tricks, and features on it to improve your day to day experience with your devices.
How to Uninstall and Restore Windows 10’s Built-in Apps
By Henry T. Casey 19 August 2016
Windows 10 comes with a bunch of apps that you may find useful, and a few you will probably never need. Unfortunately, Windows 10 doesn’t want you to uninstall Universal apps such as Money, Maps and People. But that doesn’t mean you can’t use a little ingenuity to delete them.
First, though, think before you uninstall programs on Windows 10, as removing Bing News might cripple Cortana’s ability to deliver you stories, and removing Alarms and Clock might break the digital assistant’s ability to set reminders. If deleting an app creates such an unintended consequence, we’ve also got instructions for how to restore all apps.
Universal apps don’t take up much storage space, so remember that you’re removing them strictly to tidy the All Apps view in the start menu. Also, note that Contact Support, Cortana, Edge and Windows Feedback cannot be removed.
How to Uninstall Windows 10’s Built-in Apps
Before you uninstall or restore apps, make sure no other programs are running aside from Windows PowerShell.
1. Click the Cortana search field.
2. Type ‘Powershell’ into the field.
3. Right-click ‘Windows PowerShell.’
4. Select Run as administrator.
5. Click Yes.
6. Enter a command from the below list for the program you wish to uninstall.
Here are the list of commands:
3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Calendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage
Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
News: Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage
People: Get-AppxPackage *people* | Remove-AppxPackage
Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage
Photos: Get-AppxPackage *photos* | Remove-AppxPackage
Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage
Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
7. Click Enter. Repeat steps 6 and 7 as necessary for the apps you want to remove.
You’ve deleted applications from Windows, and cleared them from the Start Menu!
How to Restore Windows 10’s Built-in Apps
Remember, do not have any applications open other than Windows PowerShell.
1. Follow steps 1 through 5 in the previous walkthrough.
2. Type the below text and then hit Enter.
Remove windows 10 built in apps
Remove Win10 Apps Utility
Customisable Windows 10 app removal utility
For full instructions and documentation, visit my site.
Please consider supporting my work:
Remove Win10 Apps Utility can also be downloaded from:
Tweet me if you have questions: @mikegalvin_
Features and Requirements
- The utility will remove specified built-in apps for the current logged on user.
- The utility will remove specified provisioned built-in apps from the system.
- This utility can be used for imaging and OS deployment, as well as single user.
- The utility requires a text file with a list of the apps to remove.
- This utility has been tested on Windows 10.
How to get create a list of apps to remove
To use the script you’ll need to make a text file with a list of the apps to remove.
To get a list of built-in apps for the current user:
To get a list of all the apps, use this command in an elevated PowerShell session:
Note: Provisioned apps are the built-in apps that will be installed for all new users when they first log on.
Below is a table of apps names in PowerShell and what they are in Windows. You can use this table to create your own removal list.
PowerShell Display Name | Description | App name in Start Menu | Notes |
---|---|---|---|
Microsoft.549981C3F5F10 | Cortana app | Cortana | New in 2004 |
Microsoft.BingWeather | Weather app | Weather | N/A |
Microsoft.DesktopAppInstaller | System | None | N/A |
Microsoft.GetHelp | Help app | Get Help | N/A |
Microsoft.Getstarted | Tips app | Tips | N/A |
Microsoft.HEIFImageExtension | System | None | N/A |
Microsoft.Messaging | Messaging app | Messaging | Removed in 2004 |
Microsoft.Microsoft3DViewer | 3D Viewer app | 3D Viewer | N/A |
Microsoft.MicrosoftOfficeHub | Office 365 hub app | Office | N/A |
Microsoft.MicrosoftSolitaireCollection | Collection of games | Microsoft Solitaire Collection | N/A |
Microsoft.MicrosoftStickyNotes | Sticky Notes app | Sticky Notes | N/A |
Microsoft.MixedReality.Portal | Mixed Reality app | Mixed Reality Portal | N/A |
Microsoft.MSPaint | Paint 3D app | Paint 3D | N/A |
Microsoft.Office.OneNote | OneNote app | OneNote | N/A |
Microsoft.OneConnect | . | None | Removed in 2004 |
Microsoft.People | Contacts management app | People | N/A |
Microsoft.Print3D | 3D Printing app | Print 3D | Removed in 2004 |
Microsoft.ScreenSketch | Screen shot app | Snip & Sketch | N/A |
Microsoft.SkypeApp | Skype app | Skype | N/A |
Microsoft.StorePurchaseApp | System | None | N/A |
Microsoft.VCLibs.140.00 | System | None | New in 2004 |
Microsoft.VP9VideoExtensions | System | None | N/A |
Microsoft.Wallet | System | None | N/A |
Microsoft.WebMediaExtensions | System | None | N/A |
Microsoft.WebpImageExtension | System | None | N/A |
Microsoft.Windows.Photos | Microsoft Photos app | (2) «Photos» and «Video editor» | N/A |
Microsoft.WindowsAlarms | Clock and Alarms app | Alarms & Clock | N/A |
Microsoft.WindowsCalculator | Calculator app | Calculator | N/A |
Microsoft.WindowsCamera | Camera app | Camera | N/A |
microsoft.windowscommunicationsapps | Calendar and Mail apps | (2) «Calendar» and «Mail» | N/A |
Microsoft.WindowsFeedbackHub | Feedback Hub app | Feedback Hub | N/A |
Microsoft.WindowsMaps | Bing Maps app | Maps | N/A |
Microsoft.WindowsSoundRecorder | Audio recording app | Voice Recorder | N/A |
Microsoft.WindowsStore | Microsoft Store app | Microsoft Store | N/A |
Microsoft.Xbox.TCUI | System, part of Xbox | None | N/A |
Microsoft.XboxApp | Xbox Console Companion app | Xbox Console Companion | N/A |
Microsoft.XboxGameOverlay | System, part of Xbox | None | N/A |
Microsoft.XboxGamingOverlay | Xbox Game Bar app | Xbox Game Bar | N/A |
Microsoft.XboxIdentityProvider | System, part of Xbox | None | N/A |
Microsoft.XboxSpeechToTextOverlay | System, part of Xbox | None | N/A |
Microsoft.YourPhone | Phone linking app | Your Phone | N/A |
Microsoft.ZuneMusic | Groove Music app | Groove Music | N/A |
Microsoft.ZuneVideo | Films & TV app | Films & TV | N/A |
Here’s a list of all the command line switches and example configurations.
Command Line Switch | Description | Example |
---|---|---|
-List | The full path to the txt file listing the apps to remove. | C:\scripts\w10-apps-2004.txt |
-NoBanner | Use this option to hide the ASCII art title in the console. | N/A |
-L | The path to output the log file to. The file name will be Remove-W10-Apps_YYYY-MM-dd_HH-mm-ss.log Do not add a trailing \ backslash. | C:\scripts\logs |
The above command will remove the apps listed in the specified text file and will generate a log file.