Group Policy Client service failed the sign-in
Method 1: Delete or Rename the Corrupted Profile
A local user profile corruption is the most common culprit.
- Log into your PC using a separate Administrator account (if you do not have one, try booting into Safe Mode).
- Open File Explorer and navigate to
C:\Users. - Locate the folder of the user account that is having the issue.
- Rename this folder (e.g., add
.oldto the end of the username). - Restart your computer and try to log in again. Windows will create a fresh, clean profile for the user.
Method 2: Fix Group Policy Client Registry Keys
If the service itself is locked up due to permission issues, you can adjust the registry.
- Log in as an Administrator, press Win + R, type
regedit, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc. - Ensure that the
SYSTEMaccount has Full Control over this key and its subkeys. - Additionally, ensure there is a
GPSvcGroupkey configured underHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost.
Method 3: Run System File Checker (SFC)
Corrupted system files can block Group Policy from loading.
- Press the Windows Key, type
cmd, right-click Command Prompt, and select Run as administrator. - Type
sfc /scannowand press Enter. - Allow the scan to complete and repair any broken files, then reboot your computer.