Note: There are several ways to disable the automatic updates on Windows 10, or to specify the procedure of these downloads and installations manually. It's recommended to use the Group Policy method. However, since Windows 10 Home doesn't have the Group Policy Editor, this guide also explains the method using the Windows Registry.

This tutorial was last checked and updated on April 3, 2023.

Are you looking for very good, powerful and cheap servers? I've been renting my servers at Contabo for more than 10 years and I can highly recommend Contabo to everyone!
Method 1: Group Policy
  1. Press Windows Key + R and type gpedit.msc in the text box of the "Run" window, which has just opened. Then press Enter.
  2. Navigate to "Computer Configuration" -> "Administrative Templates" -> "Windows Components" -> "Windows Update" on the left.
  3. In the right side of the window, double-click "Configure Automatic Updates". Another window will now open.
  4. To disable automatic updates completely, set this policy to "Disabled" in the top left corner of this window.
  5. If you just want to specify how the automatic updates should be downloaded and installed, then follow these steps:
    1. Set this policy to "Enabled" in the top left corner.
    2. Now you can use the dropdown "Configure automatic updates" to specify how Windows should download and install automatic updates. You can choose between the following options:
      • "2 - Notify for download and auto install"
      • "3 - Auto download and notify for install"
      • "4 - Auto download and schedule the install"
      • "5 - Allow local admin to choose setting"
      If you, for example, select "2 - Notify for download and auto install", then Windows will still automatically search for updates in the background, but these are neither downloaded nor installed. Instead, you will receive a notification as new updates become available. Then you can download and install them whenever you want.
  6. After selecting your desired option, click on "Apply" and then click "OK". You can now close the Group Policy Editor.
Method 2: Windows Registry
  1. Press Windows Key + R and type regedit in the text box of the "Run" window, which has just opened. Then press Enter.
  2. Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows" on the left side of the Registry Editor window.
  3. If the key "WindowsUpdate" doesn't already exist inside the "Windows" key, right-click on "Windows " and select "New "->" Key". Name this new key "WindowsUpdate" and press Enter.
  4. Create a key called "AU" within the "WindowsUpdate" key in the same way.
  5. If you want to disable the automatic updates completely, follow these steps:
    1. Right-click on the newly created key "AU" and click on "New" -> "DWORD (32-bit) Value" to create a DWORD value named "NoAutoUpdate".
    2. Next, double click this DWORD value and change it's value data to 1.
    3. Finally, confirm your changes by clicking on "OK". You can now close the Registry Editor.
  6. If you want to specify how the automatic updates should be downloaded and installed (as in method 1), follow the steps below:
    1. Right-click on the newly created key "AU" and click on "New" -> "DWORD (32-bit) Value" to create a DWORD value named "AUOptions".
    2. Now double click this DWORD value and change it's value data to one of the following numbers (depending on the desired setting):
      • 2: Notify for download and auto install
      • 3: Auto download and notify for install
      • 4: Auto download and schedule the install
      • 5: Allow local admin to choose setting
    3. Finally, confirm your changes by clicking on "OK". You can now close the Registry Editor.