Advertisement

Find Available System Restore Points in Windows 10

System Restore is a feature of Windows 10 and several previous versions of Windows, going back to Windows Me. Starting with Windows 8, Microsoft removed the shortcut link to start System Restore from the Accessories -> System Tools folder. In this article, we will see how to find all the available System Restore points in Windows 10.

System Restore wizardSystem Restore isn't a new feature of Windows 10. This technology was introduced in 2000 with Windows Millenium Edition. It was created to help you fix the OS with just a few clicks when system files or settings get damaged. It automatically creates restore points, which are snapshots of system files, program files, drivers, and registry settings. Later, if you use System Restore to restore your computer to a point in time before some problem happened, System Restore will roll back your PC to a previous version of files and settings from the restore point that you specified. System Restore does not affect your personal documents or media. Plus, you can undo the last restore operation itself if does not resolve your issue.

Here are some System Restore-related topics of interest:

Advertisеment

Ensure that your user account has administrative privileges before proceeding.

To find available System Restore Points in Windows 10, do the following.

  1. Press Win + R keys together on the keyboard. See the ultimate list of all Windows keyboard shortcuts with Win keys)
  2. Type the following in the Run box: rstrui.
  3. Click on 'Next' in the System Restore dialog.Windows 10 Start System Restore Rstrui
  4. If you had previously done a System Restore, select 'Choose a different restore point', and click on the 'Next' button.
  5. All available restore points will now be listed in a table with Date and Time, Description, and Type columns.Created Restored Points

You are done.

Tip: You can also open System Restore using one of the shell commands (tip: see the most comprehensive list of shell locations in Windows 10):

shell:::{3f6bc534-dfa1-4ab4-ae54-ef25a74e0107}

This will start System Restore directly.

Alternatively, you can find available Restore points with PowerShell or in the command prompt.

Find available System Restore Points in the Command Prompt

  1. Open an elevated command prompt.
  2. Type or copy-paste the following command:
    vssadmin list shadows
    In the output, you will see the list of restore points available on your device.Windows 10 List Restore Points
  3. You can export the list of restore points to a file by running the following command: vssadmin list shadows >"%userprofile%\desktop\restore_points.txt". The list of restore points for all drives will be saved to the text file restore_points.txt on the Desktop.

You are done.

Find available System Restore Points with PowerShell

  1. Open PowerShell as Administrator.
    Tip: You can add "Open PowerShell As Administrator" context menu.
  2. Type or copy-paste the following command:
    Get-ComputerRestorePoint
  3. In the output, you will find the list of the restore points available on your computer.Windows 10 System Restore Points In PowerShell
  4. To save the ouptut to a file, use the command Get-ComputerRestorePoint | Out-File -filepath "$Env:userprofile\Desktop\restore_points.txt". 
  5. The list of restore points for all drives will be saved to the text file restore_points.txt on the Desktop.

You are done.

Related articles:

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

One thought on “Find Available System Restore Points in Windows 10”

  1. PowerShell 7.2.1

    PS C:\Users\lewis> Get-ComputerRestorePoint
    Get-ComputerRestorePoint: The term ‘Get-ComputerRestorePoint’ is not recognized as a name of a cmdlet, function, script file, or executable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    PS C:\Users\lewis>

    “Get ComputerRestorePoint” and “ComputerRestorePoint” do not work as well … I ran out of ideas.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.