Can't do windows 11 updates

Bernard Gil 0 Reputation points
2026-08-31T03:00:27.64+00:00

I cant do Windows updates. When I try I get

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: (0x8007001f)

Windows for home | Windows 11 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ramesh 180.5K Reputation points Volunteer Moderator
    2026-08-31T03:12:31.93+00:00

    Hi @Bernard Gil

    Which update are you trying to install?

    Please run winver.exe and post a screenshot of that dialog.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-31T03:00:41.6366667+00:00

    Error 0x8007001F usually means a device attached to the system is not functioning. For Windows update and upgrade failures, the supported fixes are:

    1. Disconnect external devices Unplug nonessential hardware such as USB drives, printers, scanners, speakers, headphones, and external hard drives, then try Windows Update again.
    2. Run the Windows Update troubleshooter In Windows 11:
      • Select Start > Settings > System
      • Select Troubleshoot > Other troubleshooters
      • Find Windows Update and select Run
      • Follow the on-screen steps
    3. Make sure drivers are up to date The documented guidance for 0x8007001F is to ensure all drivers are updated.
    4. Repair system files Open Command Prompt as administrator, then run:
         DISM.exe /Online /Cleanup-image /Restorehealth
         sfc /scannow
      
      Wait for each command to finish. For DISM, the expected result is a success message such as “The restore operation completed successfully” or “The operation completed successfully.” After sfc /scannow reaches 100%, close Command Prompt and try Windows Update again.
    5. Try a clean restart A clean restart starts Windows with a minimal set of drivers and startup programs, which can help if software conflicts are blocking updates.
    6. Temporarily remove third-party security software Third-party antivirus or security software can interfere with Windows updates. If present, temporarily uninstall it, update Windows, then reinstall it afterward. Make sure installation media or product keys are available before uninstalling.
    7. If needed, reset Windows Update components Warning: these commands require administrator permissions. Open Command Prompt as administrator and run these one at a time:
         net stop bits
         net stop wuauserv
         ren %systemroot%\softwaredistribution softwaredistribution.bak
         ren %systemroot%\system32\catroot2 catroot2.bak
         net start bits
         net start wuauserv
      
      Then restart the PC and try the update again.

    If the issue happens specifically during a Windows 11 upgrade, also try the documented step for 0x8007001F: upgrade in Safe Mode.


    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.