Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How To Use System Restore On Windows 11

How To Use System Restore On Windows 11

Anup ThapaBy Anup ThapaDecember 18, 2022
windows 11 system restore

The system restore feature has been around since Windows ME, and over the years, countless users have found it to be a real lifesaver.

On a more recent timeline, system restoration and the process of using it has remained mostly the same from Windows 10 to 11. You can still access this feature via the Control Panel, or winRE. Of course, if you’ve never used system restore before, you may not know the details of these methods.

So, in this article, we’ll go over how to enable System Restore, how to create System Restore points, and finally, various ways to use said restore points on Windows 11.

Table of Contents

  • Enable System Restore on Windows 11
  • Create System Restore Points on Windows 11
  • Ways to Use System Restore on Windows 11
    • Via Live Environment (Desktop)
    • Via winRE
  • How to Change System Restore Point Creation Frequency?

Enable System Restore on Windows 11

System Restore is generally disabled after an upgrade. There are exceptions to this, but in most cases, recently upgraded users will need to manually enable this feature when using it for the first time. Here’s how you can do so:

  1. Press Win + R, type systempropertiesprotection, and press Enter.
  2. Select the system drive (default) and click on the Configure button.
    configure restore point system properties
  3. Select Turn on System Protection.
    turn on system protection system restore
  4. Optional: If you plan to create regular system restore points, you should also allocate up to 10 GBs of disk space. On the other hand, if space is a concern, you can also delete all restore points with the delete button.
  5. Press OK > OK to apply the changes.

Create System Restore Points on Windows 11

After enabling System Restore, restore points are created at a week’s interval or when the system detects significant changes to apps or drivers.

We’ve detailed how you can change the frequency of automatic restore point creation further in the guide, but you can also just create system restore points manually when appropriate. Here are the steps to do so:

  1. Press Win + R, type systempropertiesprotection, and press Enter.
  2. Select the system drive (default) and click on the Create button.
    create restore point system properties
  3. Input a name or brief description for the restore point and press Create.
  4. You’ll receive a message after the restore point is created.
    the restore point was created successfully

Ways to Use System Restore on Windows 11

A system restore point takes a snapshot of your system state, i.e., the settings, updates, drivers, apps, etc. If you encounter any system errors in the future, you can revert to a stable state using a recent restore point. In the sections below, we’ve listed the two most common ways to use this feature.

Via Live Environment (Desktop)

Here are the steps to use a System Restore point via the desktop:

  1. Press Win + R, type rstrui, and press Enter.
  2. Press Next and enable the Show more restore points option.
    System-restore-selected
  3. Select the Restore Point to use and press Next again.
  4. Accept any confirmation prompts and press Finish to proceed with the system restore.
  5. The restore process will typically take between 30 – 60 minutes to complete.
    registry restore
  6. Once it’s done, you’ll receive a successful completion message.

If the system restore fails or causes some new issue, you can undo the changes with the following steps:

  1. Press Win + R, type rstrui, and press Enter.
  2. Select Undo System Restore and press Next.
    undo system restore
  3. The rest of the process is the same as if you normally used the restore point. So, you can follow the same procedure as the section above.

Via winRE

If you’re encountering a BSOD, stuck in a restart loop, or facing similar booting issues, your PC may not boot at all. In such cases, you can perform a system restore via the Windows Recovery Environment (winRE). Here are the steps to do so:

  1. Reboot your PC 3 times in a row to boot into winRE. In rare cases, you may have to insert a Windows installation media and use the Repair your computer option in the installation wizard to access winRE.
  2. Select Advanced Options > Troubleshoot > System Restore.
    System Recovery System Restore 1
  3. Choose the appropriate restore point from the list.
    select restore point
  4. Optional: You can Scan for affected programs to list programs and drivers that will be removed after the system restore.
  5. Select Next > Finish and accept the confirmation prompt to proceed with the restore.
    confirm restore point
  6. After the system restore completes, restart your PC.

How to Change System Restore Point Creation Frequency?

You can accomplish this via the Registry Editor or the Task Scheduler. For the first method, we recommend backing up the registry before following the steps listed below:

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: 
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore
  3. Right-click and select New > DWORD (32-bit) Value.
    system restore frequency registry
  4. Name the value SystemRestorePointCreationFrequency and press OK.
    system restore point creation frequency
  5. It should have a value of 0 now, as shown in the data tab, which means Windows will create a restore point after any system change is detected.

If you’d prefer to create a system restore point at every startup or something similar, the Task Scheduler method may be a better fit:

  1. Press Win + R, type taskschd.msc, and press Enter.
  2. Click on Create Task from the right pane.
    task scheduler create new task
  3. Name the task and select the Run with highest privileges and Run whether user is logged in or not options.
    create system restore task
  4. Switch to the Triggers tab and click on New.
  5. You can set the restore point creation to happen at log on or every 8 hours. You can set these settings to be effective for the next 2 weeks or indefinitely. There are countless possibilities, so play around a bit.
    system restore task scheduler trigger
  6. Next, switch to the Actions tab and press New.
  7. Select Start a program and type wmic.exe into the Program/script field.
    task scheduler new action
  8. Paste the following code into the Add arguments field:
    /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Startup Restore Point", 100, 7
  9. You can configure additional settings in the Conditions and Settings tabs, but these are preferential rather than necessary.
    system restore task scheduler conditions
  10. Once you’re done, press OK to create the task.
how-to
Anup Thapa

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently.

Related Posts

how to set chrome as default browser windows 11

How to Set Chrome as the Default Browser Windows 11

January 20, 2023
windows 11 go back not working

Windows 11 Go Back Not Working? Here’s How to Fix it

January 18, 2023
powershell get-aduser

How To Use PowerShell Get-ADUser

January 17, 2023
pc stuck on boot screen

PC Stuck on Boot Screen? Here’s How to Fix It

January 16, 2023
start menu wont open

Start Menu Won’t Open? 7 Ways to Fix it

January 13, 2023
motherboard-audio-not-working

Motherboard Audio Not Working? Try These Fixes

January 13, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to set chrome as default browser windows 11

How to Set Chrome as the Default Browser Windows 11

January 20, 2023
6800xt vs 3080

6800xt vs 3080 – Which One is Better?

January 20, 2023
cat6 vs cat6a

CAT6 vs CAT6A: What’s the Difference

January 19, 2023
You may also like
how-to-sign-out-of-netflix

How to Sign Out of Netflix?

January 20, 2023
lg-tv-blinking-red-light

LG TV Blinking Red Light? Here’s How to Fix It

January 20, 2023
how-to-get-sound-on-monitor-2

How to Get Sound on Monitor

January 20, 2023
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)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

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