Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Facebook Twitter Instagram
Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Tech News Today
Home»Windows»How to Use System Restore in Windows 10 & 11

How to Use System Restore in Windows 10 & 11

DeepBy DeepFebruary 14, 2022
system restore in windows

Does your computer suffer from any OS (Operating System) related issue, corrupted system files, incorrect registry values? Does it also suffer from constant BSOD?

Do you want to revert major changes on your computer? If your answer is yes to all these questions, you may want to use Windows’s essential feature named System Restore. Let’s quickly dive into what it is and how to use it on Windows 10 and 11.

What is System Restore, And What Does It Do?

System Restore is a useful feature in Windows that lets you revert your computer settings to the previous restore point. Figuratively speaking, a restore point works as a picture of computer settings that save system files and the Windows registry. 

So, if a computer has some system-related issues, the System Restore uses the restore point to revert to those settings from the current one.

This is a handy feature that lets you solve any issues with the OS as long as you had a restore point when the OS was working properly. The only downside to this feature is that we need a restore point. A computer will not have the previous settings saved without a restore point.

What Happens If You Use a System Restore?

When we perform a System Restore, the Windows searches for the restore point and changes the Windows System Settings to the settings from the restore point. This means that all the application that you have installed after creating the restore point needs to be reinstalled. 

Although System Restore will delete all your installed applications, it won’t delete personal files and folders. So, if you are performing a System Restore for the first time, there is no need to worry about files and folders getting deleted.

Although restoring the system settings will not delete any personal files, Windows wallpaper will reset. This may cause some confusion with personal files being deleted. 

When you perform a System Restore, the OS will again create a restore point to undo the previous System Restore. It is done to revert back to the original version if we have some error after using the restore point.

How Long Does System Restore Take?

Depending on the computer’s RAM and the type of hard drive, the System Restore process usually takes 30 minutes to one hour. A computer will lower RAM may take a maximum of 45 minutes. If a computer has its OS saved on an HDD (Hard Disk drive) instead of an SSD (Solid State Drive), it may even take longer than 45 minutes to load a restore point.

However, considering all these factors, if a System Restore is not complete even after more than an hour, there may be something that is interfering with the System Restore. 

Although it is not recommended, if a computer takes too long to complete system restore, rebooting the system is the only option. This may result in an OS that does not boot. However, Windows has another interesting feature called Automatic Startup Repair to restore any deleted system files during the reboot.

How to Perform System Restore Windows?

When performing a System Restore, the first thing we need is a restore point. Without it, we cannot start the process. Below, we have a step-by-step guide on creating a restore point for your system. 

Now, to perform a System Restore, we can follow the steps mentioned below.

  1. Open System Restore dialog box using Run or Command Prompt.run command prompt
  2. Open any one of these and type rstrui.exe without the quotation mark, and press enter.open system restore
  3. Click Next.system restore dialog box
  4. Here, you will see the date and time of the Restore Point you created.select restore point
  5. Select the desired restore point and click on Next.
  6. If may give you a warning that says to restore the drive that contains Windows. Click Next. 
  7. Confirm your restore point by clicking on Finish.system restore
  8. It will give you a warning dialog box that says System Restore should not be interrupted. Click on Yes.system restore confirm
  9. Now, the OS is preparing to restore your system. system restore loading
  10. Once this process is complete, System Restore will restore your registry. This step may take some time to complete.registry restore
  11. Your computer will restart.
  12. After the restart, once you are on the desktop, you will see a confirmation message that says, System Restore completed successfully.system restore completed

If this restore point does not fix the issue you face, we can always choose a different restore point and perform a System Restore.

However, if the restore fails for some reason, we can undo the System Restore. You can follow these steps to undo a System Restore.

  1. Follow above steps #1 and #2 to open the System Restore dialog box.
  2. Check Undo System Restore and follow the steps above from step 6.undo system restore

How to Create a System Restore Point?

Please follow this step-by-step guide to create a System Restore Point.

  1. Press the Windows key and go to Settings.
  2. On the left panel, ensure that you select System. Now, on the right panel, scroll down and click on About.
  3. Click on Advanced system settings.advance system settings
  4. A dialog box named System Protection will open. Click on Create.create system restore point
  5. Then, name the restore point and click on Create.name system restore point
  6. Wait a few seconds for the OS to create the restore point.
  7. Once this process is complete, you will get a message saying restore point created.

When to Create a System Restore Point?

It is ideal to create a System Restore Point every time before you install a new driver, software, or Windows update. We can also create a system restore point before making any changes to the Registry. Although we can backup the current Registry settings, setting a restore point is also a good idea.

Some system files may get corrupted due to unknown reasons. Therefore, we recommend creating a restore point every now and then. If we do not have a new application or driver installed between a restore point, we can delete the previous restore point. The topic explained below will help you with deleting a restore point.

How to Delete a System Restore Point?

There are a few ways to delete a system file from the Windows setting. Unfortunately, these settings will either delete all restore points or delete all with an exception for recent restore points. 

We have listed a few ways you can delete a System Restore Point.

From System Properties

This process will delete all Restore points. Therefore, we do not recommend it.

  1. Press the Windows key + I. 
  2. Go to System > About.
  3. Click on Advanced system settings.advanced system setting
  4. Go to the System Protection tab and click on Configure.delete system restore
  5. Click on Delete.delete all restore point
  6. Then, select Continue.

From Disk Cleanup

It deletes all System Restore Points except recent ones. You can follow these steps to delete Restore Points from disk cleanup.

  1. Press the Windows + R key to open Run.
  2. Type cleanmgr and press Enter.open disk cleanup from run
  3. Select the C drive and click OK.
  4. Disk Cleanup for C dialog box will open. Here click on Clean up system files.cleanup system files
  5. Select C drive and click OK.
  6. Wait a few minutes for Disk Cleanup to complete.disk cleanup
  7. Now, go to the More Options tab.
  8. Under System Restore and Shadow Copies, click on Clean up…disk cleanup more option
  9. Select Delete.

Using Command Prompt

We can also use the Command Prompt to delete specific restore points. However, it does not display the name of restore points. Therefore, we must indicate the restore points according to the created date.

Follow these steps to delete restore points using Command Prompt.

  1. Press the Windows + R key to open Run.
  2. Type cmd and press Ctrl + Shift + Enter to run the command as administrator.
  3. Type vssadmin list shadows and press Enter to list all the restore points.list all system restore point
  4. Now, Copy the value of Shadow Copy ID of the restore point you wish to delete.
  5. Type the following command and press Enter.
    vssadmin delete shadows /Shadow={"value of Shadow Copy ID"}
  6. Replace “value of Shadow Copy ID” with the value you copied in step 4.delete system restore
  7. Press Y and press Enter.

Turning Off System Restore Windows

Before we start, please note that we do not recommend disabling the System Restore feature. However, there are some rare cases where you may have to turn off System Restore. You can follow these steps to turn off System Restore.

  1. Press the Windows Key and go to Settings.
  2. Click on System. 
  3. On the right panel, scroll down and click on About.
  4. Then, open Advanced system settings.advance system settings
  5. Click on the System Protection tab. 
  6. Click on the drive that you want this feature to turn off.
  7. Here, click on Configure.delete system restore
  8. Check Disable system protection.disable system protection
  9. Click Apply, then OK.
Note: If we disable System Protection and turn it back again, all saved restore points will be deleted.

Related Questions

Is System Restore a good idea?

Yes, System Restore is a good option if a computer suffers from constant BSOD (blue screen of Death). We can also use this feature to revert back if a computer starts to malfunction after installing a Windows update, driver, or any suspicious applications.

Does System Restore require an Internet connection?

No, System Restore does not require an internet connection. 

As restore points that contain the snapshot of computer settings are stored inside System Volume Information, located in the root folder, the System Restore uses these computer settings to revert back. Hence, we do not need an internet connection to restore the system.

Does System Restore remove malware?

The System Restore will remove any software, whether malicious or not, if installed after a system restores point. However, any software installed before the restore point will not be deleted even if it is malware.

Does System Restore Delete Files?

No, performing a System Restore does not delete any personal file from your computer. Even if files or folders are created after the restore point, they are not deleted. 

How far back does System Restore Go?

The Operating System allocates certain disk space for restore points. If said disk space is full, the oldest restore point will get deleted. So, if you have created a restore point, the system can revert to that point as long as the disk space is available.

However, we can allocate more space to store more restore points.

Finally,

So, the System Restore is a handy feature for any OS-related errors. However, without a System Restore Point, we cannot perform a System Restore. Therefore, after installing any application, driver, or Windows Update, we always recommend creating a Restore Point.

how to
Deep

Tech Enthusiast. Front-end Developer. Casual Gamer. Campfire Guitarist.

Related Posts

how-to-stop-windows-11-update

How To Stop Windows 11 Update

May 22, 2022
windows 11 dark mode

How To Enable Dark Mode In Windows 11

May 22, 2022
snipping tool not working windows 11

Why Is My Snipping Tool Not Working on Windows 11

May 22, 2022
remove-password-windows-11

How to Remove Password in Windows 11

May 22, 2022
windows 11 widgets not working

Windows 11 Widgets Not Working? Try These Fixes

May 22, 2022
add user to administrator group cmd

How to Add a User to the Administrator Group

May 22, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what is caret browsing

What Is Caret Browsing on Windows?

May 22, 2022
games like league of legends

Best Competitive Multiplayer Games Like League of Legends

May 22, 2022
add user to administrator group cmd

How to Add a User to the Administrator Group

May 22, 2022
You may also like
how-to-stop-windows-11-update

How To Stop Windows 11 Update

May 22, 2022
windows 11 dark mode

How To Enable Dark Mode In Windows 11

May 22, 2022
snipping tool not working windows 11

Why Is My Snipping Tool Not Working on Windows 11

May 22, 2022
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)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

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