Некоторые пользователи Windows 11, как и других версий ОС предпочитают отключать автоматические обновления системы — либо полностью и навсегда, либо таким образом, чтобы при необходимости можно было скачать нужные обновления. И то и другое вполне можно сделать.
В этой инструкции подробно о способах отключить обновления Windows 11 как на время, так и навсегда, встроенными средствами системы или с помощью сторонних инструментов блокировки обновлений. Также может быть полезным: Как отключить автоматическое обновление драйверов Windows 11.
Параметры Windows 11 — приостановка обновлений и лимитное подключение
Сначала о тех способах, которые предлагает нам Майкрософт в Параметрах Windows 11. Прежде всего там есть возможность приостановить автоматические скачивание и установку обновлений на срок до 5 недель. Шаги будут следующими:
- Откройте «Параметры» через меню Пуск или нажав клавиши Win+I на клавиатуре.
- Перейдите в раздел «Центр обновления Windows».
- В разделе «Приостановка обновлений» выберите срок, на который следует остановить их получение.
На этом всё — в течение этого периода обновления производиться не будут.
Вторая возможность в «Параметрах» — отключить обновления при лимитных (те, для которых ограничен или отдельно оплачивается трафик) подключениях и настроить своё подключение как лимитное:
- Откройте Параметры — Центр обновления Windows.
- Откройте пункт «Дополнительные параметры».
- Убедитесь, что пункт «Скачивать обновления через лимитные подключения» отключен, если это не так — отключите его.
- Перейдите в раздел параметров «Сеть и Интернет». Выберите ваш тип сети: Wi-Fi или Ehternet. Для Ethernet сразу будет доступен пункт «Лимитное подключение», а для Wi-Fi потребуется зайти в «Свойства» и уже там включить «Лимитное подключение».
При использовании этого способа обновления не будут автоматически скачиваться и устанавливаться, но Windows 11 продолжит вас уведомлять о них, что не всегда удобно.
Отключение автоматических обновлений в редакторе локальной групповой политики
Если на вашем компьютере установлена Windows 11 Pro или Enterprise, вы можете отключить автоматические обновления с помощью редактора локальной групповой политики, при этом их можно будет продолжить скачивать вручную в «Параметры» — «Центр обновления Windows».
- Нажмите правой кнопкой мыши по кнопке «Пуск», выберите пункт «Выполнить» и введите gpedit.msc, затем нажмите Enter.
- В открывшемся редакторе локальной групповой политики перейдите в раздел Конфигурация компьютера — Административные шаблоны — Компоненты Windows — Центр обновления Windows — Управление интерфейсом пользователя.
- Дважды нажмите по параметру «Настройка автоматического обновления».
- Переключите политику в состояние «Отключено» и примените настройки.
После этого автоматические обновления будут отключены, но их можно будет установить вручную, выполнив поиск и установку в Центре обновлений:
Отключение автоматических обновлений в редакторе реестра
Этот способ делает то же, что и предыдущий — отключает автоматическую загрузку и установку обновлений, но оставляет возможность их ручной установки, но подходит, в том числе, и для домашней редакции Windows 11:
- Нажмите клавиши Win+R на клавиатуре, введите regedit и нажмите Enter.
- Перейдите к разделу реестра
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Если в этом разделе отсутствует подраздел с именем WindowsUpdate, создайте его — нажмите правой кнопкой мыши по «папке» Windows, выберите «Создать» — «Раздел» и укажите имя WindowsUpdate.
- Внутри созданного раздела тем же способом создайте ещё один — с именем AU
- Выберите раздел
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
нажмите правой кнопкой мыши в правой панели редактора реестра и выберите Создать — Параметр DWORD (32 бита, несмотря на то, что у вас x64 система), задайте имя NoAutoUpdate для этого параметра.
- Дважды нажмите по вновь созданному параметру и задайте значение 1 для него.
В результате автоматические загрузка и установка обновлений на компьютер производиться не будут.
Полная блокировка обновлений Windows 11 путем назначения альтернативных серверов обновления
Если вам требуется полностью и навсегда отключить обновления Windows 11, при этом не отключая служб и не прибегая к сторонним программам, вы можете настроить систему таким образом, чтобы она искала обновления на стороннем, несуществующем сервере обновлений и, в результате не могла их установить. Создайте reg-файл со следующим кодом:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000001 "UpdateServiceUrlAlternate"="server.wsus" "WUServer"="server.wsus" "WUStatusServer"="server.wsus" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "UseWUServer"=dword:00000001
И импортируйте его в реестр.
После применения изменений, при попытке проверить наличие обновлений в Центре обновлений вы будете видеть следующую картину, а обновления устанавливаться не будут:
В дальнейшем для отмены сделанных изменений вы можете:
Из раздела реестра
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
удалить параметры DoNotConnectToWindowsUpdateInternetLocations, UpdateServiceUrlAlternate, WUServer, WUStatusServer
Из раздела реестра
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
удалить параметр UseWUServer
Служба Центр обновлений Windows
Вы можете отключить службу «Центр обновлений Windows», чтобы остановить получение обновлений, но с большой вероятностью через некоторое время Windows 11 вновь её включит.
Шаги будут следующими:
- Нажмите клавиши Win+R на клавиатуре, введите services.msc и нажмите Enter.
- В списке служб найдите «Центр обновления Windows» и дважды нажмите по ней.
- Остановите службу, а в поле «Тип запуска» установите «Отключена» и примените настройки.
Среди способов сохранить такое состояние службы и не дать ей включиться — создать задание в планировщике заданий Windows, со следующими параметрами:
- Триггеры — Журнал: Система. Источник: Service Control Manager.
- Код события — 7040
- Действия — запуск bat-файла с кодом
net stop wuauserv sc config wuauserv start=disabled
Дополнительно (не для начинающих):
- вы можете отключить задания UpdateOrchestrator в планировщике заданий, запустив планировщик с помощью psexec (можно скачать с сайта майкрософт) и команды
psexec.exe -i -s %windir%\system32\mmc.exe /s taskschd.msc
которую следует запустить из командной строки от имени администратора, а не из окна «Выполнить». Однако для части заданий параметры запуска будут восстановлены автоматически
- Стать владельцем и запретить чтение и выполнение для файла
C:\Windows\System32\usoclient.exe
который используется заданиями UpdateOrchestrator
Windows Updates Disabler
Windows Updates Disabler — набор .bat скриптов для простого автоматического отключения всего, что связано с обновлениями Windows, включая задачи и службы, которые могут их включить повторно.
Он же включает в себя и сценарий для повторного включения обновлений. Работает исправно и очень прост в использовании. Подробная информация и демонстрация работы — в отдельной инструкции.
Сторонняя бесплатная утилита предназначена для управления обновлениями Windows 11 и 10, с возможностью их поиска, скачивания и отключения автоматических обновлений. В этой части она делает то же самое, что мы можем сделать в реестре или редакторе локальной групповой политики, но в графическом интерфейсе:
Подробный обзор программы доступен в статье про программы для управления обновлениями Windows 10 (Для 11 тоже актуально).
Windows Update Blocker
Windows Update Blocker полностью блокирует обновления Windows 11 и следит за состоянием отключенных служб.
Программа проста в использовании:
- Скачайте программу с сайта разработчика и запустите её.
- Выберите опцию «Отключить обновления» и примените настройки. Язык интерфейса программы можно переключить на русский в меню.
- После применения обновления Windows 11 будут полностью отключены.
При попытке установки обновлений после применения Windows Update Blocker вручную вы будете получать следующие сообщения об ошибках:
O&O ShutUp10++
Несмотря на название, программа для настройки многих функций системы, совместима не только с Windows 10, но и с Windows 11. Скачать программу можно с официального сайта.
После запуска откройте вкладку «Локальный компьютер» и включите опцию «Отключить автоматическое обновление системы (Windows-Update)».
В том же разделе вы можете найти другие параметры обновлений, доступные к отключению. Для применения сделанных изменений может потребоваться перезагрузка компьютера.
InControl
Бесплатная программа InControl позволяет легко запретить установку обновлений компонентов и обновление Windows 11 до новой версии, при этом обновления безопасности продолжат устанавливаться.
Подробный обзор программы и о её загрузке в отдельной статье: Запрет обновления Windows до новой версии в программе InControl.
Запрет установки выбранных обновлений с помощью Show or hide updates
Утилита Show or hide updates была выпущена Майкрософт уже давно, в настоящее время не поддерживается, но исправно работает и доступна для загрузки на официальном сайте (несмотря на это, браузер Microsoft Edge блокирует загрузку). Примечание: то же, что делает эта утилита можно сделать в PowerShell.
После запуска утилиты и выбора опции «Hide updates» будет проведен анализ доступных и не установленных обновлений, после чего можно выбрать те обновления, которые устанавливать не следует:
Выбрав такие обновления, нажмите «Далее» и дождитесь завершения применения параметров.
Возможно, вам известны другие эффективные способы отключения автоматических обновлений Windows 11? — будет отлично, если вы сможете поделиться ими в комментариях.
Quick Tip: How to Cancel Windows 11 Update
If you are in a hurry, follow the steps to stop Windows 11 updates:
- 1. Type services.msc in the Run box.
- 2. Scroll down to «Windows Update».
- 3. Setting «Windows Update» to «Disabled» will stop Windows 11 updates…Full Guide to Disable Windows 11 Update.
Microsoft has released Windows 11, which provides a calm and creative space where you can pursue your passions through a fresh experience. Although Microsoft has said that it’s necessary to keep your Windows 11 updated with the latest features and security patches, for whatever reason, you can disable Windows updates.
How to Stop Windows 11 Update in Every Way (5 Ways)
Microsoft has already made it clear that the Windows 11 update won’t be forced upon Windows 10 users at launch. If you want to check for Windows 11 update, you need to manually go to «Settings > Update & Security > Windows Update».
But some users have enabled Windows automatic updates, they want to block the auto-update feature to free up the Windows 11 disk space. Therefore, we provide you with effective solutions to stop Windows 11 automatic updates.
- 1. Turn off Windows Update Services in Windows 11
- 2. Block Windows 11 Update with Group Policy Editor
- 3. Pause Windows 11 Updates for Every Week
- 4. Stop Windows 11 Update with Registry Editor
- 5. Disable Windows 11 Update with Third-party Tool
Notice: Usually, disabling Windows 11 updates will not cause data loss. But if you lose data due to improper operation, stop using your disk immediately and use EaseUS Data Recovery Wizard to restore lost data.
Solution 1. Turn off Windows Update Services in Windows 11
One of the best methods to stop computerized Windows updates is to turn off Windows update services. The steps are easy enough for a beginner.
Step 1. Press «Window + R» to open the Run window.
Step 2. Open the «Services Window» by typing services.msc and hit the «Enter» key.
Step 3. Locate and pick the «Windows Update» option from the «Services» list, then click the «Stop» button.
Step 4. Change the «Startup Type» to «Disabled» by clicking on the «General» tab.
Solution 2. Block Windows 11 Update with Group Policy Editor
If you don’t mind delaying the Windows 11 installation, you can disable/stop Windows 11 update with Group Policy Editor.
Step 1. Press Win + R. Type gpedit.msc to load the Group Policy Editor.
Step 2. Navigate to «Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business».
Step 3. Double-click on «Select the target feature update version».
Step 4. Set the policy to «Enabled», type 21H1 into the field, and close the Group Policy Editor.
Solution 3. Pause Windows 11 Updates Every Week
Another way to disable and prevent Windows 11 updates is to pause the update every week. To pause Windows 11 computerized updates, follow the steps below.
Step 1. Click the Start icon and choose «Settings».
Step 2. Select «Update & Security» and click on «Pause updates for 7 days».
Solution 4. Stop Windows 11 Update with Registry Editor
Besides, you can use Registry Editor to prevent Windows 11 updates. Follow the details below to cancel Windows 11 update now.
Step 1. Press Win + R and type regedit.exe to open Registry Editor.
Step 2. Go to «HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate».
Step 3. Set the «DWORD (32-bit)» value to 1.
If the value does not exist, right-click on Windows Update, and select New > Dword (32-bit) Value. Then, set the value of TargetReleaseVersionInfo to 21H1.
Solution 5. Disable Windows 11 Update with Third-party Tool
If you are looking for an easy way to stop Windows 11 updates, you can run third-party software — EaseUS Clean Genius. With this tool, you can disable Windows 11 automatic updates permanently without wasting your time. Run this tool and follow the instructions below.
Do you prefer a one-click solution to disable the Windows automatic update feature? If so, get the versatile toolkit — EaseUS CleanGenius to help you. With it, you can disable/enable Windows Update, repair hard drives, remove/enable write-protection, and more within seconds.
To disable Windows Update:
Step 1. DOWNLOAD EaseUS CleanGenius for free and install it on your computer.
Step 2. Launch EaseUS CleanGenius and go to «Optimization».
Step 3. The tool will detect the status of the Windows Update service automatically. If Windows Update is currently enabled, click the switch to stop the service.
Step 4. If you want to check whether you have disabled the service automatically, go to «Start» > type «Services» > right-click «Services» and choose «Run as administrator».
Step 5. In the list of services, find and right-click «Windows Update» > «Properties». In the «Service status» section, you should see the service has been stopped.
Conclusion
I personally like to keep all my devices up-to-date and activate Windows 11 to enjoy the newest features of Windows 11. But Windows updates could be useless sometimes. Keep an eye on what you are downloading and installing on your PC. If you want to disable the automatic update, you can try these solutions above.
In addition to canceling Windows 11 update, you may also ask the questions below. Read the questions and answers below to get more information about Windows 11.
1. How do I stop Windows Update in Progress?
There are three ways to stop Windows updates in progress:
- Stop automatic maintenance
- Stop updates in the Services
- Stop Windows 10 Pro update
2. How do I stop Windows 11 from downloading?
The steps are easy enough for a beginner.
- Press Window + R to open the Run window.
- Open the Services Window by typing services.
- Locate and pick the «Windows Update» option from the «Services» list, then click the «Stop» button.
3. Why is Windows forcing me to update to Windows 11?
Windows users are forced to install Windows 11 updates because Microsoft wants to use this method to promote Windows 11.
4. How long does the Windows 11 update take?
Between 10 and 20 minutes. On different devices, Windows 11 is installed at different times. For example, it only takes about 10 minutes to update the latest SSD. (Also read: How long does the Windows 11 update take.)
Quick Tips
- Windows 11 lets you stop updates for up to 5 weeks. Head to Settings > Update & Security > Windows Update and choose your pause period.
- Want to know another way? Find the Windows Update service and set its startup type to Disabled to temporarily stop automatic updates.
- For Windows 11 Pro users, open Group Policy Editor and configure Automatic Updates under Windows Components to Disabled.
Note: All the methods mentioned below help pause or restrict automatic updates on Windows 11. However, some major or critical updates may reset the preferences and re-enable the service. So, it is recommended to check the settings periodically.
Method 1: Using Windows Settings
Step 1: Press the Windows key on your keyboard, type Settings, and click Open.
Step 2: Go to Windows Update from the left pane.
Step 3: Click on the down arrow next to Pause updates and choose the longest time frame, i.e., Pause for 5 weeks.
There you go. You have turned off Windows 11 auto updates. However, this isn’t a permanent fix. This setting can stop the Windows 11 update for 5 weeks. After that, your system will revert to downloading Windows updates whenever they are available.
Method 2: Using Network Settings
This method lets you disable Windows 11 auto-updates forever.
Step 1: Press the Windows key on your keyboard, type Settings, and click Open.
Step 2: From the left pane, select Windows Update.
Step 3: Select Advanced options from the right pane.
Step 4: Toggle off the Download updates over metered connections option.
Step 5: Now, select Network & internet in the left pane and click Wi-Fi in the right pane.
Step 6: Click on the Wi-Fi properties.
Step 7: Finally, toggle on Metered connection.
This reduces data utilization while also disabling automatic updates on Windows 11. However, it is important to note that critical updates may still be downloaded.
Method 3: Using Windows Services
Step 1: Press the Windows key on your keyboard, type Run, and click Open.
Step 2: In the Run dialog box’s text field, type services.msc and click OK.
Step 3: Scroll down to find and double-click the Windows Update service to open its properties.
Step 4: In the General tab, next to the Startup type, select Disabled from the drop-down menu.
Step 5: Click Apply and OK.
These steps let you disable automatic updates on Windows 11. However, certain updates might re-enable the service.
Method 4: Using Registry Editor
Because this method uses the Registry Editor, we suggest backing up the Windows Registry before you follow the steps.
Step 1: Press the Windows key on your keyboard, type Registry Editor, and click Run as administrator. In the prompt, select Yes.
Step 2: In the top bar, enter the below-mentioned address.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Now, create the WindowsUpdate and AU (Automatic Update) folders.
Step 3: Right-click in the empty space, choose New > select Key > create a folder > name it WindowsUpdate.
Step 4: Now, select the WindowsUpdate folder in the sidebar, and in the right pane, right-click, choose New, select Key, and create a folder and name it AU.
The address should look like this: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
Step 5: Now, select the AU folder in the sidebar. In the right pane, right-click the blank space > click New > select DWORD (32-bit) Value > name it NoAutoUpdate.
Step 6: Now, double-click on NoAutoUpdate.
Step 7: Set its value to 1 and click OK.
Restart your Windows machine to implement and execute the changes. It is important to note that registry changes are generally respected, but significant updates (like feature updates) may revert the settings. It is important to keep a periodical check.
Method 5: Using Group Policy Editor
Group Policy Editor is only available for Windows 11 Pro and Enterprise versions. If you are on Windows 11 Home Edition, you can skip this method.
Step 1: Press the Windows keys on your keyboard, type gpedit.msc, and click Open.
Step 2: In the left pane, under Local Computer Policy, select Computer Configuration.
Step 3: In the right pane, double-click on Administrative Templates.
Step 4: Select the Windows Components option.
Step 5: Under the Windows Components option, locate Windows Update and open it.
Step 6: Go to Manage end user experience.
Step 7: Now, double-click the Configure Automatic Updates option.
Step 8: In the Configure Automatic Updates window, select the Disabled option and click Apply, followed by OK.
FAQs
1. What happens if I reject Windows 11 Update?
Nothing will change. Microsoft will support Windows 10 until October 14, 2025, so you can continue using it until then. If you change your mind, go to Settings > Window Update > accept Windows 11 install.
2. What happens if I stop a Windows update in progress?
When you stop Windows updates in between, it can corrupt the operating system. If stuck, you may have to reinstall the Windows version again from the start.
3. What happens if you don’t do Windows updates?
Windows updates consist of security updates and patches essential for your system’s safety and security. However, if you don’t want to update, you may continue using your system, but it will be prone to bugs and security attacks.
Was this helpful?
Thanks for your feedback!
The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.
(Image credit: Mauro Huculak)
On Windows 11, the system receives maintenance and security updates automatically every month and as required to patch vulnerabilities, fix bugs, improve the overall performance, and (occasionally) add new features. Although this approach keeps devices updated with the latest bits, it’s one of the most frustrating features since the quality control of updates has been questionable.
This is not only because they still require a restart to finish applying the changes that can disrupt your workflow but also because the number of updates with bugs negatively affecting the experience has increased significantly in recent years. In the most recent case, I can point out the buggy update that causes devices using encryption to boot into the BitLocker recovery screen, which you can’t bypass if you don’t provide the recovery key.
While I always recommend keeping up with updates to anyone who asks me, if you find more problems than improvements or have a good reason, Windows 11 includes a few options to disable automatic updates using Settings, Group Policy, and Registry.
In this how-to guide, I will explain how to prevent Windows Update from automatically downloading updates onto your laptop.
How to disable automatic updates from Settings
When you try to avoid a specific update, you don’t have to disable the «Windows Update» feature permanently. You can simply use the option in the Settings app to pause updates for a week. This option is available for Windows 11 Home and Windows 11 Pro.
To disable updates for Windows 11 temporarily, use these steps:
- Open Settings.
- Click on Windows Update.
- (Optional) Turn off the «Get the latest updates as soon as they’re available» toggle switch to prevent preview updates from installing on your computer.
- You can disable automatic updates temporarily by clicking the «Pause for 1 week» button.
Once you complete the steps, the system will no longer download and install updates automatically during the time you specified in the settings.
All the latest news, reviews, and guides for Windows and Xbox diehards.
If you want to resume updates, you can use the same instructions shown above, but on step 4, click the «Resume updates» button.
How to disable automatic updates from Group Policy
On Windows 11 Pro and higher, you can use the Local Group Policy Editor to permanently disable automatic updates or change the «Windows Update» settings to decide when your computer gets serviced.
Disable updates completely
To disable automatic Windows 11 updates permanently from Group Policy, use these steps:
- Open Start.
- Search for gpedit.msc and click the top result to launch the Local Group Policy Editor.
- Navigate to the following path: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
- Double-click the «Configure Automatic Updates» policy on the right side.
- Check the Disabled option to turn off automatic updates permanently on Windows 11.
- Click the Apply button.
- Click the OK button.
After you complete the steps, Windows 11 will stop downloading and installing updates automatically.
If you need to update the system manually, open Settings > Windows Update and click the «Check for updates» button.
If you want to re-enable automatic updates, follow the same instructions outlined above, but in step 5, select the «Not Configured» option.
Change updates settings
The Windows Update policy also lets you decide how to disable automatic updates on Windows 11.
To manage automatic Windows 11 updates download with Group Policy, use these steps:
- Open Start.
- Search for gpedit.msc and select the top result to launch the experience.
- Navigate to the following path: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
- Double-click the «Configure Automatic Updates» policy on the right side.
- Check the Enabled option to turn on the policy.
- Under the «Options» section, select the «2 — Notify for download and auto install» option.
- Quick note: Since there’s no specific option to disable the feature, the closest alternative to disable system updates is the «2 — Notify for download and auto install» option. If you choose this option, updates won’t download automatically. Instead, you will see an «Install now» button to download and install the patches manually on the «Windows Update» settings page.
- Click the Apply button.
- Click the OK button.
Once you complete the steps, automatic updates will no longer occur on Windows 11. However, when new updates become available, you can choose to install them manually from the «Windows Update» settings page.
How to disable automatic updates from Registry
You can also disable automatic updates using the Registry in at least two different ways, like when using the Local Group Policy Editor.
Warning: This is a friendly reminder that editing the Registry is risky and can cause irreversible damage to your installation if you don’t do it correctly. Before proceeding, it’s recommended that you make a full backup of your PC.
Disable updates completely
To disable Windows Updates permanently through the Registry Editor, use these steps:
- Open Start.
- Search for regedit and click the top result to launch the Registry Editor.
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the Windows (folder) key, select the New submenu, and choose the Key option.
- Name the new key WindowsUpdate and press Enter.
- Right-click the newly created key, select the New submenu, and choose the Key option.
- Name the new key AU and press Enter.
- Right-click the AU key, select the New submenu, and choose the «DWORD (32-bit) Value» option.
- Name the new key NoAutoUpdate and press Enter.
- Double-click the newly created key and change its value from 0 to 1.
- Click the OK button.
- Restart the device.
After you complete the steps, the automatic update feature on Windows 11 will be disabled permanently. However, you can still install updates from the «Windows Update» settings page.
If you want to undo the changes, you can use the same instructions, but on step 4, right-click the WindowsUpdate key, select the «Delete» option, and restart the device.
Change updates settings
On Windows 11, the Registry also allows you to configure the system settings to choose how updates are installed instead of disabling the feature altogether.
To customize Windows 11 update settings with the Registry, use these steps:
- Open Start.
- Search for regedit and click the top result to open the Registry Editor.
- Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the Windows (folder) key, select the New submenu, and choose the Key option.
- Name the new key WindowsUpdate and press Enter.
- Right-click the newly created key, select the New submenu, and choose the Key option.
- Name the new key AU and press Enter.
- Right-click the AU key, select the New submenu, and select the «DWORD (32-bit) Value» option.
- Name the new key AUOptions and press Enter.
- Double-click the newly created key and change the value from 0 to 2.
These options work exactly like the Group Policy settings, and option «2» is the closest to permanently enabling the disabling of updates on Windows 11.
- 2 — Notify for download and auto install.
- 3 — Auto download and notify for install.
- 4 — Auto download and schedule the install.
- 5 — Allow local admin to choose settings.
- 7 — Auto Download, Notify to install, Notify to Restart.
- Click the OK button.
- Restart the device.
Once you complete the steps, cumulative updates will no longer download and install automatically. However, when a new update becomes available, you will find the option to install it manually from the Windows Update settings.
You can always use the instructions outlined above to undo the settings, but on step 4, right-click the WindowsUpdate key, select the «Delete» option, and reboot the computer.
Although updates are essential to patch security vulnerabilities, fix problems, and enhance the experience, sometimes, you may want to disable the feature for various reasons. For instance, you may want to prevent problematic updates from causing more harm than good, or you may be using specific equipment or programs that may not benefit from a system update. Or you may want complete control over updates.
More resources
For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:
- Windows 11 on Windows Central — All you need to know
- Windows 10 on Windows Central — All you need to know
Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.
- To disable Windows 11 automatic updates, open Settings > Windows Update, and click the “Pause for 1 week” button to disable updates.
- To prevent updates from downloading automatically, open Group Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update, open the “Configure Automatic Updates” policy and disable it.
- On Windows 11 Home, you can use the Registry to disable updates from
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows, creating the “WindowsUpdate” and “AU” keys and then setting the “NoAutoUpdate” DWORD to “1.” - You can also modify the “FlightSettingsMaxPauseDays” Registry key to modify the “Pause updates” options to stop updates for up to 20 years.
UPDATED 3/3/2025: On Windows 11, you can disable automatic updates (permanently or temporarily), and in this guide, I’ll outline three ways to accomplish this configuration whether you use the Pro or Home edition of the operating system.
Although system updates were optional in older versions, starting on Windows 10 and continuing on Windows 11, updates download and install automatically to help keep your computer and data secure and ensure you have the latest features, improvements, and fixes. However, it has now become normal for Microsoft to roll out updates with bugs and errors that negatively affect the experience and performance.
If you want to take control and temporarily pause or permanently disable Windows Update, you have a few options. For example, you can temporarily prevent the system from getting updates using the “Windows Update” settings. The default setting allows you to pause updates for a week, but you can modify this option to pause updates for up to 20 years.
If you want to disable updates permanently, you can change the automatic updates policy through Group Policy or Registry.
Although the Group Policy and Registry options will stop the system from downloading updates automatically, you will continue to be able to install updates manually.
In this guide, I will teach you the steps to prevent updates from being installed on Windows 11. If you have a Windows 10 device, you can use these instructions to disable automatic updates.
- Disable automatic updates on Windows 11 (Pro/Home) from Settings
- Disable automatic updates on Windows 11 (Pro) from Group Policy
- Disable automatic updates on Windows 11 (Pro/Home) from Registry
- Disable automatic updates on Windows 11 (Pro/Home) for 20 years
Warning: It’s crucial to note that modifying the Registry can cause serious problems if not used properly. It’s assumed you know what you’re doing and created a full backup of your system before proceeding.
Disable automatic updates on Windows 11 (Pro/Home) from Settings
To disable Windows 11 automatic updates, use these steps:
-
Open Settings on Windows 11.
-
Click on Windows Update.
-
(Optional) Turn off the “Get the latest updates as soon as they’re available” toggle switch under the “More options” section.
-
Click the “Pause for 1 week” button to disable automatic updates for the “Pause updates” setting.
Once you complete the steps, Windows 11 updates will stop downloading on your computer for at least one week or until you click the “Resume updates” button.
Block automatic download for a specific update
To prevent a particular update from downloading on Windows 11, use these steps:
-
Open the Microsoft Download Center page.
-
Download the “Show or hide updates troubleshooter” file on your computer.
-
Double-click the “wushowhide.diagcab” file to launch the tool.
-
Click the Next button.
-
Click the “Hide updates” option.
-
Select the Windows 11 update or driver to block.
-
Click the Next button.
-
Click the Close button.
After you complete the steps, the update will no longer be available through Windows Update. However, when a newer version of the update becomes available, Windows Update will automatically download and install it.
Disable automatic updates on Windows 11 (Pro) from Group Policy
You can also permanently stop updates from downloading automatically by configuring the Windows Update settings in the Group Policy Editor. However, this option is only available on Windows 11 Pro, as the Home edition does not include this tool.
If you’re using Windows 11 Home, you can still disable updates by modifying the Registry.
To disable automatic updates permanently from Group Policy on Windows 11, use these steps:
-
Open Start.
-
Search for gpedit and click the top result to open the Group Policy Editor.
-
Open the “Manage and user experience” folder in the path:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
-
Double-click to open the “Configure Automatic Updates” policy.
-
Choose the “Disabled” option to disable automatic Windows Update permanently.
-
Click the Apply button.
-
Click the OK button.
Once you complete the steps, Windows Update will no longer download and install system updates automatically on Windows 11. However, you can still check for updates manually through the Settings app.
If you want to undo the changes, you can re-enable automatic updates using the same instructions, but in step 5, select the “Not Configured” option.
Disable automatic updates on Windows 11 (Pro/Home) from Registry
Alternatively, you can stop automatic Windows 11 Home or Pro updates from the Registry.
To stop Windows 11 from downloading updates automatically from the Registry, use these steps:
-
Open Start.
-
Search for regedit and click the top result to launch the Registry Editor.
-
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
-
Right-click the Windows (folder) key, select New, and choose the Key option.
-
Name the key WindowsUpdate and press Enter.
-
Right-click the newly created key, select New, and choose the Key option.
-
Name the key AU and press Enter.
-
Right-click the AU key, select New, and choose the “DWORD (32-bit) Value” option.
-
Name the new key NoAutoUpdate and press Enter.
-
Double-click the newly created key and change its value from 0 to 1.
-
Click the OK button.
-
Restart the computer.
After you complete the steps, Windows Update will stop automatically downloading updates for Windows 11. However, you can still check for updates manually through the Settings app as necessary.
If the system is already downloading an update, you can stop and delete the pending system updates on Windows 11 by stopping the “Windows Update” services and clearing the contents from the “SoftwareDistribution” folder.
Disable automatic updates on Windows 11 (Pro/Home) for 20 years
Alternatively, you can also edit the Registry to modify the “Pause updates” options in the Settings app to pause system updates for up to 1042 weeks (or 20 years), which technically disables the “Windows Update” system permanently since Microsoft usually supports a version of its operating system for 10 years.
To disable automatic updates for Windows 11 by pausing system updates for 20 years, use these steps:
-
Open Start.
-
Search for regedit and click the top result to launch the Registry Editor.
-
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings
-
Double-click the FlightSettingsMaxPauseDays key and change its value to 00001c84.
-
Click the OK button.
-
Restart the computer.
-
Open Settings.
-
Click on Windows Update.
-
Select the “Pause for 1042 weeks” option in the “Pause updates” setting.
Once you complete the steps, the system won’t try to download updates for 20 years. However, you can always choose another time range. For example, every 52 weeks, this option will make sure your device gets updated every year.
Why are you disabling updates in the operating system? What method did you use? Let me know in the comments.
Update March 3, 2025: This guide has been updated to ensure accuracy and reflect changes to the process.
