Install this webapp on your device: tap and then Add to homescreen.

ComputerWorks

Remove Apps From Windows 10

Reliable!

Qualified!

Thorough!

Trustworthy!

Contacts Us

Have Any Questions ?

We are Here To Help!

Removing Apps From Windows 10

Windows 10 comes preloaded with a lot of default apps.  Depending on which version you have, you will see various apps in your start menu that you don’t want.  You can remove any app you do not want.

The very first thing you should try is simply right-clicking on an app in the start menu and see if there is the uninstall option.  If there is no such option, read on.

You can also check in the Apps section of your settings.  Click or touch the start menu, then settings (gear icon on the left side or found in the list of all apps and programs), now click or touch the icon "Apps".  There you will find all the apps and programs installed on your PC.

However, there will still be some that you cannot remove this way.  For those keep reading.

You will need to find PowerShell.  Go to start and type PowerShell.  You need administrator rights, so right click on it and choose "Run as administrator".  Or you can right click or long hold the start menu.  A menu will appear with "Windows PowerShell (Admin)", click or touch it.

Now, all you need to do is copy & paste the appropriate code for each app you want to remove from Windows 10.


  • To uninstall 3D Builder:
    get-AppxPackage *Microsoft.3dbuilder* | Remove-AppxPackage

  • To uninstall 3D Viewer:
    Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage

  • To uninstall Alarms & Clock:
    get-appxpackage *Microsoft.WindowsAlarms* | remove-appxpackage

  • To uninstall App Connector:
    get-AppxPackage *Microsoft.Appconnector* | Remove-AppxPackage

  • To uninstall Asphalt 8:Airborne:
    Get-AppxPackage *Microsoft.Asphalt8Airborne* | Remove-AppxPackage

  • To uninstall Calculator:
    get-appxpackage *Microsoft.WindowsCalculator* | remove-appxpackage

  • To uninstall Calendar and Mail apps together:
    get-appxpackage *microsoft.windowscommunicationsapps* | remove-appxpackage

  • To uninstall Camera:
    get-appxpackage *Microsoft.WindowsCamera* | remove-appxpackage

  • To uninstall Candy Crush Soda Saga:
    get-AppxPackage *king.com.CandyCrushSodaSaga* | Remove-AppxPackage

  • To uninstall Drawboard PDF:
    Get-AppxPackage *Microsoft.DrawboardPDF* | Remove-AppxPackage

  • To uninstall Facebook:
    get-AppxPackage *Facebook* | Remove-AppxPackage

  • To uninstall Feedback Hub:
    get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage

  • To uninstall Get Help:
    Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage

  • To uninstall Groove Music:
    get-appxpackage *Microsoft.ZuneMusic* | remove-appxpackage

  • To uninstall Maps:
    get-appxpackage *Microsoft.WindowsMaps* | remove-appxpackage

  • To uninstall Messaging:
    get-appxpackage *Microsoft.Messaging* | remove-appxpackage

  • To uninstall Microsoft Pay:
    Get-AppxPackage *Microsoft.Wallet* | Remove-AppxPackage

  • To uninstall Microsoft Solitaire Collection:
    get-appxpackage *Microsoft.MicrosoftSolitaireCollection* | remove-appxpackage

  • To uninstall MinecraftUWP:
    Get-AppxPackage *MinecraftUWP* | Remove-AppxPackage

  • To uninstall Mixed Reality Portal:
    Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage

  • To uninstall Mobile Plans (Paid Wi-Fi & Cellular):
    get-AppxPackage *Microsoft.OneConnect* | Remove-AppxPackage

  • To uninstall Money:
    get-appxpackage *Microsoft.BingFinance* | remove-appxpackage

  • To uninstall Movies & TV:
    get-appxpackage *Microsoft.ZuneVideo* | remove-appxpackage

  • To uninstall Movies & TV, and Groove Music apps together:
    get-appxpackage *Microsoft.Zune* | remove-appxpackage

  • To uninstall Netflix:
    Get-AppxPackage *Netflix* | Remove-AppxPackage

  • To uninstall News:
    get-appxpackage *Microsoft.BingNews* | remove-appxpackage

  • To uninstall Notepad:
    Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage

  • To uninstall Office:
    Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage

  • To uninstall OneNote:
    get-appxpackage *onenote* | remove-appxpackage

  • To uninstall Paint 3D:
    Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage

  • To uninstall Pandora:
    Get-AppxPackage *PandoraMediaInc* | Remove-AppxPackage

  • To uninstall People:
    get-appxpackage *Microsoft.People* | remove-appxpackage

  • To uninstall Phone:
    get-appxpackage *commsphone* | remove-appxpackage

  • To uninstall Phone Companion:
    get-appxpackage *windowsphone* | remove-appxpackage

  • To uninstall Phone and Phone Companion apps together:
    get-appxpackage *phone* | remove-appxpackage

  • To uninstall Photos:
    get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage

  • To uninstall Print 3D:
    Get-AppxPackage *Microsoft.Print3D* | Remove-AppxPackage

  • To uninstall Remote Desktop:
    Get-AppxPackage *Microsoft.RemoteDesktop* | Remove-AppxPackage

  • To uninstall Scan:
    Get-AppxPackage *WindowsScan* | Remove-AppxPackage

  • To uninstall Sketch Book:
    Get-AppxPackage *AutodeskSketchBook* | Remove-AppxPackage

  • To uninstall Skype:
    get-appxpackage *Microsoft.SkypeApp* | remove-appxpackage

  • To uninstall Snip & Sketch:
    Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage

  • To uninstall Sports:
    get-appxpackage *Microsoft.BingSports* | remove-appxpackage

  • To uninstall Sticky Notes:
    get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage

  • To uninstall Sway:
    get-appxpackage *Office.Sway* | remove-appxpackage

  • To uninstall Tips or Get Started:
    Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage

  • To uninstall Twitter:
    get-AppxPackage *Twitter* | Remove-AppxPackage

  • To uninstall Voice Recorder:
    get-appxpackage *Microsoft.WindowsSoundRecorder* | remove-appxpackage

  • To uninstall Weather:
    get-appxpackage *Microsoft.BingWeather* | remove-appxpackage

  • To uninstall Weather, Money, News, and Sports apps together:
    get-appxpackage *Microsoft.Bing* | remove-appxpackage

  • To uninstall Windows Wi-Fi:
    get-AppxPackage *ConnectivityStore* | Remove-AppxPackage

  • To uninstall Xbox:
    get-appxpackage *Microsoft.XboxApp* | remove-appxpackage

  • To uninstall Xbox Game Bar:
    Get-appxpackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage

  • To uninstall Xbox Game Speech Window:
    Get-appxpackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage

  • To uninstall Xbox Identity Provider:
    Get-appxpackage *Microsoft.XboxIdentityProvider* | Remove-AppxPackage

  • To uninstall Xbox One SmartGlass:
    Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage

  • To uninstall Your Phone:
    Get-AppxPackage *Microsoft.YourPhone* | Remove-AppxPackage

You can reinstall all apps with this command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Copy & paste the following command to show the list of installed apps:
DISM /Online /Get-ProvisionedAppxPackages | select-string Packagename

To Remove All Windows Apps Except Store from Specific or All Users in PowerShell

To Remove All Apps Except Store from Your (current) Account
  • Open an elevated Windows PowerShell (as described above)
  • Copy and paste the command below into PowerShell, press Enter, when finished, you can close PowerShell if you like
  • Get-AppXPackage | where-object | Remove-AppxPackage

To Remove All Apps Except Store from Specific User Account
  • Open an elevated Windows PowerShell (as described above)
  • Copy and paste the command below into PowerShell, press Enter, when finished, you can close PowerShell if you like
  • Substitute UserName with the actual user name of the account you want to uninstall all apps from
  • Get-AppXPackage -User UserName | where-object | Remove-AppxPackage

To Remove All Apps Except Store from New Accounts Created Afterwards
  • Open an elevated Windows PowerShell (as described above)
  • Copy and paste the command below into PowerShell, press Enter, when finished, you can close PowerShell if you like
  • Get-appxprovisionedpackage –online | where-object | Remove-AppxProvisionedPackage -online

To Remove All Apps Except Store from All Current Accounts on PC
  • Open an elevated Windows PowerShell (as described above)
  • Copy and paste the command below into PowerShell, press Enter, when finished, you can close PowerShell if you like
  • Get-AppxPackage -AllUsers | where-object | Remove-AppxPackage

Now, you're going to ask yourself;  "Why didn't he mention this from the start"?  Mention what?  SourceForge has a program (Windows X App Remover) to remove the apps for you.  I know, now I tell you.  Anyway, you can get it here.  Have fun!

If any of the directions above do not work, please, let us know.

Top





Live Support Chat

Leave a Message if We're Offline.

Our Team!

Charles Bailey

TECHNICIAN


21 Years of Experience Working in the Computer Related Industry. As the Industry Grows So Does My Knowledge, This Helps Me to Stay Current and Serve the Community Better.

Michael Bailey

TECHNICIAN

Taught by the Best, I’m Very Versatile When It Comes to Working in This Industry. There is Always Something to Learn. Every Job Teaches Me Something.

Knowledge is power!

TJ Bailey

TECHNICIAN

There are so Many Different Fields in This Industry That It’s Hard to Pick my Favorite. Having Fun at Work Seems Wrong, but it Keeps Me Busy and on the Job and That’s Good for Business.

Ron Bailey

ASSISTANT


I’m New to This Industry, but so Far, I Love it. I’m Learning so Much. The More I Learn the More I love it, and That Adds Value to the Company, and Makes Me More Useful.

ComputerWorks

"Making Technology Work For You"

We use cookies to give you the best possible experience.  Read our Cookie Policy.