How to Fix Windows Update Error 0x80248007 on Windows 10/11

How to Fix Windows Update Error 0x80248007 on Windows 10/11

If you’re seeing Windows Update error 0x80248007, you’re not alone. This error usually occurs due to corrupted system files or issues with the Windows Update service. Fortunately, it’s easy to fix by following the steps below.

We’ll walk you through methods that involve system tools, service adjustments, and even alternative ways to install updates.

Step 1: Repair System Files with DISM and SFC

Corrupted files often cause update issues. Use built-in tools to scan and fix them.

Here’s how:

  1. Click Search and type CMD.
  2. Right-click Command Prompt > select Run as Administrator > click Yes.
  3. Run the following commands one by one (copy-paste and press Enter after each):
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
  1. Once DISM completes, run the System File Checker:
sfc /scannow
  1. Let it complete, then restart your computer.

Step 2: Reset the Windows Update Cache

Sometimes the Windows Update cache becomes corrupted. Here’s how to reset it:

  1. Open Command Prompt as Administrator again.
  2. Run the following commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
  1. After executing all commands, restart your PC.

Step 3: Check Windows Update Services

Make sure required services are enabled and running.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Locate and configure the following services:

Windows Update

  • Double-click it.
  • Set Startup type to Automatic.
  • If the Start button is clickable, click it.
  • Click Apply > OK.

Background Intelligent Transfer Service (BITS)

  • Same steps: Automatic > Start > Apply > OK.

Cryptographic Services

  • Set to Automatic and Start if not already running.
  1. Right-click each of these services again and select Restart.

Step 4: Install the Update Manually from Microsoft Update Catalog

If the update still fails:

  1. Open a browser and go to Microsoft Update Catalog.
  2. Search for the KB number of the update.
    • If you don’t know the KB number, go to Settings > Update History.
  3. Download and install the update manually.

Step 5: Perform an In-Place Upgrade (If All Else Fails)

This will reinstall Windows without deleting your data.

  1. Visit the Windows 11 Download Page.
  2. Scroll to Download Windows 11 Disk Image (ISO).
  3. Select version, language (e.g., English), and click Download.
  4. After download:
    • Open File Explorer > go to Downloads.
    • Right-click the ISO file > Mount > open it.
    • Run setup.exe.
    • Follow on-screen instructions to reinstall Windows.

Note: Ensure your data is backed up before proceeding.

Endnote

The 0x80248007 update error can be frustrating, but it’s usually caused by corrupt files or disabled services. By following the steps above—repairing system files, resetting the update cache, adjusting services, and manually installing updates—you should be able to resolve the problem.

If none of these work, an in-place upgrade can be a safe way to refresh your system without starting from scratch.

Views: 0

Previous Post Previous Post

Leave a comment