How To Disable Automatic Updates In Windows 11

In order to enhance the quality of its products and to fix any recent vulnerabilities, Microsoft releases updates for those products. The fact that Microsoft keeps its users safe by patching any security vulnerabilities in a timely manner is normally viewed as a blessing. Nevertheless, these updates can sometimes lead to disastrous consequences.

By default, when a user is working on something important, Windows is likely to restart automatically once the updates have been installed. Due to this sudden restart, the user may lose important unsaved work.

Installing updates may not be as straightforward as it appears. The system may become unstable after some updates. Most of the time, Microsoft will provide a workaround but sometimes the user will have no other option but to reinstall the entire operating system.

Windows 11 update functionality is very similar to Windows 10. Users don’t have a lot of control over Windows updates. We have already discussed how to disable Windows 10 updates. In this article, we will discuss several ways to disable Windows 11 update functionality, either permanently or temporarily.

Permanently disable automatic Windows updates using Windows Registry

Windows Registry is a database where Windows stores all its configurations and settings. All configurations related to the update process are also stored in the Registry. You can alter the Registry settings to disable Windows Update permanently.

  1. Go to Run > regedit. This will open the Registry editor.
  2. Open the following key from the left hand tree:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  3. Right-click the Windows folder and create a new Key with the name WindowsUpdate.
  4. Now right-click the newly created WindowsUpdate folder and create a new Key with the name AU.
  5. Select AU and in the right-hand pane, create a new DWORD (32-bit) Value with the name NoAutoUpdate.
  6. Open NoAutoUpdate and update its value to 1.
    How To Disable Automatic Updates In Windows 11 6
  7. Restart the computer.

This will disable the automatic Windows update process. But you will be able to check for, download, and install updates manually from the Settings –> Windows Update.

If you don’t want to go through the Registry editing process yourself, you can download the following batch file which will automatically create the above mentioned keys and configure the appropriate settings for you.

How To Disable Automatic Updates In Windows 11 7  Disable Automatic Windows Update for Windows 11 (289 bytes, 543 hits)

To start getting automatic updates again, run the following command in Command Prompt:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 0 /f

Permanently disable automatic Windows updates using Group Policy

Automatic Windows Update functionality can be permanently disabled using local group policies. This method is useful when you want to completely disable Windows Update.

  1. Go to Run > gpedit.msc. This will open the Group Policy Editor.
  2. From the left-hand pane, go to the following folder:
    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
    How To Disable Automatic Updates In Windows 11 8
  3. In the right-hand pane, find and edit the following item:
    Configure Automatic Updates
  4. Set the state to Disabled.
    How To Disable Automatic Updates In Windows 11 9

This will disable the automatic check, download and installation of Windows updates. You will need to manually check for and download updates from the Windows Update Settings.

Permanently disable automatic Windows updates using Services

Microsoft uses Windows Update service to check for, download and install new updates to Windows Operating System as well as other Microsoft software. We can disable the service so Windows stops checking for new updates every now and then.

  1. Go to Run > services.msc. This will open the service management console.
  2. Find “Windows Update” from the list of services. Double click on it to open its properties.
  3. Change the startup type from Manual to Disabled.
    How To Disable Automatic Updates In Windows 11 10

You can also use the Command Prompt to enable or disable Windows Update service. Here is how:

Stop running Windows Service

Disable Windows Update Service:

sc config wuauserv start= disabled

To re-enable the service again:

sc config wuauserv start= auto

Conclusion

There are other ways to disable Windows updates for your system, like temporarily pausing updates using the Settings app, enabling metered connections or enabling battery saver mode. Although Windows will stop the update process with these enabled, I do not recommend these because these are temporary methods and also affect other functionality of Windows 11.

If you are an advanced user, you can use the Registry method to configure this setting. For others, disabling the Windows service would be enough.

If you liked this post, Share it on:

Get Updates in Your Inbox

Sign up for the regular updates and be the first to know about the latest tech information

Usman Khurshid
Usman Khurshid is a seasoned IT Pro with over 15 years of experience in the IT industry. He has experience in everything from IT support, helpdesk, sysadmin, network admin, and cloud computing. He is also certified in Microsoft Technologies (MCTS and MCSA) and also Cisco Certified Professional in Routing and Switching.

Leave the first comment