What does HRESULT 0x800F0249 (SPAPI_E_DRIVER_INSTALL_BLOCKED) mean?

 
Previous Next
SPAPI_E_DEVICE_INSTALL_BLOCKED SPAPI_E_WRONG_INF_TYPE

SPAPI_E_DRIVER_INSTALL_BLOCKED

SPAPI_E_DRIVER_INSTALL_BLOCKED (0x800F0249) is a Windows SetupAPI driver-installation error. This code means policy blocked the driver package, rather than merely the physical device. The rejection can depend on driver class, device ID, signer, or organization-level installation restrictions.

What to check

  • Check the applicable device-installation restrictions and whether the package or device is explicitly denied.
  • Provide the published INF name, hardware IDs, package signer, and SetupAPI log section to the policy administrator.
  • Do not disable security controls to work around a managed installation block.

Microsoft: Manage device installation with Group Policy

Microsoft: SetupAPI device installation log

Microsoft: Driver signing


Looking for a different code? Search another status or error code.