How to Adjust System Restore Point Frequency in Windows 11

This article details how to alter the frequency of system restore point creation in Windows 11. By default, Windows creates a restore point every 24 hours, skipping a new one if one already exists within this time basis. Changing a specific key in the Windows Registry (SystemRestorePointCreationFrequency) to zero prevents the system from skipping restore…

This post explains how to change how frequently the system restore point is created in Windows 11.

When a drive is added to System protection, Windows creates restore points so one can revert unneeded changes and go back to a previous good state on the drive.

A restore point is the state of your computer that Windows captures and saves on a system partition that can be used to restore the computer in the event of a disaster.

If there’s an incident and your computer stops functioning properly, you can restore your computer to the point when a restore point was created. A restore point is required to restore a Windows computer.

When you enable Windows system protection, Windows will automatically create a restore point if there were none created within the past 24 hours or (1440 minutes) by default.

As described above, Windows skips creating this new restore point if any restore points have been created in the last 24 hours.

If you change the restore point settings to ( 0 ) minute, system restore will never skip creating a new restore point.

Below is how to change that in Windows 11.

First, open the Windows Registry and navigate to the folder key path below.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore

If you don’t see the SystemRestore folder key, right-click on the CurrentVersion parent key, then create the subkey (SystemRestore) folder.

Right-click on the SystemRestore folder key’s right pane and select New -> DWORD (32-bit) Value. Type a new key named SystemRestorePointCreationFrequency.

Double-click the new value name (SystemRestorePointCreationFrequency) and enter the Value data of 0 so the system never skips creating a restore point.

The default is 1440 minutes (24 hours), allowing Windows to skip creating restore points if one was created in the last 24 hours.

Save your changes and exit. Restart your computer for the changes to apply.

That should do it!

Reference:

Microsoft.com

Conclusion:

  • Modifying the Windows SystemRestorePointCreationFrequency key registry can change how frequently Windows 11 creates restore points.
  • This adjustment allows users to customize the frequency according to their preferences or system requirements.
  • Following these steps can help ensure that a new restore point is never skipped, by setting the value data to 0, or adjusting it to a preferred interval.
  • Users can further expand upon and share their experiences or insights in the comment section below, enhancing the shared knowledge base.

Comments

3 responses to “How to Adjust System Restore Point Frequency in Windows 11”

  1. […] can also change how frequently a restore point is taken, list all available restore points, or delete all restore points except the latest […]

  2. […] lets you change how frequently a restore point is taken and list all available restore […]

  3. […] a restore point if there weren’t any created within 24 hours. Although you can change that so Windows doesn’t skip creating restore points, making a restore point every 24 hours is the […]

Leave a Reply

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