Skip to main content

Configure Windows 10 to Prompt for Update Installs

Posted February 2017 by Steve Sinchak

Keeping your Windows PC up to date is the most important thing you can do to keep your personal information secure. In addition, an up-to-date PC is less likely to be infested with malware which is not just bad for you, but its bad to everyone else in the world if it ends up in a botnet.  That is why I'm very happy that Microsoft has taken an aggressive approach by automatically installing updates when they become available by default.  This is perfect for the average consumer that doesn't want to worry about maintaining yet another thing. But for advanced users that prefer more control, it can be incredibly annoying. So rather than disable automatic updates completely which is just a terrible idea, how about configuring Windows 10 to prompt when an update is ready to be installed?

I am going to show you two ways to configure Windows 10 to prompt when it is ready to install updates.  The first requires Windows 10 Pro or Windows 10 Enterprise as it requires Group Policy.  The second method is for people with the basic version of Windows 10.

Option A - For Windows 10 Pro & Enterprise

  1. Click on the start button, key in gpedit.msc and hit Enter.
  2. The Local Group Policy Editor will load.  Navigate through Computer Configuration, Administrative Templates, Windows Component and finally Windows Update.
  3. Scroll through the list of policy items until you find Configure Automatic Updates and double click it to open.  Alternatively, right click on it and select Edit.
  4. Set the policy to Enabled and then set the option for Configure automatic updating to "3 - Auto download and notify for install."  If you want more flexibility, you can also select "2 - Notify for download and auto install" or "4 - Auto download and schedule the install."

Configure Automatic Updates in Windows 10 5. When finished simply click OK and close the Local Group Policy Editor.

Option B - For Windows 10 (base edition aka home edition)

Since the Local Group Policy Editor is not included in the base edition of Windows 10, we must use registry tweaks to change the way Automatic Updates behaves.  The easiest way to configure Windows Updates to prompt before installing updates is to simply download and import a special registry file by clicking here.  Simply download the file, and then double click it to import.  If you would like to see what it is setting, open up the registry file in Notepad.  You will see that it is creating four DWORD's under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.

Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003 

If you want to back out this tweak, you simply need to open up registry editor and delete the entire "AU" key listed in the path above which will also delete the four DWORD's created by the registry import.

Related Posts


I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

Read More

With remote work the new standard, having a fast and quality Internet connection and WiFi has become as important as reliable electricity. And if you work in IT support, confirming an end user's home internet, internal network, and WiFi is healthy without errors is the first step of troubleshooting any slowness or video conferencing issue with Zoom, Webex or Teams.

Read More

I've written about a few methods over the years to create a bootable USB flash drive from a Windows 10 ISO file.  But recently I switched to using a new tool called Rufus that is both reliable at successfully creating bootable media and automating many steps to quickly get the job done so you can perform a clean install.  This is very helpful when performing a clean install of the [Windows 10 20H2...

Read More

The latest update to Windows 10 known officially as the October 2020 update and 20H2 is ready for use and has begun rolling out.  The final build number of the 20H2 update is 19042 with minor revisions rolling out along with normal security updates via Windows Update. At this time the new build is available to testers before Microsoft pushes it to millions of users in the weeks ahead.  Check out the...

Read More