What does HRESULT 0x00240008 (WU_S_ALREADY_DOWNLOADED) mean?

 
Previous Next
WU_S_ALREADY_UNINSTALLED WU_S_SOME_UPDATES_SKIPPED_ON_BATTERY

WU_S_ALREADY_DOWNLOADED

WU_S_ALREADY_DOWNLOADED is a success status showing that the requested update content is already available locally. The download step did not need to transfer the payload again.

What to check

  • Continue with the next applicable phase, such as installation, instead of retrying the download solely because no transfer occurred.
  • Do not infer that the update is installed; downloaded and installed are different states.
  • If installation later fails, diagnose the installation result rather than the successful download state.

Microsoft: searching, downloading, and installing updates with WUA


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