How to Shut Off Windows 10 Updates: A Step-by-Step Guide
Windows 10 updates can be a blessing and a curse. On one hand, they provide crucial security patches and feature enhancements. On the other hand, they can be a real nuisance, especially if you're on a slow internet connection or prefer to keep your system running smoothly without any interruptions. In this article, we'll explore the various ways to shut off Windows 10 updates, so you can control when and how they occur.
Method 1: Disable Windows Update Service
To disable the Windows Update service, follow these steps:
- Press the Win + R keys to open the Run dialog box.
- Type
services.mscand press Enter. - In the Services window, scroll down and find the
Windows Updateservice. - Right-click on the service and select
Stop. - Then, right-click on the service again and select
Properties. - In the Properties window, set the
Startup typetoDisabled.
Method 2: Change Update Settings through Settings App
You can also change the update settings through the Settings app. Follow these steps:

- Go to
Settings(press Win + I keys) and click onUpdate & Security. - Click on
Windows Updatefrom the left menu. - Under
Active hours, you can specify the times when Windows won't download updates. - Under
Update options, you can choose toPause updates for a few daysorPause updates until next month. - Click on
Change active hoursto specify the times when Windows won't download updates.
Method 3: Use Group Policy Editor (for Pro, Enterprise, or Education versions)
If you're running a Pro, Enterprise, or Education version of Windows 10, you can use the Group Policy Editor to disable Windows updates. Follow these steps:
- Press the Win + R keys to open the Run dialog box.
- Type
gpedit.mscand press Enter. - In the Group Policy Editor, navigate to
Computer Configuration>Policies>Administrative Templates>Windows Components>Windows Update. - Double-click on
Configure Automatic Updatesand selectDisabled.
Method 4: Disable Updates through Registry Editor (for all versions)
Warning: editing the registry can be hazardous, so proceed with caution. Follow these steps:
- Press the Win + R keys to open the Run dialog box.
- Type
regeditand press Enter. - Navigate to
HKEY_LOCAL_MACHINE>SOFTWARE>Policies>Microsoft>Windows>Windows Update. - Create a new DWORD value named
AUand set its value to0.
Method 5: Use Third-Party Tools (not recommended)
While there are several third-party tools available that claim to disable Windows updates, we do not recommend using them. These tools can potentially cause more harm than good, and Microsoft may not support your system if you use them. If you're having trouble with Windows updates, it's always best to contact Microsoft support directly.

Method 6: Pause Updates through PowerShell (for all versions)
You can also pause Windows updates using PowerShell. Follow these steps:
- Open PowerShell as an administrator.
- Type
Get-Service -Name wuauserv | Stop-Serviceand press Enter. - Type
Set-Service -Name wuauserv -StartupType Disabledand press Enter.
Conclusion (not really)
We've explored six different methods to shut off Windows 10 updates. While these methods can be useful, we want to reiterate that disabling updates can potentially leave your system vulnerable to security risks. It's essential to weigh the pros and cons before making a decision. If you do choose to disable updates, make sure to keep your system up to date by manually checking for updates periodically.
Additional Tips
Here are some additional tips to keep in mind:
| Tip | Description |
|---|---|
| Use the Windows Update for Business service (for Pro, Enterprise, or Education versions) | This service allows you to control when and how Windows updates occur. |
| Use the Windows Update Analytics service (for Pro, Enterprise, or Education versions) | This service helps you monitor and troubleshoot Windows updates. |
| Set up a maintenance window (for all versions) | This allows you to schedule system maintenance tasks, including Windows updates. |