top of page

5 Quick Ways to Fix Common Windows Update Errors

Mar 26

2 min read

0

1

0

If you're struggling with updates, here are 5 quick ways to fix common Windows Update errors, helping you resolve issues swiftly and keep your computer running smoothly. By following these straightforward steps, you can get your system updates back on track swiftly and painlessly.


What You’ll Need


- Windows PC (Windows 10 or 11)

- Stable Internet connection

- Administrative access to your computer


Step 1: Run the Windows Update Troubleshooter


- Click the Start menu and type "Settings" into the search bar.

- Navigate to "System," then select "Troubleshoot," followed by "Other troubleshooters."

- Locate "Windows Update" and click "Run" to start the troubleshooter.


Step 2: Restart Windows Update Service


- Press `Win + R`, type `services.msc`, and hit Enter.

- Scroll to find "Windows Update," right-click, and select "Restart."

- Close the window and try updating again.


Step 3: Clear the Windows Update Cache


- Open Command Prompt as administrator (type "cmd" into search, right-click, "Run as administrator").

- Enter the following commands one at a time:

```

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

```

- Close Command Prompt and restart your PC.


Step 4: Check Disk Space


- Ensure there’s enough disk space available (ideally 20GB+ free).

- Open File Explorer (`Win + E`) and verify available space on your main drive.

- Free up space by deleting unnecessary files or running Disk Cleanup.


Step 5: Update Drivers and BIOS


- Ensure your drivers and BIOS are current by visiting your device manufacturer's website.

- Download and install any relevant updates.

- Restart your PC and retry Windows Update.


Still Not Working?


If these quick solutions don't resolve your issue, try:

- Restarting your device fully.

- Checking for system-wide updates through the manufacturer's software.

- Contacting tech support or seeking assistance from Green Mountain Tech Guidance.


By following these five easy steps, your Windows Update errors should be resolved quickly. If issues persist, reach out to Green Mountain Tech Guidance for personalized support and expert solutions to keep your system up-to-date and running smoothly.



Quick Ways to Fix Common Windows Update Errors




Mar 26

2 min read

0

1

0

Related Posts

Comments

Share Your ThoughtsBe the first to write a comment.
bottom of page