cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

Next Major Windows 10 Update Will Let You Uninstall Most Built-in Apps

Microsoft’s Windows 10 updates usually include some new refinements based on user feedback. However, Microsoft is also known for shoving features and apps people don’t want into major updates and enabling old features you don’t use (hi, Cortana). In its next big update, Microsoft will let you cut down the clutter. Starting next year, more pre-installed apps can be forever banished from your computer.

This will be a significant change for Microsoft, which has previously considered all its apps to be core parts of the operating system. Thus, you could not uninstall them without major hackery. The latest Microsoft Insider build (version 18262) includes uninstallation for Microsoft’s apps. In that build, Windows 10 supports uninstalling 3D Viewer, Calculator, Calendar, Groove Music, Mail, Movies & TV, Paint 3D, Snip & Sketch, Sticky Notes, and Voice Recorder. Some apps like Camera, Edge, and the Microsoft Store cannot be uninstalled. You’re also stuck with Cortana forever.

To uninstall these apps, you can right-click on either the tile or entry in the app list. Click “Uninstall,” and they’re gone. You can get the apps back later if you regret your decision — they’re all in the Windows Store. But then you have to use the Windows Store. It’s a tough call.

If you’re on the recent October update, there are already several apps you can uninstall like this. Currently, Windows 10 supports removing Microsoft Solitaire Collection, My Office, OneNote, Print 3D, Skype, Tips, and Weather. You’ve always been able to remove the “extra” software Microsoft throws in with every Windows install like Candy Crush Soda Saga and FarmVille 2.

You can already uninstall select Microsoft apps.

Microsoft has run into delays with several recent updates, and even then, there are some show-stopping bugs. Just earlier this month, Microsoft rolled out its fall update to Windows 10 with a nasty bug that deleted the documents folders for some users. Microsoft pulled the update, fixed the bug, and changed its Insider Program feedback mechanism in hopes of avoiding similar mistakes in the future.

The update that enables removing all those pre-installed apps will be the next major update in spring of 2019. It’s currently targeted for April, but it could arrive a little later as Microsoft makes extra-sure it doesn’t screw up the second update in a row.

Next Major Windows 10 Update Will Let You Uninstall Most Built-in Apps - ExtremeTech

0 Likes
1 Reply

You've already been able to uninstall most of them using Windows PowerShell. https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-the...

At the PowerShell prompt, copy and paste one or more of the following commands—pressing Enter after each command—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