update not installing

Ernest Miller 0 Reputation points
2025-12-18T20:11:47.8566667+00:00

windows updates are not installing automatically. when i go to systems it tells me that there are updates available but the download and install button does not light up.

Windows for home | Windows 11 | Windows update
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-12-18T20:12:25.8066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If Windows updates are not installing automatically and the download and install button is not active, there could be several reasons for this issue. Here are some troubleshooting steps you can take:

    1. Check Group Policy Settings: If your system is configured to use Windows Server Update Services (WSUS), ensure that the updates are approved on the WSUS server. If they are not approved, your system will not be able to download or install them.
    2. Verify Network Configuration: Ensure that your Local Area Network (LAN) settings are correctly configured. If the "Automatically detect settings" option is selected, make sure that your system can reach the Web Proxy Auto-Discovery (WPAD) server. If it cannot resolve the WPAD server's DNS name, it may prevent updates from downloading.
    3. Run Windows Update Troubleshooter: Use the built-in Windows Update Troubleshooter to identify and fix problems with Windows Update.
    4. Check for Errors in Event Viewer: Look for any error messages related to Windows Update in the Event Viewer, particularly Event ID 16, which indicates that updates cannot be downloaded due to network issues.
    5. Reboot Your Computer: Sometimes, a simple reboot can resolve temporary issues with Windows Update.

    If these steps do not resolve the issue, consider checking for updates manually through the Windows Update settings or consulting Microsoft's troubleshooting documentation for more detailed guidance.


    References:

    0 comments No comments

  2. Kayece Jan Mae Amizola 12,610 Reputation points Independent Advisor
    2025-12-18T20:51:49.97+00:00

    Hi,

    If the above solutions do not work, please try the solutions below.

    1. Reset Windows Update components
    • Right-click on Start, then click on Windows PowerShell (Admin)
    • Type these commands and press Enter on each command:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    netsh winsock reset
    
    • Restart your PC, then go to Start > Settings > Update & Security and try to install the update again.
    1. Perform sfc and run the DISM command to check, scan, and restore the health of the system files by following the steps below.
    • On PowerShell (admin), enter each command below:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    After all has been processed, restart your device

    1. Fix issues by reinstalling the current version of Windows.
    2. If the problem persists, please perform an In-place upgrade for Windows 11.

    If you require further assistance, please don't hesitate to let me know.

    Stay Safe!

    0 comments No comments

Your answer

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