Your cart is currently empty!
Windows Update Registry Settings: How to Customize Them
Windows Updates can be a double-edged sword. On one hand, they keep your system secure and up to date. On the other, they can restart your computer at the worst possible time or download updates when you’re low on bandwidth. If you want more control over how and when Windows updates, the registry is where the real power lies.
Warning: Editing the Windows Registry can cause system instability or crashes if done incorrectly. Always back up your registry and important data before making changes.
What Are Windows Update Registry Settings?
The Windows Registry is a database where the operating system and applications store configuration settings. Windows Update uses specific registry keys to control its behavior. By editing these, you can tweak update schedules, disable automatic restarts, or even block updates entirely.
How to Access the Windows Update Registry Settings
- Press
Win + R
to open the Run dialog. - Type
regedit
and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
If theWindowsUpdate
orAU
keys don’t exist, you can create them.
Common Windows Update Registry Tweaks
Below are some popular customizations you can make. After making changes, you’ll usually need to restart your PC for them to take effect.
1. Disable Automatic Updates
- Key:
NoAutoUpdate
- Type:
DWORD (32-bit)
- Value:
0
: Enable automatic updates (default)1
: Disable automatic updates
2. Set Automatic Update Mode
- Key:
AUOptions
- Type:
DWORD (32-bit)
- Value options:
2
: Notify for download and install3
: Auto download and notify for install4
: Auto download and schedule the install5
: Allow local admin to choose setting
3. Schedule Install Day and Time
- Key:
ScheduledInstallDay
0
: Every day1-7
: Sunday (1) through Saturday (7)
- Key:
ScheduledInstallTime
0-23
: Hour of day (24-hour format)
4. Prevent Automatic Restarts
- Key:
NoAutoRebootWithLoggedOnUsers
- Type:
DWORD (32-bit)
- Value:
0
: Allow automatic restarts1
: Prevent automatic restarts when users are logged in
How to Add or Modify Registry Values
- In the Registry Editor, right-click in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the value exactly as listed above.
- Double-click it, enter your desired value, and click OK.
Pro Tips
- Use the Group Policy Editor (
gpedit.msc
) if you’re on Windows Pro or Enterprise for a safer, more visual way to edit these settings. - Always keep a recent backup or System Restore point.
Final Thoughts
Tweaking Windows Update via the registry is for power users who want real control. Do it carefully, and you’ll never be at the mercy of inconvenient restarts or surprise downloads again. If you mess something up, don’t panic—restore from backup or undo the changes you made.
Need more tips or troubleshooting help? Leave a comment below or check out our other Windows guides.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!