Hi @Bernard Gil
Which update are you trying to install?
Please run winver.exe and post a screenshot of that dialog.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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)
Hi @Bernard Gil
Which update are you trying to install?
Please run winver.exe and post a screenshot of that dialog.
AI answer
Error 0x8007001F usually means a device attached to the system is not functioning. For Windows update and upgrade failures, the supported fixes are:
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. 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.