iSumsoft» Windows Tips»4 ways to go back to previous version of Windows 10

4 Ways to Revert to a Previous Version of Windows 10 Without Data Loss

Isabella Shinn
Isabella Shinn

Updated:

Windows updates automatically every month to maintain system security and introduce new features. However, a new version may conflict with older programs or cause other issues. To avoid this, you can manage automatic Windows updates. If your computer encounters problems after a Windows update, uninstalling the update is recommended to revert to a previous version.


Method 1: Uninstall a Windows Update via Control Panel

Uninstalling a Windows Update directly from the Control Panel is the simplest method.

Step 1: Enter 'control panel' on the search bar and double-click Control Panel to open it.

Open Control Panel

Step 2: Find Programs and Features and double-click it to open.

Open Programs and Features

Step 3: Click View installed updates.

View installed updates

Step 4: Every Windows Update is displayed on this page. You can right-click a version you want to uninstall and click Yes to uninstall it.

Tips: If you're unsure which version to uninstall, click Installed On to identify them by installation date.

uninstall updates

Method 2: Uninstall a Windows Update via Windows Settings

This method allows you to review the content of every Windows Update before uninstalling.

Step 1: Press the Win key or click the Windows icon and then click the Settings icon.

Open Settings

Step 2: Click Update & Security.

View Update and Security

Step 3: In the Windows Update tab, click View update history.

View update history

Step 4: Before uninstalling, you can click on updates to see their features.

update history

Step 5: Click Uninstall updates.

Uninstall updates

Step 6: Double-click a version you want to uninstall and click Yes to confirm.

uninstall updates

Method 3: Uninstall a Windows Update via Windows Troubleshooting Tools

This method is ideal for uninstalling the latest update.

Step 1: Press the Win key or click the Windows icon and then click the Settings icon.

Open Settings

Step 2: Click Update & Security.

View Update and Security

Step 3: Select the Recovery tab and click Restart now under Advanced startup.

Restart now

Step 4: After restart, click Troubleshoot.

Troubleshoot

Step 5: Click Advanced options.

Advanced options

Step 6: Click Uninstall Updates.

Uninstall Updates

Step 7: Select a user and enter the password.

Select user and enter password

Step 8: Choose Uninstall latest quality update and follow the prompts.

Uninstall latest quality update

Tips: Quality Updates maintain system security monthly, while Feature Updates bring new functions twice a year. Quality Updates are more likely to cause issues.

Method 4: Uninstall a Windows Update via Command Prompt (CMD)

For stubborn Windows Updates, use Command Prompt to uninstall.

Step 1: Find the KB id of the update you want to delete from the installed updates list.

installed updates

Step 2: Open Command Prompt as administrator.

Run cmd

Step 3: Enter the command wusa /uninstall /kb:xxxxxxx and press Enter.

enter command

Tips: Replace xxxxxxx with the KB id.

If it can't be uninstalled, continue to the next steps.

it can

Step 4: Enter the command dism /online /get-packages | clip and press Enter.

Enter command

Step 5: Paste the content into a Text Document.

the information of the Windows updates

Step 6: Find the update and copy its Package Identity.

copy Package identity

Step 7: Enter dism /Online /Remove-Package /PackageName:xxxxxxxx in Command Prompt.

Enter command

Step 8: Restart your computer after uninstalling.