Disabling updates in Windows 10 and Windows 11 operating systems can be useful in certain cases, but be aware of the possible risks in the form of security vulnerabilities and compatibility issues. Instead of disabling updates completely, it is recommended to use settings for deferred or temporarily paused updates. Below are detailed instructions for Windows 10 and Windows 11.
Disabling updates in Windows 10:
Method 1: Using Windows Update:
- Press Win + R to open the Run window.
- Type services.msc and press Enter.
- Find the Windows Update service in the list.
- Right click on this service and select "Properties".
- Under Startup Type, select Disabled from the drop-down list.
- Click OK and close the Services window.
Method 2: Using Group Policy Editor:
- Press Win + R, type gpedit.msc and press Enter.
- Go to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update.
- Find the "Set up automatic updates" option and double-click on it.
- Select "Disabled" and save your changes.
Method 3: Using Registry Editor:
- Open Registry Editor by pressing Win + R, type regedit and press Enter.
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
- If there is no key in the "AU" section, create it: RMB on "WindowsUpdate" -> "New -> Key" and name it "AU".
- Inside "AU" create a new DWORD value (32 bits) and name it "NoAutoUpdate".
- Set "NoAutoUpdate" to "1" (disabled).
Disabling updates in Windows 11:
Method 1: Using Windows Update:
- Press Win + R to open the Run window.
- Type services.msc and press Enter.
- Find the Windows Update service in the list.
- Right click on this service and select "Properties".
- Under Startup Type, select Disabled from the drop-down list.
- Click OK and close the Services window.
Method 2: Using Group Policy Editor:
- Press Win + R, type gpedit.msc and press Enter.
- Go to Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update.
- Find the "Set up automatic updates" option and double-click on it.
- Select "Disabled" and save your changes.
Method 3: Using Registry Editor:
- Open Registry Editor by pressing Win + R, type regedit and press Enter.
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
- If there is no key in the "AU" section, create it: RMB on "WindowsUpdate" -> "New -> Key" and name it "AU".
- Inside "AU" create a new DWORD value (32 bits) and name it "NoAutoUpdate".
- Set "NoAutoUpdate" to "1" (disabled).
Important:
Disabling updates may increase system vulnerability. It is recommended to regularly check for updates and install them to ensure system security and stability.
After temporarily disabling updates, it is recommended to enable them back to keep the operating system up to date.