How To Add GPEdit to Windows 10 and 11 Home Edition

Have you received “Windows cannot find ‘gpedit.msc’.” error in Windows? This might be because Windows 10 & 11 Home Editions do not include Group Policy Editor (a.k.a. gpedit.msc) by default. With only 2 commands, we can add GPEdit into Win 10/ & 11 Home Edition.

Video not loading? Watch on YouTube

Prerequisites

A device that is running Windows 10 or 11 and does not include Group Policy Editor (a.k.a. gpedit.msc).

The Issue

The “Home” & “Education” versions of Windows 10 & 11 do not come with GPEdit installed by default.

This can be an problem if you are troubleshooting an issue and the proposed solution instructs you to open “gpedit.msc”, or you just want to customize how your copy of Windows looks or behaves.

Error opening GPEdit when Not Installed

The Solution

Installing GPEdit for Windows 10 & 11 Home Edition requires only 2 commands to be run from within an elevated command prompt window.

  1. Open an elevated (“Run as Administrator”) Command Prompt
Open Elevated Command Prompt in Windows

2. Copy and paste the following command into the elevated command prompt, then press enter to run the command.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
Installing GPEdit in Windows

3. Copy and paste the following command into the elevated command prompt, then press enter to run the command.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
Installing GPEdit in Windows

4. For good measure, copy and paste the following command into the elevated command prompt, then press enter to run the command.

gpupdate /force
Running the command gpupdate in Windows

4. You may now again attempt running GPEdit. Do this by either

  • Start -> Run
    -or-
  • Pressing + R

Then, type “gpedit.msc” and press Enter

5. Local Group Policy Editor (GPEdit) should now open as expected!

The steps in this article are shown using Windows 10 Home Edition, but the process is exactly the same for Windows 11 Home Edition. The YouTube video also shows this process on a Windows 11 Home Edition device.

Leave a Reply