Edit

Windows ML execution providers

Windows ML provides execution providers for accelerating inference on NPU, GPU, and CPU. To learn more about accelerating inference, see Accelerate AI models.

Included execution providers

The following execution providers are included with the ONNX Runtime that ships with Windows ML:

Available execution providers

The execution providers listed below are available on Windows 11 PCs running version 24H2 (build 26100) or greater (depending on device and driver compatibility) for dynamic download via the Windows ML ExecutionProviderCatalog APIs. To use these providers, see Install Windows ML EPs and Register Windows ML EPs. Updated versions of the execution providers are made available via Windows Update's optional nonsecurity preview releases, a.k.a. "D week releases".

The following execution providers are available to developers using Microsoft.WindowsAppSDK.ML or Microsoft.Windows.AI.MachineLearning version 2.x:

Execution provider Current version and release date Upcoming version and planned release dates
MIGraphX (AMD) MSIX: 1.8.55.0
Released: 2026 4D
MSIX: 1.8.56.0
GPU EP: Ver49
Insiders: 2026 4E
GA: 2026 5D
NvTensorRtRtx (NVIDIA) MSIX: 0.0.28.0
Released: 2026 4D
MSIX: 0.0.33.0
Insiders: 2026 4E
GA: 2026 5D
OpenVINO (Intel) MSIX: 1.8.69.0
OpenVINO: 2026.0
Released: 2026 3D
MSIX: 1.8.79.0
OpenVINO: 2026.1
Insiders: 2026 4E
GA: 2026 5D
QNN (Qualcomm) MSIX: 2.2420.43.0
QAIRT: 2.42
Released: 2026 4D
MSIX: 2.2450.47.0
QAIRT: 2.45
Insiders: 2026 4E
GA: 2026 5D
VitisAI (AMD) MSIX: 1.8.59.0
Released: 2026 4D
MSIX: 1.8.62.0
EP: 2705
Insiders: 2026 4E
GA: 2026 5D

Before your app uses an execution provider, please be sure to read the licenses corresponding to the execution provider.

Note

Only the current version listed for each execution provider is supported. Upcoming versions are in preview and not guaranteed to be released. Past versions are shown for release history only.

Note

Release dates are in the format of "2025 11D", or "[YEAR] [MONTH][WEEK]". "2025 11D" means it was released on the "D" week (4th week) of November 2025.

Previews are released to Windows Insiders and are often released on the "A" week (1st week) of the month. Users must be in the Windows Insider program to get those versions.

MIGraphX (AMD)

Current and upcoming releases: See the Available execution providers table above.

Execution provider info

  • EpName: "MIGraphXExecutionProvider"
  • Requirements:
    • GPU with version 25.10.13.09 (exactly)
    • This execution provider is not supported for GenAI scenarios today.
  • Documentation: Documentation
  • Support: Support
  • License terms: Ryzen AI Licensing Information
Past releases
Version Windows Update release Release notes
1.8.51.0 2026 3D
1.8.43.0 2026 1D
1.8.35.0 2025 11D

NvTensorRtRtx (NVIDIA)

Current and upcoming releases: See the Available execution providers table above.

Execution provider info

Past releases
Version Windows Update release Release notes
0.0.26.0 2026 3D

OpenVINO (Intel)

Current and upcoming releases: See the Available execution providers table above.

Execution provider info

Past releases

For release notes of each OpenVINO version, see OpenVINO's 2026.x and 2025.x release notes.

Version Windows Update release OpenVINO version
1.8.63.0 2026 1D OpenVINO 2025.4.1
1.8.26.0 2025 11D OpenVINO 2025.3
1.8.18.0 2025 10D OpenVINO 2025.3
1.8.15.0 2025 9D

QNN (Qualcomm)

Current and upcoming releases: See the Available execution providers table above.

Execution provider info

  • EpName: "QNNExecutionProvider"
  • Requirements:
    • Snapdragon(R) X Elite - X1Exxxxx
      • Qualcomm(R) Hexagon(TM) NPU with minimum driver version 30.0.140.0 and above
    • Snapdragon(R) X Plus - X1Pxxxxx
      • Qualcomm(R) Hexagon(TM) NPU with minimum driver version 30.0.140.0 and above
  • Documentation: Documentation
  • Support: Support
  • License terms: To view the QNN License, download the Qualcomm® Neural Processing SDK, extract the ZIP, and open the LICENSE.pdf file.
Past releases

No past releases yet.

VitisAI (AMD)

Execution provider info

  • EpName: "VitisAIExecutionProvider"
  • Requirements:
    • Min: Adrenalin Edition 25.6.3 with NPU driver 32.00.0203.280
    • Max: Adrenalin Edition 25.9.1 with NPU driver 32.00.0203.297
  • Documentation: Documentation
  • Support: Support
  • License terms: Ryzen AI Licensing Information
Past releases
Version Windows Update release Release notes
1.8.55.0 2026 3D
1.8.53.0 2026 2D Support for Procyon V2 Models with 13% improved score on GPT2 Machine in Turbo mode. Bug fix for disk space consumption on system C drive after restart.
1.8.50.0 2026 1D
1.8.43.0 2025 11D (Windows Insiders)
1.8.31.0 2025 11A (Windows Insiders)
1.8.26.0 2025 10D
1.8.24.0 2025 9D

See also