How to List Windows 11 Restore Points
Windows 11 restore points act like save files for your PC, capturing your system files, apps, and settings at a specific moment in time. You can view these past snapshots to see what dates are available before you undo a recent system change or fix a broken update.
Windows 11 creates these backups automatically every seven days if you turn on System Protection for your main 📁C:\
You can list Windows 11 restore points by opening Settings, navigating to System About, and clicking System protection. Then, click System Restore and check “Show more restore points.” Alternatively, use PowerShell (Admin) and run the command Get-ComputerRestorePoint.
How to see restore points in Settings
Accessing restore points works directly through the Windows Settings app. Press Win+I on your keyboard to open the Windows Settings app. Go to System, then click About. Look for a link named System protection to open the configuration window.- Open the Windows Settings app. Press Win+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 PowerShell
PowerShell, a command-line tool for Windows, offers a quick way to list all your Windows 11 restore points at once. Running this check requires an administrator terminal. Command-line checks provide a complete overview of available restore points without requiring menu navigation.
[ADMIN REQUIRED] Right-click the Start button and select Terminal (Admin). Paste the following command:
Get-ComputerRestorePoint | Format-Table -AutoSize
The console displays a table showing the date, time, and description for each saved point.
Troubleshooting missing restore points
Missing restore points typically indicate that System Protection, the background service responsible for tracking changes, is disabled for the target drive.
Managing disk space for restore points
Managing the disk space allocated to restore points keeps storage consumption under control. Adjusting storage limits and removing outdated snapshots prevents the drive from filling up. System Protection settings allow administrators to tweak these storage allocations.
Clicking the Delete button inside the Configure menu removes older restore points. The built-in Disk Cleanup utility also clears out older shadow copies, which are the underlying file backups utilized by restore points.
Summary
Both the Settings app and PowerShell provide reliable ways to audit restore points. Reviewing these backups prepares the workstation for future troubleshooting.
Why does 🪟 Windows 11 not show all my restore points?
Windows 11 might omit older restore points when the disk space allocated for System Protection reaches maximum capacity. Reaching this threshold causes Windows to purge the oldest snapshots automatically. Checking the services management console ensures the Volume Shadow Copy Service remains enabled and running.
Can I view the contents of a restore point without restoring?
Native Windows tools do not support browsing files inside a restore point directly. System restore points revert the entire system state rather than allowing selective file extraction. Extracting specific files requires third-party software built to mount and explore Volume Shadow Copies.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] 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 […]