Software⏱️ 3 min read📅 2026-06-15

How to Fix: Windows 10 Windows Update not working (no error details)

Windows Update not working: try restarting services, deleting files, or running diagnostic tools to resolve the issue.

Quick Answer: Try restarting services related to Windows Update, deleting temporary files, and running diagnostic tools like sfc /scannow or Microsoft WindowsUpdateDiagnostic.diagcab tool.

The Windows Update issue you're experiencing is frustrating and affects many users. The error message 'There were problems installing some updates, but we'll try again later.' can be caused by various factors, including corrupted system files, outdated drivers, or conflicts with other software.

In this guide, we'll walk you through the steps to troubleshoot and potentially fix the Windows Update issue on your Windows 10 device.

💡 Why You Are Getting This Error

  • The primary reason for this error is a corrupted Windows Update package. The KB3119142 update has failed multiple times, causing issues with the system's ability to install updates.
  • Another possible cause is an outdated driver or conflicting software. In some cases, outdated drivers can interfere with the Windows Update process, leading to errors.

🛠️ Step-by-Step Verified Fixes

Manually repairing corrupted system files

  1. Step 1: Open the Command Prompt as an administrator. You can do this by searching for 'cmd' in the Start menu, right-clicking on the result, and selecting 'Run as administrator'.
  2. Step 2: Type the command `sfc /scannow` and press Enter. This will scan your system files and replace any corrupted ones with healthy copies.
  3. Step 3: Restart your device and try to update Windows again.

Disabling and re-enabling the Windows Update service

  1. Step 1: Open the Services console. You can do this by searching for 'services' in the Start menu, right-clicking on the result, and selecting 'Open'.
  2. Step 2: Locate the 'Windows Update' service and click on it to open its properties.
  3. Step 3: Set the 'Startup type' to 'Automatic' and click 'Stop' to disable the service. Then, restart your device and try to update Windows again.
  4. Step 4: If you're unable to stop the service, you can try disabling it manually by typing `sc config wuauserv start= disabled` in the Command Prompt and pressing Enter.

✨ Wrapping Up

To summarize, the primary cause of the Windows Update issue is a corrupted package. By manually repairing corrupted system files or disabling and re-enabling the Windows Update service, you should be able to resolve the problem. If these steps don't work, you may need to consider seeking further assistance from Microsoft support.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions