To stop automatic updates on Windows, there are a few methods you can use depending on the version of Windows you're using. Below are the steps for disabling automatic updates on Windows 10 and Windows 11.
Method 1: Disable Automatic Updates via Services (All Versions)
-
Press
Win + R
to open the Run dialog box. -
Type
services.msc
and press Enter to open the Services window. -
Scroll down and find the Windows Update service.
-
Right-click on Windows Update and select Properties.
-
In the Startup type dropdown, select Disabled.
-
Under the Service status, if it's running, click Stop.
-
Click Apply and then OK to save the changes.
This method stops the Windows Update service entirely, preventing automatic updates from being downloaded and installed. However, you might have to manually check for updates when needed.
Method 2: Disable Automatic Updates via Group Policy (Windows Pro/Enterprise)
For Windows 10 and 11 Pro, Enterprise, and Education editions, you can use the Group Policy Editor.
-
Press
Win + R
to open the Run dialog box. -
Type
gpedit.msc
and press Enter to open the Local Group Policy Editor. -
Navigate to the following path:
-
Double-click on Configure Automatic Updates on the right pane.
-
Select Disabled to turn off automatic updates.
-
Click Apply and then OK.
Method 3: Use Registry Editor (All Versions)
If you're using a version of Windows that doesn't support the Group Policy Editor (like Home editions), you can make changes via the Registry Editor.
Warning: Editing the registry can cause system issues if done incorrectly. Be sure to back up your registry before proceeding.
-
Press
Win + R
to open the Run dialog box. -
Type
regedit
and press Enter to open the Registry Editor. -
Navigate to the following registry key:
-
If the WindowsUpdate key does not exist, you will need to create it. Right-click on the Windows key, select New > Key, and name it WindowsUpdate.
-
In the WindowsUpdate key, right-click and select New > DWORD (32-bit) Value.
-
Name the new DWORD as NoAutoUpdate.
-
Set the value of NoAutoUpdate to 1 to disable automatic updates.
-
Close the Registry Editor and restart your computer.
Method 4: Pause Updates Temporarily (Windows 10 and 11)
Windows 10 and 11 also allow you to pause updates for a short period (up to 35 days).
-
Open Settings by pressing
Win + I
. -
Go to Update & Security.
-
Click on Windows Update.
-
Click Advanced options.
-
Under Pause updates, select a date up to 35 days in the future to pause automatic updates.
This is a temporary solution and can be useful if you need a short break from updates.
Method 5: Set a Metered Connection (For Windows 10 and 11)
When your internet connection is set to "metered," Windows won't automatically download updates unless they are critical.
-
Open Settings by pressing
Win + I
. -
Go to Network & Internet.
-
Click on Wi-Fi (or Ethernet, depending on your connection).
-
Select your network and toggle on Set as metered connection.
This method only works for Wi-Fi and Ethernet connections and prevents non-critical updates from being downloaded automatically.
Important Note:
Disabling Windows updates means that your system may not receive important security patches or feature updates. While you might avoid some automatic updates, it's important to manually check for and install updates regularly to ensure your system remains secure and up to date.
Let me know if you need further clarification or assistance!