How to fix Windows Update “Download Error – 0x80248007”

Configurare noua (How To)

Situatie

Solutie

Fix #1: Restart Windows Update Service

Whenever there is an issue with a Windows update, your first stop should be checking in on the Windows Update Service. As the service that is dedicated to checking for and installing the latest Windows Updates, most update-related errors originate from it.

You don’t need to do much; simply restarting the service forces it to check for updates again and attempt a fresh download.

  1. Run Services by searching for it from the Start Menu.
How to Fix Windows Update “Download Error - 0x80248007” image 2
  1. Locate the Windows Update service in the list of all the system services on the list. Since the list is alphabetical, you will find it near the bottom.
How to Fix Windows Update “Download Error - 0x80248007” image 3
  1. Right-click on the service and select Restart, or Start if it isn’t running at all.
How to Fix Windows Update “Download Error - 0x80248007” image 4

Fix #2: Start the Windows Installer Service

The Windows Installer Service should be running by default, but in case it has stopped due to some reason (either a bug or by manually killing its process earlier) it can give you an error when installing Windows updates.

To fix this, you have to manually start the service.

  1. Open Services by searching for it in the Start Menu.
How to Fix Windows Update “Download Error - 0x80248007” image 5
  1. This lists all the Microsoft services along with their status. Scroll down to find the Windows Installer service (the list is alphabetical, so just find the “w” section).
How to Fix Windows Update “Download Error - 0x80248007” image 6
  1. Right-click on the service and select Start.
How to Fix Windows Update “Download Error - 0x80248007” image 7

Fix #3: Run the Windows Update Troubleshooter

Windows troubleshooters have a poor reputation in general, being unable to fix most issues or even detect them correctly. But their performance has improved over time, and can often find and fix simple errors without much trouble.

This is why it can be a good idea to run the Windows Update troubleshooter before we go into the more involved fixes.

  1. Open Settings by clicking on the gear icon in the Start menu or searching for it.
How to Fix Windows Update “Download Error - 0x80248007” image 8
  1. In the System tab (which should be the default), scroll down to the Troubleshoot option and select it.
How to Fix Windows Update “Download Error - 0x80248007” image 9
  1. Next, select Other troubleshooters.
How to Fix Windows Update “Download Error - 0x80248007” image 10
  1. This finally brings us to a list of troubleshooters, including the one for Windows Update. Hit the Run button to start the troubleshooter.
How to Fix Windows Update “Download Error - 0x80248007” image 11

Fix #4: Clear the Software Distribution Folder

When the Windows Update service detects a new update, it starts downloading the required Windows update components as temporary files in the SoftwareDistribution folder. Once the download is complete, these files are used to install the update and then cleaned up.

  1. Start by navigating to C:\Windows\SoftwareDistribution by entering this address in the file explorer or manually clicking your way through.
How to Fix Windows Update “Download Error - 0x80248007” image 12
  1. Head into the DataStore and Download folders and delete everything in them.
How to Fix Windows Update “Download Error - 0x80248007” image 13

Fix #5: Run SFC and DISM Scan

So far, we have talked about fixes that deal with stuck downloads or random bugs. But what if the update services are broken due to corrupted or missing system files?

To repair the system files on your PC and ensure they are working perfectly, you need to run an SFC and a DISM scan. Ideally, you want to run DISM (Deployment Image Servicing and Management) first, as it will download a fresh system image from Microsoft’s servers to repair the local image stored on your PC.

After that, you run SFC (System File Checker) to scan all the system files themselves, verifying them against the system image to fix any inconsistencies. By the end, you can confidently say that your Windows Installation has no corrupted or broken files.

  1. As both SFC and DISM are command-line utilities, open Command Prompt as administrator. You can find it by typing “cmd” in the Start Menu. Make sure to pick the Run as Administrator.
How to Fix Windows Update “Download Error - 0x80248007” image 14
  1. First, we will run the DISM command.

Dism /Online /Cleanup-Image /RestoreHealth

How to Fix Windows Update “Download Error - 0x80248007” image 15
  1. This will download a fresh system image from Microsoft’s servers and use it to patch up the existing one currently on your computer.
How to Fix Windows Update “Download Error - 0x80248007” image 16
  1. After DISM has completed the process, it is time to run an SFC scan. Type sfc /scannow and press Enter.
How to Fix Windows Update “Download Error - 0x80248007” image 17
  1. SFC will now use the updated system image to verify the integrity of every system file, replacing them if any mismatch is found. Wait while the scan is underway.
How to Fix Windows Update “Download Error - 0x80248007” image 18

Fix #6: Manually Install Update From Microsoft Update Catalog

If you keep getting the Windows update error 0x80248007 every time you try to update Windows, you can always head to Microsoft’s Update Catalog and manually download the required update. All Windows Updates are available on the website through individual installers, allowing you to install them as any other software package.

  1. To manually download a Windows Update, head to the Microsoft Update Catalog.
  2. Enter the serial number of the update you are seeking (it starts with a KB). All matching updates will be listed along with their sizes.
  3. Download the correct update based on your processor type. This opens a separate dialog box (just Microsoft things) from where you can download the .msi file.
  4. Once the file finishes downloading, run the package to install the update on your PC and restart the system.

Tip solutie

Permanent

Voteaza

(3 din 7 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?