Backup and Restore Use System Restore in Windows 11


  • Staff
System_Restore_banner.png

This tutorial will show you how to use System Restore to go back to a restore point in Windows 11.

Turning on system protection for a drive allows System Restore to include the drive when restore points are created so you can undo undesired system changes by reverting to a previous point in time.

System Restore monitors system changes and saves the system state as a restore point. If a system problem develops as a result of a system change, the user can return the system to a previous state using the data from a restore point.

Restore points are created to let users select a previous system state. Each restore point contains the required information to restore the system to the selected state. Restore points are created before key changes are made to the system.

System Restore automatically manages the disk space that is allocated for restore points. It purges the oldest restore points to make room for new ones. System Restore allocates space based on the size of the hard disk and the version of Windows that the computer runs, as shown in the following table. You can adjust the maximum disk space per drive used for system protection.

Use System restore to make restore points when you install a new app, driver, or Windows update, and when you create a restore point manually. System Restore does not restore user data or documents, so it will not cause users to lose their files, e-mail, browsing history, or favorites. Restoring will remove apps, drivers, and updates installed after the restore point was made. System Restore is also made available to users in the Windows Recovery Environment or safe mode, making it easier for them to restore their computers to a state before problems occurred.

References:


When you do a System Restore, system protection will automatically create a restore point before proceeding, so you can undo the changes made by the System Restore if needed.


You cannot undo a system restore if used while in safe mode or from Advanced Startup (option 1).



Contents

  • Option One: Use System Restore on Windows 11 at Boot
  • Option Two: Use System Restore on Windows 11 in Windows 11
  • Option Three: Use System Restore on Windows 11 using PowerShell





Option One

Use System Restore on Windows 11 at Boot


1 Boot to Advanced Startup.

2 Click/tap on Troubleshoot. (see screenshot below)

System_Restore_Advanced_Startup-1.png

3 Click/tap on Advanced options. (see screenshot below)

System_Restore_Advanced_Startup-2.png

4 Click/tap on System Restore. (see screenshot below)

System_Restore_Advanced_Startup-3.png

5 If this is the first time using System Restore, click/tap on Next. (see screenshot below)

System_Restore_System_Properties-4.png

6 If you had previously done a System Restore, perform an available step below you want: (see screenshots below)
  • Select (dot) Choose a different restore point, click/tap on Next, and go to step 7.
  • Select (dot) Recommended restore, click/tap on Next, and go to step 10.
  • Select (dot) Undo System Restore, click/tap on Next, and go to step 10.
System_Restore_System_Properties-5.png
System_Restore_System_Properties-6.png

7 Check Show more restore points (if available), select the restore point you want to go back to, and click/tap on Scan for affected programs. (see screenshot below)

System_Restore_System_Properties-7.png

8 Preview what will be affected by the selected restore point. When finished, click/tap on Close. (see screenshots below)

System_Restore_System_Properties-8.png
System_Restore_System_Properties-9b.png
System_Restore_System_Properties-9a.png

9 When ready to use a selected restore point, click/tap on Next. (see screenshot below)

System_Restore_System_Properties-10.png

10 Click/tap on Finish to confirm. (see screenshot below)

System_Restore_System_Properties-11.png

11 Click/tap on Yes when ready to start System Restore. (see screenshot below)

System_Restore_System_Properties-12.png

12 When System Restore has finished, click/tap on Restart. (see screenshot below)

System_Restore_Advanced_Startup-4.png

13 Sign in to Windows 11 after the restart.

14 Click/tap on Close. (see screenshot below)

System_Restore_System_Properties-14.png




Option Two

Use System Restore on Windows 11 in Windows 11


If you are in safe mode, run rstrui.exe, and go to step 5 below.


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on About on the right side. (see screenshot below)

Open About settings

System_Restore_System_Properties-1.png

3 Click/tap on the System protection (SystemPropertiesProtection.exe) link on the left side. You can now close Settings if you like. (see screenshot below)

System_Restore_System_Properties-2.png

4 Click/tap on the System Restore button. (see screenshot below)

System_Restore_System_Properties-3.png

5 If this is the first time using System Restore, click/tap on Next. (see screenshot below)

System_Restore_System_Properties-4.png

6 If you had previously done a System Restore, perform an available step below you want: (see screenshots below)
  • Select (dot) Choose a different restore point, click/tap on Next, and go to step 7.
  • Select (dot) Recommended restore, click/tap on Next, and go to step 10.
  • Select (dot) Undo System Restore, click/tap on Next, and go to step 10.
System_Restore_System_Properties-5.png
System_Restore_System_Properties-6.png

7 Check Show more restore points (if available), select the restore point you want to go back to, and click/tap on Scan for affected programs. (see screenshot below)

System_Restore_System_Properties-7.png

8 Preview what will be affected by the selected restore point. When finished, click/tap on Close. (see screenshots below)

System_Restore_System_Properties-8.png
System_Restore_System_Properties-9b.png
System_Restore_System_Properties-9a.png

9 When ready to use a selected restore point, click/tap on Next. (see screenshot below)

System_Restore_System_Properties-10.png

10 Click/tap on Finish to confirm. (see screenshot below)

System_Restore_System_Properties-11.png

11 Click/tap on Yes when ready to start System Restore. (see screenshot below)

System_Restore_System_Properties-12.png

12 Your PC will now restart and perform a System Restore. (see screenshot below)

System_Restore_System_Properties-13.png

13 When System Restore has finished, sign in to Windows 11.

14 Click/tap on Close. (see screenshot below)

System_Restore_System_Properties-14.png




Option Three

Use System Restore on Windows 11 using PowerShell



1 Open Windows Terminal (Admin), and select Windows PowerShell.

2 Copy and paste the command below into Windows Terminal (Admin), and press Enter to see a list of all available restore points. (see screenshot below step 3)

Get-ComputerRestorePoint | Format-Table -AutoSize

3 Make note of the SequenceNumber (ex: "1") of the restore point you want to use. (see screenshot below)

System_Restore-PowerShell.png

4 Type the command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

Restore-Computer -RestorePoint <SequenceNumber>

Substitute <SequenceNumber> in the command above with the actual SequenceNumber (ex: "1") of the restore point you want to use from step 3.

For example:Restore-Computer -RestorePoint 1


5 After a moment, your PC will automatically restart and perform a System Restore. (see screenshot below)

System_Restore_System_Properties-13.png

6 When System Restore has finished, sign in to Windows 11.

7 Click/tap on Close. (see screenshot below)

System_Restore_System_Properties-14.png


That's it,
Shawn Brink

 

Attachments

  • System_Restore.png
    System_Restore.png
    9.1 KB · Views: 138
Last edited:
Also with run the command shutdown /r /o /t 0 , system restarts at "Advanced startup" environment. :) (y)
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion 17 cd2205nw
    CPU
    Intel 113700H
    Memory
    16GB
    Graphics Card(s)
    NVIDIA RTX 3050 ti
    Screen Resolution
    1980x1020
    Hard Drives
    Micron 512GB
    Mouse
    Logitech
    Internet Speed
    100Mbs
    Browser
    Vivaldi , Edge
    Antivirus
    Norton Plus

Latest Support Threads

Back
Top Bottom