Share via

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80240031)

Anonymous
2026-01-19T04:22:50.6533333+00:00

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80240031)

Windows for business | Windows Server | Devices and deployment | System management components
0 comments No comments

2 answers

Sort by: Most helpful
  1. Harry Phan 21,825 Reputation points Independent Advisor
    2026-01-19T11:31:28.57+00:00

    Hello Rajesh,

    The error code 0x80240031 is a Windows Update failure that usually indicates corruption in the update cache or a problem with the servicing stack. It’s not tied to a single KB, but rather to the update mechanism itself. The most reliable way to address it is to reset the Windows Update components and ensure the servicing stack is intact.

    Start by opening an elevated Command Prompt and running:

    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

    This clears the update cache. After that, run sfc /scannow and then DISM /Online /Cleanup-Image /RestoreHealth to repair any corruption in system files or the component store.

    If the error persists, check that the latest Servicing Stack Update (SSU) is installed. Microsoft often releases SSUs separately, and without them cumulative updates can fail. You can manually download the SSU for your build from the Microsoft Update Catalog (catalog.update.microsoft.com in Bing).

    Finally, confirm that Group Policy or third‑party security software isn’t blocking updates. In some enterprise builds, policies under Computer Configuration → Administrative Templates → Windows Components → Windows Update can prevent installation.

    If none of these steps resolve the issue, it’s likely a known regression in the current build. In that case, the only option is to wait for Microsoft to release a fixed cumulative update or SSU.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Harry.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-01-19T04:22:59.5733333+00:00

    The error code 0x80240031 typically indicates that there was a problem with the installation of updates in Windows. This can happen for various reasons, such as issues with the Windows Update service or problems with the update files themselves. Here are some steps you can take to troubleshoot this issue:

    1. Check for Updates Again: Sometimes, simply retrying the update process can resolve the issue. Go to Settings > Update & Security > Windows Update and click on Check for updates.
    2. Run the Windows Update Troubleshooter: This built-in tool can help identify and fix problems with Windows Update. You can find it in Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update.
    3. Reset Windows Update Components: If the problem persists, you may need to reset the Windows Update components. This involves stopping the Windows Update services, renaming the SoftwareDistribution and catroot2 folders, and then restarting the services. Instructions for this can be found in Microsoft's support documentation.
    4. Check for Disk Space: Ensure that your system has enough disk space available for the updates to be installed.
    5. Review Update History: Check the update history to see if there are any specific error messages related to the failed updates, which can provide more insight into the issue.

    If these steps do not resolve the issue, you may want to consider contacting Microsoft Support for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.