Home > News Tips

Windows Update Something Went Wrong: Causes & Solutions!

Published/Updated on Friday, January 17, 2025

M3 Software author Wilsey Young

Written by

Wilsey Young

English

Keeping Windows up to date is crucial for enhancing system security, fixing bugs, adding new features, ensuring compatibility with the latest version of software, etc. However, sometimes errors may occur during the Windows update.

Some Windows users report the "Windows Update something went wrong Try to reopen Settings later" error message on the Windows 10/11 Settings page. They wonder what causes this error and how to fix it. 
Windows update something went wrong

Reddit discussions on "Windows update something went wrong"

There are corresponding discussions about the "Windows Update something went wrong try to reopen Settings later" error message in the post on Reddit, where the original poster was frustrated in all attempts to fix this issue.

You can view the following post for details and possible workarounds for this problem.

Error message on Windows update (something went wrong. try to reopen settings later.)
by u/IYToxic in WindowsHelp

What causes the "Windows Update something went wrong" issue on Windows 10/11?

The following factors could be the culprit for this annoying Windows update error.

  • Corrupted or missing system file 
  • Improperly configured Windows UOS (Update Orchestrator Service)
  • Incorrectly configured registry keys
  • Issues with Windows update files or database
  • Issues with Windows Settings

You can use the buttons to share this post!

 

Solutions to the “Windows update something went wrong” on Windows 10/11

Here are some workarounds that can help you fix Windows Update something went wrong on Windows 10/11.

Solution 1: Run an SFC scan to fix Windows Update something went wrong

The SFC (System File Checker) is a built-in tool that can help you scan and repair corrupted or missing system files, which may be responsible for the "Windows Update something went wrong" issue.

  1. Type cmd in the Start menu search bar and select "Run as administrator." 
    cmd run as administrator
  2. Type sfc /scannow in the command windows and hit the Enter key on your keyboard. 
    run SFC scan
  3. It starts to scan and repair the defective system files.
  4. Restart your PC to see if the error persists.

Solution 2: Run a troubleshooter to fix Windows Update something went wrong

Windows Troubleshooter is a built-in tool that you can rely on to troubleshoot issues related to various aspects.

  1. Press the "Windows+i" keys to open Settings.
  2. Tap on Update & Security.
  3. Click Troubleshoot on the left and "Additional troubleshooter" on the right. 
    run Windows update troubleshooter
  4. Choose Windows Update and click "Run the troubleshooter." 
    run Windows update troubleshooter

Solution 3: Adjust Windows UOS to fix Windows Update something went wrong

The improperly configured Windows UOS could be to blame for the "Windows Update something went wrong try to reopen settings later" error, here's how to rectify it:

  1. Press the Windows+R keys to open the Run dialog box.
  2. Type services.msc in the box then click OK. 
    services msc in run dialog box
  3. Look for and double-click Update Orchestrator Service.
  4. Open the "Startup type" drop-down menu and choose "Automatic."
  5. Tap on Apply and OK. 
    Windows update orchestrator service
  6. Restart your PC.

Solution 4: Edit the registry to fix Windows Update something went wrong

Incorrectly configured registry keys may result in the "Windows Update something went wrong" issue, here's how to adjust:

  1. Press the "Windows+R" keys, type regedit in the box, and click OK. 
    regedit msc in run dialog box
  2. Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc 
    edit registry for Windows update
  3. Locate the Start option on the right and double-click on it.
  4. Enter 2 in the value data box and click OK. 
    edit registry for Windows update
  5. Look for the Start option of the following registry keys and set the value data to 2.
  6. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc 
    waasmedicsvc
  7. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv 
    wuauserv

Solution 5: Reset update files to fix Windows Update something went wrong

The corrupted Windows update files may cause the "Windows Update something went wrong" error to appear, here's how to make your Windows OS delete the corrupted ones and restart the update process.

  1. Type cmd in the Start menu search bar and select "Run as administrator."
  2. Type the following commands one by one and hit the Enter key after each:

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

reset Windows update files

The commands above aim to stop the services. Now execute the commands below one by one to restart them:

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

reset Windows update files

You can share this post using the buttons below