Score:2

Windows Update failed to check for updates with error 0x80072EFE

br flag

I am unable to Download/Install Windows update on my Windows Sever 2016 Std. Version 1607 OS Build 14393.5501

Windows Update failed to check for updates with error 0x80072EFE

Most of the Solution are related to problems with the server unable to reach the Internet or Microsoft Update Servers, but I am able to reach the Internet from the server and able to ping 8.8.8.8 and able to download standalone updates on the same machine.

No Issues on DISM and SFC

Tried Below Steps:

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

Also tried to turn off the proxy settings.

netsh winhttp import proxy source=ie

Also Checked if any staged package,

dism /online /get-packages /format:table

As a last attempt I followed the Windows Components Reset howto.

Score:0
cn flag

0x80072EFE (WININET_E_CONNECTION_ABORTED) is a timeout.

Or to speak in microsoft "The connection with the server was closed abnormally, BITS is unable to transfer the file successfully."

It happens when BITS is broken or the file being transferred can't be written to the destination folder on the client. This error is usually caused by connection errors while checking or downloading updates. Firewall, AV, Proxy, Security-Stuff.

You should be able to narrow it further down with:

bitsadmin /LIST /ALLUSERS /VERBOSE

Search the output for 0x80072EFE. You should see a reference to an HTTP code with a specific URL. Use curl or a browser to debug the download.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.