How To Turn Off Windows Update In Windows 10 | No Patch Push

You can stop most automatic updates in Windows 10 by pausing updates, using metered connections, or setting update policies to “notify” instead of auto-install.

Windows Update is a mixed bag. It fixes bugs, patches security holes, and refreshes drivers. It can also interrupt your workday with downloads, restarts, and surprise “We’ll reboot when we feel like it” moments. If you’re on a capped connection or you run a PC that must stay stable, you may want updates on your schedule.

This article shows several ways to slow, pause, or block Windows 10 updates. You’ll see what each option does, where it works (Home vs Pro), and how to reverse it later. Pick the lightest option that solves your problem—then layer on a stronger one only if you still see downloads happening.

How To Turn Off Windows Update In Windows 10 With Built-In Controls

Before you flip switches, decide what “turn off” means for your setup. Windows 10 has a few different update channels: monthly quality updates, feature upgrades, Microsoft Defender definition updates, and drivers. Some methods stop only the big downloads. Some just change “auto install” into “ask first.” A few can block almost everything, yet they come with real trade-offs.

If you just want fewer interruptions, start with Pause Updates and restart scheduling. If you need stricter control, push Windows into “notify” mode with policy settings. If you’re troubleshooting a bad patch and need a short freeze, use a pause window and keep notes so you can resume later.

Choose A Control Level That Matches Your Risk

  • Light control: Pause updates and set active hours so restarts stop landing in the middle of work.
  • Medium control: Mark your connection as metered to reduce background downloads.
  • Strong control: On Pro/Enterprise/Education, use policy settings so Windows asks before it downloads.
  • Hard stop: Disable the update service or block with registry policies (works best when you know how to undo it).

One more reality check: Windows 10 is built to stay patched. Even the strongest options can be nudged by certain “must-have” updates, especially during security events. Your goal is control and predictability, not a forever lock that you forget about.

Start With The No-Surprise Options In Settings

If your main pain is restarts and mid-day downloads, Settings gets you most of the way with the least fuss. These switches are fast, easy to reverse, and low-risk. They won’t satisfy every power user, yet they’re the best first move for most PCs.

Pause Updates For A Fixed Window

Pausing updates stops Windows 10 from pulling new updates for a limited time. It’s useful when you’re traveling, on a deadline, or waiting to see if a new patch causes issues for other users.

  1. Open Settings.
  2. Go to Update & Security.
  3. Select Windows Update.
  4. Click Pause updates for 7 days, or open Advanced options and pick a resume date.

Two tips that save headaches:

  • If the pause option is “stuck,” you may need to install pending updates first, then pause again.
  • If you share a PC, tell other users the pause is active. Otherwise someone will click “Resume” and updates will flood in.

Stop Restarts From Hijacking Your Day

Even if you let updates download, you can keep restarts away from work hours. This doesn’t “turn off” updates, yet it removes the part that annoys most people.

  1. Open Settings > Update & Security > Windows Update.
  2. Select Change active hours, then set the hours when you use the PC.
  3. Check Restart options and set a scheduled restart time when you’re not using the machine.

Active hours works best when you set a wide window. If you work late, expand it. If your PC stays on overnight, schedule a restart when you’re asleep so you wake up to a clean boot.

Reduce Update Downloads With Metered Connections

Metered connections tell Windows 10 to treat your network as limited. That makes Windows more conservative with background downloads. It’s a strong option for tethering, mobile hotspots, and capped home internet plans. It can also help when you want fewer driver downloads while you’re stabilizing a system.

Set Wi-Fi As Metered

  1. Open Settings > Network & Internet.
  2. Click Wi-Fi, then select the network you’re connected to.
  3. Turn on Set as metered connection.

Set Ethernet As Metered

Some Windows 10 builds also allow metered Ethernet. If you see the option:

  1. Open Settings > Network & Internet.
  2. Click Ethernet, then select your connected network.
  3. Turn on Set as metered connection.

Metered mode can still allow certain smaller updates. Think of it as “slow down and ask” rather than “nothing can ever download.” For many people, that’s the sweet spot.

Switch Windows 10 Pro To “Notify” Instead Of Auto-Downloading

If you’re on Windows 10 Pro, Enterprise, or Education, Local Group Policy is the cleanest way to keep control without breaking core update plumbing. The idea is simple: make Windows notify you before it downloads updates, then install when you choose.

Microsoft documents the broader set of update policy knobs under Windows Update client policies via Group Policy, including where to find them in the editor.

Set “Configure Automatic Updates” To A Notify Mode

  1. Press Win + R, type gpedit.msc, then press Enter.
  2. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Open Configure Automatic Updates.
  4. Select Enabled.
  5. In the options box, pick a notify-style setting (commonly “Notify for download and auto install,” wording varies by build).
  6. Click Apply, then OK.

After this, Windows should prompt you rather than pulling updates in the background. You still decide when to proceed. That makes it easier to plan restarts and avoid surprise bandwidth spikes.

Set A Feature Update Delay If Your PC Must Stay Stable

Feature upgrades can change drivers and system behavior. If your PC runs a specific app stack and you want fewer surprises, use Windows Update policies that defer feature updates. This keeps you on a known baseline while still allowing quality patches.

Use delays with a calendar reminder. If you defer for months and forget, you can stack risk into a single large catch-up window later.

Option Best Fit What You Get
Pause Updates (Settings) Any edition Short freeze; easy to undo; updates resume on a date you pick
Active Hours + Scheduled Restart Any edition Updates can install, yet restarts stop landing during work time
Metered Connection Any edition Fewer background downloads; good for capped data plans
Group Policy “Notify” Mode Pro/Enterprise/Education Windows asks before download; you pick install timing
Registry Policy Keys Home (manual), Pro too Policy-style control without gpedit; needs careful rollback
Disable Windows Update Service Short-term troubleshooting Hard stop for update engine; can break Store/app updates
Managed Updates With WSUS Business networks Central approval and timing control across many PCs
Third-Party Blockers Last resort Can work, yet adds risk; stick to known vendors and test rollback

Apply Policy Control On Windows 10 Home With The Registry

Windows 10 Home doesn’t ship with the Local Group Policy Editor, yet many of the same controls can be set through policy registry keys. This is a stronger move than Settings toggles, so treat it like a change you may need to reverse.

Create The Policy Keys

  1. Press Win + R, type regedit, then press Enter.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.
  3. If you don’t see it, create a key named WindowsUpdate.
  4. Under WindowsUpdate, create a key named AU.

Set A Notify-Style Value

Inside the AU key, create a DWORD (32-bit) value named AUOptions. Different values map to different behaviors. A common goal is a notify-first mode so downloads don’t start until you say so. After setting it, reboot the PC.

Two guardrails keep you safe:

  • Write down what you changed: key path, value name, and number you set.
  • If something goes sideways, delete the value or the policy keys and reboot.

Registry policy changes can be overwritten by other management layers on a work PC. If your device is managed by an organization, policy control may be locked down by admin rules.

Stop The Windows Update Service When You Need A Hard Freeze

Disabling the Windows Update service is the closest thing to flipping the master switch. It’s also the option most likely to cause side effects. Use it when you need a short, strict freeze during troubleshooting, then turn it back on after you’re done.

Disable The Service

  1. Press Win + R, type services.msc, then press Enter.
  2. Find Windows Update.
  3. Double-click it.
  4. Click Stop.
  5. Set Startup type to Disabled.
  6. Click Apply, then OK.

Turn It Back On Cleanly

When you’re ready to resume normal updates:

  1. Go back to Windows Update in services.msc.
  2. Set Startup type to Manual or Automatic (either can work, depending on your build).
  3. Click Start.
  4. Open Settings > Update & Security > Windows Update, then run a manual check.

If you disable the service and later see Store apps failing to update, turning the service back on is often the first fix to try.

Control Updates Across Many PCs With Central Management

If you manage more than one Windows machine, per-device tweaks get old fast. In business settings, a server-based approach can stage and approve updates on your schedule. One classic option is WSUS.

Microsoft’s documentation lays out what WSUS is and how it fits into update management in the Windows Server Update Services (WSUS) overview.

For a single home PC, WSUS is usually overkill. For a small office with many desktops, it can make update timing predictable, with fewer surprises for users.

Keep Manual Updates From Turning Into A Mess

Once you reduce automatic updates, you’re the scheduler. That’s fine as long as you set a routine. The goal is to avoid “I disabled updates six months ago and forgot,” then you face a pile of changes all at once.

Pick A Simple Patch Rhythm

  • Choose one day per month to run updates manually.
  • Before you start, save work and plan for one reboot.
  • After updates install, open your key apps and confirm they launch.

If you use policy notify mode, you can treat the prompt like a calendar task: approve downloads when you’re ready, then schedule the restart at a quiet time.

Use Driver Updates With Care

Windows Update can deliver drivers. That’s handy for basic hardware, yet it can clash with custom GPU drivers or vendor utilities. If you’re troubleshooting performance or crashes, install drivers from your device vendor when you can, then keep Windows driver updates on a tighter leash.

Checkpoint Where To Set It What It Prevents
Active Hours Settings > Update & Security > Windows Update Mid-session restarts
Scheduled Restart Time Windows Update > Restart options Random reboot timing
Pause Window End Date Windows Update > Advanced options Updates resuming when you’re on a trip
Metered Connection Toggle Settings > Network & Internet Large background downloads
Notify-First Policy gpedit.msc (Pro+) or policy registry keys Auto-download without your say
Disk Space Buffer Storage settings Failed installs due to low space
Manual Check Routine Windows Update page Months of delayed patches piling up

Troubleshoot Common Problems After You Block Updates

When you restrict updates, Windows can act a little odd in a few predictable ways. These fixes cover the usual pain points without adding extra tools.

Updates Still Download On Their Own

  • Check whether your pause window ended.
  • Confirm metered mode is enabled on the network you’re using right now.
  • On Pro, re-check the policy value for automatic updates and confirm it’s applied.
  • If you edited the registry, verify the keys are under the Policies path, not a similar-looking branch.

The Windows Update Page Shows Errors

If you disabled the Windows Update service, the Settings page may throw errors until you re-enable it. Turn the service back on, reboot, then check again. If you use notify-first policy mode, errors can also show up if your system time is off. Fix the clock, then retry.

Store Apps Stop Updating

Store app updates often rely on Windows update components. If you need Store updates, avoid the hard-stop service method. Use policy notify mode or metered mode instead, then run manual checks when it suits you.

A Safe Way To Undo Everything

Reversing changes is straightforward if you do it in the same order you applied them.

  1. Resume updates in Settings if paused.
  2. Turn off metered mode on your network if you enabled it.
  3. Reset Group Policy settings to “Not Configured” if you changed them (Pro/Enterprise/Education).
  4. Remove policy registry values you created under the WindowsUpdate/AU keys, then reboot.
  5. Set Windows Update service back to Manual/Automatic and start it.

After rollback, run a manual Windows Update check and let it complete once. That clears the “half-changed” state that can cause odd behavior.

References & Sources