Install error - 0x80070057

khaleel alfawre 0 Reputation points
2024-06-13T21:08:36.63+00:00

I have formatted my Windows and downloaded a new copy on the new 480 GB SSD, but I am having problems downloading Windows updates. The error code is (0x80070057) even though I have enough storage space of more than 300 GB. Please help. Screenshot 2024-06-14

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,476 Reputation points MVP
    2024-06-14T01:27:05.3666667+00:00
    1. Go to Start > Settings > Update & Security > Troubleshoot.
    2. Under "Get up and running," select "Windows Update" and then click "Run the troubleshooter."

    Reset the Windows Update Components:

    Open an elevated Command Prompt.

    Run the following commands one by one, pressing Enter after each:

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren %SystemRoot%\SoftwareDistribution SoftwareDistribution.old
    ren %SystemRoot%\System32\catroot2 catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    
    
    0 comments No comments

  2. Anonymous
    2024-06-14T02:57:13.1433333+00:00

    Hello,

    Here are some steps you can try:

    1.Running the update troubleshooter. Select Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update > Run the troubleshooter.

    2.Manually downloading the updates from Microsoft Update Catalog.

    3.Performing a clean boot. This is a way of starting Windows with only the essential services and programs, which can help eliminate any software conflicts that might interfere with the update process.

    4.Restarting the update services. You can do this by using the Services tool (services.msc) and stopping and starting the following services: Windows Update, Background Intelligent Transfer Service, and Cryptographic Services.

    5.Disable any third-party antivirus or firewall software temporarily and try the update again.

    Hope this helps.

    Best regards,

    Hania


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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