How to Remove Background Apps in Windows
Guide to improving performance and battery life by disabling unnecessary background applications in Windows 10 and 11.
Windows 11
Windows 11 removed the global "Disable all background apps" switch found in Windows 10. You must now do it per-app or via Registry/Group Policy.
Method 1: Per-App Settings (Recommended)
- Go to Settings > Apps > Installed Apps.
- Click the three dots (...) next to an app (e.g., Cortana, Calculator).
- Select Advanced options.
- Look for Background apps permissions.
- Change setting to Never.
Method 2: System-wide via Group Policy (Pro/Enterprise)
- Press
Win + R, typegpedit.msc. - Navigate to: Computer Configuration > Administrative Templates > Windows Components > App Privacy.
- Double-click Let Windows apps run in the background.
- Select Enabled.
- In the "Default for all apps" dropdown, select Force Deny.
- Click OK.
Method 3: Registry (Home Edition)
- Open
regedit. - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy. (Create keyAppPrivacyif missing). - Create new DWORD (32-bit):
LetAppsRunInBackground. - Set Value to
2(Force check is off, effectively disabling most).
Windows 10
It is much simpler in Windows 10.
- Go to Settings > Privacy.
- Scroll down on the left to Background apps.
- Toggle the top switch "Let apps run in the background" to Off.
- Or toggle individual apps below it.
Why Do This?
- Performance: Frees up RAM and CPU cycles.
- Battery: Significant improvement on laptops.
- Privacy: Stops apps from "phoning home" silently.