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

      Error’d: You Talkin’ to Me?

      September 20, 2025

      The Psychology Of Trust In AI: A Guide To Measuring And Designing For User Confidence

      September 20, 2025

      This week in AI updates: OpenAI Codex updates, Claude integration in Xcode 26, and more (September 19, 2025)

      September 20, 2025

      Report: The major factors driving employee disengagement in 2025

      September 20, 2025

      Development Release: Zorin OS 18 Beta

      September 19, 2025

      Distribution Release: IPFire 2.29 Core 197

      September 19, 2025

      Development Release: Ubuntu 25.10 Beta

      September 18, 2025

      Development Release: Linux Mint 7 Beta “LMDE”

      September 18, 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

      Student Performance Prediction System using Python Machine Learning (ML)

      September 21, 2025
      Recent

      Student Performance Prediction System using Python Machine Learning (ML)

      September 21, 2025

      The attack on the npm ecosystem continues

      September 20, 2025

      Feature Highlight

      September 20, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Hyprland Made Easy: Preconfigured Beautiful Distros

      September 20, 2025
      Recent

      Hyprland Made Easy: Preconfigured Beautiful Distros

      September 20, 2025

      Development Release: Zorin OS 18 Beta

      September 19, 2025

      Distribution Release: IPFire 2.29 Core 197

      September 19, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»I tried Quick Machine Recovery in Windows 11, and it’s one of the best features that you should use

    I tried Quick Machine Recovery in Windows 11, and it’s one of the best features that you should use

    August 5, 2025

    Windows 11 Build 26120.3653 introduced an easy way to recover your PC when it suffers from boot failure, which is not an uncommon sight. Microsoft calls the feature Quick Machine Recovery (QMR), and it is essentially an automated troubleshooting process with cloud support.

    What is Quick Machine Recovery?

    On June 26, 2025, Microsoft posted about their Windows Resiliency Initiative, which is their attempt at embedding resilience and security into Windows. QMR is a part of this effort, and the goal is to reduce disruptions during unexpected restarts.

    Quick Machine Recovery automatically starts when your PC fails to boot after repeated attempts. The OS enters into the Windows Recovery Environment (WinRE), which is a lightweight recovery mode to troubleshoot boot issues.

    WinRE has been a part of Windows for years, but QMR works by connecting it to the internet with Microsoft’s cloud diagnostics. It sends your PC’s diagnostic data to Microsoft’s servers, which will analyze the issue and try to push back a fix.

    QMR downloads these fixes directly into WinRE and automatically reboots the PC. So, it makes work easier for IT admins who constantly have to deal with boot issues of other employees in an organization.

    How does Quick Machine Recovery works in Windows 11?

    In our tests, Windows Latest found that Quick Machine Recovery works with two main settings: cloud remediation and auto remediation.

    Cloud remediation is what connects your PC with Microsoft’s cloud diagnostics when in a startup failure. When enabled, it securely shares diagnostic data, checks for known issues, and uses Windows Update during the recovery process. If disabled, your PC will switch to the usual Startup Repair option for local recovery.

    Auto remediation builds on top of that. If enabled, the PC connects automatically to Windows Updates and may find a solution. But if it is unsuccessful, QMR retries automatically without the need for an IT admin. It is an automated cloud-connected repair loop, built into the OS itself. If disabled or not configured, the PC needs manual intervention to continue with OS recovery.

    Here’s the entire working process of Quick Machine Recovery:

    1. Boot failure: During repeated boot startup failures, Windows recognizes it and starts the recovery process.
    2. WinRE enters the chat: Windows Recovery Environment is completely isolated from the main OS and runs independently to perform diagnostics and repair.
    3. Network connection gets established: WinRE first tries Ethernet, and if the PC isn’t connected to one, it tries the preconfigured Wi-Fi. If connected, the PC scans Windows Update for remediations.
    4. Cloud diagnostics and remediation: When connected, the PC sends diagnostics data to Microsoft, where the servers check for known issues such as telemetry, crash logs, update history, and configuration issues. If a fix is available, the system downloads and applies it. But if there isn’t any available solution, the PC retries the process after preset scanning intervals.
    5. Reboot and recover: The device reboots if a remediation is applied, and if it is successful, the PC reboots into Windows. But if it fails, the PC goes back to the WinRE again, and the whole process repeats.
    How Quick machine recovery (QMR) works
    Working process of QMR. Credits: Microsoft

    Quick Machine Recovery is only available for Windows Insiders at the moment. We expect it to soon come to stable Windows versions too. To test the feature yourself, you’ll first need to be enrolled in the Windows Insider Program by going into Settings > Windows Update > Windows Insider Program.

    Enable Quick Machine Recovery in Windows 11

    Use the following steps to turn on and configure QMR:

    1. Open Settings > System.
    2. Scroll down and click the Recovery option.
    3. The last option you’ll see is Quick machine recovery. Select it.
    4. Turn on the toggle for Quick machine recovery. Enable QMR (Quick Machine Recovery) in Windows 11
    5. Then the faded toggle for “Continue searching if a solution isn’t found” will become available. Enable it to get the full functions of QMR.
    6. Customize the time limit for the “Look for solutions every” option.
    7. Finally, choose the time for “Restart every”. Quick Machine Recovery

    Now, whenever your PC goes into a boot failure, it will go into WinRE, and from there you can initiate Quick Recovery Machine.

    How to test Quick Machine Recovery in Windows 11

    Once you’ve enabled QMR, you can test it in a safe mode, which is actually a simulated crash environment. QMR natively provides this so that you wouldn’t have to go through a real boot crash to test the feature’s efficacy.

    But in case you have some important files on your PC, you can create a backup with Windows Backup, and then restore it in case of an unfortunate system failure.

    How I tested Quick Recovery Machine using Test Mode

    This is only for a demonstration purpose. You don’t have to “test” the feature as it’s supposed to be used when you’re in trouble. Let me how I used test mode and tried QMR.

    First, I opened Command Prompt as Administrator:

    To do this, type cmd in the Windows Search bar, right-click Command Prompt, and select Run as Administrator.

    Open Command Prompt as admin

    Enable Recovery Test mode:

    Type the command reagentc /SetRecoveryTestmode.

    This command activates test mode for QMR and tells Windows to simulate a boot failure without corrupting your existing OS.

    Boot into Windows Recovery Environment:

    You can force your PC to enter WinRE with the command reagentc /BootToRe.

    This command prevents the system from booting into normal Windows and instead launches WinRE.

    Command Prompt in Windows 11 for QMR test mode

    Now, you can close the command prompt window and restart your PC. While it boots up, instead of loading Windows, it will boot directly into the Recovery Environment.

    Windows Latest simulated Quick Machine Recovery in our virtual machine. While rebooting, Windows opened into a Test Mode, which diagnosed the PC. Then the simulated QMR connected to the internet, and started looking for solutions. And since our VM lacked any issues, it started booting into normal Windows.

    Diagnosing your PC screen in Windows 11

    Connecting to network in Windows 11

    QMR is looking for solutions

    Now, you need to exit the Test Mode. Use the following commands to exit QMS simulation environment: Open the command prompt again, and type the command: reagentc /disable.

    This command turns off WinRE entirely, unlinks the recovery image, and disables any recovery environment behaviours.

    But to restore WinRE, you need to enable it again with the command: reagentc /enable.

    This command reconnects the recovery image (usually winre.wim) and allows Windows to use all recovery tools, such as Startup Repair, and even QMR.

    As for why we need to use both these commands to properly exit test mode, the PC may remain in a modified recovery state after running QMR in Test Mode. Running the /disable command clears that state. Then the /enable command brings back WinRE online. The commands combined are like a reset sequence.

    Verify QMR remediation

    If QMR adds a remediation to your PC, you’ll see it under Windows Update in Settings. Go to Update History and you’ll see this update listed in the Quality updates section.

    Limitations of Quick Machine Recovery

    There is no denying the fact that QMR is a great leap forward in reducing downtime. But it is not foolproof.

    1. QMR only works if the PC can connect to the internet, so either Ethernet or pre-configured WI-Fi is necessary.
    2. QMR presently supports only WPA/WPA2 secured networks and lacks support for WI-Fi WPA2-Enterprise. This feature may come soon, as the QMR is mainly aimed at the enterprise market.
    3. Not a replacement for full backups, as QMR doesnt restore user files or reverse system-wide changes.
    4. Only targets known issues, as QMR relies on Microsoft’s backend to find fixes from a database of existing fixes.
    5. QMR needs Microsoft Intune for full customization, which is not something regular users can set up casually.

    We appreciate Microsoft’s efforts in making Windows more stable and reliable, but fixing the underlying issues and bugs that cause such boot issues should be the higher priority.

    The post I tried Quick Machine Recovery in Windows 11, and it’s one of the best features that you should use appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleFirefox 141.0.2 update targets NVIDIA crash, dev tools issue & more
    Next Article AMD’s Radeon 25.8.1 driver update fixes stutters, crashes, and adds fresh game support

    Related Posts

    Learning Resources

    Hyprland Made Easy: Preconfigured Beautiful Distros

    September 20, 2025
    News & Updates

    Development Release: Zorin OS 18 Beta

    September 19, 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

    What Makes a Stock Graphic Truly ‘Premium’?

    Web Development

    A Study Reveals Xbox Game Pass’s Real Impact Might Be on Purchases, Not Playtime

    Operating Systems
    This feature makes Copilot feel like your personal AI assistant — here’s how to test it

    This feature makes Copilot feel like your personal AI assistant — here’s how to test it

    News & Updates

    CVE-2025-24388 – “OTRS Parameter Injection Vulnerability”

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-7626 – YiJiuSmile kkFileViewOfficeEdit Path Traversal Vulnerability

    July 14, 2025

    CVE ID : CVE-2025-7626

    Published : July 14, 2025, 5:15 p.m. | 1 hour, 34 minutes ago

    Description : A vulnerability has been found in YiJiuSmile kkFileViewOfficeEdit up to 5fbc57c48e8fe6c1b91e0e7995e2d59615f37abd and classified as critical. Affected by this vulnerability is the function onlinePreview of the file /onlinePreview. The manipulation of the argument url leads to path traversal. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable.

    Severity: 4.3 | MEDIUM

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Baseline for CSS properties now in Chrome DevTools

    August 11, 2025

    SMIL on?

    April 2, 2025

    Transgate | Convert Audio to text in min

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

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