Pause automatic windows 10 updates

Pausing automatic Windows Updates in Windows

Today I noticed my internet speed running slower that usual when running an internet speed test over the wireless network, I isolated the network usage to automatic Windows Update downloads that were in progress yet frustratingly there was no way to stop the Windows Update session.

Here’s how to pause/suspend an in-progress Windows Update session in Windows 10 as a local Administrator (by default for personal computers):

  1. Click the Start menu
  2. Type cmd to open the Windows search dialog with Command Prompt appearing as the Best Match
  3. Right click Command Prompt and from the dropdown menu select Run as Administrator
  4. The Command Prompt window will appear
  5. Enter the following Windows command:

    net stop wuauserv

  6. If successful the following response will be given:

    The Windows Update service was stopped successfully.

  7. Close the Command Prompt window

That’s it! 🙂

To resume your Windows Update session either open Windows Update from Settings > Update & Security and click the Retry button, open another Command Prompt window using the above instructions and replace net stop wuauserv with net start wuauserv, or simply restart Windows from the Start > Power menu.

Published by

Michael Visser

I'm a WordPress Plugin developer, UAV & Raspberry Pi enthusiast and general tinkerer. This visser.io domain serves as my development playground for non-WordPress Plugin projects.

Leave a Reply

Your email address will not be published. Required fields are marked *