Cancel automatic windows 10 updates.

How to disable Windows updates - this question is asked by users who need to prevent the installation of system updates on their computer. With default settings, the operating system automatically searches for, downloads and installs updates released for Windows.

The corporation releases update packages for the Windows operating system approximately once a month. From time to time, Microsoft makes unscheduled updates designed to solve emerging problems in the operation of the OS, or to close discovered security holes in Windows.

The main part of the updates concerns system security. When installing updates, system fixes are applied or some new features are added.

In addition to regular updates, so-called major updates are released in Windows 10, after which, essentially, a new version of Windows 10 is installed on the computer. Such major updates are released once or twice a year.

Some users disable system updates for various reasons. The main reasons for refusing Windows updates:

  • sometimes it happens that after installing updates, the normal operation of Windows and installed programs is disrupted;
  • if the user has a limited Internet connection, downloading updates affects the amount of traffic consumed;
  • lack of free space on the computer disk;
  • after applying the update, the user is afraid of losing activation of the operating system;

How to disable automatic updates? You can solve the problem using system tools, or using third-party software. In this article we will look at 5 ways to disable updates on Windows 10 using the operating system.

Simply disabling Windows Update on Windows 10, as in Windows 7 or Windows 8, will no longer work. The maximum that can be done in this way is to pause updates for up to 35 days.

How to disable automatic updates in Windows 10 (1 method)

Windows 10 tools automatically detect, download and install updates on your computer.

On Win 10, you can disable updates in a way that disables the Windows Update service. This method works on all versions of Windows 10 and ensures that Windows updates are disabled forever.

Enter Administrative Tools from the Control Panel, or an easier way: in the Windows Search field, enter the expression: “administration” (without quotes), and then open the Administrative Tools window.

In the “Administration” window, double-right-click on the “Services” shortcut.

In the “Services” window that opens, in the “Services (Local)” section, find the Windows Update service.

In the “Properties: Windows Update (Local Computer)” window, in the “General” tab, change the “Startup type” setting to “Disabled”.

In the “Status” setting, click on the “Stop” button to stop the Windows 10 update service.

After this, Windows 10 updates will stop coming to your computer.

To enable automatic updates, in the Properties: Windows Update (Local Computer) window, select your preferred startup type: Automatic (Delayed Start), Automatic, or Manual.

How to disable Windows 10 updates using Local Group Policy Editor (method 2)

Now let's see how to disable Windows 10 updates in the Local Group Policy Editor.

Please note that this method is not suitable for Windows 10 Home (Windows 10 Home) and Windows 10 Single Language (Windows 10 Home for one language). This feature is present in older versions of the operating system: Windows 10 Pro (Windows 10 Professional) and Windows 10 Enterprise (Windows 10 Enterprise).

First you need to log into the Local Group Policy Editor. In the Windows Search box, type "gpedit.msc" (without the quotes), and then launch the editor.

Alternatively, you can enter the Local Group Policy Editor in the following way: press the “Win” + “R” keys, enter the expression “gpedit.msc” (without quotes) in the “Open” field, and then click on the “OK” button.

In the “Local Group Policy Editor” window, follow the path: “Computer Configuration” => “Administrative Templates” => “Windows Components” => “Windows Update”.

In the “Windows Update” section, find the “Set up automatic updates” item, right-click on it, and select “Change” in the context menu.

In the Automatic Update Settings window, enable the Disabled setting, and then click OK.

After this, the operating system will not search for, download or install automatic Windows 10 updates.

Disable Windows 10 update in Registry Editor (3rd method)

The third way to disable Windows 10 updates is to make changes to the Registry Editor. This method works in all versions of Windows 10.

In Windows Search, type "regedit" (without the quotes), and then run the command.

In the Registry Editor window, follow the path:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsWindowsUpdate\AU

In the Registry Editor window, right-click on the free space. From the context menu, select New and then DWORD Value (32-bit). Give the parameter a name: “NoAutoUpdate” (without quotes).

Right-click on the “NoAutoUpdate” parameter and select “Change...” in the context menu.

Enter the parameter “1” (without quotes) in the “Value” field and click the “OK” button.

To enable updating in Windows 10, you need to change the value of the parameter to “0” (without quotes), or simply delete the “NoAutoUpdate” parameter from the registry.

Enable metered connection in Windows 10 (4th method)

This method allows you to configure a metered connection in the Windows operating system if the network is accessed via Wi-Fi.

Follow these sequential steps:

  1. Enter system settings.
  2. From the Settings window, go to Network & Internet.
  3. Go to the “Wi-Fi” setting, click on the “Manage known networks” link.
  4. Select your Wi-Fi network, click on the “Properties” button.
  5. In the “Set as metered connection” parameter, move the slider to the “Enabled” position.

After this, the Windows 10 operating system will limit the search for and receipt of updates. With this method, some updates will be installed into the operating system. Major updates such as OS version updates will be disabled.

Disabling access to Windows Update (method 5)

In new versions of Windows 10, after the user disables it, after some time the Update Center service on the computer is forced to turn on. Therefore, we need to block Windows Update's access to Microsoft update servers.

First, disable the Windows Update service (see method 1).

  1. Follow the path:
HKEY_LOCAL_MACHINE\SYSTEM
  1. Right click. Select New => Partition. Give the section a name “Internet Communication Management” (hereinafter without quotes).
  2. Click on the created section “Internet Communication Management”, create a new section inside with the name “Internet Communication”.
  3. Enter the “Internet Communication” section, right-click on the free space.
  4. From the context menu, select New => DWORD Value (32 bits).
  5. Name the created parameter “DisableWindowsUpdateAccess”.
  6. Double-click with the left mouse button on the “DisableWindowsUpdateAccess” parameter. In the “Change DWORD (32-bit) Value” window, select “1” in the “Value” field.

In the Registry Editor, do the following:

  1. Enter the section:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
  1. Create a "DWORD (32-bit) Value", name it "NoWindowsUpdate" with a value of "1".

Create a new parameter in the Registry Editor window:

  1. Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  1. Create a "DWORD Value (32-bit)", name the parameter "DisableWindowsUpdateAccess" with a value of "1".

Close the Registry Editor window and restart your computer. When checking for updates, Windows Update will show error "0x8024002e".

To enable access to Windows Update servers, remove previously created settings from the registry.

Turn off automatic updates from the command line

To stop and then disable the Automatic Updates service, use the command line:

  1. Run Command Prompt as Administrator.
  2. Run the following commands sequentially:
net stop wuauserv sc config wuauserv start= disabled

To start and enable the Automatic Updates service, run the following commands:

Net start wuauserv sc config wuauserv start= auto

Disable checking for updates in Windows 10

If all else fails, turn off checking for updates in Windows 10. If automatic checking does not work, it means that updates will not be downloaded to your computer.

To disable checking for updates, follow these steps:

  1. Run Command Prompt as Administrator. In the command line interpreter window, enter the command and then press the Enter key:
takeown /f c:\windows\system32\usoclient.exe /a
  1. Go to the path: C:\Windows\System32, find the file “UsoClient.exe”.
  2. Right-click on the “UsoClient.exe” file and select “Properties” from the context menu.
  3. In the "Properties: UsoClient" window, open the "Security" tab.
  4. Under the “Groups or Users” section, click on the “Edit” button.
  5. In the “Permissions for the “UsoClient” group” window, remove all permissions for each group or user one by one. Don't forget to click on the "OK" button.

After this, restart your computer.

To restore the permissions of the "UsoClient.exe" file, run Command Prompt as an administrator, and then run the command:

Icacls c:\windows\system32\usoclient.exe" /reset

Restart your computer.

If necessary, you can manually check for and install updates from Windows Update.

Conclusions of the article

If necessary, the user can disable automatic updating of Windows 10 permanently using operating system tools: by disabling the Windows Update service, in the Local Group Policy Editor, or in the Registry Editor.

Hello admin! I have Windows 10 installed on my laptop, I am completely satisfied with the system except for one thing, I can’t turn off automatic updates. I work as a manager and travel all day with laptop in Moscow, the Internet is connected via a USB modem and when opening a page on any website the laptop freezes terribly, and after rebooting this window appears with a message“Working with updates. 100% complete. Don’t turn off the computer” and it hangs like that for half an hour,

Apparently the system has received updates and is now processing them, but I’m sitting and stupidly waiting!

It’s a different matter at home, I connect to the router and everything flies. A familiar wizard recommended disabling automatic updates of Windows 10, but how to do this, and is it even possible?

Hello friends! I would advise our reader to switch to a Limit connection in the Wi-Fi settings and Windows 10 will not download all updates in a row. This option is the most acceptable for owners of laptops with Windows 10 installed (details later in the article), of course, you can completely disable updates, but the fact is that Windows 10 was released with minor flaws and the upcoming patches should bring the operating system to perfection in the next month - two.

Also, do not forget that updates bring important fixes to all components of the operating system, including security; if you use it as an antivirus program, then keep in mind that it will not be updated either. In addition, along with the updates, various tools will come to check your computer for the presence of rootkits and other dangerous malware.

  • Note: To be honest, sometimes the opposite happens - updates intended to fix problems lead to other errors. Also, updates may conflict with third-party drivers and programs, which can result in the system freezing and even crashing into a blue screen.

Well, I warned you about everything and let's move on to the most important thing. There are five ways to disable automatic updates in Windows 10.

Switching to a metered connection in Wi-Fi settings

Left-click on the menu Start and click on Options

Network and Internet Wi-Fi

Additional options

We put the switch in position Set as metered connection

We completely disable operating system updates in the computer settings

Left-click on the menu Start and click on Options

Go to the section

Update and Security

Windows Update

We see that there are new updates that are immediately installed on our computer

Click the button Additional options

In this tab we disable receiving updates:

Choose how to install updates

Set the parameter Notify when reboot is scheduled

Check the box Defer updates.

Let's take a step back out the window

Update and Security

Windows Update

and we see that updates are no longer downloaded or installed automatically, but are waiting for your permissions. The installation of updates will begin if you click on the button Install now.

Disable updates in Windows 10 by disabling the Windows Update service

Right-click on the Start menu and select Computer Management

Left-click on the Services item and select from the list that opens Windows Update, double-click on it with the left mouse

and exhibit Startup type to position Disabled.

Apply And OK.

Disabling updates in Windows 10 using the registry

I think this method is unnecessary, but, as they say, everything will do in the household.

Start->Run

Enter the command in the input field regedit

The registry opens. Finding a branch

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

Right-click on the Windows partition and select New – Partition.

Enter the name of the WindowsUpdate section and right-click on it and selectCreate – Section, enter the name of the section AU.

Right-click on the created AU partition and select New – DWORD Value (32-bit)

We call the parameter NoAutoUpdate and assign it the value 1.

If after this operation you reboot and enter the parameters:

"Update and Security

Windows Update", you will see that the update download failed. Click Advanced options.

As you can see, not a single option for installing updates is available to us.

Friends, the fifth method is to use the Group Policy Editor, if you are interested in it, I will talk about it in the next article.

After upgrading to the new Windows 10, many users tried to opt out of all future automatic updates. The operating system not only automatically downloaded updates, but also installed them after a while. Forced voluntary installation of updates is observed in the system even now, it’s good that now it’s possible if necessary.

This will tell you how to disable Windows 10 updates. Users have already come up with many different ways to disable automatic updates. If the update is downloaded and is waiting for the computer to restart for installation, you can. To prevent updates, users will simply need to disable the update service in Windows 10.

To disable the update service, click on Win+R, and run the command services.msc. In the services window that opens, find the service Windows Update. Double click on it and in the item Startup type set value Disabled. Also, don't forget to stop the service right now and apply the new settings.

After these steps, the update service will be successfully disabled and Windows 10 will not be able to automatically download and install updates. For more information, see other methods. Since the methods of managing services have changed somewhat compared to the first versions of the operating system.

  1. Launch the Local Group Policy Editor by running the command gpedit.msc in the window Win+R.
  2. In the Group Policy Editor that opens, go to: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Next change the parameter value Setting up automatic updates on Disabled.

Important! If the automatic update setting is disabled, then any updates available from Update Center must be downloaded and installed manually.

How to disable updating through the Windows 10 registry


In case along the way HKEY_LOCAL_MACHINE\ SOFTWARE\ Policies\ Microsoft\ Windows You simply won’t find the sections you need; you will need to create them yourself. Despite the fact that such sections may not exist by default, once they are created, it turns out to block future Windows 10 updates.

Windows Updates Disabler

For many users, the simpler option would be to download third-party software and, by pressing a few keys, completely and successfully disable Windows 10 updates. To do this, we recommend using the Win Updates Disabler utility. Current version at the moment Windows Updates Disabler 1.4 which you can download from the official website of the developer. Another advantage is that you can download a portable version of the program without having to install it. in a similar way.

Conclusion

In general, it is not recommended to disable updates, since with each update the operating system becomes more stable and secure. If you need to disable system updates, you can use one of our methods. Another tricky solution is to enable a metered connection, which is described in the instructions:.

Today, the situation around the automatic update of the “ten” is causing more and more controversy. The fact is that the developers previously stated that no updates would be released, but they are. And updates are installed a little differently. In Home, for example, the user may not even know about it, but after installation there is an unexpected reboot, which often causes an ambiguous reaction. Let's try to figure out how to disable auto-update in Windows 10 forever. In addition, we will consider issues related to devices, the installation of which raises legitimate doubts about the advisability of their use.

How to disable auto-update in Windows 10 Pro or Enterprise in the simplest way

So, let's start with the simplest. For now, we will not touch the “home” version (we will talk about it separately), in which the simplest type of control methods do not work, but let’s see what can be done in other modifications.

How to disable auto-update in Windows 10 using the most primitive method? Yes, very simple. To do this, we use the update and security section, which is accessed through the options menu. Here, in the update center window at the bottom, select the line of additional parameters, after which in the new window we will enable the reboot notification line. This will help prevent an unplanned system restart by the user at the most inopportune moment.

Next, you should make sure that the checkbox for providing updates for other Microsoft products is unchecked (sometimes this process can take quite a long time). Then check the box for deferring updates. To go to the next menu, use the line to select how to receive updates, and then disable receiving updates from several places. By the way, this will be useful for those whose Internet speed is not at the highest level. Upon completion of all these procedures, searching, downloading and installing updates will not be performed.

Using the Group Policy Editor

Now, regarding the question of how to disable auto-update in Windows 10 Enterprise, for example, here is another standard method.

To do this, you will need to enter (gpedit.msc command in the Run menu (Win + R)), where through the computer configuration tree you first need to go to administrative templates, and then through Windows components to the update center.

On the right there is an update management line. When entering its menu, the update can be completely blocked (the “Disabled” position). But if you need to manage updates, you can first use the enabled mode and select the necessary parameters in its settings (for example, 2 - warning about loading and impending system restart). Thus, again, unauthorized reboots can be prevented even with installed updates.

Disabling automatic updates through the system registry

Now let's see how to disable auto-update in Windows 10 Home (the method suggested below also works in other versions).

We use the system registry editor, which is called using the regedit command from the same “Run” menu. Here we are interested in the HKLM branch, in which we need to go down through the SOFTWARE tree to the Policy settings and get to the Windows directory.

In this directory, first create a folder WindowsUpdate, and in a new folder - another one, called AU. In this directory on the right, click on an empty space on the screen and create a new DWORD parameter called NoAutoUpdate and assign it the value “1”.

Now our task is to check whether this method works. Go to the update center section again and use the check for updates item. It probably doesn’t need to be said that it will become inactive, that is, searching for and installing updates will never be done again. If for some reason you need to enable updates, you can use the value "0" for the parameter specified above or remove it altogether.

Disabling updates in the services section

How to disable Windows 10 auto-update using another method? Just as simple. Here you will need a services section, which can be entered using the services.msc command, all from the same “Run” menu.

On the right, the update center line is selected, and in the additional menu, the startup type is set to disabled, that’s all.

How to disable auto-updating drivers in Windows 10

Finally, we come to one of the most important problems, when the system itself tries to download driver update packages. Alas, they do not always work correctly. We have already figured out how to disable auto-update in Windows 10. Let's see how to completely disable such processes for drivers.

In the “Run” menu, first enter the command rundll32 newdev.dll,DeviceInternetSettingUi and enter the device installation settings section, where we simply disable the installation and save the changes. After this procedure, the system will only access those drivers that are available in the installation distribution or in the system partition. As a last resort, if the need to update drivers is still ripe, it is better to use utilities like Driver Booster, which search for new versions of drivers and install them into the system much more correctly.

Third party utilities

Basically, that's not all. If you solve the problem of how to disable auto-update in Windows 10, you can also use third-party programs. Let's explain the situation using the example of a utility called Show or hide updates.

In the program itself, after launching, you need to select from the list those updates that you want to exclude and click the continue button. It goes without saying that in order to return you will need to do the opposite.

Is it worth doing?

Of course, disabling updates to some extent will bring peace of mind to the user’s work. But, please note, problems with computers can often begin precisely because the latest update packages are not installed for Windows 10, and they may be required for some new programs to work.

By the way, some people recommend using a metered connection to disable these processes. But this is precisely what you shouldn’t do, because it is fraught with unpredictable consequences.

However, you should only disable it as a last resort. Although core packages are developed solely to patch security holes, sometimes this can affect some important components of Windows. The lack of updates for them in some emergency situations can provoke conflicts at the level of the installed software. Unfortunately, it is not uncommon for various kinds of “screens of death” to appear, indicating early termination of processes and errors in memory segments. So, as they say, it’s better not to take risks. As a last resort, some unnecessary packages that can cause critical errors can simply be isolated so that the system does not constantly look for them.

How to disable Windows updates - this question is asked by users who need to prevent the installation of system updates on their computer. With default settings, the operating system automatically searches for, downloads and installs updates released for Windows.

Microsoft releases update packages for the Windows operating system approximately once a month. From time to time, Microsoft makes unscheduled updates designed to solve emerging problems in the operation of the OS, or to close discovered security holes in Windows.

The main part of the updates concerns system security. When installing updates, system fixes are applied or some new features are added.

In addition to regular updates, so-called major updates are released in Windows 10, after which, essentially, a new version of Windows 10 is installed on the computer. Such major updates are released once or twice a year.

Some users disable system updates for various reasons. The main reasons for refusing Windows updates:

  • sometimes it happens that after installing updates, the normal operation of Windows and installed programs is disrupted
  • if the user has a limited Internet connection, downloading updates affects the amount of traffic consumed
  • lack of free space on the computer disk
  • after applying the update, the user is afraid of losing activation of the operating system

How to disable automatic updates? You can solve the problem using system tools, or using third-party software. In this article we will look at 3 ways to disable updates on Windows 10 using the operating system.

Simply disabling Windows Update on Windows 10, as in Windows 7 or Windows 8, will no longer work. The maximum that can be done in this way is to pause updates for up to 35 days.

How to disable automatic updates in Windows 10 (1 method)

Windows 10 tools automatically detect, download and install updates on your computer.

On Win 10, you can disable updates in a way that disables the Windows Update service. This method works on all versions of Windows 10 and ensures that Windows updates are disabled forever.

Enter Administrative Tools from the Control Panel, or an easier way: in the Windows Search field, enter the expression: “administration” (without quotes), and then open the Administrative Tools window.

In the “Administration” window, double-right-click on the “Services” shortcut.

In the “Services” window that opens, in the “Services (Local)” section, find the Windows Update service.

In the “Properties: Windows Update (Local Computer)” window, in the “General” tab, change the “Startup type” setting to “Disabled”.

In the “Status” setting, click on the “Stop” button to stop the Windows 10 update service.

After this, Windows 10 updates will stop coming to your computer.

To enable automatic updates, in the Properties: Windows Update (Local Computer) window, select your preferred startup type: Automatic (Delayed Start), Automatic, or Manual.

How to disable Windows 10 updates using Local Group Policy Editor (method 2)

Now let's see how to disable Windows 10 updates in the Local Group Policy Editor.

Please note that this method is not suitable for Windows 10 Home (Windows 10 Home) and Windows 10 Single Language (Windows 10 Home for one language). This feature is present in older versions of the operating system: Windows 10 Pro (Windows 10 Professional) and Windows 10 Enterprise (Windows 10 Enterprise).

First you need to log into the Local Group Policy Editor. In the Windows Search box, type "gpedit.msc" (without the quotes), and then launch the editor.

Alternatively, you can enter the Local Group Policy Editor in the following way: press the “Win” + “R” keys, enter the expression “gpedit.msc” (without quotes) in the “Open” field, and then click on the “OK” button.

In the “Local Group Policy Editor” window, follow the path: “Computer Configuration” => “Administrative Templates” => “Windows Components” => “Windows Update”.

In the “Windows Update” section, find the “Set up automatic updates” item, right-click on it, and select “Change” in the context menu.

In the Automatic Update Settings window, enable the Disabled setting, and then click OK.

After this, the operating system will not search for, download or install automatic Windows 10 updates.

Disable Windows 10 update in Registry Editor (3rd method)

The third way to disable Windows 10 updates is to make changes to the Registry Editor. This method works in all versions of Windows 10.

In Windows Search, type "regedit" (without the quotes), and then run the command.

In the Registry Editor window, follow the path:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsWindowsUpdate\AU

In the Registry Editor window, right-click on the free space. From the context menu, select New and then DWORD Value (32-bit). Give the parameter a name: “NoAutoUpdate” (without quotes).

Right-click on the “NoAutoUpdate” parameter and select “Change...” in the context menu.

Enter the parameter “1” (without quotes) in the “Value” field and click the “OK” button.

To enable updating in Windows 10, you need to change the value of the parameter to “0” (without quotes), or simply delete the “NoAutoUpdate” parameter from the registry.

Conclusion

If necessary, the user can disable automatic updating of Windows 10 permanently using operating system tools: by disabling the Windows Update service, in the Local Group Policy Editor, or in the Registry Editor.