Why do users want to disable updates and when is it justified?
Automatic updates to the operating system, drivers, and programs often become a source of irritation. They can interrupt work at the most inopportune moment, take up traffic, slow down the laptop, or even lead to critical failures after installation. The problem is especially pressing for owners of older models - for example, Lenovo ThinkPad T430 or Dell Latitude E6420, where new versions of Windows 11 require resources that simply aren't available.
But there are also objective reasons for disabling updates: 1) Corporate laptops with a tightly configured environment where any change can disrupt the operation of specialized software. 2) Devices with limited internet (for example, via a mobile 4G modem), where every gigabyte counts. 3) Laptops with modified drivers (for example, for working with outdated equipment in studio recording or industrial automation), where standard updates break functionality.
In this article - 7 ways to disable updates at the system, service and registry level, including methods for Windows 10/11, macOS And Linux. And also - what to do if after disconnecting the laptop stops booting (spoiler: this can be fixed).
Method 1: Disable Windows Updates through Settings (Easiest Method)
If you need to temporarily pause updates without making deep changes to the system, this method is best suited. He works for Windows 10 (versions 1903 and later) and Windows 11, but has a limitation: after 35 days the system will still force you to update.
Instructions:
- Open
Start → Settings → Windows Update. - In the section "Advanced options" click
Pause updates. - Select the maximum period -
5 weeks(in Windows 11 the option is calledPause for 1 week, but it can be pressed up to 5 times in a row).
☑️ What to check before disabling updates
⚠️ Attention: After the pause period has expired, the system will automatically download and install all missed updates, if you do not repeat the procedure. To avoid this, combine this method with disabling the service wuauserv (see Method 3).
Method 2: Using the Local Group Policy Editor (for Pro/Enterprise)
This method is suitable for Windows 10/11 Pro, Enterprise or Education. In home editions (Home) there is no group policy editor, but you can install it manually (instructions in the spoiler below).
Step by step instructions:
- Click
Win + R, entergpedit.mscand pressEnter. - Follow the path:
Computer Configuration → Administrative Templates → Windows Components → Windows Update. - Double click on the parameter "Setting up automatic updates".
- Select
Disabledand apply the changes.
How to install gpedit.msc in Windows Home
1. Download an archive with group policy files for your version of Windows (for example, from itechtics.com).
2. Unpack the files into C:\Windows\Temp\gpedit.
3. Run a command prompt as an administrator and run:
@echo offpushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause
4. Reboot your laptop.
-->
⚠️ Attention: After applying this setting some security features (for example, virus protection Windows Defender) may stop updating. If it is critical for you to obtain virus signatures, use an alternative antivirus (for example, Kaspersky or ESET).
Method 3: Disabling the update service through Services
The most radical way is completely stop the update service (wuauserv). This works on all versions of Windows, but requires administrator rights. Cons: Some system components (eg. Microsoft Store) may not work correctly.
How to disable:
- Click
Win + R, enterservices.mscand pressEnter. - Find a service "Windows Update" (
Windows Update). - Double click on it in the field "Startup type" select
Disabled. - Click
Stop, thenApply.
If the service does not stop, check if an antivirus is blocking it (for example, Avast or Bitdefender). Temporarily disable protection and try again.
To be on the safe side, also disable related services:
- 🔄 Portable Device Listing Service (
WPDBusEnum) - sometimes interferes with disabling updates. - 🔄 Software Licensing Service (
sppsvc) - is responsible for activating Windows.
- Windows 10
- Windows 11
- Windows 7/8.1
- macOS
- Linux
- Another
Method 4: Editing the Registry (Advanced Users)
If the previous methods did not work, you can manually block updates through the registry. This is the most reliable way, but wrong changes can make the system inoperable. Before you start be sure to create a restore point!
Instructions:
- Click
Win + R, enterregeditand pressEnter. - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate(if folders
WindowsUpdateno - create it via right click →Create → Section). - Create a new parameter
DWORD (32 bits)with nameDoNotConnectToWindowsUpdateInternetLocationsand meaning1. - Create another parameter
DisableOSUpgrade(disables updating to a new version of Windows) with the value1.
To turn off automatic reboot after updates add the parameter:
NoAutoRebootWithLoggedOnUsers = 1 (in the same registry section).
| Registry setting | Meaning | What does |
|---|---|---|
DoNotConnectToWindowsUpdateInternetLocations |
1 |
Blocks connection to update servers |
DisableOSUpgrade |
1 |
Prevents updating to Windows 11 |
AUOptions |
1 |
Sets manual update checking mode |
NoAutoUpdate |
1 |
Completely disables automatic updates |
⚠️ Attention: After editing the registry some system applications (For example, Microsoft Edge or Xbox Game Bar) may stop updating. If they are critical for operation, use alternative browsers (for example, Firefox or Chrome).
Method 5: Disable driver updates
Even if you have disabled Windows updates, the system may automatically install drivers for video cards, network adapters or printers. This often breaks the operation of specialized software (for example, Adobe Premiere with custom drivers for NVIDIA Quadro).
How to disable:
- 🖥️ Via "Options":
- Go to
Start → Settings → System → Notifications and actions. - Uncheck "Get tips, tricks and tricks when using Windows".
- Go to
- 🔧 Through "Device Manager":
- Open
Device Manager(Win + X → Device Manager). - Right-click on the device (for example, NVIDIA GeForce GTX 1050) →
Properties → Driver → Roll Back(if available). - Go to the tab "Information", select
Equipment IDand copy the first line. - Open
Local Group Policy Editor(gpedit.msc) and go to:Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions. - Enable the option “Prohibit the installation of devices with the specified codes” and add the copied
Equipment ID.
- Open
Disabling driver updates is especially important for gamers and designers, where the stability of the video card is critical.
Method 6: Block updates through a firewall (advanced)
If all the previous methods did not work, you can block access to Microsoft servers at the firewall level. This is a radical method, but it is guaranteed to stop downloading updates.
Instructions for Windows Defender Firewall:
- Open
Control Panel → Windows Defender Firewall → Advanced Settings. - From the left menu select
Rules for outgoing connection → Create rule. - Select
Customizable → All programs. - In the field "Remote ports" please indicate
80, 443(HTTP/HTTPS). - In the field "Remote IP addresses" add:
13.107.4.50, 13.107.4.51, 13.107.4.52 # Серверы обновлений Windows20.190.128.0/18 # Диапазон Microsoft
23.2.40.0/22 # CDN обновлений - Select
Block connectionand apply the rule to all profiles.
For macOS (if you use Little Snitch or Lulu):
- 🍎 Add domains to the blacklist:
update.microsoft.com,download.microsoft.com,fe2.update.microsoft.com. - 🍎 Disable the service
softwareupdatedthroughTerminal:sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.softwareupdated.plist
Method 7: Disable updates on Linux (Ubuntu/Debian/Fedora)
In distributions based on Linux updates are managed via package manager (apt, dnf, pacman). To disable them, you need to edit the configuration files.
For Ubuntu/Debian:
- Open a terminal (
Ctrl + Alt + T). - Edit the file
/etc/apt/apt.conf.d/20auto-upgrades:sudo nano /etc/apt/apt.conf.d/20auto-upgrades - Replace the content with:
APT::Periodic::Update-Package-Lists "0";APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0"; - Disable the service
unattended-upgrades:sudo systemctl stop unattended-upgradessudo systemctl disable unattended-upgrades
For Fedora/RHEL:
- Disable automatic updates via
dnf-automatic:sudo systemctl stop dnf-automaticsudo systemctl disable dnf-automatic - Remove the automatic update timer:
sudo rm /etc/systemd/system/timers.target.wants/dnf-automatic.timer
⚠️ Attention: B Linux disabling updates fraught with security vulnerabilities, especially if you use a laptop to work with sensitive data. An alternative is to configure updates only for critical packages (such as kernel and security) via:
sudo apt-mark hold [имя_пакета]
What to do if the laptop does not turn on after disabling updates
If you have disabled updates through the registry or services, and your laptop stopped loading (for example, goes into a reboot loop or shows CRITICAL_PROCESS_DIED), don't panic. In 90% of cases this is fixable.
Recovery methods:
- 🔄 Boot in Safe Mode:
- When turning on the laptop, hold
Shift + F8(for Windows 10/11) orF8(for Windows 7). - Select
Safe Mode with Command Line Support. - Enter the command to reset the update services:
net stop wuauservnet stop bits
del "%windir%\SoftwareDistribution\*" /q /s
net start wuauserv
net start bits
- When turning on the laptop, hold
- 💿 Recovery via flash drive:
- Create a bootable USB flash drive with Windows on another PC (use Media Creation Tool or Rufus).
- Boot from it, select
System Restore → Command Prompt. - Restore the registry from a backup:
copy C:\Windows\System32\config\RegBack\* C:\Windows\System32\config\
If the laptop gives an error INACCESSIBLE_BOOT_DEVICE After disabling updates, check your disk controller drivers. Rolling back the driver often helps Intel RST or NVMe via safe mode.
FAQ: Frequently asked questions about disabling updates
Is it possible to disable updates only for specific programs (such as Microsoft Edge)?
Yes. For Microsoft Edge:
- Close your browser.
- Go to
C:\Program Files (x86)\Microsoft\Edge\Application. - Rename the folder
msedge.exeinmsedge.exe.bak. - Create a new text file named
msedge.exe(without extension) and add any text there.
The system will stop updating the browser, but it will also stop starting. An alternative is to use the portable version Edge or another browser.
How to disable updates on a macOS laptop?
B macOS:
- Open
Terminaland do:sudo softwareupdate --ignore "macOS Ventura"sudo softwareupdate --ignore "Safari" - Disable automatic check for updates:
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticCheckEnabled -bool false - Delete the file
/Library/Preferences/com.apple.SoftwareUpdate.plist:sudo rm /Library/Preferences/com.apple.SoftwareUpdate.plist
To completely disable it, use the utility Little Snitch to block domains apple.com And swscan.apple.com.
Will my laptop run faster after disabling updates?
Yes, but the effect depends on the configuration:
- 📈 On weak laptops (for example, Intel Celeron with 4 GB of RAM) disabling updates can give an increase in 10-15% productivity by freeing up resources.
- 📉 On powerful devices (for example, MSI GS66 with i7-10750H) the difference will be minimal, since modern SSDs and processors cope with background tasks without delay.
The main gain is in no sudden reboots and freezes during installation of updates.
How can I get updates back if I need them?
To turn updates back on:
- 🔄 B Windows:
- Open
services.mscand enable the serviceWindows Update. - Remove the settings you added in the registry (see Method 4).
- Run on the command line:
wuauclt /detectnow
- Open
sudo softwareupdate --reset-ignored
After that, check for updates manually via Settings → Windows Update.
Can disabled updates lead to viruses?
Yes, but the risk depends on your behavior:
- ⚠️ High riskif you:
- Visit pirated sites or download cracked software.
- Don't use antivirus.
- Connect to public Wi-Fi without a VPN.
- ✅ Low riskif you:
- Are you using an alternative antivirus (for example, Kaspersky Internet Security).
- Regularly update drivers manually (for example, through NVIDIA GeForce Experience).
- Do not open suspicious attachments in emails.
To minimize risk, turn off only major feature updates (for example, moving from Windows 10 to 11), but leave security updates.