What does HRESULT 0x00240007 (WU_S_ALREADY_UNINSTALLED) mean?

 
Previous Next
WU_S_ALREADY_INSTALLED WU_S_ALREADY_DOWNLOADED

WU_S_ALREADY_UNINSTALLED

WU_S_ALREADY_UNINSTALLED is a success status for an uninstall request. It means that the update requested for removal is not installed, so there is nothing for Windows Update Agent to remove.

What to check for WU_S_ALREADY_UNINSTALLED

  • Confirm the update identity and whether it was installed under a different servicing mechanism.
  • Check update history and the current package state before retrying the removal.
  • Treat this result as an idempotent outcome, not as proof that an uninstall failed.

Microsoft: WUA success and error codes

Diagnostic interpretation

This result has the HRESULT value 0x00240007. AllStat records the condition as “The update to be removed is not installed on the system.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the wu / already / uninstalled operation.
  • Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.

Retry and recovery

” has changed.


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