How to Fix Windows Update Error 0x80248014 on Windows 11

Windows Update errors can prevent your system from receiving important security patches, driver updates, and feature improvements. One such issue that Windows 11 users encounter is Windows Update error 0x80248014, which usually appears when checking for updates or during the download/installation process.

This error is commonly related to corrupted Windows Update components, damaged update cache, misconfigured services, or incomplete update metadata. Fortunately, it is not a critical system failure and can be fixed using standard Windows troubleshooting steps. In this guide, we’ll walk you through all the effective methods to fix Windows Update error 0x80248014 on Windows 11.

Fix Windows Update Error 0x80248014 on Windows 11

Follow the solutions below in order. In most cases, one of these methods will resolve the issue completely.

1. Restart Your Windows 11 PC

Before applying advanced fixes, start with a basic restart. Temporary system glitches or background process conflicts can often cause Windows features or apps to malfunction. Restarting your PC refreshes system services and may resolve the issue without additional troubleshooting.

1. Click Start

2. Select Power

3. Click Restart

After rebooting, go to Settings > Windows Update and check for updates again.

2. Run the Windows Update Troubleshooter

Windows 11 includes a built-in troubleshooter designed to fix update-related problems automatically. It can detect common issues with Windows Update services, corrupted files, and system settings, then apply the necessary fixes without manual troubleshooting.

1. Press Windows + I to open Settings

2. Go to System > Troubleshoot

3. Click Other troubleshooters

4. Find Windows Update

5. Click Run

6. Follow the on-screen instructions

Once completed, restart your PC and try updating again.

3. Clear the Windows Update Cache

Corrupted update cache files are one of the most common causes of error 0x80248014. Clearing the Windows Update cache removes damaged or incomplete update files and forces Windows to download fresh copies from Microsoft servers.

1. Press Windows + X and select Terminal (Admin) or Command Prompt (Admin)

2. Run the following commands one by one:

net stop wuauserv
 net stop bits

3. Open File Explorer and navigate to:

C:\Windows\SoftwareDistribution

4. Delete all files and folders inside the SoftwareDistribution folder

5. Go back to the terminal and run:

net start wuauserv 
net start bits

6. Restart your PC

After rebooting, check Windows Update again.

4. Reset Windows Update Components Completely

If clearing the cache is not enough, resetting all Windows Update components can help. This process restarts essential update services, refreshes update-related folders, and restores core Windows Update settings to their default state.

1. Open Command Prompt (Admin)

2. Run the following commands one by one:

net stop wuauserv 
net stop cryptsvc 
net stop bits 
net stop msiserver 
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old 
ren C:\Windows\System32\catroot2 catroot2.old 
net start wuauserv 
net start cryptsvc 
net start bits 
net start msiserver

3. Restart your PC

This forces Windows to rebuild all update-related components.

5. Run SFC and DISM Scans

System file corruption can interfere with Windows Update and trigger errors like 0x80248014. Running built-in repair tools such as SFC and DISM can scan for damaged system files and automatically replace them with healthy copies.

1. Open Command Prompt (Admin)

2. Run the code:

sfc /scannow

3. After the scan completes, run:

DISM /Online /Cleanup-Image /CheckHealth 
DISM /Online /Cleanup-Image /ScanHealth 
DISM /Online /Cleanup-Image /RestoreHealth

4. Restart your PC

These tools repair missing or corrupted system files required for updates.

6. Check Windows Update Services

If required services are disabled, Windows Update will fail to download or install updates properly. Ensuring that essential services like Windows Update and Background Intelligent Transfer Service (BITS) are running can help restore normal update functionality.

1. Press Windows + R

2. Type services.msc and press Enter

3. Make sure the following services are Running and set to Automatic:

  • Windows Update
  • Background Intelligent Transfer Service (BITS)
  • Cryptographic Services

4. Restart any service that is stopped

Close the Services window and retry the update.

7. Temporarily Disable Third-Party Antivirus

Some third-party security programs can interfere with Windows Update processes and prevent updates from installing properly. To check whether this is causing the issue, temporarily disable your third-party antivirus or firewall software and then try checking for updates again.

Once the update process is complete, make sure to re-enable your protection immediately. It is recommended to keep security software disabled only for a short period and avoid browsing the internet or downloading files during that time.

8. Check for Pending Optional Updates

Optional updates can sometimes interfere with regular cumulative updates if they remain pending for too long. Installing or clearing these updates may help Windows Update proceed normally and resolve related update errors.

1. Go to Settings > Windows Update

2. Click Advanced options

3. Select Optional updates

4. Install any pending updates

5. Restart your PC

Afterward, try checking for updates again.

9. Install Updates Using Windows Update Catalog

If Windows Update keeps failing, you can try installing the update manually instead of relying on the automatic update process. First, identify the KB number of the failed update from the Windows Update history section. Then, download the corresponding update package from the Microsoft Update Catalog and install it manually on your PC.

After the installation is complete, restart your computer to apply the changes properly. This method bypasses the standard Windows Update mechanism and can often resolve issues caused by corrupted update files or service errors.

Wrapping Up

With that, we wrap up our complete guide on fixing Windows Update error 0x80248014 on Windows 11. While this error can prevent your system from installing important updates, it is most often caused by corrupted update cache files, misconfigured services, or damaged system components, not a serious system failure.

By clearing the update cache, resetting Windows Update components, repairing system files, and ensuring required services are running, you should be able to resolve the issue and update your PC successfully.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.