Windows Update Service Registry Key Location

This guide identifies the primary registry keys in the Windows Registry Editor (Regedit) responsible for configuring Windows Update service behavior and automated update policies. By modifying these registry values, system administrators can control automatic update schedules, disable or enable updates, and configure the underlying wuauserv Windows service directly.

1. Automatic Update Behavior Policy Key

The primary registry key used to control Windows Update behavior, schedules, and notifications is located in the Group Policy registry hive:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

(Note: If the WindowsUpdate or AU keys do not exist, they can be created manually under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.)

Key Values in the AU Key:


2. Windows Update System Service Key

To manage the execution, startup type, and permissions of the core Windows Update background service (wuauserv), the registry path is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv

Key Values in the wuauserv Key:


How to Access and Modify These Keys

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to the desired path listed above using the left-hand navigation tree or by pasting the path into the address bar.
  3. Double-click the target DWORD value to change its numerical data, or right-click within the right pane to create a New > DWORD (32-bit) Value if it does not already exist.
  4. Restart the computer or restart the Windows Update service via PowerShell (Restart-Service wuauserv) for policy changes to take effect.