Disable Windows 11 Auto Update Permanently
Should You Permanently Disable Automatic Updates in Windows 11? Disabling automatic updates on Windows 11 might sound appealing if you're trying to avoid unwanted restarts or changes, but it's generally…
Turning off automatic updates in Windows 11 is possible, but there is no supported switch for it — and every method here is a trade-off against your own security.
Should you disable updates at all?
Usually not. Updates protect the machine from security threats and carry important fixes and improvements, and Microsoft designed Windows to update automatically for good reasons. The one case where it genuinely makes sense is a fixed-function machine such as a digital signboard, where an unattended restart is worse than a delayed patch — and where someone is committed to patching it manually instead.
If you are sure, note that none of these methods are guaranteed to be permanent. Major system updates from Microsoft can override your settings. Back up your system before making changes, especially when editing the Registry or Group Policy.

New: our Disable Windows Updates tool (beta)
We have written a command-line batch file that applies the changes below automatically. It is a batch file with all code visible for review, so you can read exactly what it does before running it.
Download
Get the file from the link below.
Run as administrator
Right-click the file and choose Run as administrator, or run it from a command prompt with admin rights. This part matters.
Reboot
The changes only take effect after a restart.
Download the Disable Windows Updates tool (beta) — the same file also re-enables updates when you need them back.
1. Using the Group Policy Editor
Available in Windows 11 Pro, Enterprise and Education editions. This is one of the more effective and semi-permanent ways to control updates.
- Press Win + R, type gpedit.msc and press Enter.
- Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience.
- Double-click Configure Automatic Updates.
- Select Disabled, then click Apply and OK.
- Restart the PC to apply the changes.
With this setting disabled, Windows will no longer install updates automatically — you will have to check for them manually under Settings > Windows Update. Alternatively, enable the setting and choose Option 2: Notify for download and auto install, which lets you control when updates happen without turning them off completely.
2. Using the Registry Editor
Works on all editions, including Windows 11 Home. This method is more technical, so proceed carefully and back up the registry first.
- Press Win + R, type regedit and hit Enter. You may need admin approval.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.
- Right-click the Windows folder, select New > Key and name it WindowsUpdate.
- Right-click the new WindowsUpdate key, select New > Key and name it AU.
- Inside AU, right-click and choose New > DWORD (32-bit) Value, and name it NoAutoUpdate.
- Double-click NoAutoUpdate and change its value from 0 to 1.
- Restart the PC for the change to take effect.
To undo this, change the value back to 0 or delete the NoAutoUpdate entry. If you would rather be notified before updates install, create another DWORD in the same location named AUOptions and set its value to 2.
3. Disabling the Windows Update service
This stops the update service from running, but Windows may try to restart it later.
- Press Win + R, type services.msc and press Enter.
- Find Windows Update in the list.
- Right-click it and select Stop.
- Double-click it, set Startup type to Disabled, then click Apply and OK.
You can also disable the Windows Update Medic Service (WaaSMedicSVC), which exists specifically to restore the update service.
4. Setting a metered connection
Less reliable, but simple. Marking the connection as metered may make Windows delay non-essential updates.
- Open Settings with Win + I.
- Go to Network & Internet, then click your current connection (Wi-Fi or Ethernet).
- Click Properties and toggle Metered connection to On.
This will not stop everything — critical updates may still download.
In most cases the answer isn't off, it's controlled.
Safer alternatives
If the real problem is unwanted restarts rather than the updates themselves, these give you control without leaving the machine unpatched.
Pause updates
Go to Settings > Windows Update and pause updates for up to five weeks.
Set active hours
Stop the machine restarting during the times you normally use it.
Notify before installing
Use Group Policy or the registry tweak above to be told before updates download or install.
Managing updates across a fleet?
Patch policy, active hours and exceptions for kiosk machines are all things we set up properly as part of managed IT support.