Affiliate Disclosure: This post may include affiliate links. If you click and make a purchase, I may earn a small commission at no extra cost to you.
Windows Update is essential for keeping your system secure, stable, and up to date with the latest features. However, many users encounter the frustrating message: “Windows update something went wrong, or Windows update something went wrong, try to reopen settings later.” when attempting to update their system. This vague error is one of the most common issues users encounter in Windows updates.
Fortunately, this is usually fixable with some straightforward steps. This guide provides proven solutions for resolving the “Something went wrong” update error on both Windows 10 and Windows 11.
What Does Something Went Wrong Mean & Its Causes
The “Something went wrong” error is a generic message displayed when Windows fails to complete an update process. Unlike specific error codes, this message does not clearly indicate the root cause, making troubleshooting more challenging. This issue can appear during:
- Checking for updates
- Downloading updates
- Installing updates
- Restarting after updates
Because the message is vague, troubleshooting requires a structured approach; understanding the possible reasons behind this issue is the first step toward resolving it.
1. Internet Connectivity Problems: Windows Update relies on a stable internet connection. Interruptions or slow speeds can cause update failures.
2. Corrupted System Files: Damaged or missing system files can prevent updates from installing properly.
3. Insufficient Disk Space: Updates require adequate storage. If your system drive is nearly full, updates may fail.
4. Windows Update Service Issues: If essential services related to Windows Update are disabled or malfunctioning, errors can occur.
5. Software Conflicts: Antivirus programs or third-party software can interfere with the update process.
6. Outdated Components: Older system components or previous failed updates can create conflicts with new updates.
How to Fix Windows Update Something Went Wrong on Windows 11/10
When you encounter the “Windows Update Something Went Wrong” error, the key is not to try random fixes, but to follow a logical troubleshooting sequence. Each method below targets a specific root cause. Follow them in order for the best results.
Method 1. Restart Your Computer
Before diving into technical fixes, start with the simplest one. Temporary system glitches, pending processes, or incomplete background tasks can interfere with Windows Update. A restart clears memory, resets system processes, and often resolves minor update issues instantly.
Step 1. Click Start.
Step 2. Select Power > Restart.
Step 3. After reboot, go to Settings > Windows Update.
Step 4. Click Check for updates.

Method 2. Check Your Internet Connection
Windows Update relies heavily on a stable internet connection. Even brief interruptions can cause downloads to fail and trigger the “Something went wrong” error. To do this, you can:
- Restart your router/modem
- Switch to a wired connection if possible
- Disable VPN or proxy services temporarily
- Test your connection speed and stability
Method 3. Reset Settings App
The Settings app is responsible for displaying update status, triggering downloads, and communicating with Windows Update services. If it becomes corrupted or unresponsive, it can cause update failures or misleading error messages.
Step 1. Click the Start button to open the menu.
Step 2. Right-click the Settings icon, then select More > App settings.
Step 3. In the pop-up window, scroll down and click the Reset button, then click Reset again to confirm.

Method 4. Run Windows Update Troubleshooter
If the above methods do not help, the next step is to use the built-in troubleshooting tool, called Windows Update Troubleshooter, which can automatically detect and fix common update-related issues such as misconfigured services or corrupted components.
Step 1. Open Settings (Win+I).
Step 2. Go to System > Troubleshoot > Other troubleshooters.
Step 3. Find Windows Update.
Step 4. Click Run.

Method 5. Free Up Disk Space
Windows updates require sufficient disk space to download, extract, and install files. If your system drive is nearly full, updates may fail silently or produce generic errors. In this case, you can try freeing up disk space. Clearing space ensures the update process can complete without interruption.
- Go to Settings > System > Storage
- Click Temporary files
- Select unnecessary files (e.g., cache, logs)
- Click Remove files
- Optionally enable Storage Sense

Ideally, keep at least 10–20 GB of free space before running updates. You can also use disk cleanup software to free up more disk space.
Method 6. Restart Windows Update Services
Windows Update depends on several background services. If these services are stuck, disabled, or malfunctioning, updates cannot proceed. Restarting them refreshes the update engine without affecting your data.
Step 1. Press Win + R, type services.msc, and press Enter.
Step 2. Locate:
- Windows Update
- Background Intelligent Transfer Service (BITS)
Step 3. Right-click each service and select Restart.

Step 4. Ensure their startup type is set to Automatic. (Right-click and select Properties.)

Method 7. Clear Windows Update Cache
One of the most common causes of this error is a corrupted update cache. Windows stores downloaded updates locally, and if these files become damaged, every update attempt may fail.
Step 1. Open Command Prompt as Administrator.
Step 2. Stop update services:
- net stop wuauserv
- net stop bits
Step 3. Navigate to:
- C:\Windows\SoftwareDistribution
Step 4. Delete all files inside the folder.
Step 5. Restart services:
- net start wuauserv
- net start bits
Close Command Prompt and try running Windows Update again.
Method 8. Run SFC and DISM Scans
If core Windows files are corrupted, updates may fail regardless of other fixes. The System File Checker (SFC) and DISM tools are designed to detect and repair these issues. This step targets deeper system-level problems.
Step 1. Open Command Prompt as an Administrator.
Step 2. To check and repair system files, type sfc/scannow and press Enter. This will take some time. Do not close the window until the scan completes.

Step 3. Once the SFC scan finishes, run a DISM scan to repair the system image:
- DISM /Online /Cleanup-Image /RestoreHealth
After both scans are complete, restart your PC and try updating again.
Method 9. Disable Antivirus Temporarily
Some third-party antivirus programs may block or interfere with Windows Update processes, especially during file verification or installation. As a test, temporarily disable any third-party antivirus, firewall, or VPN software you have running. After disabling them, try running Windows Update again. Remember to re-enable your security software afterward.
Method 10. Install Updates Manually
If automatic updates continue to fail, you can manually download and install updates from Microsoft’s official catalog. This will bypass the built-in update mechanism entirely.
Step 1. Find the KB number that is failing or needed from the Windows Update history page.
Step 2. Go to the Microsoft Update Catalog website.
Step 3. Search for the KB number, find the version matching your system, and click Download.
Step 4. Open the downloaded .msu file and follow the prompts to install.
Step 5. Restart your computer if prompted to finalize.
Common Error Codes and Their Meanings
While the generic error message can be vague, checking the specific error code in Windows Update settings can give you a clue. Here are some common codes and their typical causes:
| Error code | What does it usually mean |
| 0x80070002 | A file or system element required for the update is missing. |
| 0x80070005 | An “access denied” error, often due to insufficient administrator permissions. |
| 0x80070057 | An invalid parameter was passed, frequently related to corrupted system files. |
| 0x80240034 | The update process stalled due to an incomplete download or connectivity issues. |
| 0x800f0922 | A failure to connect to the update server, or the system reserved partition is too small. |
| 0xC1900101 | A driver conflict that is preventing the installation. |
Conclusion
The “Windows Update Something Went Wrong” error can be annoying, but it’s rarely permanent. In most cases, clearing the update cache or restarting services resolves the issue quickly. If the problem keeps coming back, it may indicate deeper system or disk issues. Something worth addressing early before it leads to data loss or system failure.
Hope this article helps!
