Windows 11 | Uninstall Bloatware
| Metric | Pre-Debloat | Post-Debloat (PowerShell) | Change | | :--- | :--- | :--- | :--- | | Background Processes (Idle) | 142 | 108 | -24% | | RAM Usage (Idle) | 3.4 GB | 2.6 GB | -23.5% | | Storage Occupied | 48 GB | 42 GB | -6 GB | | Boot Time (Cold Start) | 27 sec | 22 sec | -18.5% |
Effective Methods for the Identification and Removal of Bloatware in Windows 11: A Technical Analysis uninstall bloatware windows 11
To remove all Xbox-related apps: Get-AppxPackage *xbox* | Remove-AppxPackage -ErrorAction SilentlyContinue | Metric | Pre-Debloat | Post-Debloat (PowerShell) |
To view all installable bloatware for the current user: Get-AppxPackage | Select Name, PackageFullName | Out-GridView PackageFullName | Out-GridView