What you will achieve
Pause quality updates temporarily or defer feature upgrades on Windows 11/10 Home and Pro without disabling security patches long term.
1) Pause updates in Settings
- Open Settings → Windows Update.
- Click the dropdown next to Pause updates and choose 1–5 weeks (Windows 11 22H2 and later).
- Updates resume automatically when the pause expires — set a calendar reminder to unpause and install.
2) Defer feature updates (Pro/Enterprise)
- Press Win + R, type
gpedit.msc, and press Enter (Pro/Enterprise only). - Navigate to Computer Configuration → Administrative Templates → Windows Components → Windows Update → Windows Update for Business.
- Enable Select when Preview Builds and Feature Updates are received and set deferral days.
3) Use metered connection (delays some downloads)
- For Wi‑Fi: Settings → Network & internet → Wi‑Fi → [your network] → Metered connection → On.
- For Ethernet on Windows 11: Settings → Network & internet → Ethernet → [adapter] → Metered connection → On.
- Metered mode delays many automatic downloads but does not replace pausing — critical security updates may still arrive.
4) Configure active hours
- Open Settings → Windows Update → Active hours and set your typical working window.
- Windows avoids automatic restarts during active hours for pending updates.
5) Quality update deferral (Pro)
- Group Policy: Select when Quality Updates are received under Windows Update for Business.
- Defer quality updates up to 30 days on current policies — not recommended for security unless testing in lab.
6) Check pause status via PowerShell
(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings").PauseFeatureUpdatesStartTime
7) Windows Update for Business cloud policy
- Intune defers mirror Local Group Policy — home users only get Settings pause, not 365-day deferrals.
- Check effective policy:
usoclient.exe StartScanthen review Settings for organisation-managed messages.
8) Deadline policies (Pro managed)
- Group Policy can set enforce deadlines — updates auto-install after N days even if user paused.
- Check Settings → Windows Update for “Restart required in X days” messaging from org policy.
- Home users without policy should manually install within two weeks of Patch Tuesday for security hygiene.
9) View update history
Settings → Windows Update → Update history lists quality vs feature entries — use this to correlate pauses with missed KBs.
Verification checklist
Confirm pause end date in Settings matches your calendar reminder. After unpause, run Check for updates twice — first pass may only download, second installs. On Pro, run gpresult to verify deferral policy matches IT documentation.
- Reboot once after changes that affect services, drivers, or firmware.
- Confirm the original problem is resolved under normal daily use, not only immediately after the fix.
- Note date, Windows version (Settings → System → About), and what changed in your personal runbook for next time.