Windows 11 allows each application to run in the background while you are busy with another task on the front.
Sure, background apps can be useful in certain scenarios; however, they ultimately end up clogging your RAM and CPU cycle, among other system resources.
If there’s an application you don’t need to operate in the background, it’s smarter to turn off its background permission. This implies to third-party applications such as your messaging app or your music player.
But, be sure not to disable the background services of built-in system applications, as these are required for your system to function properly.
So, this guide lists every possible method you can use to disable background app permission on your system. Be sure to stay with us till the end to understand the core idea and effectively turn off background apps on Windows 11.
Turn Off Background Apps in Windows 11 for Individual User
Windows 11 allows you to turn off background settings for applications that apply to only that particular user. Logging in to Windows from a different user changes the background permission of the same app back to default for this user.
So, taking this into consideration, follow the methods shown below to turn off background apps for a single user.
Via App Settings
As probably the simplest method out of the bunch, background permissions for any application can easily be turned off directly from the app settings.
Here, you’ll be able to choose either one of the following; completely turn off the background services, never turn them off, or run these services in a power-optimized mode. Anyways, the steps below show you how to do it.
- Click on the Start menu and select Settings.
- Select Apps from the left panel.
- Click on Apps & Features.
- Click the three dots beside the app you want to disable the background service of.
- Select Advanced Options.
- Set Background apps permissions to Never.
Via Power & Battery Settings
This method is applicable if you want to turn off background settings for an application depending on the power it consumes over a period of time.
This can help you determine the top applications that usually have the highest battery usage. Follow the steps below to do so:
- Click on the Start menu and select Settings.
- On System settings, select Power & battery.
- Click on Battery Usage.
- Set Battery level to Last 7 days.
- Click the three dots beside the app you want to disable the background service of.
- Select Manage background activity.
- Set Background apps permissions to Never.
Via the Registry
The registry is a database consisting of configuration settings that determine how the software and hardware function on your system. So, you can create a registry file and run this file as an administrator to disable background apps for an individual user.
Here are the steps to do so:
- Open the Run command box by pressing Windows key + R.
- Type and enter Notepad.
- Type the following command:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications]
"GlobalUserDisabled"=-[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] - Click on File and select Save as.
- Set the file name as Turn_On_Background_Apps_for_current_user.reg
- Set the file type as All Files.
- Close Notepad and navigate to the folder where you saved this file.
- Right-click on this file and select Open.
- Click Yes when prompted to modify registry entries.
- If it runs without any error, reboot your PC. The changes will now be saved.
Turn Off Background Apps in Windows 11 for All Users
Windows 11 also allows you to turn off background apps that apply to all user profiles saved to your PC. In this case, if you turn off the background app from one user, then this change will apply to other users as well. There are a couple of methods to do so and both of them are listed below.
Via the Registry
You can turn off background apps on your system by simply altering the registry entry. A suitable value data set in the registry entry can help you accomplish this task.
However, keep in mind that a minor error on the registry can lead to system failures and configuration errors. So, it’s best to back up your registry before making any changes to it.
So, keeping this in mind, follow the methods shown below to turn off background apps for all users.
- Open the Run command box by pressing Windows key + R.
- Type and enter regedit.
- Navigate to the following address:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- On the Windows key, locate AppPrivary.
However, if this is not available to you, right-click on Windows and select New followed by Key. Rename this key as AppPrivacy. - Now, right-click on AppPrivacy, select New followed by DWORD (32-bit) value and name it LetAppsRunInBackground
- Right click on LetAppsRunInBackground and select Modify.
- Here, set the value data as 2 and click OK.
- Restart your computer.
Now, all Microsoft store apps will be disabled from operating in the background.
Via the Group Policy Editor
The group policy editor is a feature provided by the Windows OS that can be used to set a suitable working environment for all the users’ accounts in your system. It is not available on the Home edition of Windows 11.
However, for Pro, Education and Enterprise editions, Group Policy Editor can be used to turn off background apps for all users and this can be done by following the steps shown below.
- Press the Windows key to open your Start menu.
- Type and then go to Edit group policy.
- Now, navigate to this location:
Computer Configuration\Administrative Templates\Windows Components\App Privacy
- Double click on Let Windows apps run in the background.
- Select Enabled on the option box.
- Set Default for all apps to Force Deny.
- Click Apply followed by OK to save your changes.