How to fix Windows update error 0x80248007

I recently encountered an issue while attempting to update a Windows 11 laptop, resulting in error code 0x80248007. This error often translates to a “Update failed” status, indicating an unsuccessful Windows update process. Fortunately, there are several effective methods available to resolve this error code.

This error code is very common and could occur due to number of reasons. For example:

  • Lost communication with Windows update server.
  • Download of patch was not completed successfully to begin Installation process.
  • Windows was restarted during the update process.

Below screenshot shows the error code 0x80248007 while downloading KB4023057. You can always click on Retry link to re-initiate download and Install process but this might not work for you. I have provided several troubleshooting options which can help you fix this issue.

How to fix Windows update error 0x80248007
Windows update Download error 0x80248007

Troubleshoot Windows update error 0x80248007

There is no single universal solution for this error code. I will suggest trying the recommended solutions below one by one and checking if the issue has been resolved for you.

Option 1 – Start/Restart Windows Installer service

Windows Installer Service is utilized during the Windows update process to efficiently manage and install updates to the Windows operating system itself and other Microsoft software components. Please use below steps to start Windows 11 service:

  • Press Windows + R keys to open the Run dialog box.
  • Type services.msc and enter. This will open Services management console.
  • Search for Windows Installer service and right-click on it. Click on Start to start this service.

If you prefer command line to Start Windows Installer service, you can open Command prompt as administrator and type net start MSIServer to start this service.

Please note if this service is already have running status, you can right-click the service and click on Restart. This way the service will restart to clean state and any pending updates or Installation can resume.

Start/Restart Windows Installer service
Start/Restart Windows Installer service

Option 2- Run Windows Update Troubleshooter

Windows 10/11 already has a built-in Windows update troubleshooter which can be used to detect any Windows update-related issues and provide a fix for it. To be able to launch the Windows update troubleshooter, please follow below steps:

  • Press Windows + I keys to open the Settings app.
  • Go to System > Troubleshoot > Other trouble-shooters.
  • Click on Run button next to Windows update to launch it.

You can follow the Wizard to Identify the Issues related to Windows update using this troubleshooter. This may help detect error code 0x80248007 and provide possible solutions.

Run Windows Update Troubleshooter
Run Windows Update Troubleshooter

Option 3 – Start/Restart Windows Update service

If Starting/Re-starting Windows Installer service did not fix this issue for you. Then you can stop Windows update service, delete temporary update files and try again.

Windows update service is critical to ensuring that Windows updates are detected when a new update is released, downloaded on your computer and Installed.

Stop Windows update service:

  • Press Windows + R keys to open the Run dialog box.
  • Type services.msc and enter. This will open Services management console.
  • Find Windows update service from the list of services and right-click on it. Then click on Stop to stop the service.
  • Find Background Intelligent Transfer Service, right-click on it and click on Stop to stop this service as well.

If you prefer command line to stop Windows update service, you can open Command prompt as administrator and type below two commands:

net stop wuauserv

net stop bits

Delete Temporary Windows update files:

When Windows update service has been stopped, clear any Temporary Windows update files. Windows updates process uses a temporary cache folder called SoftwareDistribution for downloading Windows updates. It can be located at %systemroot%\SoftwareDistribution path.

SoftwareDistribution folder managed by Windows update agent (WUagent) plays a crucial role in the management and distribution of Windows Updates. It stores update files, manages their installation, and keeps track of update history and logs, helping to keep the Windows operating system secure and up to date. Occasionally, clearing or resetting this folder may be necessary to resolve corrupt update files and any other update-related issues.

Steps to clear SoftwareDistribution folder

Please follow below steps to clear SoftwareDistribution folder.

  • Press Windows + R to open Run dialog box.
  • Type %systemroot%\SoftwareDistribution and press enter to open this folder.
  • Delete DataStore and Download folders inside SoftwareDistribution folder.
  • Restart your computer and check if Windows update’s issue is resolved.

Please note DataStore folder contains system update history information. If you delete this folder, you will also lose windows update history information. Along with that next time you will update your windows device, it may take a bit longer due to re-building of cache.

If deleting DataStore and Download folders did not resolve your Issue, you can also delete all contents Inside of SoftwareDistribution folder.

If you do not want to delete the contents of SoftwareDistribution folder, you can simply rename it as well, for example: SoftwareDistribution.old This will preserve old cached data for you to refer in future. This folder will be auomatically re-created on next Windows update process.

Delete DataStore and Download folders inside SoftwareDistribution folder
Delete DataStore and Download folders inside SoftwareDistribution folder

If you prefer command line then you can open command prompt as administrator and type below commands which will rename SoftwareDistribution folder to SoftwareDistribution.old. I will recommend to restart your device after renaming this folder.

net stop wuauserv

net stop bits

ren c:\windows\SoftwareDistribution SoftwareDistribution.old

net start wuauserv

net start bits

Manually download and Install Windows update

If none of the steps are able to resolve this issue and you want to get this Windows update installed on your device then you can also manually download it and Install it on your device. Please follow below steps to download a Windows update manually:

  • Visit the Microsoft Update Catalog site.
  • Search for the patch using KB ID. For example: KB5030310.
  • Click on the Download button to save the .msu file (Microsoft update file).
  • Once the file is saved on the device, you can double-click on it to start the Installation process.
Manually download and Install Windows update
Manually download and Install Windows update

Leave a Comment