What's new

Closed How to disable automatic updates using Registry

Status
Not open for further replies.

Maaang

Forum Expert
Joined
Jan 9, 2017
Posts
7,085
Reaction
5,350
Points
2,294
How to disable automatic updates using Registry

On Windows 10 Pro, you can also disable automatic updates using the Registry in at least two different ways.

Disabling updates

To permanently disable updates on Windows 10 modifying the Registry, use these steps:

Warning: This is a friendly reminder that editing the Registry is risky and can cause irreversible damage to your installation if you don't do it correctly. It's recommended to make a You do not have permission to view the full content of this post. Log in or register now. before proceeding.

  1. Open Start.
  2. Search for regedit and select the top result to launch the Registry Editor.
  3. Navigate to the following path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  4. Right-click the Windows (folder) key, select New, and then click the Key option.
1593078496598.png



5. Name the new key WindowsUpdate and press Enter.
6. Right-click the newly created key, select New, and click the Key option.

1593078560223.png



7. Name the new key AU and press Enter.
8. Right-click on the right side, select New, and click the DWORD (32-bit) Value option.

1593078613482.png



9 . Name the new key NoAutoUpdate and press Enter.
10. Double-click the newly created key and change its value from 0 to 1.

1593078667948.png



11. Click the OK button.
12. Restart your computer.
After you complete the steps, Windows Update will stop trying to install updates automatically on Windows 10.

If you must check, download, and install a new update manually, you can perform this task from Settings > Update & Security > Windows Update by clicking the Check for updates button like when using the Group Policy.


Limiting updates
Also, you can use the Registry to customize the Windows Update policy settings to prevent updates from installing automatically.

To customize Windows Update settings to block updates with the Registry, use these steps:

  1. Open Start.
  2. Search for regedit and select the top result to launch the experience.
  3. Navigate to the following path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  4. Right-click the Windows (folder) key, select New, and then click the Key option.

1593078840917.png



5 .Name the new key WindowsUpdate and press Enter.
6. Right-click the newly created key, select New, and click the Key option.

1593078886725.png



7. Name the new key AU and press Enter.
8. Right-click on the right side, select New, and click the DWORD (32-bit) Value option.

1593078928691.png



9. Name the new key AUOptions and press Enter.
10. Double-click the newly created key and change its value (number only) to:
  • 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 settings.
These options work similar to the Group Policy settings, and number 2 is the best option to disable Windows Update on Windows 10 permanently. However, you can always select the configuration that best suits your situation.

1593078994913.png



11. Click the OK button.
12. Restart your computer.
Once you complete the steps, Windows 10 will stop installing updates automatically. However, you'll receive notifications as soon as new quality updates are available, but they won't download until you trigger the install manually.

You can always use the same instructions to restore the original settings, but on step No. 4, right-click the WindowsUpdate key, select the Delete option, and then reboot the device to complete applying the settings.

Updates for software are essential to enhance the overall experience and, more importantly, to safeguard your device and files against attacks and malware. It's never advised to use an unpatched computer, but there are many scenarios when disabling updates could make sense.

For example, when you want to delay the installation of a new cumulative update until you're sure it doesn't contain any problems. You want to update your system manually proactively, or you're working with a device with critical software and equipment that may stop working if new updates are applied.

How to disable automatic updates using Group Policy
Limiting updates
 

Attachments

Status
Not open for further replies.
Back
Top