Why Windows Update Restarts Even With Active Hours Set Wide
🔍 WiseChecker

Why Windows Update Restarts Even With Active Hours Set Wide

Quick fix: Active Hours is advisory, not enforced. Windows can override it for “mandatory” restarts after a deadline. Add a hard enforcement via Group Policy: Configure Automatic Maintenance Activation Boundary sets a strict restart-only window. Combined with No auto-restart with logged on users set to Disabled (with deadline policy enforced).

You set Active Hours from 6 AM to 11 PM. Windows still restarted at 2 PM on a Wednesday for an update. Active Hours wasn’t respected. The update deadline triggered an “over-active-hours” restart that Active Hours can’t prevent.

Symptom: Windows Update restarts during Active Hours despite the setting being wide.
Affects: Windows 11 with updates.
Fix time: 10 minutes.

ADVERTISEMENT

Why Active Hours fails to prevent restarts

Active Hours tells Windows “don’t restart now if I’m using the PC.” But once an update reaches its deadline (set by Microsoft policy at 14 days post-availability for most updates), Active Hours is bypassed. This is by design for security updates that must be applied.

Method 1: Use Automatic Maintenance Boundary as hard limit

  1. gpedit.msc → Computer Configuration → Administrative Templates → Windows Components → Maintenance Scheduler.
  2. Open Automatic Maintenance Activation Boundary. Set to Enabled, time = 02:00 (or your preferred restart window start).
  3. Set Automatic Maintenance Random Delay = 04:00 (4 hours of randomization).
  4. Updates wait for the maintenance window even past their deadline.

ADVERTISEMENT

Method 2: Configure Automatic Updates explicitly

  1. gpedit.msc → Windows Update → Manage end user experience.
  2. Open Configure Automatic Updates. Set to Enabled, AUOptions = 4 (auto download, schedule install).
  3. Set Schedule install day/time to your preferred restart window.
  4. Set No auto-restart with logged on users = Disabled (so scheduled restart actually happens).

Method 3: Pause updates temporarily

  1. Settings → Windows Update → Pause for 1 week.
  2. During the pause, no restarts.
  3. After resume, install updates manually at a convenient time.

Verification

  • Updates arrive but installation/restart happens only in your chosen window.
  • Active Hours and maintenance boundary work together; deadline restarts respect the maintenance window.

If none of these work

For managed devices, IT’s WSUS/Intune policy supersedes local. Coordinate with admin. For Home edition without GPO, the Maintenance Boundary path requires registry edits at HKLM\Software\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance.

Bottom line: Active Hours is advisory. Use Automatic Maintenance Boundary for hard enforcement of restart windows. Combine with explicit Automatic Updates configuration for deterministic behavior.

ADVERTISEMENT