Information technology's ever skillful to keep your computers and devices up to date with the latest Windows x updates. Every in one case in a while, yet, an update may crash your computer or cause other problems. This is probably when y'all'd demand to uninstall the Windows updates.

So, how practise you go about uninstalling Windows x updates manually? At that place are v methods to do this, let'southward look at them one by one.

i. Using the Settings App

Click on the First Menu and look for the Settings app. Navigate to Update & Security, the final option in the Settings app.

On the next screen, click on View update history.

settings-update-history-windows-10

The first choice at the top of the next screen is Uninstall updates. Click on it.

uninstall windows 10 updates settings app

This will take you to the Command Panel, where you'll run into all the Installed Updates, including Windows 10 updates.

The updates listed under the section named Microsoft Windows include Windows updates. Choose the update you'd like to uninstall and click Uninstall at the top. Alternatively, y'all could right-click on an update and select Uninstall.

uninstall windows 10 updates control panel

A confirmation window volition pop upwards asking if you're sure you want to uninstall, click Yep, and the update will uninstall from your estimator.

2. Using the Command Panel

We know from the previous method that we must navigate to the Installed Updates section in the Control Panel for uninstalling updates. Instead of navigating through the Settings app, we tin can directly get in that location from the Control Panel.

Open Control Console. Click on Uninstall a program under the Programs category.

control panel programs category

At the left of the next screen, y'all'll come across an selection to View installed updates.

control panel programs and features

This will take you to the Installed Updates screen. The balance of the procedure remains the same as for the previous method.

In summary, you choose an update you'd like to uninstall and click Uninstall at the top of the window. Alternatively, y'all could right-click on an update and click Uninstall. Y'all'll see a pop-upwards request for confirmation regarding the uninstallation of the update. Click Yes and the update will uninstall.

3. Using PowerShell or Command Prompt

Information technology'south likewise possible to view and uninstall Windows ten updates using PowerShell or Command Prompt.

Search for Command Prompt or PowerShell in the Start Menu. Right-click and select Run as administrator.

Once the program of your choice has launched, type the post-obit command to view all updates:

          wmic qfe list brief /format:table        
windows powershell uninstall updates

Executing this command volition brandish a tabular array of all the Windows 10 updates that have been installed on your computer. Search for the updates you'd like to uninstall.

Once you lot've identified the updates, blazon the following WUSA (Windows Update Standalone Installer—a built-in utility that manages Windows updates) command to begin uninstalling:

          wusa /uninstall /kb:HotFixID        

Supervene upon the "HotFixID" with the update'southward identification number. The HotFixIDs are listed in the list of updates fetched using the previous control.

For example, if you want to uninstall an update listed in the tabular array with the HotFixID KB4601554, you lot'd use the post-obit command:

          wusa /uninstall /kb:4601554        

Hit Enter and you'll see a dialog box appear on your screen asking if you're sure about uninstalling the update. Click Yes to continue. Alternatively, press Y on your keyboard.

Your Windows 10 update will uninstall in a few moments.

4. Using a Batch File

The previous method allows you to uninstall one update at a time. If you lot take multiple updates you desire to uninstall, create a batch script containing the WUSA commands.

You can uninstall these updates without opening whatever windows and skip the reboot past adding /quiet and /norestart to the command line.

Open notepad and enter the following text:

          @repeat off
wusa /uninstall /kb:4601554 /repose /norestart
wusa /uninstall /kb:4561600 /quiet /norestart
End

Click on File > Save As and save the file every bit a .bat file.

uninstall updates batch file

Add command lines for all updates y'all want to uninstall and make appropriate adjustments to the KB number.

Run the batch file.

No windows will open and you won't be prompted for a reboot. If you'd like to automatically reboot in one case all updates have been uninstalled, add together shutdown -r at the end of the batch file.

5. Using Windows RE Environment

If Windows doesn't boot either usually or in safe fashion, and you think information technology'south an update causing the upshot, don't jump to your fill-in to restore the computer only however. Yous have 1 concluding resort.

Press and agree your estimator'southward ability button while it boots to turn it off, then press the power button again to plow it on. You should at present meet Windows recovery options, much the same style as y'all would when you boot in safe manner.

Navigate to Troubleshoot > Advanced Options and click on Uninstall Updates.

uninstall updates windows repair

You'll at present see an option to uninstall the latest Quality Update or Feature Update. Uninstall it and this will likely let you to kicking into Windows.

Note: You lot won't see a list of installed updates like in the Control Console. And so, as long every bit you're able to boot into Windows, use the methods we discussed previously. Utilize the Windows recovery options as a final resort.

Now Steer Clear of Windows ten Update Troubles

Now you know all the ways yous can uninstall Windows 10 updates manually. Knowing these can come in handy when a new update is causing an issue, and you want to uninstall the latest Windows 10 update.

Even if you tin't boot into Windows, the final method will help you fix the issue and allow you lot to boot dorsum into Windows. If your estimator continues to crash later on uninstalling the updates, then information technology's unlikely that the updates were causing the issue.

Why Does Windows Crash? The 9 Most Common Reasons

Read Adjacent

About The Writer