KB5089570 Windows 11 Preview: Secure Boot, File Explorer, Copilot+ AI Updates

Microsoft released KB5089570 on May 26, 2026, as a preview cumulative update for Windows 11 version 26H1, moving supported systems to OS Build 28000.2179 and delivering non-security fixes, staged feature rollouts, servicing-stack changes, and Copilot+ PC AI component updates. The surface story is a familiar optional update with File Explorer polish, gaming hooks, audio sharing, and reliability fixes. The more important story is that Windows 11’s servicing model is now doing three jobs at once: shipping consumer-facing features, preparing security infrastructure, and selectively updating AI plumbing that only applies to a subset of hardware.
That makes KB5089570 less of a routine “preview” and more of a snapshot of where Windows is headed. Microsoft is treating the operating system as a continuously tuned platform, not a thing that changes meaningfully once or twice a year. For administrators, enthusiasts, and anyone maintaining installation media, the update is also a reminder that the boring details — MSU order, DISM behavior, servicing stack versions, and deployment channels — are where the real operational risk lives.

Windows desktop UI with Copilot+ AI, Secure Boot and Xbox mode panels on a blue tech-themed background.Microsoft’s Preview Channel Is Now the First Draft of Mainstream Windows​

The word preview can make an update sound experimental, but that is not quite how Windows preview cumulative updates function anymore. KB5089570 is a non-security release, which means it is not the monthly Patch Tuesday security payload, but it is still a production-quality package intended to become part of the next broader security update cycle. In practical terms, Microsoft is letting willing users and IT departments see the next month’s Windows behavior before it becomes unavoidable.
That distinction matters because the May 26 update is not just a bug-fix rollup. It includes new user-visible capabilities, platform behavior changes, servicing-stack improvements, and policy additions. A preview cumulative update has become a place where Microsoft stages the Windows experience itself.
The phased rollout language is also doing a lot of work. Microsoft says features may arrive through gradual rollout or normal rollout, meaning two machines on the same build number may not behave identically at the same moment. That is not a bug in Microsoft’s release model; it is the model.
For enthusiasts, that can be mildly annoying. For administrators, it can be a compliance and support wrinkle. When users report that one Windows 11 PC has Shared Audio or Xbox mode and another does not, “same KB installed” is no longer enough evidence that the same feature set is active.

The Consumer Features Are Flashier Than the Enterprise Story​

The headline additions in KB5089570 are easy to understand. Shared Audio lets two people listen from the same Windows 11 PC using Bluetooth LE Audio broadcast technology, assuming the right paired and connected devices are present. Xbox mode brings a full-screen, controller-friendly gaming interface to Windows 11 PCs, including laptops, desktops, and tablets.
Those are not trivial additions. Shared Audio makes Windows behave a little more like a modern mobile device in shared-use situations, while Xbox mode continues Microsoft’s long campaign to make the PC feel less like a deskbound productivity box when the user is gaming from a couch, handheld, or docked setup. Both are signs that Windows is being shaped around scenarios rather than old device categories.
But the consumer story should not distract from the more consequential administrative pattern. File Explorer gains support for more archive formats, including uu, cpio, xar, and NuGet packages. View and Sort preferences are preserved more reliably in common folders when apps open File Explorer directly. Dark mode gets another visual rough edge sanded down.
None of those changes will dominate social media. Yet they are exactly the kind of cumulative friction reduction that determines whether Windows feels coherent after years of layered modernization. Microsoft has spent much of the Windows 11 era rebuilding visible surfaces while older subsystems remain underneath; KB5089570 shows the company still working through the seams.

File Explorer Remains Windows’ Most Important Compatibility Layer​

File Explorer is not just a file manager. It is the user-facing edge of shell integration, archive handling, app workflows, cloud storage, developer packages, and decades of muscle memory. That is why even small changes in File Explorer carry more weight than their release-note wording suggests.
The expanded archive support is especially telling. Windows has slowly been absorbing functions that once required third-party utilities, and the addition of formats such as cpio, xar, and nupkg pushes File Explorer further into developer and cross-platform territory. NuGet package visibility is not a mainstream consumer demand, but it matters in the world where Windows is both an end-user OS and a development workstation.
The persistence of View and Sort preferences is another example of a small fix aimed at a large annoyance. Users do not think in terms of shell state management; they think Windows “forgot” how they wanted a folder to appear. When those preferences fail after another application launches File Explorer, it makes the OS feel arbitrary.
Microsoft is also continuing to tackle Explorer reliability, including processes that should stop after File Explorer windows close and broader explorer.exe behavior around sign-in, taskbar menus, Task View, and Quick Access. That may sound mundane, but explorer.exe is one of the load-bearing processes of the Windows desktop. When it misbehaves, the whole OS feels unstable even if the kernel, drivers, and applications are technically fine.

The Secure Boot Work Is the Update’s Quiet Center of Gravity​

The most consequential part of KB5089570 may be the Secure Boot change, not the new PC features. Microsoft says Windows quality updates will include additional high-confidence device targeting data to increase coverage for devices eligible to automatically receive new Secure Boot certificates. The phrasing is dry, but the implication is clear: certificate rotation and Secure Boot modernization are becoming part of routine Windows servicing.
That is a delicate operation. Secure Boot exists to protect the earliest stages of the boot chain, and changes in that area are inherently sensitive. Move too slowly, and old trust material lingers longer than it should. Move too aggressively, and machines can fail in ways that are difficult for ordinary users to diagnose and unpleasant for administrators to remediate.
Microsoft’s language about “successful update signals” and controlled rollout suggests the company is trying to avoid precisely that kind of failure mode. Rather than blasting new certificates indiscriminately, Windows appears to be using device targeting and update-health telemetry to decide where automatic certificate delivery is appropriate. In other words, the servicing system is becoming a risk engine.
The new LimitSecureBootRequiredServiceData policy is equally important for managed environments. It gives administrators a way to limit certain Secure Boot service data sent to Microsoft by suppressing a normal event. That will matter most in privacy-sensitive or restricted-traffic environments, where telemetry minimization is not a preference but a baseline requirement.
This is the double bind of modern Windows administration. The OS increasingly depends on cloud-informed rollout intelligence to safely update security-critical components, yet some organizations are required to reduce outbound service data wherever possible. KB5089570 does not resolve that tension, but it acknowledges it by adding policy surface area instead of pretending one model fits everyone.

Copilot+ PCs Are Getting Their Own Servicing Lane​

KB5089570 includes updates for AI components: Image Search, Content Extraction, Semantic Analysis, and Settings Model, all listed at version 1.2604.515.0. Microsoft also notes that these AI component updates apply only to Windows Copilot+ PCs and will not install on ordinary Windows PCs or Windows Server. That caveat is more than housekeeping.
Windows is now servicing capabilities that are hardware-contingent, model-dependent, and not necessarily visible to every user on the same OS build. The build number tells part of the story, but not the whole story. A Copilot+ PC and a non-Copilot+ PC can both sit under the Windows 11 umbrella while receiving different functional payloads from the same cumulative update.
That is a major shift in how people should think about Windows uniformity. Historically, administrators worried about edition, architecture, language pack, driver set, and patch level. Now they also have to consider whether the device belongs to an AI-capable class that receives extra components through the Windows servicing pipeline.
The names of the updated components are also revealing. Image Search, Content Extraction, Semantic Analysis, and Settings Model are not flashy application names; they are substrate. Microsoft is updating the machinery that lets Windows interpret local content, expose AI-assisted search, and potentially make settings more context-aware.
That does not mean every Copilot+ feature is suddenly enabled everywhere. It does mean the AI layer is no longer an app bolted onto Windows. It is becoming part of the serviced operating system, with its own versions, deployment rules, and applicability boundaries.

Optional Does Not Mean Irrelevant for IT​

KB5089570 is available through Windows Update as an optional preview update, while its changes are expected to flow into a future security update for broader deployment. That is the familiar rhythm: optional now, mainstream later. The trap is assuming that optional means ignorable.
For IT departments, preview updates are early-warning systems. They reveal what Microsoft is about to normalize. If an organization waits until the security update arrives to discover that File Explorer behavior changed, Secure Boot targeting evolved, or a kiosk configuration path shifted, it has traded short-term caution for late-stage surprise.
This is especially true because KB5089570 includes fixes across areas that often matter in enterprise images and managed endpoints. Microsoft Store download errors are reduced. Delivery Optimization memory use is improved. Kiosk mode configuration is simplified when Microsoft Edge is an allowed app. Startup app launch performance is improved.
Those are not headline features, but they map directly to help-desk tickets. Store installation failures, runaway memory usage, kiosk configuration oddities, and sluggish startup behavior are the kind of problems that drain administrative time precisely because they are intermittent, environment-specific, and hard to explain to users.
Preview updates give IT a chance to test those fixes against real fleet conditions before the same code rides in on a security deadline. The organizations that benefit most are not the ones that install previews everywhere. They are the ones that maintain a representative ring of test devices and treat preview releases as operational intelligence.

The MSU Instructions Are a Warning Hidden in Plain Sight​

The installation section of KB5089570 is unusually important because Microsoft emphasizes that the standalone package is available through the Microsoft Update Catalog and that one or more MSU files may require installation in a specific order. In the case shown for this update, the listed ARM64 package is the target MSU, but the general instruction is broader: download all MSU files for the KB, place them in the same folder, and let DISM discover and install prerequisites as needed.
That is the sensible route. DISM understands the package context better than a human double-clicking files in a hurry. If Microsoft says a KB may contain multiple MSUs with ordering requirements, the administrative response should be to automate the correct path, not to rely on memory.
The documentation also distinguishes between updating a running Windows PC and updating Windows installation media. For a live system, DISM with /Online /Add-Package or PowerShell’s Add-WindowsPackage -Online can apply the package. For offline images, the package can be injected into a mounted image, with the additional note that Dynamic Update packages should match the same month where available.
That last detail matters for anyone building deployment media. Mixing cumulative updates, SafeOS Dynamic Updates, and Setup Dynamic Updates from mismatched months can produce confusing results. Microsoft’s advice to use same-month packages when available, or the most recently published SafeOS or Setup Dynamic Update otherwise, reflects the reality that Windows setup is its own servicing environment.
The uninstall note is another administrative footgun. Because Microsoft combines the servicing stack update and the cumulative update, using wusa.exe with /uninstall on the combined package will not work. The SSU cannot be removed after installation, and removal must be handled through DISM against the LCU package name. Anyone still treating MSU packages as simple reversible installers is living in an older Windows servicing era.

ARM64 Is No Longer a Side Note​

The package example in the Microsoft instructions is for ARM64, and that is worth pausing over. Windows on Arm is no longer merely a curiosity for developers and early adopters. With Copilot+ PCs, Qualcomm-powered laptops, and Microsoft’s AI PC push, ARM64 has moved closer to the center of the Windows client story.
That does not mean x64 is fading away tomorrow. It does mean update documentation, deployment tooling, driver validation, and application compatibility testing must treat ARM64 as a first-class path. A Windows 11 fleet that includes Copilot+ systems will often include Arm systems, AI-capable systems, or both.
The combination creates new support matrices. An issue may reproduce only on ARM64. Or only on Copilot+ hardware. Or only where a particular AI component version is present. Or only on a device that received a gradual rollout feature. That is a very different world from “which Windows build are you on?”
For Windows enthusiasts, this fragmentation can be interesting. For support teams, it can be exhausting. The only sustainable response is better inventory: architecture, build number, feature availability, driver versions, AI component applicability, and update channel all need to be visible when troubleshooting.

Microsoft Store, Fonts, MIDI, and Monitors Tell the Same Story​

Some of KB5089570’s smaller fixes read like unrelated housekeeping, but together they show Microsoft chasing roughness across the breadth of the platform. Store installation reliability gets attention, including specific errors such as 0x80070057, 0x80240008, and 0x80073d28. That matters because the Store is no longer just a consumer app marketplace; it is also part of how inbox apps, dependencies, and commercial software flows onto managed systems.
Font improvements to Leelawadee UI for Thai, Lao, Khmer, and Lontara scripts are similarly easy to overlook if one works only in English-language environments. But typography is not cosmetic when it affects glyph sequencing, positioning, and rendering. For global Windows users, text rendering quality is core OS quality.
The audio fix for third-party driver compatibility with midisrv.exe is another niche item that will matter intensely to the users it affects. MIDI support sits at the intersection of legacy workflows, music production, hardware peripherals, and driver stacks. Windows compatibility is often judged not by whether the newest demo works, but whether the old workflow still does.
Display and graphics improvements around color profile persistence also fit the pattern. Color management remains one of those areas where Windows users can lose hours to settings that appear correct until they do not stick. A fix that makes supported monitor profiles more available and persistent is not glamorous, but it is exactly the kind of thing professionals notice.

The Kiosk and Startup Fixes Are Aimed at Managed Reality​

Kiosk mode rarely gets the attention it deserves because it is not a consumer feature, but it is one of Windows’ most visible enterprise roles. Retail terminals, check-in stations, classroom devices, factory dashboards, and public-use PCs all depend on Windows behaving predictably under tight constraints. KB5089570 simplifies allowed packaged-app configuration when Microsoft Edge is one of the permitted apps.
That sounds narrow, but Edge is frequently the whole point of a modern kiosk. A locked-down browser is how many organizations deliver a single web app without giving users a general-purpose desktop. Anything that reduces configuration friction there has practical value.
Startup app performance is another managed-environment concern masquerading as a consumer improvement. Users judge device health by the first minute after sign-in. If startup apps stall, the machine feels slow even if CPU, memory, and disk performance are otherwise fine.
Microsoft’s broader reliability work around explorer.exe also lands here. Taskbar menus, Task View, sign-in behavior, and Quick Access are not exotic features. They are the everyday surfaces that generate support calls when they hang, flicker, fail to refresh, or crash.

“No Known Issues” Should Be Read Carefully, Not Celebrated​

Microsoft says it is not currently aware of any issues with KB5089570. That is good news, but it should not be mistaken for proof that the update is risk-free. “No known issues” means no acknowledged issues at publication time, not no issues in the wild.
Preview updates are particularly prone to this gap because their audience is self-selecting. The first wave of installations may not reflect the hardware, policy, localization, peripheral, and application diversity of the broader Windows population. Problems often emerge only after an update reaches enough machines with enough weird combinations.
That does not make KB5089570 suspicious. It makes it normal. Windows is too large a platform for any single support article to be the final word on update quality.
The right approach is calibrated skepticism. Install on test rings, watch for known-issue updates, compare behavior across device classes, and avoid treating absence of evidence as evidence of absence. For home enthusiasts, that may mean waiting a few days unless a specific fix matters. For IT, it means testing deliberately rather than guessing.

The May Preview Reveals the New Windows Contract​

The practical reading of KB5089570 is straightforward, but the strategic reading is more interesting. Microsoft is using Windows Update to deliver not just patches, but a continuously shifting blend of shell refinements, AI substrate, hardware-specific capability, and security-trust maintenance. That is the new Windows contract.
Users get features sooner, but not always at the same time. Administrators get more policy controls, but also more variables to track. Copilot+ PC owners get specialized AI component updates, while other Windows PCs install the same KB without those components applying. Security improvements become more dependent on device targeting and successful update telemetry.
This is not necessarily bad. In fact, it may be the only realistic way to maintain Windows across conventional desktops, Arm laptops, AI PCs, gaming handhelds, kiosks, and enterprise fleets. The old model of monolithic Windows releases could not keep pace with that hardware and usage diversity.
But Microsoft’s documentation has to be read with that complexity in mind. A KB article is no longer merely a changelog. It is a deployment map, a feature flag hint, a policy notice, and sometimes a warning label.

The Build Number Is Only the Beginning This Time​

KB5089570 is worth testing not because every feature is urgent, but because it previews the assumptions Microsoft is carrying into the next Windows servicing wave. The update’s individual changes are useful; its combined direction is the point.
  • KB5089570 moves Windows 11 version 26H1 systems to OS Build 28000.2179 as a non-security preview cumulative update.
  • The update includes consumer-facing additions such as Shared Audio and Xbox mode, but availability may depend on phased rollout behavior and device eligibility.
  • File Explorer receives expanded archive support, preference-preservation fixes, dark-mode polish, and reliability improvements.
  • Secure Boot servicing gains additional targeting data and a new policy for limiting specific Secure Boot service data in restricted environments.
  • Copilot+ PCs receive AI component updates for Image Search, Content Extraction, Semantic Analysis, and Settings Model, while non-Copilot+ Windows PCs and Windows Server do not install those components.
  • Administrators using Microsoft Update Catalog packages should pay close attention to DISM, MSU ordering, offline image servicing, and the limits of uninstalling combined SSU-and-LCU packages.
KB5089570 is the kind of update that looks ordinary only if one reads it as a list of fixes. Read as a signal, it shows Windows 11 becoming more conditional, more hardware-aware, more cloud-informed, and more deeply serviced below the visible desktop. The next challenge for Microsoft is not merely shipping this model; it is making the model legible enough that users and administrators can trust what changed, why it changed, and which machines actually received it.

References​

  1. Primary source: Microsoft Support
    Published: Tue, 26 May 2026 21:32:32 Z
 

Microsoft released KB5089570 on May 26, 2026, as a non-security preview cumulative update for Windows 11 version 26H1, raising supported systems to OS Build 28000.2179 and bundling new PC experiences, enterprise controls, servicing-stack changes, and Copilot+ PC AI component updates. The headline is not one feature; it is Microsoft’s continued attempt to turn Windows into a faster-moving platform without admitting that monthly patching now carries product strategy inside it. This preview is optional, but it is also a rehearsal for the next security update, which makes it relevant far beyond enthusiasts who like to click “Check for updates.” For administrators, the update is a reminder that the Windows servicing train now delivers usability changes, AI plumbing, driver policy enforcement, and deployment constraints in the same carriage.

Futuristic AI cybersecurity dashboard with holographic brain, lock, and network shield over a laptop.Microsoft Uses the Preview Channel as a Product Launchpad​

KB5089570 is labeled a preview, but the word undersells what Microsoft is doing here. Preview updates used to be easy to describe as optional quality rollups: a place where fixes could get field exposure before arriving in the next Patch Tuesday release. This one still fits that mold, but only if you stretch “quality” to include Xbox mode, Shared Audio, taskbar agent monitoring, File Explorer archive support, enterprise app-removal policy, Secure Boot certificate targeting, and new command-line behavior for batch files.
That is the new Windows cadence in miniature. The monthly non-security preview is no longer merely a bug-fix checkpoint; it is a feature staging lane. Microsoft can say, accurately, that the update is optional and gradual, while still using it to seed features that will soon become part of the baseline experience for a broad Windows 11 population.
The gradual rollout language matters. Microsoft says features may arrive in phases, with availability varying by device, and that a normal rollout follows when features reach broader availability. That sounds benign, but it creates a tricky support reality: two machines can both report the same build number while exposing different user-facing capabilities.
For home users, that means one PC may show Shared Audio or Xbox mode while another does not. For IT, it means build number alone is no longer enough to describe state. The real diagnostic question becomes not just “What build are you on?” but “Which controlled feature rollout state has this device received?”

The Consumer Features Are Flashy, but the Platform Story Is Bigger​

The easy read of KB5089570 is that Microsoft is giving Windows 11 some friendlier consumer polish. Shared Audio lets two people listen from one Windows 11 PC using Bluetooth LE Audio broadcast technology, assuming supported paired devices are present. Xbox mode brings a full-screen, controller-friendly interface to PCs, laptops, desktops, and tablets, with entry points through the Xbox app, Game Bar settings, or the Windows key plus F11.
Those additions are not trivial. Shared Audio moves Windows closer to the kind of casual device-sharing experience people expect from phones and tablets. Xbox mode is another step in Microsoft’s long-running effort to make Windows behave less like a desktop OS when it is being used as a gaming appliance.
But the more interesting story is that these features arrive alongside plumbing that has nothing to do with entertainment. File Explorer gains support for more archive formats, including uu, cpio, xar, and NuGet packages. The system improves startup app launch performance, Store download reliability, taskbar tray loading, Windows Hello behavior, Delivery Optimization memory usage, color-profile persistence, and explorer.exe reliability.
That mix is revealing. Microsoft is no longer separating “fun” Windows from “managed” Windows. The same update that helps a traveler share movie audio also changes how Windows trusts third-party drivers. The same build that adds a full-screen gaming shell also gives administrators more control over preinstalled Microsoft Store apps.
The Windows 11 user experience is being renovated from both ends: visible surface area for consumers, and deeper governance for enterprises. KB5089570 is what happens when those priorities are shipped through one servicing mechanism.

File Explorer Keeps Becoming a Utility Belt​

File Explorer’s changes in this update are modest individually, but they continue a pattern that has been building for years. Windows is absorbing more of the basic utility work that once required separate tools, shell extensions, or command-line detours.
Expanded archive support is the obvious example. Adding uu, cpio, xar, and NuGet package support will not excite every user, but it matters to developers, administrators, and anyone handling cross-platform package formats. NuGet package visibility in File Explorer is especially telling because it pulls a developer ecosystem artifact into the default Windows shell.
The practical payoff is less about replacing specialized tools and more about reducing friction. If File Explorer can inspect or interact with more package types, fewer users need to install random utilities of uncertain provenance. That has security benefits, even if Microsoft does not frame it that way.
The smaller fixes may be more noticeable day to day. Preserving View and Sort preferences in folders such as Downloads and Documents when apps open Explorer directly addresses the kind of irritation that makes Windows feel inconsistent. Removing a white flash in dark mode is cosmetic, but it targets the same credibility problem: Windows 11 still occasionally feels like a modern shell sitting on top of legacy timing and rendering assumptions.
Explorer.exe reliability remains the most important item in that cluster. When File Explorer, the taskbar, and shell interactions misbehave, users do not experience it as one app crashing. They experience it as Windows itself becoming less trustworthy. Microsoft’s continued attention here suggests the company knows that shell reliability is now a reputational issue, not merely a bug count.

Input Is Becoming More Sensory, More Local, and More Fragmented​

KB5089570 adds haptic feedback support for compatible input devices during actions such as aligning objects in PowerPoint or snapping and resizing windows. That sounds small, but it points toward a Windows interface that is increasingly willing to use touch, pen, and device-specific feedback as first-class signals rather than accessories.
The limitation is hardware. Microsoft lists support for devices such as Surface Slim Pen 2, ASUS Pen 3.0, and MSI Pen 2, while saying additional compatible devices may become available as partners release updates. That means the experience will be uneven by design.
This is the blessing and curse of Windows as a hardware ecosystem. Apple can introduce a feedback pattern and know exactly which devices will support it. Microsoft has to build a capability, expose settings, court hardware partners, and then wait for firmware, drivers, and product cycles to catch up.
The voice typing change is simpler and probably more broadly useful. By removing the full-screen overlay and putting animations directly on the dictation key, Microsoft is reducing the sense that voice input is a mode switch. That matters because voice typing will never feel mainstream if invoking it makes the user feel as if they have temporarily left the normal typing experience.
The Arabic 101 Legacy keyboard addition is also worth noticing. It is not a mass-market feature in the U.S. press sense, but it is exactly the sort of regional accommodation that determines whether Windows feels respectful to multilingual users. Microsoft’s global footprint depends on thousands of such details being maintained after each round of modernization.

The Taskbar Becomes a Place Where Agents Report Back​

One of the more futuristic additions in KB5089570 is taskbar monitoring for agents across first- and third-party apps. Microsoft names Researcher in the Microsoft 365 Copilot app as the first adopter, allowing users to watch progress from the taskbar while an agent works on a report and return to the app when results are ready.
This is not just another notification tweak. It is an operating-system affordance for long-running AI work. Microsoft is effectively acknowledging that agents are not normal apps, not normal background tasks, and not normal notifications. They need a visible place in the shell where users can see that work is happening without staring at an app window.
The taskbar is the logical place to put that state, but it is also a contested space. Windows users already have pinned apps, running apps, system tray icons, badges, alerts, and background activity competing for attention. Adding agent progress risks turning the taskbar into yet another dashboard unless Microsoft keeps the interaction model disciplined.
For developers, the introduction of a Windows shell API for this behavior is the real signal. Microsoft wants agentic applications to integrate with Windows rather than merely exist inside browser tabs or standalone chat windows. If that model catches on, the taskbar could become a control surface for delegated work: reports, searches, renders, builds, automations, and maybe eventually administrative workflows.
There is a trust question underneath the convenience. If agents are going to live in the shell, users need confidence that the shell is accurately representing what those agents are doing. A progress indicator for AI work is only useful if it does not become a decorative spinner for opaque cloud activity.

Enterprise IT Gets a Quiet Win on App Removal​

The update’s policy-based removal of preinstalled Microsoft apps may prove more important to managed environments than any of the consumer-facing features. KB5089570 adds support for a dynamic app removal list to the “Remove Default Microsoft Store packages” policy for Windows Enterprise and Education. Administrators can specify additional MSIX or APPX package family names through Group Policy, though Microsoft says the dynamic list is not currently available in the Intune Settings Catalog and must be validated through Group Policy or custom OMA-URI.
That last caveat is classic Microsoft: the feature administrators want arrives, but the management surface they increasingly use does not yet expose it cleanly. Still, the direction is welcome. Enterprise admins have been fighting Windows inbox app sprawl for years, especially in environments where consumer apps create support noise, policy concerns, or simply unwanted clutter.
The dynamic list matters because static app-removal policies age badly. Microsoft changes app packages, renames experiences, and ships new inbox components over time. A policy that can target additional package family names gives administrators a more adaptable tool for keeping managed images lean.
There is also a philosophical shift here. Microsoft has often treated bundled apps as part of the Windows value proposition, while administrators have treated many of them as remediation tasks. This update does not settle that conflict, but it gives enterprise and education customers a more official path to say: not on this fleet.
The Intune gap is important, however. Modern management shops do not want to keep falling back to Group Policy for new Windows controls. If Microsoft wants cloud-first management to be credible, new policy features need to land in Intune quickly, not as an afterthought.

Secure Boot Changes Show How Fragile Trust Maintenance Has Become​

KB5089570 includes Secure Boot changes that deserve more attention than they will probably receive. Microsoft says Windows quality updates now include additional high-confidence device targeting data to increase the coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive those certificates only after showing sufficient successful update signals, preserving a controlled and phased rollout.
That is a mouthful, but the implication is straightforward: maintaining platform trust at Windows scale is now an exercise in telemetry-informed caution. Microsoft cannot simply push sensitive boot-trust changes everywhere at once and hope for the best. It needs evidence that a device is healthy enough to receive them.
This is where security and servicing become inseparable. Secure Boot certificate updates are not cosmetic, and mistakes at that layer can strand machines in ways that are far more painful than an app crash. The staged approach is sensible, but it also means some devices may lag behind others in receiving trust updates because they have not produced the right update-success signals.
Microsoft also adds a LimitSecureBootRequiredServiceData policy for Group Policy and MDM. When enabled, Windows limits the Secure Boot service data sent by suppressing the event normally sent to Microsoft. The policy is included in Microsoft’s restricted traffic baseline, which makes it relevant for high-control environments that minimize outbound telemetry.
That creates a delicate tradeoff. The same data that helps Microsoft target Secure Boot certificate rollout more safely may be data that some organizations prefer not to send. Microsoft is trying to give administrators a switch, but administrators must understand that limiting service data can have consequences for how confidently Microsoft can include devices in automated trust maintenance.
The broader lesson is that “turn off telemetry” is not a single-dimensional privacy decision anymore. In modern Windows, service data can influence eligibility, rollout pacing, remediation, and safety checks. Organizations need policy clarity, not slogans, when deciding what to suppress.

Driver Trust Tightens Around the Kernel​

The Windows driver policy update is one of the most consequential security moves in KB5089570. Microsoft says the update changes how the Windows kernel trusts third-party drivers by removing default trust for cross-signed drivers, while continuing to allow drivers from the Windows Hardware Compatibility Program and an allow list of trusted legacy drivers.
This is the sort of change that security teams tend to applaud and compatibility teams tend to fear. Kernel-mode drivers are a prized target because they sit at a level of privilege where a bad driver can undermine the operating system’s security model. Reducing trust in older cross-signing paths is consistent with Microsoft’s long campaign to harden the Windows driver ecosystem.
The mitigation is staged enforcement. Microsoft says Windows audits driver compatibility for at least 100 hours and three reboots before enabling enforcement. After enforcement, a small number of cross-signed drivers might be blocked.
That is more careful than flipping a switch, but it still creates a risk window for specialized environments. Industrial systems, lab hardware, medical-adjacent devices, old peripherals, niche VPN clients, and security products have historically been places where driver age and operational necessity collide. Even a “small number” of blocked drivers can mean a big incident if the affected driver belongs to a critical workflow.
For administrators, the preview channel is the warning shot. Test machines with representative hardware should get this update before the behavior becomes part of the next security baseline. The real question is not whether Microsoft is right to reduce kernel trust for legacy signing models. It is whether your organization knows which drivers still depend on them.

Batch Files Get a Security Model That Should Have Existed Years Ago​

KB5089570 also introduces a more secure processing mode for batch files and Command Prompt scripts. When enabled, the mode prevents batch files from changing during execution. Administrators can turn it on with a registry value under the Command Processor key, and policy authors can enable it through an Application Control for Business manifest control.
This sounds obscure until you remember how much enterprise automation still depends on CMD scripts. Batch files are old, plain, and easy to dismiss, but they remain embedded in deployment tasks, logon scripts, installers, remediation tools, and vendor utilities. That ubiquity makes their execution semantics a security concern.
Preventing a batch file from changing while it is running closes off a class of tampering and race-condition behavior that defenders should not have to tolerate in 2026. The challenge is compatibility. Some old scripts may rely on self-modifying behavior, temporary rewrites, or generated command sequences that assume the file can change during execution.
Microsoft is not forcing the mode on universally in this preview, which is the right call. Giving administrators a switch allows high-security environments to test and adopt it without breaking every legacy script estate overnight. But the existence of the feature is a signal: Windows is slowly dragging its oldest administrative surfaces into a more explicitly governed security model.
The irony is that the most modern Windows security story still has to account for the oldest Windows automation habits. PowerShell, Windows Terminal, Dev Home, and cloud management may get the attention, but CMD is still there. KB5089570 treats that as a fact to secure, not a relic to ignore.

Copilot+ PCs Get the AI Payload, Everyone Else Gets the Package​

The update includes AI component versions for Image Search, Content Extraction, Semantic Analysis, and Settings Model, all listed at version 1.2604.515.0. Microsoft also makes clear that although these AI component updates are included in the cumulative update, they apply only to Windows Copilot+ PCs and will not install on other Windows PCs or Windows Server.
That distinction matters because Windows updates are increasingly carrying payloads for hardware-defined experiences. A conventional Windows 11 PC may download an update whose contents include AI components, but the applicability logic determines whether those components install. The update package is common; the realized system state is not.
For users, this can feel arbitrary. Two machines may both be on Windows 11 version 26H1 and the same cumulative update, but only one receives the AI components because only one meets the Copilot+ PC criteria. Microsoft’s marketing wants Copilot+ to feel like a product tier; Windows servicing has to make that tier real at package-install time.
For administrators, this creates inventory and compliance questions. It is not enough to know whether KB5089570 is installed. If AI capability governance matters, you also need to know whether the device is a Copilot+ PC, whether the AI components applied, and how those components are controlled by policy.
This will become more important as AI features move from novelty to workflow infrastructure. Search, content extraction, semantic analysis, and settings models are not just flashy front ends. They are pieces of an OS-level AI substrate. Microsoft is laying that substrate through ordinary servicing, which means AI governance is becoming a Windows update management problem.

The Servicing Stack Is the Part You Only Notice When It Fails​

KB5089570 includes a servicing stack update, KB5095676, bringing the servicing stack to version 28000.2172. Servicing stack updates are the unglamorous machinery that lets Windows receive, stage, and install future updates reliably. They rarely make headlines because their success condition is invisibility.
But the servicing stack is especially important in an update like this because the package does more than replace a few files. It handles a cumulative update, feature rollout state, Secure Boot targeting, optional AI components, and installation paths across Windows Update, the Microsoft Update Catalog, WSUS import, running systems, and offline media.
Microsoft says the standalone package is available from the Microsoft Update Catalog and may contain one or more MSU files requiring installation in a specific order. In the instructions shown for this update, the ARM64 MSU is the listed package, and Microsoft describes two supported approaches: place all MSU files in one folder and let DISM discover prerequisites, or install each MSU individually in order.
That guidance is more than procedural boilerplate. It reflects the increasing complexity of Windows packaging. Administrators who service offline images, maintain golden media, or import updates into WSUS cannot assume that downloading “the update” is a single-click operation with no sequencing concerns.
The Dynamic Update note is also important. When updating installation media, Microsoft tells administrators to match other Dynamic Update packages to the same month as the KB where possible, or use the most recently published SafeOS or Setup Dynamic Update if a same-month package is unavailable. That is the kind of detail that separates a clean deployment image from one that fails in a confusing corner of setup.

Optional Does Not Mean Irrelevant​

Microsoft says it is not currently aware of any issues with KB5089570. That is useful, but it should not be read as a guarantee. Preview updates are explicitly part of Microsoft’s field-validation process, and “no known issues” at publication time can change after broader exposure.
The update is available through Windows Update as an optional update. For Windows Update for Business, Microsoft says the changes will appear in the next security update. The Catalog path is available, and WSUS administrators can import it manually.
That channel split is the operational story. Enthusiasts and unmanaged users can choose to install it now. Organizations using Windows Update for Business generally encounter the payload when it graduates into the next security release. WSUS-heavy environments can pull it in manually if they want to validate early.
There is a strong case for testing this preview, even if there is a weak case for deploying it broadly. The driver trust change alone justifies lab evaluation. So do the Secure Boot targeting behavior, batch-file lock mode, app-removal policy, and Copilot+ component applicability.
The safest posture is selective curiosity. Install KB5089570 on test devices that represent your hardware, app, script, and management diversity. Do not treat the absence of known issues as permission to skip validation, especially if your environment includes legacy drivers or heavily customized Windows images.

The May Preview Draws a Map for June’s Problems​

KB5089570 is not a security update, but it previews the operational work that security updates will inherit. The most concrete lessons are not hidden in the longest feature descriptions; they sit at the intersection of rollout mechanics, hardware eligibility, and administrative control.
  • Windows 11 version 26H1 systems that install KB5089570 move to OS Build 28000.2179, but gradual rollout means identical build numbers may not expose identical features immediately.
  • The update adds consumer-facing features such as Shared Audio and Xbox mode while also delivering enterprise controls for app removal, Secure Boot service data, and batch-file processing.
  • The Windows driver policy change is a serious compatibility checkpoint because removing default trust for cross-signed drivers can expose old or niche kernel dependencies.
  • Copilot+ PC AI components are carried in the cumulative update but only install on eligible Copilot+ hardware, making device capability inventory more important than update compliance alone.
  • Catalog, DISM, offline image, Dynamic Update, and WSUS paths remain essential for administrators who need deterministic deployment rather than consumer-style optional updating.
  • Microsoft’s “no known issues” statement should be treated as a starting point for testing, not as a substitute for it.
The deeper message of KB5089570 is that Windows servicing has become Microsoft’s main product-delivery system, not merely its maintenance system. That may be efficient for Redmond, and it may even be good for users when fixes and features arrive faster, but it pushes more interpretation work onto everyone who manages Windows at scale. The next phase of Windows administration will not be defined by whether organizations can install updates; it will be defined by whether they can understand what each update quietly turns on, withholds, stages, or prepares to enforce.

References​

  1. Primary source: Microsoft Support
    Published: Tue, 26 May 2026 21:32:32 Z
 

Last edited:
Microsoft released KB5089570 on May 26, 2026, as an optional preview cumulative update for Windows 11 version 26H1, moving supported systems to OS Build 28000.2179 while bundling File Explorer changes, Xbox mode, Secure Boot servicing work, AI component updates, and enterprise management improvements. The update is not a Patch Tuesday security release, but it is exactly the sort of preview package that tells administrators where Windows is headed next. Microsoft is using the familiar optional-update lane to test a more ambitious mix of shell polish, hardware-era features, and platform hardening. The result is a build that looks modest in Windows Update but matters more than its “Preview” label suggests.

Windows 11 desktop showing Windows Update, Xbox Mode, Shared Audio, Secure Boot, and a deployment terminal.Microsoft Uses the Preview Lane as a Product Roadmap​

KB5089570 is a reminder that Windows preview updates are no longer merely bug-fix rehearsals for next month’s cumulative update. They have become Microsoft’s semi-public staging area for features that are finished enough to ship, controversial enough to phase, or infrastructure-heavy enough to need telemetry before broad enforcement.
That matters because Windows 11 version 26H1 is not just another routine point on the build chart. The 28000-series branch sits in a moment when Microsoft is trying to make Windows feel more adaptive to new hardware categories, especially Arm systems and Copilot+ PCs, while still maintaining the servicing discipline expected by enterprises. KB5089570 tries to serve both masters.
The update arrives through the same split Microsoft has increasingly favored: gradual rollout for some user-facing features, normal rollout for broader quality fixes. That distinction is not cosmetic. It means two machines can both report OS Build 28000.2179 and still expose different new capabilities depending on eligibility, rollout state, device class, policy, and hardware support.
For enthusiasts, that can feel like another round of feature roulette. For IT departments, it is a reminder that build numbers alone no longer fully describe the Windows experience. In modern Windows, the operating system is less a fixed artifact than a managed distribution channel.

The Consumer Features Are Real, but the Strategy Is Bigger​

The flashiest additions in KB5089570 are the ones Microsoft wants normal users to notice: Shared Audio, Xbox mode, haptic input feedback, a cleaner voice typing experience, and more archive support in File Explorer. None of those individually rewrites the Windows story. Together, they show Microsoft trying to make Windows behave less like a legacy desktop shell and more like a device platform that can stretch from tablet to handheld to workstation.
Shared Audio is a good example. It uses Bluetooth LE Audio broadcast technology to let two people listen from the same Windows 11 PC at once, assuming the machine and paired devices support the right hardware stack. That sounds like a small quality-of-life feature, and for many people it will be. But it also puts Windows closer to the expectations users already bring from phones, tablets, and modern earbuds.
Xbox mode is the more revealing move. Microsoft says it brings a streamlined, full-screen gaming interface to Windows 11 PCs, including laptops, desktops, and tablets, with entry points from the Xbox app, Game Bar settings, or Windows key + F11. That framing is careful: this is not “Windows becomes Xbox,” but Windows borrowing console-like posture when the user wants it.
The strategic target is obvious. Windows is trying to remain the default PC gaming platform while handhelds, living-room PCs, and controller-first experiences keep pulling users away from the keyboard-and-mouse desktop. A full-screen Xbox-flavored mode is Microsoft admitting that the shell itself can be friction when the PC is being used as an appliance.
File Explorer gets the less glamorous but arguably more practical work. The update expands archive handling to include formats such as uu, cpio, xar, and NuGet packages, preserves view and sort preferences in common folders when apps open Explorer directly, and fixes annoyances like white flashes in dark mode. That is not headline material, but it is the kind of accumulated polish that determines whether Windows feels coherent day to day.

File Explorer Is Still Where Windows Wins or Loses Trust​

Microsoft can talk about AI agents and gaming modes all it wants, but Windows users still judge the operating system by the reliability of File Explorer, the taskbar, and the update process. KB5089570 spends real engineering effort on that unglamorous terrain.
The Explorer fixes are particularly telling because they address user irritation rather than feature ambition. A white flash in dark mode is not a catastrophic bug, but it is the kind of visual paper cut that makes Windows feel less finished. Explorer processes that do not cleanly stop after windows close are similarly mundane until they become a performance or troubleshooting problem.
The update also includes broader explorer.exe reliability improvements around sign-in, taskbar menus, Task View, and Quick Access unpinning. That matters because Explorer is not just a file manager. It is also the desktop shell, taskbar host, and one of the most visible surfaces where small failures become user distrust.
Microsoft’s challenge is that Windows 11 has been marketed around modern design and AI-era experiences while many users still want the basics to stop regressing. KB5089570’s Explorer work is a tacit acknowledgment that shell reliability remains a competitive feature. If the desktop feels unstable, the AI overlay does not rescue the experience.
There is also a practical sysadmin angle. Explorer instability is one of those categories of trouble that generates support tickets without always producing clean diagnostic evidence. A crash at sign-in, a frozen taskbar menu, or a stuck process after closing windows can look like profile corruption, GPU driver trouble, shell extension misbehavior, or update fallout. Improvements here reduce noise across the support desk.

Microsoft Quietly Tightens the Driver Trust Model​

The most consequential part of KB5089570 may be buried in a line about Windows Driver Policy. Microsoft says the update changes how the Windows kernel trusts third-party drivers by removing default trust for cross-signed drivers, while continuing to allow drivers from the Windows Hardware Compatibility Program and a trusted legacy allow list.
That is not a typical consumer-facing feature. It is a platform security shift.
Cross-signed drivers have long occupied a messy space in the Windows ecosystem. They helped hardware vendors, utilities, and niche software survive across Windows generations, but they also created a broader trust surface than Microsoft now appears willing to tolerate. Kernel-mode code is too powerful to remain governed by old assumptions indefinitely.
The important detail is Microsoft’s phased enforcement model. Windows audits driver compatibility for at least 100 hours and three reboots before enabling enforcement, according to the release notes. After that, a small number of cross-signed drivers might be blocked.
That sounds cautious, and it should be. Driver trust changes are the kind of security work that can make Windows safer while breaking old VPN clients, device utilities, industrial peripherals, anti-cheat components, monitoring agents, or bespoke enterprise hardware stacks. Microsoft is effectively saying: we are going to narrow the trust boundary, but we will watch the device first.
Administrators should treat this as an early warning, not a footnote. The right response is not panic, but inventory. If your environment depends on old drivers whose signing status is poorly understood, KB5089570 is another sign that the grace period for legacy kernel assumptions is shrinking.

Secure Boot Servicing Becomes a Telemetry Balancing Act​

KB5089570 also advances Microsoft’s Secure Boot certificate rollout work. The update adds more targeting data intended to increase coverage of devices eligible to receive new Secure Boot certificates automatically. At the same time, Microsoft adds a Group Policy and MDM setting called LimitSecureBootRequiredServiceData, which can suppress a Secure Boot service event normally sent to Microsoft.
This is Microsoft trying to thread a familiar needle. Secure Boot certificate maintenance needs careful device targeting because firmware, bootloaders, recovery environments, and update history can interact in painful ways. But the more Microsoft relies on service data to decide which devices are safe to move forward, the more privacy- and compliance-sensitive organizations ask what is being sent and why.
The new policy gives administrators a way to limit that data flow. That is useful, but it also creates a trade-off: the more restricted the telemetry posture, the more organizations may need to own the operational burden of validating Secure Boot readiness themselves. In high-control environments, that is acceptable. In loosely managed fleets, it can become another source of drift.
This is one of the quiet themes of modern Windows administration. Microsoft increasingly designs servicing around cloud-scale confidence signals, then adds policy switches for organizations that cannot or will not participate fully. The policy exists because enterprise Windows is not a single audience.
For security teams, the immediate message is straightforward. Secure Boot certificate updates should not be treated as ordinary cosmetic servicing. They sit close to the boot chain, recovery scenarios, and hardware compatibility. KB5089570 does not make that scary, but it does make it current.

Copilot+ PCs Get the AI Payload, Everyone Else Gets the Packaging​

The update includes AI component versions for Image Search, Content Extraction, Semantic Analysis, and Settings Model, all listed at version 1.2604.515.0. Microsoft also notes that these AI component updates are applicable to Windows Copilot+ PCs and will not install on ordinary Windows PCs or Windows Server systems.
That distinction is essential. The presence of AI components inside the cumulative update does not mean every Windows 11 26H1 machine is suddenly getting the same on-device AI stack. Microsoft is packaging for a heterogeneous Windows world, where a single update can contain components that only light up on qualifying hardware.
The practical effect is that update payloads and release notes now describe a superset of Windows, not necessarily the exact experience of any one machine. A Copilot+ PC may receive AI model component updates from the same KB that a conventional desktop treats mostly as shell polish and servicing maintenance. Windows Server, meanwhile, is explicitly outside that AI component applicability.
This packaging model is efficient for Microsoft but complicates communication. Users see “AI components” and reasonably ask whether something new is being installed, whether it consumes disk, whether it runs locally, and whether it affects privacy. The answer depends on hardware eligibility and feature exposure, which is not always obvious from Windows Update’s surface.
The taskbar agent feature adds another layer. Microsoft describes a way for Windows to show progress for agents from first- and third-party apps, with Researcher in Microsoft 365 Copilot as the first adopter. That is a small UI integration, but it points to a larger ambition: Windows wants to become the place where long-running AI tasks are monitored like downloads, sync jobs, or background processes.

Enterprise Controls Are Catching Up to the Windows Microsoft Already Ships​

KB5089570 includes several changes clearly aimed at administrators who have spent the Windows 11 era asking for more control over the inbox experience. Enterprise State Roaming can now be managed through Windows Backup for Organizations policies. The “Remove Default Microsoft Store packages” policy gains support for a dynamic app removal list for Windows Enterprise and Education, allowing administrators to specify additional MSIX or APPX package family names through Group Policy.
That is not glamorous, but it is important. Microsoft has spent years making Windows more service-driven, app-driven, and consumer-service-adjacent. Enterprise admins have spent the same years trying to remove, suppress, or standardize parts of that experience before devices reach users.
The dynamic app removal list is especially notable because it acknowledges that inbox app control cannot be static. Microsoft changes apps, packages, and experiences over time. A fixed policy model ages badly in that world. A dynamic list is more aligned with how Windows is actually maintained.
There is a catch. Microsoft says the dynamic list is not currently available in the Intune Settings Catalog, so validation must be performed using Group Policy or custom OMA-URI. That is exactly the kind of half-modern management state that frustrates administrators: the policy exists, but the cleanest cloud-management interface may lag behind.
Kiosk mode also gets attention, with simplified configuration for allowed packaged apps when Microsoft Edge is one of the allowed apps. That is a small sentence with real deployment implications for retail, education, healthcare, and shared-device scenarios. Kiosk deployments live or die on predictable app allow lists, and Edge is often unavoidable in modern workflows.

The Command Line Gets a Security Feature with Old-School Consequences​

One of KB5089570’s more interesting security improvements concerns batch files and Command Prompt scripts. Administrators can enable a mode that prevents batch files from changing during execution by setting a registry value under the Command Processor key. Policy authors can also use an application manifest control for the same behavior.
This is a deeply Windows kind of security improvement. Batch files are old, plain, and everywhere. They still glue together deployment scripts, logon actions, software installers, admin tools, scheduled tasks, and decades of enterprise automation. Anything that changes how they execute deserves attention.
The risk Microsoft is addressing is conceptually simple: a script that changes while it is running can create opportunities for tampering, race conditions, or unexpected behavior. Locking batch files during execution narrows that window. For environments using application control, it also helps align script behavior with stronger integrity assumptions.
But old automation is rarely tidy. Some internal workflows may depend on scripts rewriting themselves, generating temporary command files, or modifying helper files during execution. That does not mean organizations should avoid the new mode. It means they should test before enabling it broadly, especially where legacy deployment tooling remains in use.
The larger message is that Microsoft is continuing to harden the parts of Windows that attackers and administrators both use. PowerShell has received years of logging, constrained language, and policy attention. CMD and batch files are older, but they are not invisible.

Performance Fixes Matter Because Windows 11 Is Still Fighting Its Reputation​

KB5089570 includes performance and reliability improvements across storage settings, startup app launching, Delivery Optimization memory usage, Microsoft Store downloads, taskbar system tray loading, Windows Hello, display color profiles, audio driver compatibility, and font rendering. That breadth is typical of cumulative previews, but the categories are revealing.
Startup performance remains one of the most emotionally charged parts of Windows. Users do not measure boot in laboratory terms; they measure it by whether the machine feels ready when they try to work. Improvements to launching startup apps after device start may not change benchmark headlines, but they can affect perceived responsiveness.
Storage settings performance on large volumes is another admin-relevant fix. As disks get larger and workstations handle heavier local datasets, Windows settings pages cannot assume consumer-scale storage. Slow enumeration in a settings UI can make basic management feel broken.
Delivery Optimization memory improvements are similarly practical. The service is supposed to make update distribution more efficient, particularly across networks where peer-assisted delivery can reduce bandwidth pressure. If it unexpectedly consumes too much memory, it becomes part of the update problem rather than the solution.
Microsoft Store reliability fixes target errors including 0x80070057, 0x80240008, and 0x80073d28. Store failures are not just consumer annoyances anymore. In managed Windows environments, Store-delivered components, inbox app updates, and packaged app dependencies can affect real workflows.
Windows Hello improvements also deserve more attention than they often receive. Biometric sign-in reliability is security usability in its purest form. If face recognition or fingerprint persistence fails after upgrades, users fall back to weaker or more frustrating paths, and help desks inherit the mess.

The Update Process Itself Is Part of the Story​

Microsoft says KB5089570 includes servicing stack update KB5095676, moving that component to 28000.2172. Servicing stack updates are the machinery that installs Windows updates, and their presence is a reminder that Microsoft is not only updating Windows but continually updating the updater.
The standalone package instructions are more complicated than most home users will ever touch. Microsoft says the Microsoft Update Catalog package may contain one or more MSU files requiring installation in a specific order, though the provided sequence for this update lists the KB5089570 MSU. Administrators can place all MSU files in one folder and let DISM discover needed prerequisites, or install each file individually in order.
That language is aimed at people servicing running systems, offline images, and installation media. It matters because Windows deployment is increasingly about keeping images current without waiting for first boot to absorb a mountain of cumulative updates. The more Microsoft ties feature readiness, servicing stack health, and Dynamic Update alignment together, the more image maintenance becomes a discipline rather than a chore.
There is also a small but important note about Dynamic Update packages. Microsoft advises matching Dynamic Update packages to the same month as the KB where possible, and using the most recently published SafeOS or Setup Dynamic Update if a same-month package is unavailable. That is the sort of instruction that prevents subtle deployment inconsistencies.
For ordinary users, the update is available through Windows Update as an optional preview. For Windows Update for Business, Microsoft says the changes will appear in the next security update. That means cautious organizations can skip the preview and still expect the fixes to arrive through the normal mandatory channel later, barring changes or holds.

“No Known Issues” Is Not the Same as “No Risk”​

Microsoft states that it is not currently aware of any issues with KB5089570. That is welcome, but it should not be read as a guarantee. Preview updates exist precisely because Microsoft wants more real-world signal before broad release.
The risk profile depends heavily on the device. A mainstream PC using common drivers and default settings may see mostly welcome polish. A specialized workstation with old hardware drivers, strict traffic policies, custom app removal baselines, kiosk constraints, or offline servicing workflows has more to validate.
The driver policy change is the obvious candidate for deeper testing. Even with Microsoft’s audit period and phased enforcement, organizations should identify systems that rely on older third-party kernel drivers. That includes peripherals, security tools, industrial interfaces, and legacy business software with low-level components.
The Secure Boot changes also deserve controlled rollout. Certificate servicing near the boot chain is not an area where administrators should rely solely on optimism. Backup, recovery, firmware baselines, and known-good rollback plans matter.
Home users should apply a simpler rule. If you are not chasing a specific fix or feature, there is usually little urgency to install an optional preview immediately. If you are on eligible 26H1 hardware and want Xbox mode, Shared Audio, File Explorer fixes, or the latest Copilot+ component updates, the preview channel is the sanctioned way to get them early.

The Build 28000.2179 Checklist for People Who Actually Maintain PCs​

KB5089570 is best understood as a preview of Microsoft’s next servicing priorities for Windows 11 26H1: more adaptive device experiences, tighter trust boundaries, more manageable inbox apps, and continued repair work on the shell. Before treating it as just another optional update, administrators and power users should separate the parts that affect daily experience from the parts that affect fleet policy.
  • KB5089570 is an optional preview update for Windows 11 version 26H1 that moves supported devices to OS Build 28000.2179.
  • The most visible user-facing additions include Shared Audio, Xbox mode, expanded File Explorer archive support, haptic input feedback, and a redesigned voice typing surface.
  • The most important security-adjacent changes involve third-party driver trust, Secure Boot certificate targeting, and an optional mode that locks batch files during execution.
  • Copilot+ PCs receive updated AI components, but those components are not meant to install on ordinary Windows PCs or Windows Server systems.
  • Enterprise administrators get more control over app removal, Enterprise State Roaming through Windows Backup for Organizations policies, kiosk configuration, and Secure Boot service-data behavior.
  • Organizations that do not need early fixes can wait for the next security update channel, where Microsoft says these changes will appear for Windows Update for Business.
KB5089570 is not the kind of update that changes Windows in one dramatic gesture; it is more revealing than that. It shows Microsoft building a Windows that is increasingly phased, hardware-aware, AI-capable, and policy-mediated, while still trying to repair the daily trust issues that live in Explorer, drivers, startup, and servicing. The next Windows story will not be told only by version numbers, and this preview makes the pattern clear: the operating system is becoming a rolling negotiation between Microsoft’s cloud-managed ambitions and the very real machines administrators have to keep working.

References​

  1. Primary source: Microsoft Support
    Published: Tue, 26 May 2026 21:32:32 Z
  2. Related coverage: ninjaone.com
  3. Official source: catalog.update.microsoft.com
  4. Related coverage: windowsforum.com
  5. Related coverage: thewincentral.com
  6. Related coverage: windowsreport.com
 

Back
Top