How to fix Windows updates error 8024402F?

Check for Update Logs:
- Press Ctrl+R to check update logs and open it in all version of Windows.
- Type windowsupdate.log in the dialog box and then click to OK.
- Now a notepad will open. Check the latest entries in the log file.
- See the sample log below, and locate the line in bold in your logs of windows update
WARNING: Send failed with hr = 80072efe.
WARNING: SendRequest failed with hr = 80072efe. Proxy List used: <(null)>
Bypass List used : <(null)> Auth Schemes used : <>
WARNING: WinHttp: SendRequestUsingProxy
failed for
WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest
failed. Error 0x80072efe
WARNING: WinHttp: Send Request
to Server for File Information failed with 0x80072efe
WARNING: Win Http: ShouldFileBeDownloaded failed with 0x80072efe
These logs show that update has failed. To solve this error it is important to the reason of error. It might possible that router, firewall, malware or antivirus of your computer block this file from being download.
To identify the problem copy/paste the update of browser URL and attempt to download and wait for the result. If it fixes the issue then update it manually through administrator mode by opening a command prompt.
- Tap to Start
- Then type CMD
- And right click CMD and click Run As Administrator
Execute the following command in the black command prompt.
dism /online /add-package /package path:C:\update\myupdate.cab
Where location of the file is c:\update\myupdate.cab, if file is located in the download folder then it should be at C:\Users\Username\Downloads\updatefile.cab
After use of these commands in command prompt, the update will be installed. Now re-run the windows updates.
After using the following command if the problem is same then try it.
- Turn off anti-virus
- Turn off firewall
- Disable the router firewall and check if any filters are setup then deactivate.
- Check if your internet is working if not then check router, DNS or modem setting.
- Reset Internet Explorer (Win Key + R -> type inetcpl.cpl -> Advanced Tab -> Reset -> Delete Personal Settings)
- Try to use another web browser.
If still your issue is same then follow it:
- Click Start–> and type Services.msc
- Locate and Stop the “Background Intelligent Transfer" and “Windows Update" services.
- Then Click Start and open CMD as Administrator.
- Type rd %systemroot%\softwaredistribution /s