Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Automating Design Systems: Tips And Resources For Getting Started

      August 6, 2025

      OpenAI releases two open weight reasoning models

      August 6, 2025

      Accelerate tool adoption with a developer experimentation framework

      August 6, 2025

      UX Job Interview Helpers

      August 5, 2025

      Yes, you can edit video like a pro on Linux – here are my 4 go-to apps

      August 6, 2025

      I tried Perplexity’s new reservation feature, and it surprised me with new dining spots to try

      August 6, 2025

      Your Samsung TV is getting a huge feature upgrade – 3 AI tools launching right now

      August 6, 2025

      This multi-card reader is one of the best investments I’ve made for my creative workflow

      August 6, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Fluent Object Operations with Laravel’s Enhanced Helper Utilities

      August 6, 2025
      Recent

      Fluent Object Operations with Laravel’s Enhanced Helper Utilities

      August 6, 2025

      Record and Replay Requests With Laravel ChronoTrace

      August 6, 2025

      How to Write Media Queries in Optimizely Configured Commerce (Spire)

      August 6, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Battlefield 6 Developers Confirm AI Bots Will Auto-fill Servers If Player Count Drops

      August 6, 2025
      Recent

      Battlefield 6 Developers Confirm AI Bots Will Auto-fill Servers If Player Count Drops

      August 6, 2025

      Canon imageFORMULA R40 Driver for Windows 11, 10 (Download)

      August 6, 2025

      Microsoft to End Support for Visual Studio 2015 This October

      August 6, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Windows 11 24H2 System Restore points now expire after 60 days, Microsoft confirms

    Windows 11 24H2 System Restore points now expire after 60 days, Microsoft confirms

    June 21, 2025

    Microsoft has confirmed that Windows 11 System Restore points will be deleted after 60 days, so you need to be more careful and periodically create restore points. This will give you multiple snapshots, but Windows will still delete the oldest ones once they exceed the retention window (now 60 days on Windows 11 24H2 by default).

    Is it more or less than before? It’s hard to tell, really. Ever since Microsoft released the June 2025 update with a new 60-day policy, I’ve been testing different builds of Windows 11 on multiple PCs from varying OEMs to find out how things were before the update.

    Some of my Windows 11 installations’ System Restore would expire after 10 days, but some would stay for up to 90 days.

    Windows 11 System Restore Point Settings

    Microsoft’s old document on “System Restore” tells us nothing about the existing retention period. Not even a word. But when digging through the older documentation, I found a document for Windows Server titled “SystemRestoreConfig class”, dated December 2020, which appears to confirm a 90-day retention period:

    The time interval for which restore points are preserved, in seconds. When a restore point becomes older than this specified interval, it is deleted. The default age limit is 90 days.

    Since the documentation is from 2020, it’s fair to assume that 90 days is the official System Restore point retention period for Windows 10, Server and older, but after Windows 11’s release in 2021, the retention period has been anywhere between 10 and 90 days (mostly 10 days). Now, it’s changing again for the better.

    In the release notes of the June 2025 update, Microsoft confirmed that it’s locking the Restore Point to 60 days.

    “After installing the June 2025 Windows security update, Windows 11, version 24H2 will retain system restore points for up to 60 days,” Microsoft announced in a support document. “This 60-day limit will also apply to future versions of Windows 11, version 24H2.”

    After installing the update, Windows Latest verified the change to 60 days using the PowerShell command:

    PS C:WINDOWSsystem32> $key = 'HKLM:SOFTWAREMicrosoftWindows NTCurrentVersionSystemRestore'
    >> (Get-ItemProperty -Path $key -Name RPLifeInterval).RPLifeInterval
    5184000

    As you can see, we’re getting a value of 5184000, which translates to 60 days (5184000 ÷ 86,400 seconds).

    In case of Windows 10, I’m seeing 7776000 seconds, which translates to 90 days, and it’s in line with older support documents.

    A 13-year-old support document (now deleted) also notes that Windows’ Restore Point was originally designed to expire after 90 days. That was the case in Windows Vista, Windows 7, and later releases. Also, when your device was running low on storage, Windows would delete all restore points in an attempt to free up disk space. This still seems to be the case.

    How to create a System Restore point in Windows 11

    System Restore has always been the “safety net” that lets you roll Windows back after a bad driver, update or app install. To create one, follow these steps (and I recommend creating one after every few weeks):

    1. Open Windows Start and search for Create a restore point.
    2. This will open the System Protection tab in System Properties.
    3. Under Protection Settings, make sure one of the partitions where you intend to create the backup is “protected.”
    4. Select the partition and click ‘Configure’ to turn on protection.
      Windows 11 System Restore Point Settings
    5. Once done, click Create and follow the on-screen wizard process.
      Confirm your restore point
    6. This will create a System Restore point with an expiry of 60 days.

    How often do you create a System Restore point? Let us know in the comments below.

    The post Windows 11 24H2 System Restore points now expire after 60 days, Microsoft confirms appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleTest hints Microsoft Copilot may offer ChatGPT’s o4-mini-high for free
    Next Article As Windows 10 end of support looms, Microsoft says Windows 11 AI is all you need

    Related Posts

    Operating Systems

    Battlefield 6 Developers Confirm AI Bots Will Auto-fill Servers If Player Count Drops

    August 6, 2025
    Operating Systems

    Canon imageFORMULA R40 Driver for Windows 11, 10 (Download)

    August 6, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-40652 – CoverManager Stored Cross-Site Scripting (XSS) Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4173 – SourceCodester Online Eyewear Shop SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    How to edit WooCommerce checkout fields

    Web Development

    I turned PowerToys Run into an AI chatbot, and while it feels like a proof of concept, it’s still very impressive

    News & Updates

    Highlights

    Development

    Promises Made Simple: Understanding Async/Await in JavaScript

    April 22, 2025

    JavaScript is single-threaded. That means it runs one task at a time, on one core.…

    CVE-2025-46236 – Link Software LLC HTML Forms Stored Cross-site Scripting (XSS)

    April 22, 2025

    This Amazon Wi-Fi 7 router solved my biggest smart home internet issue – and it’s on sale

    May 23, 2025

    Linux io_uring PoC Rootkit Bypasses System Call-Based Threat Detection Tools

    April 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.