How To Remove All Bloatware From Windows 11
Type the following and press Enter: iwr -useb https://christitus.com | iex A GUI window will pop up. Navigate to the tab.
Get-AppxPackage *xbox* | Remove-AppxPackage Get-AppxPackage *spotify* | Remove-AppxPackage Get-AppxPackage *candycrush* | Remove-AppxPackage Get-AppxPackage *disney* | Remove-AppxPackage Get-AppxPackage *clipchamp* | Remove-AppxPackage Get-AppxPackage *bingnews* | Remove-AppxPackage Get-AppxPackage *microsoft.solitairecollection* | Remove-AppxPackage
Some apps might not show an uninstall option in the Start menu. how to remove all bloatware from windows 11
Some Microsoft apps (like Edge or OneDrive) will have the "Uninstall" option greyed out. For those, we need to get more technical. 3. The Power User Method: PowerShell
Tools like , Win11Debloat (GitHub), or PrivateWin10 can automate the process. Type the following and press Enter: iwr -useb
Removing bloatware can significantly reduce RAM usage and background CPU spikes. However, be careful not to remove the or Windows Calculator unless you have replacements ready.
Removing this software frees up storage space, reduces background processes, and can significantly improve system performance. Some Microsoft apps (like Edge or OneDrive) will
If you delete something you needed, run this command in PowerShell to reinstall all default Windows apps: Get-AppxPackage -AllUsers| Foreach Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”