Skip to content
Follow
Windows

How to View Point-in-time Restore Points List in Windows 11

Richard
Written by
Richard
May 5, 2026 Updated Jul 12, 2026 3 min read
Glowing timeline with blue restore point nodes
Glowing timeline with blue restore point nodes

Windows 11 restore points let you return your PC to an earlier working state.

⚡ Quick Answer

Open Settings by pressing ⊞ Win+I, navigate to System > Recovery, then click “View or edit” under “Point-in-time restore” to see available snapshots. You can also use the Command Prompt with the command vssadmin list shadows.

A restore point, also called System Restore, takes a snapshot of your computer’s important files, installed programs, and settings at a specific time. This acts like a backup, allowing you to undo recent changes that might be causing problems.

For example, if a new program causes Windows 11 to crash, you can use a restore point from before you installed it to fix the issue without deleting your personal files.

You can find a list of these saved snapshots within Windows 11’s Recovery settings. This helps you easily pick which point to go back to. The latest System Restore feature offers more control over when restore points are made, with options for every 4, 16, or 24 hours, and you can set how much disk space they use.

Recovery tile located within the Windows 11 system settings menu
Windows 11 Settings Recovery tile for PC reset options.
View or edit button for point-in-time restore in Windows 11
View or edit button for point-in-time restore in Windows 11
List of available point-in-time restore snapshots in Windows 11 settings
List of available point-in-time restore snapshots in Windows 11 settings

Viewing Restore Points via Command Line

If you prefer using commands, you can see your Windows restore points through the Command Prompt. By typing a specific command, you’ll get a list of all the system snapshots that are currently available on your computer.

Steps:

  1. Press ⊞ Win+S and type cmd.
  2. Right-click Command Prompt and select Run as administrator.
  3. [ADMIN REQUIRED] Type the following command and press Enter:
    💻Code
    vssadmin list shadows
Command prompt interface displaying a list of point-in-time restore points
Command prompt interface displaying a list of point-in-time restore points

This command lists all shadow copies currently stored on your drive. If the list is empty, no restore points are available.

Troubleshooting Missing Restore Points

If you can’t find any restore points when you look for them, it’s usually for a few common reasons. System Protection might be turned off, your computer might be running out of storage space, or older restore points may have been automatically removed.

  • System Protection is Off: Go to System Properties > System Protection and ensure it is turned On for your drive.
  • Disk Space: If your drive is nearly full, Windows may delete old restore points to make room for new files.
  • Age Limit: Restore points are typically kept for a maximum of 72 hours. If your last point is older than that, it may have been deleted automatically.

Summary

Viewing your Windows 11 restore points is simple through Settings or Command Prompt, helping you fix system issues, but remember they are temporary and depend on disk space.

Why are my restore points not showing up in the list?

Restore points may not appear if System Protection is disabled for your drive or if your disk space is critically low. Additionally, Windows automatically deletes restore points older than 72 hours. Ensure your system protection settings are configured correctly in the System Properties menu to allow for regular snapshot creation.

How do I delete old restore points to free up disk space?

You can manage disk space by opening System Properties, selecting your drive, and clicking Configure. From there, you can adjust the Maximum Usage slider to limit how much space restore points consume. You can also click Del to remove all existing restore points for that drive immediately.

Can I view restore points without initiating a restore?

Yes. Using the View or edit button in the Recovery settings menu allows you to see a list of available restore points without starting the recovery process. Similarly, using the vssadmin list shadows command in the Command Prompt lets you view technical details about your shadow copies safely.

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 Change Maximum Disk Usage for Point-in-time Restore in Windows 11
Windows How to Change Maximum Disk Usage for Point-in-time Restore in Windows 11
How to Back Up Your BitLocker Recovery Key in Windows 11
Windows How to Back Up Your BitLocker Recovery Key in Windows 11
How to Perform Point-in-time Restore of Windows 11
Windows How to Perform Point-in-time Restore of Windows 11
How to Install TeamViewer via Command Line on Ubuntu
Ubuntu Linux How to Install TeamViewer via Command Line on Ubuntu

No comments yet — be the first to share your thoughts!

Leave a Comment

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