A forced restart during a client call, a stalled download that eats your entire evening, or a laptop that refuses to shut down until it finishes installing patches. If any of that sounds familiar, you already know why learning how to stop Windows Update matters. This guide covers every situation, from an update stuck mid download to a permanent shutdown of the update service on Windows 10 and Windows 11, including the exact commands, settings, and registry paths that actually work.
Quick Answer: How to Stop Windows Update in 60 Seconds
If Windows Update is actively downloading or installing right now, open Command Prompt as administrator and stop the Windows Update service before it locks your files.
- Press the Windows key, type cmd, right click Command Prompt, and select Run as administrator.
- Type net stop wuauserv and press Enter.
- Type net stop bits and press Enter.
- Wait until both services report that they stopped successfully, then close the window.
- For a temporary pause instead, go to Settings, Windows Update, and select Pause updates for one week.
- For a longer term block, set your network connection as metered, since Windows treats metered connections as a signal to hold back most automatic downloads.
This sequence answers how to stop Windows Update safely without corrupting the update cache, and it works on both Windows 10 and Windows 11.
Methods Compared: Which One Fits Your Situation
| Method | Windows Edition | Permanence Level | Safety Level | Recommended For |
|---|---|---|---|---|
| Stop wuauserv and bits via CMD | Home and Pro | Temporary, resets on reboot | High, when done correctly | An update stuck mid download right now |
| Pause updates in Settings | Home and Pro | Temporary, 1 to 5 weeks | Very high | Travelers, presentations, gaming sessions |
| Metered connection trick | Home and Pro | Semi permanent, until you disable it | Very high | Long term traffic control on WiFi or Ethernet |
| Disable Windows Update service | Home and Pro | Long term, until re enabled | Moderate, security patches also stop | Users who manage updates manually |
| Group Policy Editor | Pro and Enterprise only | Permanent, until policy changes | High, fully supported by Microsoft | IT administrators and power users |
| Registry Editor block | Home and Pro | Permanent, until key is removed | Moderate, requires careful editing | Home edition users without gpedit access |
Method 1: How to Stop an In Progress Windows Update Safely
An update that is already downloading or installing at some percentage on the screen is the most urgent version of this problem, and it is also the one that most competing guides skip entirely. Interrupting Windows Update the wrong way, such as holding the power button while it says do not turn off your computer, risks corrupting system files or triggering a blue screen. The correct approach is to stop the underlying services in an orderly way.
Stop the Windows Update Service and BITS via Command Prompt
- Press the Windows key, type cmd, then right click Command Prompt and choose Run as administrator.
- Type the following commands one at a time, pressing Enter after each:
- net stop wuauserv
- net stop bits
- net stop cryptsvc
- net stop appidsvc
- Each command should return a message confirming the service stopped. If a service says it cannot be stopped because other services depend on it, close any open Settings windows and try again.
These four services handle the download engine, background transfer, cryptographic verification, and application identity checks that Windows Update relies on. Stopping them halts the process cleanly without touching the files that are already on disk in a half written state.
Once you complete running the background update service commands, refer to our quick guide on the shortcut key to close windows instantly to clean up open Command Prompt and administrative tools.
Clear the SoftwareDistribution Folder to Prevent a Stuck Download
If the update was already partially downloaded, the leftover files can cause the same download to fail repeatedly once you allow updates again. After stopping the services above, open File Explorer, navigate to C:\Windows\SoftwareDistribution, and delete everything inside the Download subfolder. Do not delete the SoftwareDistribution folder itself, only its contents. This step clears the corrupted cache while leaving the folder structure Windows expects intact.
What to Do If the Progress Screen Freezes Between 1 and 99 Percent
A percentage counter that has not moved for over twenty minutes is usually still working in the background, since large cumulative updates can take a long time to expand. Give it at least thirty minutes before assuming it has failed. If it genuinely appears frozen and the disk activity light is not blinking, use the command sequence above from a secondary device or Safe Mode rather than force restarting, since a clean service stop is far less likely to cause boot problems than cutting power mid installation.
Method 2: Pause Automatic Updates via Windows Settings
This is the safest option for a temporary need, such as a presentation, a gaming tournament, or a work trip where you cannot risk a forced restart.
- Open Settings and select Windows Update.
- Select Pause updates for one week, or select Advanced options for a longer custom date.
- Windows allows a pause of up to 35 days total before it forces a check for updates again.
This method does not disable Windows Update permanently. When the pause ends, Windows resumes downloading and installing whatever it missed, so treat it as a short term shield rather than a lasting fix.

If you frequently switch between the Services menu, Command Prompt, and Settings while applying these fixes, check our helpful guide on how to switch windows using keyboard shortcuts to speed up your multitasking workflow.
Method 3: Set Your Connection as Metered on WiFi and Ethernet
Marking a connection as metered tells Windows to assume you are on a limited data plan, which quietly suppresses most automatic downloads, including many feature updates and app updates, without you touching the registry at all. Few guides mention that this trick also works on Ethernet, not only WiFi.
Enable Metered Connection on WiFi
- Open Settings, select Network and Internet, then select WiFi.
- Select your currently connected network name.
- Toggle Metered connection to On.
Enable Metered Connection on Ethernet
- Open Settings, select Network and Internet, then select Ethernet.
- Select your active Ethernet adapter.
- Toggle Metered connection to On.
Keep in mind that Microsoft explicitly excludes some security critical updates from this suppression, so metered mode reduces update frequency rather than eliminating it completely.
How to Stop Windows Update Fast?

When your Ethernet or Wi-Fi adapter fails to list under the Network & Internet settings menu, follow our step-by-step walkthrough on fixing network adapter not working on Windows to resolve underlying driver and hardware conflicts.
Method 4: Disable the Windows Update Service via Services.msc
This method stops Windows from checking for updates at all until you manually re enable the service, and it works on both Home and Pro editions.
- Press the Windows key, type services.msc, and press Enter.
- Scroll down to Windows Update, right click it, and select Properties.
- Set Startup type to Disabled.
- Select Stop if the service is currently running, then select Apply and OK.
Because this fully stops the update pipeline, including security patches, treat it as a workaround for advanced users who plan to install updates manually on their own schedule rather than a set and forget solution.
Method 5: Disable Automatic Updates via Group Policy Editor
Group Policy Editor is only available on Windows 10 and Windows 11 Pro, Enterprise, and Education editions. Home edition users should skip to Method 6.
- Press the Windows key, type gpedit.msc, and press Enter.
- Navigate to Computer Configuration, Administrative Templates, Windows Components, then Windows Update.
- On Windows 11, look inside the Manage end user experience subfolder for the same setting.
- Double click Configure Automatic Updates.
- Select Disabled, then select Apply and OK.
- Restart your computer for the policy to take effect.

How to Stop Windows Update Fast?
This is the method Microsoft itself documents for enterprise environments, which makes it the most officially supported way to disable automatic updates permanently on a Pro machine.
Method 6: Block Updates via Windows Registry for Home Edition
Windows Home edition does not include gpedit.msc, so Registry Editor is the closest equivalent for a permanent block. Back up the registry or create a system restore point before editing it, since incorrect changes elsewhere in the registry can cause unrelated problems.
- Press the Windows key, type regedit, and press Enter.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.
- Right click Windows, select New, then Key, and name it WindowsUpdate.
- Inside WindowsUpdate, right click, select New, then Key, and name it AU.
- Inside AU, right click, select New, then DWORD (32 bit) Value, and name it NoAutoUpdate.
- Double click NoAutoUpdate and set its value to 1.
- Restart your computer.

To reverse this later, set the value back to 0 or delete the AU key entirely.
Windows 10 Versus Windows 11: What Actually Changed
Anyone comparing the Windows 10 process against Windows 11 will notice the settings paths look almost identical but sit in slightly different menus.
- Windows 10 keeps the pause and update history options under Settings, Update and Security, Windows Update. Windows 11 moved this to Settings, Windows Update, dropping the Update and Security umbrella entirely.
- Windows 11 organizes Group Policy settings under an additional Manage end user experience subfolder that Windows 10 does not have.
- Windows 10 support and free security updates ended after October 14, 2025, which makes methods that fully disable the update service riskier on Windows 10 machines that are no longer receiving patches through any channel.
- Both versions respond identically to the metered connection trick and to the wuauserv service stop command.
If you frequently switch between the Services menu, Command Prompt, and Settings while applying these fixes, check our helpful guide on how to switch windows using keyboard shortcuts to speed up your multitasking workflow.
Does Stopping Windows Update Hurt Your Computer?
Pausing or disabling updates for a few days or weeks carries essentially no risk. The concern grows the longer updates stay off, since security patches close vulnerabilities that malware actively targets. A reasonable middle ground many users adopt is disabling automatic installation while still checking for updates manually every month or two, so critical security fixes get applied on your own timeline rather than at a random moment.
If you disable updates long term, keep your antivirus definitions current and avoid opening unfamiliar email attachments or downloads, since an outdated but otherwise healthy version of Windows is still safer than an unpatched one exposed to obvious risks. To install only a critical security patch without triggering the full update queue, open Settings, Windows Update, select Check for updates, install just the security item listed, then immediately re enable your preferred blocking method from the methods above.
Frequently Asked Questions
How do I stop Windows Update in progress?
Open Command Prompt as administrator and run net stop wuauserv followed by net stop bits. This halts the active download or installation without corrupting your system files, and it is the safest response to an update that is already running.
How do I stop a stuck Windows Update?
Stop the wuauserv and bits services using the commands above, then clear the contents of the Download folder inside C:\Windows\SoftwareDistribution. This removes the corrupted partial files that usually cause an update to get stuck at the same percentage on every attempt.
Will stopping updates hurt my computer?
Not in the short term. A pause of days or weeks carries little risk, though leaving security patches disabled indefinitely increases exposure to vulnerabilities that Microsoft has already fixed in later updates.
How can I stop system update permanently?
Use Group Policy Editor on Pro and Enterprise editions, or the registry method described above on Home edition. Both create a lasting block that survives restarts, unlike the temporary Settings pause.
How to stop Windows update Windows 10?
All six methods in this guide apply directly to Windows 10, with settings located under Settings, Update and Security, Windows Update rather than the simplified Windows 11 menu.
How do I turn off Windows Update on Windows 11?
The same six methods apply, though the Settings path is shorter: Settings, Windows Update, with Group Policy settings on Pro editions found inside the additional Manage end user experience subfolder.
How do I turn off automatic updates on Windows 10?
Open Settings, Update and Security, Windows Update, Advanced options, and turn off the toggle for automatically downloading updates over metered connections, then combine this with the Pause updates option for a stronger short term hold.
How do I disable Windows 10 update permanently?
Use the Group Policy method if you have Pro or Enterprise, or the registry NoAutoUpdate key if you have Home edition. Disabling the Windows Update service through services.msc also works but stops security patches entirely until re enabled.
How do I stop a Windows Update in progress that shows a blue screen?
A blue screen during an update is different from a stuck percentage screen. Let the automatic repair process finish, since Windows typically rolls back a failed update on its own. If it does not resolve after two automatic restart attempts, boot into the Windows Recovery Environment and select Troubleshoot, Advanced options, Uninstall Updates to remove the update that caused the crash
Is there a tool to permanently disable Windows 10 updates?
Third party tools exist, but the built in Group Policy Editor and Registry Editor methods above achieve the same result without installing extra software, which also avoids the security risk of granting an unknown application deep system permissions.
What do Reddit threads recommend for stopping Windows Update?
Community discussions consistently point to the same core techniques covered here: stopping the wuauserv service, using the metered connection trick, and Group Policy on Pro editions. The main difference in this guide is combining all of them with exact command syntax and safety notes for stopping an update that is already running
Can I stop Windows Update after it has already started installing?
Yes, up to the point where Windows displays a progress screen stating do not turn off your computer during the final commit phase. Before that specific screen appears, stopping wuauserv and bits through Command Prompt is safe. Once that exact warning is visible, let the installation finish, since interrupting the final file commit step is what actually causes corruption.
Final Notes
Knowing how to stop Windows Update the right way comes down to matching the method to the moment. Use the Command Prompt service stop when something is actively running right now, use Settings pause for a short trip or event, use the metered connection trick for ongoing background control, and reserve Group Policy or the registry edit for a genuinely permanent change. Whichever path you choose, keep an eye on your update history every month or two so a small handful of important security patches never falls too far behind.
If stopping background updates still leaves your web browser loading slowly or failing to resolve domain names, consult our guide on how to fix DNS server not responding on Windows 11 to restore full browsing speeds.
