Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Fix Update Error 0x8000ffff in Windows

Fix Update Error 0x8000ffff in Windows

Deep ShresthaBy Deep ShresthaDecember 28, 2022
Fix Update Error 0x8000ffff

Microsoft provides constant updates with several features, security upgrades and bug fixes. But sometimes, Windows update itself may run into critical error, stopping you from updating your system.

This is exactly the error most users come across when updating Windows 10 to version 1607. Corrupted system files, malicious software, performing system restore or the system failing to start the right services usually triggers the error message.

First, restart your system and check your internet connection to make sure that the error is not due to a bug or internet issues in Windows. If these do not work, you might need to perform some advanced fixes.

Table of Contents

  • Reset Windows Update Component
  • Run Windows Update Troubleshooter
  • Check System Files
  • Run Virus and Threat Protection
  • Set Correct Date and Time
  • Revert System Restore
  • Reset Windows

Reset Windows Update Component

Software Distribution is a crucial system file that temporarily saves update files that may be needed to install Windows Update. To reset Windows update component, you need to replace Software Distribution folder so that Windows creates a new one.

But, first you need to disable Windows Update services.

  1. Press the Windows + R key to open Run.
  2. Type cmd and press Enter to open Command Prompt as administrator.
  3. Type the following commands and press Enter after each command.
    • net stop bits
    • net stop wuauserv
    • net stop cryptSvc
    • net stop msiserver
      stop update services update error
  4. Type the following command to rename the previous Software Distribution folder so that Windows creates a new one.
    • ren %systemroot%\SoftwareDistribution softwaredistribution.bak
    • ren %systemroot%\system32\catroot2 catroot2.bak
      rename software distribution and catroot folder
  5. Now restart previously stopped services by typing the following command in the command prompt.
    • net start bits
    • net start wuauserv
    • net start cryptSvc
    • net start msiserver
      run update services update error
  6. Restart Windows and try updating your PC.
Note: You may get messages when renaming the files. You can ignore this as these services will only run during a Windows update.

If Windows still gives you the error message, you need to make sure that some crucial Windows update services are running. You can do this using Services.

  1. Press the Windows + R key to open Run.
  2. Type services.msc and press Enter to open Services.
    run services upate error
  3. Scroll down and select COM+ Event System.
    com event system check service status
  4. Make sure that Service Status indicates Running.
    service status windows update service
  5. Also ensure that the services mentioned below are running.
    • DCOM Server Process Launcher
    • Remote Procedure Call (RPC)
    • Windows Update

Run Windows Update Troubleshooter

Windows update troubleshooter scans your system for components related to Windows update that might be causing the Windows update error. Once the scan completes, the troubleshooter makes necessary changes to the system to fix the problem.

  1. Press the Windows + I key to open Settings.
  2. Go to System > Troubleshoot.
    system settings troubleshoot windows update error
  3. Select Other troubleshooters.
    other troubleshooter windows update error
  4. Run the Windows Update Troubleshooter to scan any issues with the Windows update.
    run windows update troubleshooter windows update error

Check System Files

System files are a crucial part of Windows without which the OS cannot operate. Corrupted system files can cause Windows components to malfunction, in our case Windows Update. You can run the System File Checker (SFC) to scan and repair your system files.

Before you run SFC, make sure that you run the DISM command. SFC uses Windows Image to repair any corrupted system files. But if the Windows image itself is corrupted, you need to run the DISM command to repair Windows Image from the online repository.

  1. Press the Windows + R key to open Run. 
  2. Type cmd and press Ctrl + Shift + Enter to run Command Prompt as Admin.
    cmd windows update error
  3. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter.
    run dism windows update error
  4. Once the process completes, restart your PC.
  5. Again, open Command Prompt as Admin.
  6. Type sfc /scannow and press enter to run SFC.
    sfc scannow windows update error
  7. Restart your computer once the verification process completes.

Run Virus and Threat Protection

Malicious files and applications in your PC could also cause the update error 0x8000ffff. Thankfully, Windows has a built in Virus and Threat Protection feature which detects and removes malware from your system.

  1. Press the Windows + R key to open Run.
  2. Type windowsdefender: to open Windows Security.
    windows defender windows update error
  3. Select Virus & threat protection.
  4. Click on Scan options.
    virus and threat protection scan options
  5. Check Full scan and press Scan now.
    perform full system scan windows udpate error

Scanning your PC may take some time. Once the process completes, Windows will list all the malicious files in your PC. Removing them would be the best course of action. Once removed, try updating Windows. 

Note: Check if any third-party anti-malware application is running. These application may mistaken a Windows update for malicious activity which might block Windows access to the update server. This might trigger the update error 0x8000ffff.

Set Correct Date and Time

When you perform a Windows update, your system connects to the Microsoft Update server. Wrong date and time on your system may cause conflicts when connecting to the server during an update. In that case setting the correct Data and Time should fix the issue.

  1. Press the Windows + I key to open Settings.
  2. Go to Time & Language > Date & time.
    date and time windows update error
  3. Set the Time zone to  your current Time zone.
  4. Make sure that Set time automatically is On.
    set time automatically windows update error

Revert System Restore

When performing a System Restore, Windows may replace certain system files correctly. This can result in system file conflicts which may result in the update Error 0x8000ffff. If you are getting the error message after performing a System Restore, you can revert the update to fix the issue.

To revert previous System Restore,

  1. Press the Windows + R key to open Run.
  2. Type rstrui and press Enter to open System Restore.
    open system restore update error
  3. Here Check Undo System Restore and select Next.
    undo system restore
  4. Click on Finish.
    undo system restore finish
  5. Select Yes if Windows asks for confirmation.
    undo system restore select yes
  6. Wait for the system to restart and try updating the Windows.

Reset Windows

If your Windows is not getting any updates due to the Update Error 0x8000ffff, you might want to reset the entire Windows. Windows update not only adds features to the current version of Windows but also provides security upgrades. 

Failing to update Windows from time to time may make your system vulnerable. And if none of the methods mentioned above work, you might need to reset Windows to fix the issue. 

Resetting Windows installs a fresh version of Windows which should fix the error with your current version.

  1. Press the Windows + I key to open Settings.
  2. Go to System > Recovery.
    system recovery setting windows update error
  3. Under Recovery options, select Reset this PC.
    reset pc windows update error
  4. Click on Keep my files to save your personal files or Remove everything to perform a hard reset.
    reset files options windows update error
  5. Click on Local reinstall.
    local reinstall windows update error
  6. Select Next.
  7. Finally, select Reset to start the reset process.
    windows update error reset windows
fix
Deep Shrestha
  • Twitter
  • LinkedIn

Deep Shrestha works as a computer hardware writer at TechNewsToday with several hardware and programming certifications. Although he has been writing technical content for more than a year, his interest in hardware components started at a very young age ever since he heard about PC building. Pursuing his passion, he has assembled several desktop computers. Besides building desktop PCs, Deep also has hands-on experience fixing software and hardware issues on laptops and desktop computers. Using all this knowledge and skills about computer hardware, he's on a quest to make content that's easy to read and understand for everyone. You can contact him at deep@technewstoday.com

Related Posts

how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.