Disable automatic updates
Settings¶
If you want to prevent the system from downloading a specific update for a short period of time, you do not need to disable Windows Update permanently. Instead, you could pause updates for up to seven days.
To disable automatic updates temporarily, use these steps:
- Open Settings.
- Click on Windows Update.
-
Click the "Pause updates for 5 Weeks" option.
Once you complete the steps, the system won't download for one week.
Note
When it reaches the pause limit, you will need to install the latest patch to make the option available again.
Group Policy¶
On Windows 11, 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.
To disable automatic updates on Windows 10 permanently, use these steps:
- Open Start.
- Search for gpedit.msc and click the top result to launch the Local Group Policy Editor.
- Navigate to the following path: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
-
Double-click the "Configure Automatic Updates" policy on the right side.
-
Check the Disabled option to turn off automatic Windows 11 updates permanently.
- Click the Apply button.
-
Click the OK button.
After you complete the steps, Windows 11 will stop downloading updates automatically.
Tip
However, the ability to check for updates manually will continue on Settings > Windows Update, and clicking the "Check for updates" button to download the most recent patches as needed.
Note
If you want to enable automatic updates on the computer again, you can use the same instructions outlined above, but in step 5, make sure to select the "Not Configured" option.
Registry¶
You can also use the Registry in two different ways to disable automatic updates on Windows 10.
Danger
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 backup.
To disable Windows 11 updates permanently by changing the Registry settings, use these steps:
- Open Start.
- Search for regedit and click the top result to launch the Registry Editor.
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the Windows (folder) key, select the New submenu, and choose the Key option.
- Name the new key WindowsUpdate and press Enter.
- Right-click the newly created key, select the New submenu, and choose the Key option.
- Name the new key AU and press Enter.
- Right-click the AU key, select the New submenu, and choose the DWORD (32-bit) Value option.
- Name the new key NoAutoUpdate and press Enter.
-
Double-click the newly created key and change its value from 0 to 1.
-
Click the OK button.
- Restart the computer.
After you complete the steps, automatic updates will be permanently disabled on the device. However, you can still 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.