What does HRESULT 0x80240008 (WU_E_ITEMNOTFOUND) mean?

 
Previous Next
WU_E_INVALIDINDEX WU_E_OPERATIONINPROGRESS

WU_E_ITEMNOTFOUND

WU_E_ITEMNOTFOUND means a WUA collection lookup did not contain the requested key. A stale update ID, changed service selection, or an assumption that a scan result is still current can cause it.

What to check

  • Refresh the relevant collection or scan result before looking up an item.
  • Use stable update identifiers and record which service produced them.
  • Handle a missing item as a normal API outcome where a catalog can change between search and action.

Microsoft: IUpdateSearcher::Search

Microsoft: Windows Update Agent API

Microsoft: WUA success and error codes


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