To disable background apps in Windows 10 and 11 using the Registry Editor, press Windows + R, type regedit, and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy. Create a new DWORD (32-bit) value named LetAppsRunInBackground and set its value to 2.
Quick Steps:
- Press Windows + R to open the Run dialog
- Type
regeditand press Enter - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy - Right-click in the empty space and select New > DWORD (32-bit) Value
- Name it
LetAppsRunInBackgroundand press Enter - Double-click the new value and set it to 2
- Click OK and restart your computer
Why Disable Background Apps in Windows?
Background apps run continuously even when you’re not actively using them, consuming system resources like CPU, RAM, and battery power. On laptops especially, these apps can drain your battery faster and slow down your system performance.
During my 10 years running a computer repair business, I saw countless customers complaining about slow performance or poor battery life. One of the first things I’d check was how many apps were running in the background unnecessarily. Disabling these apps often made a noticeable difference, especially on older hardware or budget laptops with limited resources.
This registry method is more permanent than using the Settings app because it prevents Windows from allowing background apps to run at a system level. If you’re looking for other ways to optimize your system, you might want to check out Winhance, my free Windows enhancement utility that can handle this and many other optimizations with just a few clicks.
Step-by-Step Guide to Disable Background Apps
Step 1: Open the Registry Editor
Press the Windows key and R together on your keyboard to open the Run dialog box. Type regedit in the text field and press Enter. If prompted by User Account Control, click Yes to allow the Registry Editor to make changes to your system.
Step 2: Navigate to the AppPrivacy Registry Key
In the Registry Editor, you need to navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy. You can either manually expand the folders in the left sidebar or paste the path directly into the address bar at the top of the Registry Editor window.
If the AppPrivacy folder doesn’t exist at that location, you’ll need to create it. Right-click on the Windows folder, select New > Key, and name it AppPrivacy.
Step 3: Create the Registry Value
Once you’re in the AppPrivacy key, right-click anywhere in the empty white space on the right side of the window. Select New > DWORD (32-bit) Value from the context menu. Name this new value exactly as shown: LetAppsRunInBackground.
The naming has to be exact for this to work properly. If you’re familiar with using Registry Editor for other Windows customizations, you know how important precision is when creating registry values.
Step 4: Set the Value Data
Double-click on the newly created LetAppsRunInBackground value to open its properties dialog. In the “Value data” field, change the number from 0 to 2. Make sure the “Base” option is set to Decimal, then click OK to save your changes.
Setting the value to 2 forces Windows to deny all apps permission to run in the background. A value of 0 would allow apps to run in the background, and 1 would let users decide on a per-app basis.
Step 5: Restart Your Computer
After setting the registry value, close the Registry Editor and restart your PC for the changes to take effect. Once your computer boots back up, background apps will no longer be allowed to run.
How to Re-Enable Background Apps
If you need to allow background apps to run again, simply navigate back to the same registry location and either delete the LetAppsRunInBackground value or change its data from 2 to 0. After restarting your computer, apps will be able to run in the background again.
Common Issues & Solutions
Problem: I can’t find the AppPrivacy folder in the Registry
Solution: The AppPrivacy key often doesn’t exist by default. You’ll need to create it manually by right-clicking on the Windows folder, selecting New > Key, and naming it AppPrivacy.
Problem: Some apps aren’t working properly after disabling background apps
Solution: Certain apps like mail clients, messaging apps, or notification-dependent software need background access to function correctly. You may need to re-enable background apps or use the Settings app to allow specific apps to run in the background.
Problem: The registry value keeps resetting after updates
Solution: While rare, some Windows updates can reset registry values. After major updates, check if the value is still set to 2. You can also use methods to control Windows updates if this becomes a recurring issue.
Problem: I’m not comfortable editing the registry manually
Solution: Registry editing can be intimidating if you’re not experienced with it. I created Winhance specifically for situations like this, where you can apply registry tweaks and system optimizations without manually editing anything.
FAQ
What exactly are background apps in Windows?
Background apps are programs that continue running even when you’re not actively using them. They can receive notifications, update data, and perform tasks while minimized or closed. Examples include Mail, Calendar, Weather, and many Microsoft Store apps.
Will this break any important Windows features?
No, disabling background apps won’t break core Windows features or system processes. However, some apps that rely on background activity won’t be able to send notifications or sync data automatically. You’ll need to open these apps manually to receive updates.
Does this work on both Windows 10 and Windows 11?
Yes, this registry method works on both Windows 10 and Windows 11. The registry path and value are identical across both operating systems.
How much performance improvement will I see?
The performance improvement depends on how many background apps were running before. On systems with limited RAM (4GB or less) or older processors, you might notice snappier performance and faster boot times. Laptops will see improved battery life since fewer processes are consuming power.
Is it safe to edit the Windows Registry?
Editing the registry is safe as long as you follow the instructions exactly and only modify the specific values mentioned. The change we’re making here is completely reversible. That said, always be careful when working in the Registry Editor and double-check the path and value names before making changes. Similar to other registry tweaks I’ve shared, this modification is straightforward and low-risk.
