What does HRESULT 0x80340030 (ERROR_NDIS_REINIT_REQUIRED) mean?

 
Previous Next
ERROR_NDIS_LOW_POWER_STATE ERROR_NDIS_NOT_SUPPORTED

ERROR_NDIS_REINIT_REQUIRED

ERROR_NDIS_REINIT_REQUIRED The adapter state is not suitable for the requested work until reinitialization completes. The condition can follow reset recovery, failed initialization, a firmware transition, or an invalid internal state.

What to check

  • Find the earlier event that made reinitialization necessary; this status is usually a consequence, not the first cause.
  • Reinitialize through the supported NDIS or device lifecycle rather than reusing stale handles or state.
  • If it repeats, collect adapter diagnostics and investigate driver, firmware, and bus-level events.

Microsoft: Miniport adapter check-for-hang and reset operations

Microsoft: netsh trace

Microsoft: !ndiskd.netadapter


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