HomeNewsletterCommunityToolsArchiveBlogAboutQuick Links Subscribe free
← Back to Blog
Technical Guide HotpatchWindows AutopatchWindows 11Patch Management24H2

Hotpatch for Windows 11 — June and July Are Baseline Months. Here's the Full 2026 Schedule

IA
Imran Awan
26 June 2026

Hotpatch for Windows 11 lets security updates install and take effect without a device restart — same security coverage as a standard cumulative update, just without the reboot. But it doesn't fire every month. The cycle runs quarterly: three months of hotpatch updates, then a baseline month where a full cumulative update lands and a restart is required. June 2026 is one of those baseline months. So is July.

The 2026 hotpatch calendar

Hotpatch follows a predictable quarterly rhythm. Here is the full 2026 schedule based on Microsoft's official release notes:

MonthUpdate typeRestart requiredKB
January 2026BaselineYesKB5074109
February 2026Hotpatch ✓NoKB5077212
March 2026Hotpatch ✓NoKB5079420
April 2026BaselineYesKB5083769
May 2026Hotpatch ✓NoKB5089466
June 2026 ← nowBaselineYesKB5094126
July 2026BaselineYesTBC
August 2026Hotpatch resumes ✓NoTBC
September 2026Hotpatch ✓NoTBC
October 2026BaselineYesTBC

Source: Windows Autopatch — Hotpatch updates (Microsoft Learn)

Why two baseline months in a row? June and July being consecutive baseline months is unusual. The standard pattern is one baseline then two hotpatch months. This appears to be a one-time schedule adjustment for the 2026 cycle. Hotpatch resumes normally in August.

What hotpatch actually is

Hotpatch updates contain the same security content as a standard monthly cumulative update (the B-release). The difference is delivery: hotpatch patches the in-memory code of running processes, so the security fix takes effect immediately — no reboot required to flush and reload. Package sizes are also significantly smaller than standard LCUs, which means faster download and less network impact across a large fleet.

On baseline months, a standard cumulative update installs normally and a restart is required. Baseline months establish the updated code on disk that the next three hotpatch months will patch in memory.

Prerequisites — all must be met

RequirementDetail
LicenceWindows 11 Enterprise E3/E5, Microsoft 365 F3, Windows 11 Education A3/A5, Microsoft 365 Business Premium, or Windows 365 Enterprise
OS versionWindows 11 24H2 or later — earlier versions are not eligible and get the standard LCU
ManagementMicrosoft Intune with Windows Autopatch, quality update policy with hotpatch enabled
BaselineDevice must be on the latest quarterly baseline update before hotpatch months begin
VBSVirtualization-based Security must be running — if VBS is off, the device falls back to LCU automatically

Arm64 devices — one extra step

Hotpatch works on Arm64 devices (Surface Pro X, Copilot+ PCs, etc.) but requires CHPE (Compiled Hybrid PE) to be disabled first. Set this via registry or the DisableCHPE CSP:

# Registry path to disable CHPE for hotpatch on Arm64
# Set HotPatchRestrictions = 1
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"HotPatchRestrictions"=dword:00000001

# Or deploy via Intune OMA-URI:
# ./Vendor/MSFT/Policy/Config/WindowsUpdate/DisableCHPE
# Value: 1
Arm64 + 32-bit Microsoft 365 Apps: Security updates for 32-bit Microsoft 365 Apps on Arm devices end in December 2026. If you have Arm devices running the 32-bit version of Office apps, plan the migration to 64-bit Arm-native builds before then.

Why a device might not be hotpatching

If your eligible devices are not receiving hotpatch updates when they should be, check these in order:

Autopatch alertMeaningAction
Hotpatch — Baseline missingDevice is behind on the quarterly baseline — will get a full LCU and restart firstNo action — self-corrects after baseline installs
Hotpatch — OS not compatibleDevice is on Windows 11 23H2 or earlierUpgrade to 24H2 or later
Hotpatch — VBS not runningVirtualization-based Security is disabled on the deviceEnable VBS (requires restart to take effect)

You can verify hotpatch is active on a device using Event Viewer:

# Check if AllowRebootlessUpdates is active in Event Viewer
# Applications and Services Logs > Microsoft > Windows > WindowsUpdateClient > Operational
# Look for events confirming hotpatch application without restart

# PowerShell: check VBS status
(Get-CimInstance -ClassName Win32_DeviceGuard -Namespace root\Microsoft\Windows\DeviceGuard).VirtualizationBasedSecurityStatus
# 2 = Running (hotpatch eligible)
# 0 = Off (hotpatch will not apply)

Hotpatch quality update report

Track hotpatch compliance across your fleet in Intune:

Intune admin center → Reports → Windows Autopatch → Windows quality updates → Reports tab → Hotpatch quality updates

The report shows per-policy counts for: Up to date, Hotpatched, Not up to date, In progress, Not ready, and Paused. Data refreshes every 4 hours.

Official Microsoft sources

Share this post
LinkedIn X / Twitter Reddit Bluesky

More from EndpointWeekly

Windows Update
Windows Autopatch Just Turned Hotpatch On By Default — Act…
From May 2026, hotpatch updates are enabled by default for all eligible devices in…
Windows
KB5094126 Sign-in Failure Fix — Windows 11 24H2
KB5094126 is causing sign-in failures on some Windows 11 24H2 devices after installation.…
Technical Guide
Silently Fix a Missing Primary Refresh Token with Intune…
No PRT means no passwordless. The device looks healthy in Intune, compliance shows green,…