Windows 10 auto updates can be paused or controlled with settings, metered connections, Group Policy, and cautious use of the update service.
Windows 10 likes to pull updates in the background, then reboot when it thinks the time is right. That helps with security fixes and bug patches, but it can wreck a work session, drain mobile data, or break a tool you rely on. This guide walks through safe, practical ways to stop Windows 10 automatic updates from taking over, without leaving your PC exposed for long stretches.
Why Windows 10 Keeps Updating Itself
Before changing anything, it helps to know what Windows Update is trying to do. Windows 10 ships with a service that checks Microsoft’s servers for new quality patches, feature releases, driver updates, and malware definitions. On Home and Pro editions, that service is set to install most updates on its own so that everyday users stay protected without having to think about maintenance.
Quality updates arrive monthly and fix security holes and stability problems. Larger feature releases arrive less often and can change interface elements or add new tools. Both types can trigger long downloads and restarts, which is why many people look for a way to pause or delay them. The goal is not to block updates forever, but to decide when Windows 10 installs them.
Windows 10 Stop Auto Update With Built-In Settings
The safest place to start is the normal settings panel. Windows 10 includes controls to pause updates for a short time, limit restarts, and defer larger changes on some editions. These options keep your system inside Microsoft’s standard paths and reduce the chance of strange side effects.
Pause Windows 10 Updates For Up To 35 Days
You can pause most automatic updates directly from the main Windows Update screen. Microsoft describes this method in its official pause updates guide, and the same steps apply to recent Windows 10 builds.
- Open Settings — Press the Windows key, click the gear icon on the Start menu, or press Windows + I.
- Go To Windows Update — Choose Update & Security, then select Windows Update in the left sidebar.
- Use The Pause Button — Click Pause updates for 7 days. You can click this more than once to stack pauses, or pick a date under Advanced options > Pause updates.
- Resume When Ready — After your work rush or trip ends, return to the same screen and select Resume updates so you do not fall behind on security fixes.
This method is quick, safe, and fully reversible. It does not stop updates forever, and once the pause limit passes, Windows 10 insists that you install the latest patches before pausing again.
Set Active Hours To Avoid Surprise Restarts
Pausing updates buys time, but Windows 10 can still reboot once updates are downloaded. Active Hours helps cut down on those surprise restarts during the part of the day when you use the PC most.
- Open Windows Update Settings — Go back to Settings > Update & Security > Windows Update.
- Choose Change Active Hours — Pick the time range when you are usually working or gaming.
- Set A Realistic Window — For a desktop you use most of the day, a common choice is something like 8:00 to 22:00. Windows tries to schedule restarts outside that span.
Active Hours does not stop automatic updates, but it reduces the chance that a restart cuts into meetings, remote sessions, or long-running tasks.
Control Windows 10 Auto Updates With A Metered Connection
On metered connections, Windows 10 treats data as limited and holds back larger downloads. That includes many Windows Update packages. Marking a network as metered is a handy way to slow down automatic updates and protect mobile or capped data plans.
Mark Wi-Fi As Metered To Slow Automatic Downloads
- Open Network & Internet — In Settings, choose Network & Internet.
- Select Wi-Fi — Click your current Wi-Fi network.
- Set As Metered — Turn on the option labeled Set as metered connection.
With this switch on, Windows 10 still checks for updates, but it usually waits to download larger files until you connect to a non-metered network. Many Windows help threads note that this setting can hold back big update payloads while still allowing definition files for Microsoft Defender to arrive.
Things To Watch When Using A Metered Connection
- Check Advanced Options — In Windows Update > Advanced options, make sure the toggle for downloading updates over metered connections is off.
- Remember Ethernet Limits — Older builds allowed only Wi-Fi networks to be marked as metered. Newer builds extend that to Ethernet, but if you do not see the option, your version may be older.
- Plan For Manual Downloads — Mark a connection as metered only if you are ready to trigger updates manually from time to time on an uncapped network.
Use Group Policy To Stop Auto Updates On Windows 10 Pro
Windows 10 Pro, Enterprise, and Education editions include the Local Group Policy Editor, which gives much finer control over how updates behave. A widely used setting called “Configure Automatic Updates” can tell Windows to notify you before downloading anything. Administrators and experts often recommend this mode as a balance between control and safety, and Microsoft documents it in its Windows Update policy references.
Open Local Group Policy Editor
- Press Windows + R — This opens the Run dialog.
- Type gpedit.msc — Press Enter to launch the Local Group Policy Editor.
- Confirm Administrator Rights — If prompted by User Account Control, allow the change.
Set Configure Automatic Updates To Notify Only
- Browse To Windows Update Policies — In the editor, go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
- Open Configure Automatic Updates — Double-click this entry in the right-hand pane.
- Enable The Policy — Choose Enabled at the top of the window.
- Select Option 2 — In the options list, pick 2 – Notify for download and notify for install. This setting tells Windows 10 to show a notice when updates are available instead of downloading them on its own.
- Apply And Restart — Click Apply, then OK, and restart the PC so the new policy takes effect.
With this Group Policy in place, Windows 10 stops automatic downloads and installations. You still receive notifications, and you can open Windows Update when you are ready to install. Guides aimed at system administrators describe this option as a reliable way to stop Windows 10 auto updates without turning the entire update engine off.
Extra Policy Settings Worth Checking
- Defer Feature Updates — Some editions allow extra deferral time for big feature releases, which lets early bugs shake out before you commit.
- Control Automatic Reboots — Related policies can hold back restarts when users are logged on, further reducing surprise downtime.
Stop Windows 10 Auto Updates Through The Windows Update Service
More drastic methods involve switching off the Windows Update service itself. This stops Windows 10 from scanning for, downloading, or installing updates on its own. Official Microsoft answers and long-running admin threads warn that leaving updates disabled for months increases exposure to malware and other attacks, so this route should be temporary and only for people who accept the extra risk.
Disable Windows Update From The Services Panel
- Open The Services Console — Press Windows + R, type services.msc, and press Enter.
- Find Windows Update — Scroll down to the entry named Windows Update.
- Stop The Service — Right-click it and choose Stop. Wait for the status to change.
- Change Startup Type — Double-click the entry, set Startup type to Disabled, then click OK.
Once you do this, Windows 10 stops looking for updates completely. Admin-focused guides and Q&A threads stress that this leaves patching entirely in your hands. When you want to re-enable safer automatic behavior, return to the same panel, set the startup type back to Manual or Automatic, and start the service again.
Use Command Prompt Or PowerShell For Scripted Control
Experienced users sometimes toggle the Windows Update service with scripts so they can turn automatic updates on only when needed. A simple approach uses an elevated Command Prompt.
- Run Command Prompt As Administrator — Right-click Command Prompt and choose Run as administrator.
- Stop Windows Update — Enter net stop wuauserv and press Enter.
- Disable Startup — Enter sc config wuauserv start= disabled and press Enter.
Replace the final command with sc config wuauserv start= demand when you want Windows Update to be available again. Scripts like this can be wrapped in batch files so that you can quickly switch between paused and normal update behavior.
Compare The Main Ways To Stop Windows 10 Automatic Updates
Each method that can stop Windows 10 auto updates has trade-offs. Some are easy and safe, while others hand you full control but raise security risks. The table below gives a quick comparison.
| Method | Best For | Main Trade-Off |
|---|---|---|
| Pause updates in Settings | Short breaks during busy weeks | Stops only for up to 35 days, then updates resume |
| Metered connection | Limited or capped data plans | Some smaller updates may still arrive; needs manual checks |
| Group Policy notify-only | Windows 10 Pro users who want prompts | Requires extra clicks to install updates when you choose |
| Disable Windows Update service | Special setups where change control beats convenience | No automatic security patches; demands manual patch routine |
Safe Habits When You Stop Windows 10 Auto Updates
Stopping updates without any plan leads to a stale system that collects unpatched bugs. With a few habits, you can keep control and still stay reasonably safe.
Schedule Manual Update Checks
- Pick A Regular Slot — Set a weekly or monthly reminder to open Settings > Update & Security > Windows Update and click Check for updates.
- Install Security Patches First — When the list appears, give priority to items labeled as security or cumulative updates.
- Save Feature Updates For Calm Periods — Larger releases take more time and sometimes ship with early bugs, so install them when you have room to recover.
Take Backups Before Big Changes
A backup is your safety net if an update or rollback process goes wrong. Microsoft’s own documentation on Windows backup tools shows how to use File History or full system images, but third-party tools and cloud storage also help.
- Back Up Key Folders — Copy Documents, Desktop, and project folders to an external drive or cloud storage.
- Create A Restore Point — Use Create a restore point in the Start menu search to open System Protection and create a new point before large changes.
- Keep One Offline Copy — Store at least one backup on a drive that is not always plugged in to reduce the chance of ransomware reaching it.
Watch Windows 10’s Update Lifecycle
Windows 10 reaches the end of its regular update cycle on specific dates, and those dates vary by edition. Microsoft lists them on the official Windows 10 lifecycle page. Once that window closes for your edition, only extended security programs or an upgrade to a newer platform bring fresh patches.
Consumer groups and security researchers regularly remind users that running a system with no vendor updates raises long-term risk. Checking the lifecycle information for your copy of Windows 10 and planning an upgrade path beats running a frozen system for years with no new fixes.
Windows 10 gives you several ways to stop automatic updates from surprising you. Short pauses, metered connections, Group Policy tweaks, and service changes all help bring those updates under your control. Pick the lightest method that solves your problem, keep a simple patch routine in place, and your Windows 10 PC can stay stable without random reboots or runaway downloads.