How to List Windows 11 System Restore Points
This guide explains how to view the System Restore points saved on your Windows 11 computer.
Why do this? Sometimes your computer runs into errors after a new update or a software installation. Knowing how to see your restore points helps you identify if you have a safe “checkpoint” to return to.
What happens when done? You will see a list of dates and times when your computer saved its settings, allowing you to choose a point in time to undo recent changes.
When a drive is added to System protection, Windows creates restore points so you can revert unneeded changes and go back to a previous good state. A restore point is a snapshot of your computer that Windows saves to help you fix problems if a disaster happens. Windows creates these automatically every 24 hours, though you can change this setting if Windows doesn’t skip creating restore points.
How to see restore points in Settings
- Open the Windows Settings app. You can do this by clicking the Start menu and selecting Settings, or by pressing Windows + I on your keyboard.
- Go to System, then click About.
- Click the System protection link.

- In the window that opens, click the System Restore button.

- Check the box that says Show more restore points. You will now see a list of dates you can choose from to revert your computer.

How to see restore points using commands
You can also use the Windows PowerShell or Command Prompt to see these points.
Note: You must open the Windows Terminal app as an administrator to run these commands.
If you are using the PowerShell tab, type this command:
Get-ComputerRestorePoint | Format-Table -AutoSize
If you are using the Command Prompt tab, type this command:
PowerShell Get-ComputerRestorePoint^|Format-Table -AutoSize
The system will display a table showing the date, time, and description of each saved point.
Summary
You can view your Windows 11 restore points through the Settings menu or by using command-line tools. These restore points act as a safety net, allowing you to roll back your computer to a healthy state if you encounter serious system errors or unwanted changes.
How can I check my Windows 11 system restore points?
What is a system restore point in Windows 11?
Can I create a restore point manually in Windows 11?
How do I list restore points using PowerShell in Windows 11?
What should I do if I don't see any restore points in Windows 11?
Was this guide helpful?
[…] Windows lets you change how frequently a restore point is taken and list all available restore points. […]
[…] can also change how frequently a restore point is taken, list all available restore points, or delete all restore points except the latest […]