Automatic updates Windows 10 is one of the most controversial features of the operating system. On the one hand, they provide security and stability by closing vulnerabilities and adding new features. On the other hand, they often become the reason slowdown, sudden reboots at the most inopportune moment, or even driver failures (especially on laptops with non-standard hardware, for example, ASUS ROG or Lenovo Legion).
If you're tired of constant updates that eat up your data, drain your battery, and interrupt your work, this article will help. disable them completely forever - without returning to factory settings and without the risk of losing data. We will look at both standard methods through system settings, as well as advanced ones (including editing the registry and using third-party utilities). Important: some methods require administrator rights and may affect security - more about this in the relevant sections.
Why does Windows 10 update so obsessively?
Unlike previous versions (eg Windows 7), where updates could be disabled in two clicks, in the "ten" Microsoft has purposefully made this process more difficult. Reasons:
- 🔒 Security: closing vulnerabilities (for example,
CVE-2023-XXXX) to protect against viruses and hacker attacks. - 📊 Telemetry: Collect data about system performance to improve the user experience (and, rumor has it, for targeted advertising).
- 💻 Single ecosystem: forced synchronization with cloud services Microsoft (OneDrive, Microsoft Store).
- 🔄 New hardware support: adding drivers for the latest processors (Intel 13th generation, AMD Ryzen 7000) and GPU (NVIDIA RTX 40, AMD Radeon RX 7000).
However, for many users (especially on weak laptops like Acer Aspire 3 or HP 250 G8) these updates do more harm than good. For example, after installation version 22H2 owners of old devices complain about:
- 🐢 Slowdown up to 30–40% (according to tests PassMark).
- 🔋 Increased battery consumption by 15–20% due to background activity
svchost.exe. - 🎮 Game compatibility issues (eg. GTA V or Cyberpunk 2077 crashes with an error
0xc000007b).
- Every week
- Once a month
- Only after major updates
- Never noticed any problems
Method 1: Disable via Windows Settings (the easiest)
If you need to temporarily pause updates (for example, during an important presentation or stream), use the built-in settings. This method does not disable updates forever, but allows you to postpone them for up to 35 days.
Instructions:
- Open menu
Start → Settings (⚙) → Update and Security. - In the section
Windows UpdateclickAdditional options. - In the block
Pausing updatesselect the maximum period - 35 days. - Activate the switch
Pause updates.
⚠️ Attention: After the deadline, the system will automatically download and install any missed updates. To set them aside again, repeat the procedure.
☑️ Preparing to disable updates
Method 2: Disable Windows Update (works until reboot)
A more radical method is to stop the service responsible for downloading and installing updates. This method valid until first reboot, so it is convenient to use it before resource-intensive tasks (video rendering, games, working in AutoCAD).
How to disable:
- Click
Win + R, enterservices.mscand pressEnter. - Find the service in the list
Windows Update (wuauserv). - Right click →
Properties. - In the field
Startup typeselectDisabled. - Click
Stop, thenApply.
To change everything back, repeat the steps and select Automatic (delayed start).
What happens if you disable the update service forever?
The system will no longer receive critical security patches, which increases the risk of virus infection (for example, WannaCry or Emotet). In addition, some programs (for example, Microsoft Office or Visual Studio) may require the latest updates to function correctly.
Method 3: Editing the Registry (Permanent Disable)
This method blocks updates forever, but requires caution: incorrect changes to the registry can lead to system collapse. Before you start create a restore point!
Step by step instructions:
- Click
Win + R, enterregeditand confirm administrator rights. - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdateIf folders
WindowsUpdateno - create it (right button →Create → Section). - On the right side of the window, create a new parameter
DWORD (32 bits)with nameDoNotConnectToWindowsUpdateInternetLocations. - Give it a value
1. - Create another parameter
DWORDwith nameSetDisableUXWUAccessand meaning1. - Restart your laptop.
⚠️ Attention: after this method Windows Update in Parameters will become unavailable (there will be an error 0x80070002). To get everything back, delete the created parameters or return their values to 0.
| Registry setting | Meaning | Effect |
|---|---|---|
DoNotConnectToWindowsUpdateInternetLocations |
1 |
Blocks connection to update servers |
SetDisableUXWUAccess |
1 |
Hides the Updates section in Settings |
AUOptions |
2 |
Sets the "Notify about loading" mode (optional) |
NoAutoUpdate |
1 |
Completely disables automatic installation |
Before editing the registry, export your current settings: select the folder WindowsUpdate → File → Export. This will allow you to quickly restore everything if something goes wrong.
Method 4: Group Policy (Pro and Enterprise only)
If your laptop has Windows 10 Pro, Enterprise or Education, you can use Local Group Policy Editor - a tool not available in Home-versions. This method most reliable and does not require registry edits.
Instructions:
- Click
Win + R, entergpedit.mscand pressEnter. - Follow the path:
Конфигурация компьютера → Административные шаблоны → Компоненты Windows → Центр обновления Windows - Find the parameter
Setting up automatic updatesand open it. - Select
Disabledand pressOK. - To be on the safe side, also disable the following options:
Automatic reboot when installing updatesNotify about reboot
⚠️ Attention: if you are using the enterprise version Windows, a domain administrator can override these settings through server policies. In this case, disabling updates will be temporary.
The Group Policy Editor is the safest way to disable updates without the risk of damaging your system. However, it is only available in Pro/Enterprise versions of Windows.
Method 5: Third Party Utilities (For Advanced Users)
If standard methods do not help (for example, Microsoft blocks changes through updates), you can use specialized programs. We tested the 3 most reliable:
| Utility | Functions | Pros | Cons |
|---|---|---|---|
| Windows Update Blocker (WUB) | Blocks the update service, edits the registry | Free, portable (no installation required) | May conflict with antiviruses (Kaspersky, ESET) |
| StopUpdates10 | Disables 10+ update related services | Works on all versions of Windows 10/11 | Complex interface, no Russian language |
| DWS Lite | Removes already downloaded updates and blocks new ones | Can clear the update cache (frees up to 20 GB) | Paid version with advanced features |
⚠️ Attention: some antiviruses (for example, Avast or Bitdefender) may block these programs as “potentially dangerous”. To avoid false positives, temporarily disable protection or add the utility to exceptions.
Usage example Windows Update Blocker:
- Download the program from the official website Sordum.
- Run as administrator.
- Select
Disable Updatesand pressApply Now. - Restart your laptop.
What to do if the utility does not work?
1. Check if it is running as administrator. 2. Temporarily disable your antivirus. 3. Make sure there are no viruses on the system (for example, Trojan.Win32.Sality may block registry changes). 4. Try another program from the table.
What should I do if updates are still installed?
Sometimes Windows 10 ignores all blocking and forces updates to be downloaded. This happens due to:
- 🔄 Background service
svchost.exe(can bypass restrictions). - 📥 Hidden tasks in
Task Scheduler(For example,\Microsoft\Windows\WindowsUpdate\Scheduled Start). - 🔧 Driver updates via Windows Update (even if system updates are disabled).
Solutions:
- Disable Task Scheduler:
- Click
Win + R, entertaskschd.msc. - Go to
Task Scheduler Library → Microsoft → Windows → WindowsUpdate. - Disable all tasks in this section.
- Click
- Block Microsoft domains in
hosts:- Open the file
C:\Windows\System32\drivers\etc\hostsin Notepad (on behalf of the administrator). - Add the lines:
127.0.0.1 windowsupdate.microsoft.com127.0.0.1 update.microsoft.com
127.0.0.1 download.windowsupdate.com
- Open the file
- Use a firewall:
- Open
Control Panel → Windows Firewall → Advanced Settings. - Create a rule to block outgoing connections to
svchost.exe(indicate the pathC:\Windows\System32\svchost.exe).
- Open
FAQ: Frequently asked questions about disabling updates
Is it possible to disable updates only for specific drivers (for example, NVIDIA video cards)?
Yes, but it requires manual configuration. Go to Settings → Update & security → Advanced options → View update history → Uninstall updates. Find the problematic driver (for example, NVIDIA - Display - 5XX.XX), delete it and block it via Show or hide updates (utility from Microsoft).
Will the laptop work without updates? How safe is it?
The laptop will work, but:
- 🛡️ Risk of viruses will increase (especially if you use pirated Windows).
- 🔌 New devices (For example, USB-C docking station or Wi-Fi 6E adapters) may not be recognized.
- 🎮 Games and programs (For example, Adobe Photoshop or Unreal Engine) may require the latest libraries (DirectX, .NET Framework).
Recommendation: disable updates only if they are really interfere with work (for example, due to bugs in the latest version Windows).
How can I get updates back if something goes wrong?
Recovery methods:
- If used register or group policy — return the original parameter values.
- If blocked via
hosts- remove added lines. - If the service was disabled
wuauserv- run it again and installStartup type = Automatic. - As a last resort, use
system restore point(if you created it in advance).
Why did my laptop run faster after disabling updates?
Reasons for acceleration:
- 🖥️ Freeing up resources: service
svchost.exeno longer consumes 20–50% of CPU and RAM. - 💾 Stop background activity: The system stops downloading and installing update packages (which can weigh up to 5 GB).
- 🔋 Battery Saving: processes that constantly check for updates are disabled.
According to tests Tom's Hardware, disabling updates on weak laptops (for example, Lenovo IdeaPad 3 with Celeron N4020) increases battery life by 1–1.5 hours.
Is it possible to disable updates on Windows 11 using similar methods?
Yes, but with reservations:
- 🔄 B Windows 11 Microsoft tightened control over updates, so some methods (for example, through
gpedit.msc) may not work. - 🛠️ For Win11 It's better to use specialized utilities like W11DisableUpdates or ThisIsWin11.
- ⚠️ Disable updates on Windows 11 fraught blocking some functions (For example, Android subsystems or DirectStorage).