How to stop automatic updates on Windows 10

Disabling updates

To permanently disable automatic updates on Windows 10, use these steps:

  1. Open Start.
  2. Search for gpedit.msc and select the top result to launch the experience.
  3. Navigate to the following path:Computer Configuration\Administrative Templates\Windows Components\Windows Update
  4. Double-click the Configure Automatic Updates policy on the right side.
  5. Check the Disabled option to turn off the policy.
  6. Click the Apply button.
  7. Click the OK button.

Limiting updates

To control Windows Update settings with Group Policy, use these steps:

  1. Open Start.
  2. Search for gpedit.msc and select the top result to launch the experience.
  3. Navigate to the following path:Computer Configuration\Administrative Templates\Windows Components\Windows Update
  4. Double-click the Configure Automatic Updates policy on the right side.
  5. Check the Enable option to turn on the policy.
  6. In the “Options” section, you’ll find a number of options to configure automatic updates, including:
    • 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.
    Quick tip: The closest option to disable automatic updates is the 2 – Notify for download and auto install option, but you can select the option that best fits your situation.
  7. Click the Apply button.
  8. Click the OK button.

After completing the steps, updates will stop downloading automatically. However, when a new update becomes available, you’ll receive a notification to download and install updates manually from the Windows Update settings page.

How to disable automatic updates using Registry

If you’re running Windows 10 Pro, you can also disable automatic updates in two different ways using the Registry.

Disabling updates

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

To permanently disable Windows Update using 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 on Key.
  5. Name the new key WindowsUpdate and press Enter.
  6. Right-click the newly created key, select New, and click on Key.
  7. Name the new key AU and press Enter.
  8. Right-click on the right side, select New, and click on DWORD (32-bit) Value.
  9. Name the new key NoAutoUpdate and press Enter.
  10. Double-click the newly created key and change its value from 0 to 1.
  11. Click the OK button.
  12. Restart your computer.

If you want to update manually, you can perform this task from Settings > Update & SecurityWindows Update, and clicking the Check for updates button.

Limiting updates

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 on Key.
  5. Name the new key WindowsUpdate and press Enter.
  6. Right-click the newly created key, select New, and click on Key.
  7. Name the new key AU and press Enter.
  8. Right-click on the right side, select New, and click on DWORD (32-bit) Value.
  9. Name the new key AUOptions and press Enter.
  10. Double-click the newly created key and change its value (number only) using one of 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 settings.
    These options work similar to the Group Policy settings, and number 2 is the closest option to disable Windows Update permanently. However, you can always select the setting the best suits your situation.
  11. Click the OK button.
  12. Restart your computer.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.