Overview In Windows 11, Windows Update behavior is primarily managed via Group Policy and the Settings app. However, several advanced controls are accessible only through the Windows Registry . Modifying these keys allows IT administrators and advanced users to fine‑tune update behavior, defer feature updates, control automatic reboots, and troubleshoot update‑related issues. ⚠️ Critical Warning Incorrectly editing the registry can destabilize your system or disable critical security updates. Always back up the registry (or create a System Restore point) before making changes. Key Registry Locations | Path | Purpose | |------|---------| | HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate | Policy‑based settings (overrides local configuration) | | HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings | User experience and deferral settings (Windows 11 22H2+) | | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate | Runtime and service configuration | | HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate | Per‑user update notifications | Essential Registry Settings for Windows 11 1. Defer Feature & Quality Updates Useful for delaying “Feature Updates” (e.g., 23H2 → 24H2) or “Quality Updates” (monthly security patches).
HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings windows update registry settings windows 11
HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU Overview In Windows 11, Windows Update behavior is
| Value Name | Type | Data (decimal) | Effect | |------------|------|----------------|--------| | DeferFeatureUpdates | DWORD | 1 | Enable feature update deferral | | DeferQualityUpdates | DWORD | 1 | Enable quality update deferral | | DeferFeatureUpdatesPeriodInDays | DWORD | 0–365 | Delay feature updates by N days | | DeferQualityUpdatesPeriodInDays | DWORD | 0–30 | Delay quality updates by N days | ⚠️ Critical Warning Incorrectly editing the registry can
reg export "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" C:\backup\wu_policy.reg