Windows 11 Will Force Memory Integrity Activation in October 2026
Microsoft will automatically turn on memory integrity protection (VBS/HVCI) via Windows Update, and legacy drivers without modern signing may stop loading.

Microsoft will automatically enable the Memory Integrity feature on millions of Windows 11 PCs starting in October 2026, according to reporting by Windows Latest picked up by CNews, a Russian technology news outlet. The change arrives as part of a patch bundle distributed through Windows Update, with the key date set for October 13, 2026. For those who build and maintain software (and especially for those who manage corporate device fleets), the point of concern is clear: old drivers without modern digital signing may simply stop loading.
What Memory Integrity Is, in Practice
Memory Integrity is part of the VBS (Virtualization Based Security) set of features, also known on Windows as HVCI (Hypervisor-Enforced Code Integrity). The idea is to isolate potentially malicious code in a virtualized environment, using the hardware virtualization capabilities present in modern x86 processors from Intel and AMD, along with the Windows hypervisor (Hyper-V), according to Microsoft documentation cited by the source.
In everyday use, the control appears as the Core isolation → Memory integrity toggle, found at:
Settings → Privacy & security → Windows Security
→ Device security → Core isolation → Memory integrityThe source also notes that VBS is what has enabled, since 2024, the installation of Windows 11 security updates without a mandatory restart.
Which Machines Will Be Affected
The forced activation does not affect every Windows 11 PC, but the set of criteria published by Microsoft (and summarized by CNews) suggests it will cover the majority. The requirements:
| Requirement | Criterion | |---|---| | Intel processor | 8th generation (Coffee Lake, 2017) or newer | | AMD processor | Zen 2 microarchitecture (Ryzen/Threadripper 3000, 2019) or newer | | ARM processor | Qualcomm Snapdragon 8180 (2019) or newer | | RAM | minimum of 8 GB | | Storage | SSD of at least 64 GB | | Firmware | hardware virtualization enabled in BIOS/UEFI | | Drivers | compatible with the protection mechanism |
Machines certified as Secured-core PC, aimed at the corporate market, already ship from the factory with the feature turned on, according to Windows Latest.
Before flipping the switch via the update, Microsoft runs a device readiness check. The source also indicates that the update should not touch PCs where administrators have deliberately disabled the feature, whether through Group Policy, the Windows registry, or via Microsoft Intune. The relevant registry key is:
HKLM\System\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrityThe Problem Blocking Adoption: Legacy Drivers
The reason Microsoft has never enabled this by default is well known: there is a large number of hardware drivers whose support has been abandoned by the original manufacturer and which, as a result, lack modern digital signing. With memory integrity turned on, attempts by these drivers to access memory are blocked by Windows.
In the best-case scenario, the driver fails to load and the corresponding device becomes unusable. In the worst case, the PC fails to boot normally. To diagnose the issue, the source points to the path in Event Viewer:
Applications and Services Logs → Microsoft → Windows
→ CodeIntegrity → OperationalThe blocks are logged under Event ID 3087. This is the log worth monitoring in any pilot before October.
The second historical side effect is performance: the source cites a performance drop in the range of 1% to 5%, especially in games, with the feature active.
Why Now
The trigger, according to Windows Latest, is the advance of generative AI tools and software vulnerability-hunting tools. Finding flaws in Windows has become faster and cheaper, including for cybercriminals, who in some cases have started exploiting flaws before Microsoft can fix them. The mass activation of memory integrity is described as a simple and inexpensive way to raise the protection level for millions of users, although the source itself notes that it is not a panacea.
What Changes for Those Managing Fleets in Brazil
Here is the angle that matters to those who manage corporate machines in Brazil: a lot of equipment in use at Brazilian companies runs peripheral hardware with old drivers (thermal POS printers, barcode scanners, automation controllers, capture cards, tokens and digital certification devices, lab equipment). If these drivers lack a compatible signature, the scenario is devices stopping to work after a routine update, or worse, machines that fail to boot.
The defensive approach that makes sense, based on what the source describes, is to treat this as a scheduled breaking change:
- Inventory the drivers in the fleet and cross-reference them with the
CodeIntegrity/OperationalEvent log (Event ID 3087) in a pilot with memory integrity manually enabled. - Test before October the business-critical peripherals (tax/fiscal, POS, digital certification) on representative machines.
- Define the policy via Intune or GPO deliberately, knowing that disabling it blocks the automatic activation but also gives up the protection.
- Update or replace drivers without modern signing through the manufacturer, when available; where not available, assess whether the hardware is still worth keeping.
What remains open is the actual scope of Microsoft's readiness check: the source says it exists but does not detail how granular the detection of incompatible drivers will be before the switch is flipped. Until that becomes clear, first-hand testing on your own fleet is the only guarantee that the October rollover won't take down an essential device.
Translated from the Brazilian Portuguese original · Read the original
Perplexity swaps DynamoDB for in-house database and cuts latency by 5x
The company behind the AI-powered search engine migrated its serving layer to CobbleDB, an internal database written in Rust, and cut batch read latency by up to 5x while saving at least 20% on storage.