Windows OS

Feature Update to Windows 10 Version 1803 Failed [Solved]

Microsoft releases updates regularly to keep all the users up to date with the latest available drivers, fix the latest bugs, introduce new features, improve security and stabilize your system. However, many users reported that they encountered an issue while updating to Windows version 1803. This issue can be caused by corrupted system files, Windows update components not working properly, or malfunctioning.

This write-up will discuss methods to get rid of the “Feature Update to Windows 10 Version 1803 Failed” issue.

How to Fix the “Feature Update to Windows 10 Version 1803 Failed” Issue?

To fix the “Feature Update to Windows 10 Version 1803 Failed” issue, try the following solutions:

Method 1: Run SFC Scan

System file checker looks for damaged and corrupted system files and try to fix them. Run the SFC scan by following the instructions below.

Step 1: Run CMD as Admin

Start “Command Prompt” with admin-ship through the Start menu:

Step 2: Execute Command

Type the “SFC” command given below:

SFC/ scannow

 

This command will look for the corrupted files and replace them with a cached copy.

Method 2: Run the Windows Update Troubleshooter

Troubleshooter comes build-in with Windows to help the users fix and get rid of unnecessary issues. Run “Windows Update Troubleshooter” like shown in the steps below.

Step 1: Open Troubleshoot Settings

Type “Troubleshoot settings” in the Start menu’s search box and press enter:

Step 2: See All Troubleshooters

Press the highlighted option:

Step 3: Select Windows Update

Below “Get up and running”, Select “Windows Update” as seen below:

Step 4: Troubleshoot

Click on the button that shows up to start the troubleshooting process:

Method 3: Use DISM Tool

DISM is the next step if SFC doesn’t fix your issue. Use the DISM tool by executing the commands listed below in the command prompt with administrative authority in the same sequence.

Step 1: Scan the Health

Run the command given below to scan system image health and look for any corruptions:

Dism /Online /Cleanup-Image /ScanHealth

 

Step 2: Check the Health

Execute the command given below to see whether the image can be repaired:

Dism /Online /Cleanup-Image /CheckHealth

 

Step 3: Restore the Health

Type the below-given command to try to fix the corrupted files and restore the system image health:

Dism /Online /Cleanup-Image /RestoreHealth

 

Method 4: Reset Windows Update Components

Some Windows update services might be malfunctioning, so restart all of them by following the step-by-step guide below.

Step 1: Stop Windows Services

Stop the enlisted services by executing the below-given commands in this exact sequence:

  • bits”: It enables us to transfer files between systems.
  • wuauserv”: It is responsible for downloading and installing updates.
  • appidsvc”: It verifies the identity and the authenticity of the application.
  • cryptsvc”: It provides privacy, authentication, and confidentiality:
net stop bits

 

net stop wuauserv

 

net stop appidsvc

 

net stop cryptsvc

 

Step 2: Rename Folders

Rename the “SoftwareDistribution” to “SoftwareDistribution.old” by executing the following command:

ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

 

Rename “catroot2” to “catroot2.old” by typing in the command given below in the terminal:

ren %systemroot%\system32\catroot2 catroot2.old

 

Step 3: Start Services

Start the services you stopped earlier by executing the list of commands given below one by one:

net start bits

 

net start wuauserv

 

net start appidsvc

 

net start cryptsvc

 

Now, reboot your system and again try to feature update to Windows version 1803.

Conclusion

The “Feature Update to Windows 10 Version 1803 Failed” issue can be fixed in multiple ways. These include running the SFC scan, running the Windows update troubleshooter, using the DISM tool, or resetting Windows update components. This blog offered various solutions for fixing the mentioned Windows update issue.

About the author

Shahrukh Syed

I am a Goal oriented person who loves to learn new things. I am skilled in Web Development and MERN Stack. As a technical author, I write about different technologies and solve the problems faced while using them.