![]() |
|

|
Even if you keep some apps, stop them from running in the background: Some Windows 11 apps are "provisioned," meaning they are locked and cannot be easily removed via the Settings menu. PowerShell allows you to force-remove these applications. : Go to Settings > Apps > Installed apps , click the three dots next to an app, and select Uninstall . Press Win + R → services.msc → Find and disable: ⚠️ Do remove *WindowsCalculator* , *WindowsStore* , *MicrosoftEdge* , *Windows.Photos* unless you have alternatives. By taking 20 minutes to debloat your Windows 11 installation, you can reclaim gigabytes of storage and significantly reduce background CPU usage, making your PC feel faster and more private. Here’s a comprehensive, step-by-step write-up on disabling all bloatware in Windows 11, including built-in tools, PowerShell commands, and best practices for safety and performance. Do not remove packages that include the words "Windows.Shell," "SystemUI," or "DesktopAppInstaller," as these are required for Windows 11 to function correctly. Run PowerShell : Get-AppxPackage Bing | Remove-AppxPackage : Click Start , right-click an app, and select Uninstall . |
|