Windows server 2025 Datacenter Windows updates download error - 0x80248014

Hoogen

Member
Joined
Feb 13, 2024
Posts
20
Hello,
I have a Windows server 2025 Datacenter and Windows updates is not working.
When I run windows updates it says: Download error - 0x80248014

sfc /scannow gives no poblems

when i run: dism /online /cleanup-image /restorehealth
it gives an error : Error: 0x800f081f The source files could not be found.

When I run the component scanner:
The corruption scan completed after 64,54 seconds.
No corruptions were detected, but 2 warnings were found in the COMPONENTS hive.
see attachment.

I hope can help
 

Attachments

Hi @Hoogen,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi,

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Great, please run the following commands in an elevated prompt and attempt to update again. If it fails attach a new copy of the CBS logs.
Code:
net stop wuauserv
net stop bits
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
net start wuauserv
net start bits
 
Export the Windows Update log
  • Right-click on the Start button and click Windows PowerShell (Admin).
  • Copy and paste the following command into it, press enter afterwards
Code:
Get-WindowsUpdateLog
  • Wait for the message "WindowsUpdate.log written to C:\Users\<username>\Desktop\WindowsUpdate.log".
  • Attach the logfile WindowsUpdate.log to your next reply.
 
When I go to Windows updates it says: Updates failed last checked 30-03-2025 with below 3 updates with a download error. see picture
 

Attachments

  • WindowsUpdatesFailed.webp
    WindowsUpdatesFailed.webp
    17.6 KB · Views: 1
Which security software is installed on this server, e.g. 'Carbon Black (CB) Defense, Sentinel One, etc' or an external firewall that's blocking connections. This because of the following errors in the WindowsUpdate log. I've seen this combination of errors before and that issue was related to an external firewall which blocked connections to Microsoft servers.

0x80248014
WU_E_DS_UNKNOWNSERVICE - An operation did not complete because the service is not in the data store.

0x80072F8F
ERROR_INTERNET_DECODING_FAILED - WinINet failed to perform content decoding on the response.
ININET_E_DECODING_FAILED - Content decoding has failed
ERROR_WINHTTP_SECURE_FAILURE - WinINet failed to perform content decoding on the response.
 
Open an elevated command prompt and run the following command. Attach Dirlist.txt to your next post.
Code:
dir /s /a %SystemRoot%\SoftwareDistribution > "%userprofile%\Desktop\Dirlist.txt"
 
Please run the following commands again in an elevated prompt and be sure everything is removed from '%systemroot%\SoftwareDistribution' and does not contain any remnants.
Code:
net stop wuauserv
net stop bits
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
net start wuauserv
net start bits
 
Windows updates can check for updates but it does not download and install.
 

Attachments

  • updatecheck.webp
    updatecheck.webp
    19.6 KB · Views: 4

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top