Skip to content
Logo TecnoOrange
Go back

How to Disable Automatic Updates on Windows 11

Windows 11 update settings
Photo by Pexels on Pexels

It’s happened to all of us: you’re in the middle of an important meeting or gaming session, and Windows decides it’s the perfect time to restart and install updates. Knowing how to disable automatic updates on Windows 11 is one of the most common searches, and honestly, I get it completely. It’s not about refusing updates—it’s about controlling when they happen.

Table of contents

Table of contents

Why would you want to disable automatic updates?

I’ve been using Windows for years and understand the frustration. Automatic updates interrupt your workflow without any warning. I once lost a presentation because the system decided to restart right before a video call.

The main reasons people search for how to disable automatic updates on Windows 11 include:

Pro-tip: I don’t recommend permanently disabling updates. Instead, configure them to install when you decide. Security is crucial, and every patch fixes real vulnerabilities that hackers actively exploit.


Method 1: Disable from Windows Settings

This is the easiest and most reversible way to pause automatic updates on Windows 11. No advanced technical knowledge required.

Steps to pause updates

  1. Open Settings with Win + I
  2. Go to Windows Update in the left menu
  3. Click Pause updates for 1 week
  4. Repeat up to a maximum of 5 weeks

This method doesn’t permanently disable updates, but it gives you temporary control. I use it when I know I have intensive work weeks ahead and don’t want interruptions.

Set active hours

You can also define your activity schedule so Windows won’t restart during those hours:

  1. In Windows Update, click Advanced options
  2. Enable Active hours and select your time range
  3. Windows will only restart outside that interval

The advantage is that updates download automatically but install when you decide. It’s a reasonable balance between security and convenience.


Method 2: Disable with Group Policy Editor

If you want finer control over automatic updates on Windows 11, the Group Policy Editor is your best option. It’s only available on Windows 11 Pro, Enterprise, and Education.

Step-by-step procedure

  1. Press Win + R and type gpedit.msc
  2. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
  3. Find Configure Automatic Updates and open it
  4. Select Enabled
  5. In the options, choose one of these configurations:
OptionDescription
2 - Notify before downloadAlerts you but downloads nothing
3 - Download and notifyDownloads but asks permission to install
4 - Download and install automaticallyDefault behavior
5 - Allow local user to chooseGives you full control

I recommend option 2 or 3 if you want to decide when to download and install. Personally, I use option 3 so updates are ready when I choose to install them.

Warning: If you use Windows 11 Home, this method won’t be available. You’ll need Method 3 which I explain below.


Method 3: Use the Windows Registry Editor

This method works on all editions of Windows 11, including Home. It’s more technical but equally effective for disabling automatic updates on Windows 11.

Create the registry key

  1. Press Win + R, type regedit, and press Enter
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
  3. If the WindowsUpdate or AU folders don’t exist, create them by right-clicking > New > Key

Configure the values

Create a 32-bit DWORD value named NoAutoUpdate and set it to 1 to completely disable automatic updates.

Alternatively, you can use these values for more precise control:

Value nameTypeValueEffect
NoAutoUpdateDWORD1Disables everything
AUOptionsDWORD2Notify only
AUOptionsDWORD3Download, don’t install

After making changes, restart your PC or run gpupdate /force in CMD as administrator to apply changes immediately.

Pro-tip: Before modifying the registry, create a system restore point. If something goes wrong, you can easily revert the changes.


Method 4: Disable the Windows Update Service

This option is the most drastic and the one I recommend least. However, if you need to completely disable automatic updates on Windows 11 and the previous methods don’t convince you, it’s a viable option.

How to do it

  1. Press Win + R, type services.msc
  2. Find Windows Update in the list
  3. Double-click on it
  4. Change the Startup type to Disabled
  5. Click Stop if it’s running
  6. Apply the changes

Pros and cons

ProsCons
Complete disablingNo automatic security patches
No resource consumptionMicrosoft Store won’t update apps
Easy to revertWindows Defender may become outdated
Works on Home editionSome features depend on the service

I would only use this method temporarily, for example, during a competitive gaming event where every millisecond counts. For daily use, I prefer the Group Policy Editor method.


How to re-enable updates afterward?

If you decide to turn automatic updates on Windows 11 back on after disabling them, the process is straightforward depending on which method you used:

I recommend that once a month, you manually enable updates from Windows Update to install security patches. It’s a reasonable compromise between control and protection.


Blocking specific problematic updates

Sometimes you don’t want to disable all updates, just the ones causing problems. Microsoft has released updates that break drivers, affect gaming performance, or cause blue screens. Here’s how to block only those:

Using Microsoft’s “Show or Hide Updates” tool:

  1. Download the tool from Microsoft’s support site (it’s called “wushowhide.diagcab”)
  2. Run it as administrator
  3. Select “Hide updates”
  4. The tool will show pending updates
  5. Check the ones you want to block and confirm

This tool is official from Microsoft and works very well for blocking specific updates without disabling the entire system. I’ve used it several times when a driver update caused issues with my graphics card.

Check which updates cause problems: Before installing a major update (like the feature updates that come out twice a year), wait one or two weeks and search forums like Reddit or Microsoft’s community forum to see if other users report issues. This saves you a lot of headaches.

Tip: Monthly security updates are the most important and rarely cause problems. Feature updates (the big ones) carry the most risk. If you decide to block something, block feature updates and leave security updates enabled.


FAQ: Frequently asked questions

Is it safe to disable automatic updates on Windows 11?

It’s not ideal. Completely disabling them exposes you to security vulnerabilities. The best approach is configuring them to install when you decide, using the Group Policy Editor or temporarily pausing them from Settings.

Do automatic updates affect gaming performance?

During download and installation, they can affect performance, especially if you’re using an SSD. However, once completed, performance typically improves because updates often include optimizations.

Can I choose which updates to install and which to skip?

In Windows 11, this is more limited than in previous versions. You can use Advanced options in Windows Update to uncheck specific updates if you install the Microsoft Show or Hide Updates tool.

Can Microsoft force updates if I disable them?

Microsoft has reduced its aggressiveness in Windows 11 compared to previous versions. With the registry or Group Policy methods, it shouldn’t force updates, though it might show annoying notifications asking you to enable them.


Conclusion

Disabling automatic updates on Windows 11 is possible and legitimate if you need control over when they happen. My personal recommendation is to use Method 2 with the notify-before-download option. This way you keep your system secure without unexpected interruptions. Remember to manually update at least once a month to protect your computer.


Share this post on:

Previous Post
How to Set Up Voicemail on Android
Next Post
Best WiFi Network Scanner Apps for Android

Related articles