Microsoft has begun rolling out KB5089171, an automatic servicing update for Windows 11 version 26H1 that upgrades the AMD MIGraphX Execution Provider to version 2.2604.1.0. The package is designed to improve machine learning inference performance when Windows ML or ONNX Runtime workloads are offloaded to AMD graphics hardware.
What the Update Actually Delivers
KB5089171 is not a traditional cumulative update for Windows. It targets a specific AI runtime component—the AMD MIGraphX Execution Provider—which acts as a bridge between the operating system’s ONNX Runtime / Windows machine learning stack and the GPU. When an application runs an ONNX model that can be accelerated on an AMD GPU, this execution provider steps in to handle the hardware-specific optimizations.
The official support article is light on details, stating only that the update “includes improvements to the MIGraphX Execution Provider AI component for Windows 11, version 26H1.” No specific bug fixes, new operator coverage, or performance benchmarks are published. In practice, this typically means better inference latency, wider model support, or stability refinements for compatible AMD GPUs.
Version 2.2604.1.0 succeeds KB5083465, the prior iteration of the same provider. It is delivered exclusively through Windows Update and installs automatically for eligible devices. A prerequisite is the latest cumulative update for Windows 11, version 26H1—without it, the package won’t appear.
Who Is Affected and What It Means for You
The reach of KB5089171 is unusually narrow. Windows 11 version 26H1 is not offered broadly to existing PCs. Microsoft has explicitly stated it’s “available only preinstalled on select new devices” and “is not intended for broad deployment across the existing Windows 11 ecosystem.” This makes it a special-purpose build, akin to the 24H2 release for Copilot+ PCs in 2024, targeted at next-generation hardware platforms. Only users who purchase a new device shipping with 26H1 will receive this update.
For Everyday Windows Users
If you own a standard Windows 11 PC—whether it’s running 23H2, 24H2, or older—this update does not apply to you. You will never see it in Windows Update, and there is nothing you need to do. Should you buy a new AMD-powered laptop or desktop later this year that comes with 26H1 preloaded, the improvement will already be baked in or will install automatically in the background without any intervention.
For Power Users and Developers
If you happen to be among the small group already running 26H1 on a supported AMD system, the update may deliver subtle but meaningful gains. Applications that lean on Windows ML for local AI tasks—photo editing tools, voice assistants, on-device Copilot features, or custom inference tools built on ONNX Runtime—will route compatible ops through a fresher, potentially more efficient execution path. Without release notes, measuring the exact uplift is guesswork, but the pattern from previous execution provider updates suggests better throughput and reduced memory usage for certain models.
Developers who ship desktop apps or packages that rely on ONNX Runtime inside Windows can now target the updated MIGraphX provider. Because the component is serviced by Windows Update rather than bundled per application, end users automatically get the benefits without developers having to ship the runtime themselves. This reduces fragmentation and maintenance overhead.
For IT Administrators
There is no action required. The update is silent and automatic. You can verify installation by:
- Opening Settings
- Going to Windows Update
- Selecting Update history
- Looking for “KB5089171” in the driver updates or other updates section
If you manage a fleet of devices that might include brand-new AMD hardware running 26H1 (for example, early evaluation units), you can be confident the machine learning stack stays current without pushing anything via WSUS or Intune. Detection rules in your management tools can simply check for the presence of the update.
How We Got Here: Modular AI Acceleration in Windows
Microsoft’s approach to on-device AI acceleration has been evolving rapidly. The company’s Windows ML platform, underpinned by ONNX Runtime, relies on pluggable execution providers to offload computation to the best available hardware. Besides AMD’s MIGraphX, the catalog includes providers for CPU (default), DirectML (any DirectX 12 GPU), Intel OpenVINO, NVIDIA CUDA/TensorRT RTX, Qualcomm QNN (for Snapdragon NPUs), and AMD VitisAI.
AMD MIGraphX itself is a graph inference engine that comes out of the ROCm ecosystem. By integrating it directly into the Windows ML stack and servicing it through Windows Update, Microsoft ensures that AMD GPU acceleration can be updated without waiting for a full OS feature release. This modularity first became visible to users with the introduction of “Windows AI Platform” updates—small driver-style packages that show up in the Optional updates or automatically, often with little fanfare.
The update replaces KB5083465, which was an earlier servicing release for the same component. That iterative cadence indicates that Microsoft is committed to keeping the AI stack current, likely as new ONNX operator set requirements emerge or as driver and hardware capabilities shift.
Windows 11 version 26H1 itself is an anomaly in the normal feature-update cadence. It appears to be a maintenance fork aimed at forthcoming hardware, much like the Windows 11 2022 Update (22H2) was initially reserved for certain devices. The exact hardware requirements are not public, but the decision to gate 26H1 to new preinstalled devices only suggests it contains enablement packages or kernel-level changes that older hardware cannot adopt. The AI component update landing on this branch underscores that next-gen PCs may lean more heavily on local inference.
What to Do Now
If You Are Running an Affected Device
No action is needed. Leave Windows Update on its default settings; KB5089171 will download and install automatically. You can check afterwards in Settings > Windows Update > Update history. If it hasn’t appeared yet, make sure you’ve installed the latest cumulative update for 26H1, then check again—it may arrive within a few hours.
If You Are a Developer
Update your development environment’s ONNX Runtime package if you’re testing against the system provider. The execution provider is accessed using the name “MIGraphXExecutionProvider” in code. If your application dynamically loads the provider, the new version becomes available immediately after the update. Consider running a quick regression test on your ONNX models to ensure continued compatibility, especially if you rely on version-specific operator support.
If You Are an IT Admin
- For standard Windows 11 deployments (23H2/24H2): Ignore KB5089171. It never applies.
- For early 26H1 test rings: Monitor Windows Update for the package. No approval or deployment is necessary.
- Use your inventory tool to check if any machines report KB5089171 installed. This can serve as a signal that a device is running the special 26H1 branch, which might affect your support policies.
If the Update Fails or Does Not Appear
- Confirm the device is running Windows 11 version 26H1 (not 24H2 or earlier).
- Check that the latest cumulative update is installed; KB5089171 will not offer until then.
- For troubleshooting, the standard Windows Update reset steps (running the troubleshooter, clearing the SoftwareDistribution folder) may help, but given the limited device pool, specific guidance remains sparse.
Outlook
KB5089171 is a quiet signal that Microsoft’s AI plumbing is becoming more granular and hardware-specific. As new AMD APUs with integrated neural processing and stronger GPU cores enter the market, execution provider updates like this will keep Windows ML competitive. The next major Windows feature update, likely shipping to all users later this year, may unify these special branches and bring similar AI improvements to a wider audience.
In the short term, watch for analogous servicing packages for Intel, NVIDIA, and Qualcomm execution providers. The modular AI servicing model suggests that Windows Update could become a conveyor belt of small, targeted boosts for anyone who leans hard on local machine learning—without ever touching the core OS files.