The Categorizer

the categorizer logo

How To Reset Local Group Policy in Windows 11 (2 Ways)


The Local Group Policy is a collection of rules and configurations that are applied to users and machines in a single domain or workgroup. It seems that you have mistakenly misconfigured the group policy settings while modifying it, due to which you are facing some functionality and usability issues while operating the device.

Before we proceed further, if your device is connected to an Active Directory or a corporate network, then these methods will not apply since the Network Administrator is responsible to control these settings.

By the end of this article, you’ll be able to reset the local group policy in Windows:

NOTE: Windows 11 Home Edition doesn’t include the local group policy. Therefore, if you are currently running Windows 11 Home, it would be best not to waste your valuable time looking into this. Although, feel free to explore in order to enhance your knowledge.


How does this method work?
All the Local Group Policy settings are set to “Not Configured” by default. In the steps below, we’ll simply identify the settings other than default ones that are either set to “Enabled” or “Disabled” and revert them to “Not Configured”.

Step 1: In the Start menu, search for Edit Group Policy and hit the enter key or press the “Windows Key + R” to open Windows Run, type: gpedit.msc and press the enter key.

local group policy app icon in windows 11
Group Policy App

Step 2: In the group policy editor, navigate to the following path:
Computer Configuration > Administrative Templates > All Settings.

reset all settings in group policy in windows 11
All Settings in Group Policy Editor

Step 3: Click the “State” column/section to sort settings by their active category – “Enabled”, “Disabled”, and “Not Configured” and you’ll see the Enabled and Disabled settings arranged at the top of the list.

click the state button to sort the items by category - enabled, disabled, or not-configured
Click the “State” button to sort settings by Category

Step 4: Now, double click the settings with the “Enabled” or “Disabled” state, select the “Not Configured” option, and press the “Apply” button.

set the all the settings to not-configured in local group policy in windows 11
Change Setting to Not Configured

Step 5: To update the group policy without restarting the computer, open the command prompt, type the following command, and hit the enter key:
gpupdate /force.

update local group policy command after resetting group policy in windows 11
Update Local Group Policy Command

Step 6: To let the group policy detect whether or not to restart the device to make changes and configure it properly, type the following command:
gpupdate /boot.

type command to make windows detect whether or not to restart the computer
Windows Decision whether or not to boot the device

NOTE: If you are not viewing the sorted list with the “Enabled” or “Disabled” state after clicking the “Status” option, it means that no changes were made to Local Group Policy on your device and all the group policy settings are already set to default.


Step 1: In the Start menu, search for Command Prompt and run it as an administrator.

command prompt icon in windows 11
Command Prompt (CMD) Icon

Step 2: To reset the group policy user configurations, type the following command:
RD /S /Q “%WinDir%\System32\GroupPolicyUsers” and then type:
RD /S /Q “%WinDir%\System32\GroupPolicy” to reset Group Policy.

Also, you can run both the command at once using the command below:
RD /S /Q “%WinDir%\System32\GroupPolicyUsers” && RD /S /Q “%WinDir%\System32\GroupPolicy”.
Here, “&&” is an operator used to separate both the commands.

reset group policy in windows 11 using command prompt
Command to Reset Group Policy in Windows

Step 3: To update the group policy after committing the changes, type the following command and press the enter key:
gpupdate /force

update local group policy command after resetting group policy in windows 11
Update Local Group Policy Command

Step 4: To let the Windows detect whether or not to restart the device to make changes and configure the group policy properly, type the command:
gpupdate /boot.

type command to make windows detect whether or not to restart the computer
Windows Decision whether or not to boot the device

NOTE: If you are receiving the message stating “The system cannot find the file specified”, it means that no changes were made in Local Group Policy on your device and all the group policy settings are already set to default.

error message while updating group policy in windows 11 cmd
Error Message while updating group policy in CMD

How do I refresh Group Policy in Windows 11?

Once you type the command: gpupdate /force, press the enter key, and the group policy will be refreshed on your version of Windows. However, the group policy is refreshed automatically once you boot your device, as a result, it keeps getting refreshed periodically.

How often does a computer refresh Group Policy?

As per Microsoft, group policy is automatically updated after every restart and refreshed after every 90 minutes with a randomized offset of up to 30 minutes.


Next Steps

We’ve covered how to reset group policy in Windows 11. You can use any one of the methods that you feel convenient to follow.

It’s a good idea to perform a group policy reset in Windows, especially when you keep making changes in the Windows built-in configurations. Resetting your group policy is one of the best ways to fix a computer that has become unresponsive and often faces bugs and glitches.

Further, configure the device’s settings by following the related articles below.


how to backup and restore group policy in windows 11

Restore and Backup Group Policy Windows 11

Do you keep changing the Group Policy Settings? If that’s the case, you’re probably aware that a misconfiguration might cause your system to malfunction. So let’s back it up?

how to fix the program blocked by group policy in windows 11

Fix the Programs blocked by Group Policy

Local Group Policy blocking third-party applications on Windows 11? Disabling this feature in Group Policy Editor will fix the issue.

how to backup and restore registry in windows 11

Backup and Restore Registry in Windows

Learn how to back up the registry file in Windows and restore it if you need to recover the stable saved settings later.

how to disable visual effects in windows

Disable Visual Effects in Windows 11

Try disabling visual effects and animations in Windows to save some CPU and RAM usage and improve the computer’s performance.

Take a Minute to Share This Article.