Share via

Failed to install windows 11version 23H2 error code 0x80004005

Kris 0 Reputation points
2026-05-29T03:38:06.6666667+00:00

tried several times to install the update followed some instructions to run in command prompt nothing helps was thinking maybe low drive c space so deleted some things from it didnt help at 200 gb free space that didnt help tried to delete the folders with update files and some files ware not deleting and i am out of options not sure how to fix that issue didnt try manual update install yet

Windows for home | Windows 11 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gunasekar N 70,385 Reputation points Independent Advisor
    2026-05-29T04:19:08.56+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    You may first try resetting the Windows Update Components as recommended by AI in step 3.

    1. Open Command Prompt as administrator -
    2. Run the commands one by one.
    net stop wuauserv
    
    net stop cryptsvc
    
    net stop bits
    
    net stop msiserver
    
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    
    ren C:\Windows\System32\catroot2 Catroot2.old
    
    net start wuauserv
    
    net start cryptsvc
    
    net start bits
    
    net start msiserver
    
    

    Restart your computer and install the updates.

    If you are still having issues and have already completed the SFC scan, I recommend you use the in-place upgrade method.

    That is,

    Visit the Windows 11 official Microsoft website here -

    https://www.microsoft.com/en-us/software-download/windows11

    • Download the Windows 11 ISO file. (Select Multi edition ISO, then Language)
    • Once the ISO file is ready, Mount the ISO File > Double-click the Setup.exe file to begin the installation.
    • Follow the on-screen prompts to complete the upgrade.

    Note - All of your files, apps, and settings will be preserved during this upgrade.

    Let me know if you still need more help.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-29T03:38:26.9466667+00:00

    Error 0x80004005 during a Windows 11 23H2 update is an unspecified update error. The context provides several concrete steps that apply directly to this situation.

    Follow these in order:

    1. Run the Windows Update troubleshooter
      1. Select Start > Settings > System.
      2. Select Troubleshoot > Other troubleshooters.
      3. Find Windows Update and select Run.
      4. Let it complete and apply any fixes it suggests.
    2. Ensure there is enough free disk space Even though there is already about 200 GB free, Windows requires at least 20 GB free for a 64‑bit OS upgrade. This requirement is already met, but if space becomes low again, use the built‑in tools:
      • Go to Settings > System > Storage and use Cleanup recommendations.
      • Or follow the guidance in Free up drive space in Windows to remove temporary files and other unneeded content.
    3. Reset Windows Update components (advanced) Only do this if comfortable with command‑line tools and running as administrator.
      1. Open Command Prompt as administrator (search for command prompt, then choose Run as administrator).
      2. Run these commands one by one, pressing Enter after each and waiting for completion:
        • net stop bits
        • net stop wuauserv
        • ren %systemroot%\softwaredistribution softwaredistribution.bak
        • ren %systemroot%\system32\catroot2 catroot2.bak
        • net start bits
        • net start wuauserv
      3. Restart the PC and try Settings > Windows Update > Check for updates again.
    4. Check general causes for upgrade/install errors For error 0x80004005 (unspecified error), the documented guidance is:
      • Restart the PC and try the update again.
      • Run the Windows Update troubleshooter (step 1 above).
      • If problems persist, try performing the upgrade in Safe Mode (with networking) so that fewer third‑party drivers and services can interfere.
    5. Remove or disable non‑Microsoft antivirus/security software during the upgrade Non‑Microsoft antivirus or security tools can cause upgrade failures:
      • Temporarily uninstall third‑party antivirus from Control Panel > Programs > Programs and Features.
      • Rely on built‑in Windows Security during the upgrade.
      • Reinstall antivirus after the upgrade completes.
    6. If updates still fail
      • Confirm the exact error code in Settings > Windows Update > Update history.
      • If the same 0x80004005 persists after the steps above, use the guidance in the upgrade/installation error article to continue with general fixes (removing nonessential software, disconnecting external devices, ensuring all existing updates and drivers are installed) before attempting the upgrade again.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.