Windows Administration ยท 2026

Local Group Policy Editor in Windows: gpedit.msc

A practical guide to opening, understanding, applying, troubleshooting, and safely resetting local policy settings in Windows 10 and Windows 11.

โŠž Windows 10 โŠž Windows 11 ๐Ÿ›  Administration ๐Ÿ“‹ gpedit.msc ๐Ÿ• 8 min read

What Is the Local Group Policy Editor in Windows?

The Local Group Policy Editor is a Microsoft Management Console snap-in used to configure advanced Windows behavior on a single computer. It is launched with the command gpedit.msc and is commonly used by administrators, technicians, and power users to control system features that are not always exposed in the regular Settings app.

With local policies, you can manage security options, Windows Update behavior, Microsoft Defender settings, Control Panel restrictions, Start menu and taskbar rules, device installation restrictions, scripts, login behavior, and many other operating system components.

โ„น๏ธ
Important

Local Group Policy affects only the current computer. In a business domain, domain-based Group Policy from Active Directory or Microsoft management tools can override local settings.

Computer Configuration Applies to the whole device regardless of which user signs in. This branch is used for system-wide security, update, driver, network, and startup settings.
User Configuration Applies to user profiles. This branch is used for desktop restrictions, Start menu rules, Control Panel visibility, logon scripts, and user interface behavior.

Which Windows Editions Include gpedit.msc?

The Local Group Policy Editor is normally available in professional and business-oriented Windows editions. On consumer Home editions, the tool is not included by default, even though many underlying registry-based policy settings still exist.

Windows Edition gpedit.msc Availability What It Means
Windows 10/11 Pro Included You can open Local Group Policy Editor directly with gpedit.msc.
Windows 10/11 Enterprise Included Designed for managed environments and advanced administrative control.
Windows 10/11 Education Included Usually includes the same policy editor used in Pro and Enterprise editions.
Windows 10/11 Home Not included by default You may need Registry Editor, Settings, PowerShell, or a supported Windows edition instead.
โš ๏ธ
Do Not Use Random gpedit Installers

Many unofficial packages promise to add Group Policy Editor to Windows Home. They may be outdated, incomplete, or unsafe. For reliable administration, use a Windows edition that officially includes gpedit.msc or apply the equivalent documented registry policy manually.

How to Open Local Group Policy Editor in Windows 10 and Windows 11

The fastest method is the Run dialog, but there are several reliable ways to launch the editor.

Method 01

Open gpedit.msc from Run

Press Win+R, type gpedit.msc, and press Enter.

Fastest
Method 02

Use Windows Search

Open Start, search for Edit group policy, then select the result.

Beginner friendly
Method 03

Use Command Prompt or PowerShell

Open Terminal, Command Prompt, or PowerShell and run gpedit.msc.

Admin workflow

Run Command

Run / CMD / PowerShellgpedit.msc

You do not always need to launch it as administrator, but changing many system-level policies requires an administrator account.

How Local Group Policy Settings Work

Most policy entries have three possible states. Understanding these states is essential because Not Configured does not always mean the feature is enabled or disabled. It usually means Windows uses its default behavior or another policy source.

Policy State Meaning When to Use It
Not Configured The local policy does not enforce a value. Use this to return a setting to default behavior or allow other policy sources to decide.
Enabled The policy is active. Use when you want Windows to enforce the behavior described by the policy.
Disabled The policy is explicitly turned off. Use when you want to block the behavior described by the policy.
๐Ÿ’ก
Read the Policy Description

Before changing a policy, open it and read the description panel. Some policies use inverse wording. For example, enabling a policy named Turn off... disables the feature.

Useful Local Group Policy Locations in Windows

Policy Editor contains hundreds of settings. The most useful areas are usually under Administrative Templates, Windows Components, System, and Security Settings.

How to Change a Local Group Policy Setting Safely

Group Policy can change important Windows behavior immediately. Use a controlled workflow, especially when changing security, update, login, or device installation settings.

  1. Create a restore point or export the current registry branch if the change is sensitive.
  2. Open gpedit.msc.
  3. Navigate to the policy category you need.
  4. Double-click the policy setting.
  5. Read the description and supported Windows versions shown in the policy window.
  6. Select Enabled, Disabled, or Not Configured.
  7. Click Apply, then OK.
  8. Run gpupdate /force or restart Windows if the policy requires a reboot.
โœ…
Best Practice

Keep a small change log: policy path, old value, new value, date, and reason. This makes rollback much easier when troubleshooting Windows behavior later.

How to Apply and Check Group Policy Changes

Many local policies apply automatically, but some require a policy refresh, sign-out, restart, or service restart. Use the tools below to verify what Windows actually applied.

Force a Group Policy Refresh

Command Prompt or PowerShellgpupdate /force

Generate a Policy Result Report

HTML report on the Desktopgpresult /h "%USERPROFILE%\Desktop\gpresult.html"

Open Resultant Set of Policy

Run dialogrsop.msc
Tool Command Purpose
Group Policy Update gpupdate /force Refreshes local and domain policy processing.
Group Policy Results gpresult /r Shows applied user and computer policies in the console.
HTML Report gpresult /h report.html Creates a readable report that is easier to review and save.
RSoP rsop.msc Displays the Resultant Set of Policy in a graphical console.

How to Reset Local Group Policy Settings

The safest way to undo a single setting is to open the same policy and set it back to Not Configured. If many local policies were changed and you need a broad reset, you can remove the local policy folders and refresh policy processing.

๐Ÿšจ
Use Carefully

The commands below reset local policy files on the current PC. They do not remove domain policies, MDM policies, or registry changes made manually outside Group Policy.

Run as AdministratorRD /S /Q "%WinDir%\System32\GroupPolicy"
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
gpupdate /force

After running the commands, restart the computer. Then check the setting again in gpedit.msc, gpresult, or the affected Windows component.

Local Group Policy Editor Troubleshooting

FIX gpedit.msc is not found โŒ„

First check your Windows edition. Press Win+R, run winver, and look at the edition line. If it says Home, Local Group Policy Editor is not included by default. Use Registry Editor equivalents, Settings, PowerShell, or upgrade to Pro if you need the official editor.

FIX A policy does not apply โŒ„

Run gpupdate /force, sign out, or restart the PC. Then generate a report with gpresult /h "%USERPROFILE%\Desktop\gpresult.html". Also check whether a domain, work or school account, MDM profile, or another management tool is overriding the local setting.

FIX Settings are greyed out in Windows โŒ„

Greyed-out settings often mean a policy is enforcing the value. Search in gpedit.msc by category, check gpresult, and inspect related paths under Administrative Templates. If the PC belongs to an organization, the restriction may come from a domain or MDM policy rather than local policy.

FIX The policy description mentions an older Windows version โŒ„

Some policy templates remain for compatibility. Read the Supported on section inside the policy window. If the policy does not support your Windows version, changing it may have no effect.

Local Group Policy Editor FAQ

Q Is Local Group Policy Editor the same as Registry Editor? โŒ„

No. Group Policy Editor is a structured administrative interface. Many policy settings are stored in the registry, but gpedit.msc adds descriptions, supported-version notes, and a safer interface for supported policies.

Q Do I need administrator rights to use gpedit.msc? โŒ„

You can open the console without elevated rights in some cases, but changing computer-wide policies usually requires an administrator account.

Q Can local policy override domain policy? โŒ„

Usually no. In managed environments, domain or MDM policies normally take precedence over local choices. Use gpresult to see which policy source is winning.

Q Why do some policies disappear after Windows updates? โŒ„

Administrative templates change over time. Microsoft can add, rename, deprecate, or move policy entries between Windows versions. Always confirm the supported Windows version inside the policy description.

When Should You Use the Local Group Policy Editor?

Use the Local Group Policy Editor when you need a controlled, reversible way to configure advanced Windows behavior on a single computer. It is especially useful for security restrictions, update behavior, device rules, system components, and user interface controls.

For quick access, remember one command: gpedit.msc. For verification, remember gpupdate /force and gpresult /h report.html. These three commands cover the most common local policy workflow: open, apply, and verify.

๐ŸŽฏ Quick Summary

Open the editor: Win + R โ†’ gpedit.msc
Check Windows edition: winver
Refresh policies: gpupdate /force
Review applied policies: gpresult /h report.html
Safest rollback: set the changed policy back to Not Configured.