| Previous | Next |
| SPAPI_E_INVALID_FILTER_DRIVER | SPAPI_E_NON_WINDOWS_DRIVER |
SPAPI_E_NON_WINDOWS_NT_DRIVER
SPAPI_E_NON_WINDOWS_NT_DRIVER (0x800F022D) is a Windows SetupAPI driver-installation error. This error means the selected driver package is not intended for the installed Windows version. A package can contain a valid INF but still lack a matching target model section or compatible binary for the OS.
What to check
- Verify the vendor's supported Windows versions, edition, and architecture for the package.
- Check the INF's decorated model sections for the current OS version and architecture.
- Obtain a package for the exact Windows release instead of forcing an older driver.
Microsoft: Overview of INF files
Microsoft: Components of a driver package
Microsoft: SetupAPI device installation log
Looking for a different code? Search another status or error code.
