Do Windows 10 auto updates keep bugging you? Here’s how to stop them.

On Windows 10, cumulative updates download and install automatically as soon as they become available. Although this approach allows laptops and desktop computers to receive security updates to patch vulnerabilities, improve performance, and bring enhancements without user interaction, it is a very controversial feature.

Usually, it’s because updates contain bugs that can negatively affect the experience in many ways. For instance, they could break existing features, introduce driver and application compatibility problems, or cause the Blue Screen of Death (BSoD), and they require a system restart to complete the installation that can disrupt your workflow.

If you experience more problems than benefits during updates, or if you have a good reason to use a device without updates, depending on your edition of Windows 10, you can disable automatic updates using the Settings app or permanently with the Group Policy and Registry.

In this Windows 10 guide, we will walk you through the steps to prevent Windows Update from automatically downloading and installing updates on your computer.

How to disable automatic updates using Settings

If you have to prevent the system from downloading a specific update, you do not need to disable Windows Update permanently. Instead, you should only pause Windows Update until the next Patch Tuesday arrives. The Settings app includes an option to stop updates for up to 35 days on Windows 10.

To disable automatic updates temporarily, use these steps:

  1. Open Settings.
  2. Click on Update & Security.
  3. Click on Windows Update.
  4. Click the Advanced options button.

    Open Advanced Options

    Source: Windows Central

  5. Under the “Pause until” section, use the drop-down menu and select how long to stop updates.

    Windows 10 pause automatic updates

    Source: Windows Central

Once you complete the steps, Windows Update will no longer download for the time you specified. When the system reaches the pause limit, you will need to install the latest patch available to make the option available again.

You can always undo the changes with the instructions outlined above, but on step 5, choose the Select date option. Alternatively, you can accomplish the same effect by clicking the Resume updates button.

How to disable automatic updates using Group Policy

On Windows 10 Pro, the Local Group Policy Editor includes policies to permanently disable automatic updates or change the update settings to choose when patches should be installed on the device.

Disable Windows 10 updates

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

  1. Open Start.
  2. Search for gpedit.msc and click the top result to launch the Local Group Policy Editor.
  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.

    Configure Automatic Updates policy

    Source: Windows Central

  5. Check the Disabled option to turn off automatic Windows 10 updates permanently.

    Group Policy disable Windows Update

    Source: Windows Central

  6. Click the Apply button.
  7. Click the OK button.

After you complete the steps, Windows 10 will stop downloading updates automatically. However, the ability to check for updates manually will continue to be available on Settings > Update & Security > Windows Update, and clicking the Check for updates button to download the most recent patches as needed.

If you want to enable automatic updates on the computer again, you can use the exact instructions outlined above, but on step 5, make sure to select the Not Configured option.

Limit Windows 10 updates

The Local Group Policy Editor also lets you choose how to disable automatic updates.

To manage Windows Update automatic downloads with Group Policy 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.

    Configure Automatic Updates policy

    Source: Windows Central

  5. Check the Enable option to turn on the policy.
  6. Under the “Options” section, select the option to prevent updates from downloading automatically on Windows 10:
    • 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.
    • 7 — Auto Download, Notify to install, Notify to Restart.

    Quick tip: The best option to disable automatic updates is the 2 — Notify for download and auto install option, but you can make a different selection. If you choose option 2, updates won’t download automatically. Instead, you will now see an “Install now” button to manually trigger an update on the Windows Update settings page.

    Windows Update automatic update Group Policy settings

    Source: Windows Central

  7. Click the Apply button.
  8. Click the OK button.

Once you complete the steps, automatic updates will be permanently disabled on Windows 10. However, when new updates become available, you will be able to install them manually from the Windows Update settings page.

How to disable automatic updates with Registry

You can also use the Registry in two different ways to disable automatic updates on Windows 10.

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. Before proceeding, it’s recommended to make a full backup of your PC.

Disable updates

To disable Windows 10 updates permanently changing the Registry settings, use these steps:

  1. Open Start.
  2. Search for regedit and click 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 the New submenu, and choose the Key option.

    WindowsUpdate Regedit Key

    Source: Windows Central

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

    AU Registry key to disable Windows Update

    Source: Windows Central

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

    NoAutoUpdate registry DWORD

    Source: Windows Central

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

    Disable Windows Update permanently using Registry

    Source: Windows Central

  11. Click the OK button.
  12. Restart the computer.

After you complete the steps, automatic updates will be disabled permanently on the device. However, you will still be able to download updates by clicking the Check for updates button on the Windows Update settings page.

If you want to undo the changes, you can use the same instructions outlined above, but on step 4, right-click the WindowsUpdate key, select the Delete option, then reboot the computer to apply the settings.

Limit updates

Finally, you can use the Registry to configure the system settings to decide how to get updates on Windows 10.

To use the Registry to stop automatic updates, but decide how to receive updates, use these steps:

  1. Open Start.
  2. Search for regedit and click the top result to open the Registry Editor.
  3. Navigate to the following path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

  4. Right-click the Windows (folder) key, select the New submenu, and choose the Key option.

    WindowsUpdate Regedit Key

    Source: Windows Central

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

    AU Registry key to disable Windows Update

    Source: Windows Central

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

    Windows 10 AUOptions registry key

    Source: Windows Central

  9. Name the new key AUOptions and press Enter.
  10. Double-click the newly created key and change the 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.
    • 7 — Auto Download, Notify to install, Notify to Restart.

    These options are the same as the Group Policy settings, and option 2 is the closest to disable Windows Update permanently.

    Windows 10 AUOptions Registry key

    Source: Windows Central

  11. Click the OK button.
  12. Restart the computer.

Once you complete the steps, cumulative updates will no longer download and install automatically. However, when a new update becomes available, you will find the option to install it manually from the Windows Update settings.

You can use the same instructions outlined above to restore the original settings, but on step 4, right-click the WindowsUpdate key, select the Delete option, and reboot the computer.

Updates are essential to fix security vulnerabilities, resolve issues, and improve the overall experience, no matter the version of Windows you use. However, you may still need to disable this feature in some situations. For instance, when you want to have complete control over updates on Windows 10, when you want to avoid issues since bugs are common in most releases, or when you are using a critical app or equipment, and you do not want to encounter any compatibility issues.

More Windows resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

Leave a Reply

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