Automatic updates Windows 10 often become a headache for laptop users. The system downloads gigabytes of data without warning, reboots the device at the most inopportune moment, and sometimes breaks drivers or operating settings. This is especially critical for owners of laptops with limited traffic or weak hardware, where each update takes away precious resources.

In this article we will look at all current ways to disable updates - from a temporary pause to complete blocking through the registry and group policy. You'll learn how to stop downloading updates permanently, pause them for 35 days, or disable only specific packages. Also, what risks do you risk by ignoring security updates, and how to minimize these risks.

Why does Windows 10 update so obsessively?

Microsoft has made updates mandatory Windows 10 for a reason. Main reasons:

  • 🔒 Security. Closing vulnerabilities through which hackers can gain access to your data.
  • 🛠️ Stability. Fixing bugs that could cause the system to slow down or crash.
  • 📱 Compatibility. Support for new hardware (for example, processors Intel 13th generation or video cards NVIDIA RTX 40).
  • 📊 Telemetry. Collecting data about the operation of the system to improve future versions (yes, this is surveillance).

But there is also a downside: updates often bring new bugs and conflict with drivers (especially on laptops ASUS, HP And Lenovo with custom utilities), take up disk space and eat up traffic. For example, cumulative updates (like KB5034441) can weigh up to 500 MB, and feature updates can weigh up to 4 GB.

Corporate users can disable updates via Group Policy, but in Windows 10 Home this tool is not available by default. You'll have to use workarounds.

📊 How often do Windows 10 updates annoy you?
  • Every week
  • Once a month
  • Only after major updates
  • I never pay attention

Method 1: Pause updates (official method)

The easiest and safest way is pause updates for 35 days. This won't shut them down forever, but it will give them a break. Suitable for Windows 10 Pro And Home.

  1. Open Settings → Update & Security → Windows Update.
  2. Click Additional options.
  3. In the section Pausing updates select the maximum date (usually 5 weeks).
  4. Save your changes.

After the deadline has expired, the system will start downloading updates again. To extend the pause, repeat the steps. Disadvantage of the method: after 35 days you will have to manually update drivers and security patches, otherwise you risk catching a virus.

Check Windows version (Win + R → winver)

Create a system restore point

Update drivers manually (especially for Wi-Fi and video card)

Disable background downloading of updates (in Delivery Options)

-->

Method 2: Disabling through “Services” (works on all editions)

A more radical method - disable update service (wuauserv). This will stop updates from downloading, but may disrupt operation Microsoft Store and some system components.

Instructions:

  1. Click Win + R, enter services.msc and press Enter.
  2. Find a service Windows Update (Windows Update).
  3. Right click → Properties.
  4. In the field Startup type select Disabled.
  5. Click Stop, then Apply.

To change everything back, repeat the steps and select Automatically in the launch type.

⚠️ Attention: Disabling the service may cause operational problems Defender and other security components. Do not use this method if you are connecting to public Wi-Fi networks.
Disconnection method Powered by Risks Reversibility
Pause for 35 days All editions No Automatically resumes
Disabling a service wuauserv All editions Crashes Defender, Store Yes (manual)
Registry (see Method 3) All editions System errors due to incorrect edits Yes (if done correctly)
Group Policy (gpedit.msc) Pro/Enterprise only Minimum Yes

Method 3: Editing the Registry (for advanced users)

If you're ready to dig into the system settings, editing the registry will give full control over updates. This method even works on Windows 10 Home, where there is no group policy.

Attention: incorrect changes to the registry can make the system inoperable. Create a restore point first!

Instructions:

  1. Click Win + R, enter regedit and confirm administrator rights.
  2. Follow the path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
  3. If folders WindowsUpdate or AU no - create them (right button → Create → Section).
  4. In a folder AU create a parameter DWORD (32 bits) with name NoAutoUpdate.
  5. Give it a value 1.
  6. Restart your laptop.

To return updates, remove the created parameter or set the value 0.

What should I do if the system does not boot after editing the registry?

If after changes in the registry Windows does not start, boot into Safe Mode (hold F8 at startup) and roll back the system via a restore point. If there is no dot, you will have to reinstall Windows or use the utility Dism++ to restore the registry from a backup.

Method 4: Group Policy (Pro/Enterprise only)

In the editorial offices Windows 10 Pro And Enterprise there is a built-in tool gpedit.msc, which allows you to flexibly configure updates. This method is safer than editing the registry and provides more options.

Step by step instructions:

  1. Click Win + R, enter gpedit.msc and press Enter.
  2. Follow the path:
    Конфигурация компьютера → Административные шаблоны → Компоненты Windows → Центр обновления Windows
  3. Double click on policy Setting up automatic updates.
  4. Select Disabled and apply the changes.
  5. For added security, disable the policy Remove access to use all Windows Update features.

After applying the policies, restart your laptop. To return your settings, select Not specified in the same policies.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")

After reboot gpedit.msc will be available.-->

Method 5: Third-party utilities (for the lazy)

If you don’t want to bother with the registry or services, you can use specialized programs. They are easier to manage and often offer additional features, such as selecting specific updates to block.

Top 3 proven utilities:

  • 🛡️ Windows Update Blocker (WUB) is a free, portable program with a simple interface. Allows you to disable updates with one click and enable them back.
  • 🔧 StopUpdates10 — blocks updates through the host file and services. Suitable for Windows 10 Home.
  • 📦 Wu10Man — an advanced tool with the ability to selectively block updates based on their KB numbers.

Warning: some antiviruses (eg. Kaspersky or Avast) can block such programs as potentially dangerous. This is a false positive - add the utility to the exceptions.

⚠️ Attention: Third-party programs may conflict with system components. Please create a backup copy of your data and a restore point before use. Do not download utilities from dubious sites - you risk catching a virus.

What are the dangers of disabling updates?

Completely disabling updates saves traffic and nerves, but has a downside:

  • 🕵️ Security Vulnerabilities. Without patches, your laptop becomes an easy target for viruses and hacker attacks (for example, through a vulnerability BlueKeep in RDP).
  • 🖥️ Incompatibility with new software. Over time, programs (e.g. Adobe Photoshop or AutoCAD) may require newer versions .NET Framework or DirectX.
  • 🔄 Accumulation of bugs. Without fixes, the system begins to slow down over time, and drivers begin to conflict.

Compromise option - disable automatic installation only, but manually check and install critical updates once every 1–2 months. To do this:

  1. B Settings → Update & Security click Additional options.
  2. Uncheck When updating Windows, provide updates for other Microsoft products.
  3. Select Notify when reboot is scheduled instead of automatic installation.
💡

You should only disable updates permanently if you are an experienced user who knows how to manually monitor system security. For most, it is optimal to pause updates for 35 days and install them selectively.

FAQ: Frequently asked questions about disabling updates

Is it possible to disable updates only for specific drivers (for example, Wi-Fi or video cards)?

Yes, but it requires manual configuration. Download the utility Show or Hide Updates from Microsoft (official page). It allows you to hide unnecessary drivers so that they are not installed automatically.

Will it work Windows Defender, if you disable updates?

Partially. The basic functions of the antivirus will remain, but without virus signature updates, its effectiveness will drop sharply. For security, it is recommended to manually update at least once a month Defender through Settings → Update & Security → Windows Security.

How to roll back an installed update if it breaks the system?

Go to Settings → Update & Security → Windows Update → View update history → Uninstall updates. Find the problematic package (usually KB*******) and delete it. If the system does not boot, use Safe Mode or restore point.

Is it possible to disable updates via hosts-file?

Technically yes, but it's ineffective. Previously blocked domains windowsupdate.com And update.microsoft.com in the file C:\Windows\System32\drivers\etc\hosts helped, but now Microsoft uses many mirrors and CDN, so the method is outdated. Better to use StopUpdates10 or editing the registry.

Why are they still installed after disabling updates?

Probable reasons:

  • You used the timeout and the time limit has expired.
  • Service wuauserv has been restarted by the system (check its status in services.msc).
  • Updates are downloaded via Windows Store or third party drivers (eg NVIDIA GeForce Experience).
  • The laptop has the manufacturer's software installed (for example, Lenovo Vantage or HP Support Assistant), which forces drivers to update.

Solution: check all the blocking methods from this article and disable auto-update in the manufacturer's programs.