Skip to content
Follow
Windows

How to List Windows 11 Restore Points

Richard
Written by
Richard
Feb 23, 2023 Updated Aug 13, 2026 2 min read
How to Send and Receive Text Messages on Windows 11
How to Send and Receive Text Messages on Windows 11

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:\ drive. Knowing how to list your saved restore points lets you check your available backup dates in just a few clicks.

⚡ Quick Answer

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.
  1. Open the Windows Settings app. Press Win+I on your keyboard.
  2. Go to System, then click About.
  3. Click the System protection link.
Windows system protection link on about page
Windows system protection link on about page
  1. In the window that opens, click the System Restore button.
Windows system protection system restore button
Windows system protection system restore button
  1. 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.
Windows available system restore points
Windows available system restore points

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:

PowerShell
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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to See System Restore Points in Windows 11
Windows How to See System Restore Points in Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Change How Often Windows 11 Makes Restore Points
Windows How to Change How Often Windows 11 Makes Restore Points
How to Enable or Disable System Restore in Windows 11
Windows How to Enable or Disable System Restore in Windows 11

2 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *