Removing Apps From Windows 11
Windows 11 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 "Terminal (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 11.

  • 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

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

A Real Person!
Leave Us a Message if We're Off Line.

Find Us

ComputerWorks

"Making Technology Work For You"

Privacy Policy - Cookie Policy
© Copyright 1999-2026 ComputerWorks - All Rights Reserved
Hello from Spring Creek, PA!