Here’s How to Turn On Windows’ New Self-Healing Recovery Feature […]
QMR Is a Lifesaver—But It’s Not Enabled by Default
Here’s How to Turn On Windows’ New Self-Healing Recovery Feature Before You Need It
When one misconfigured driver or faulty update bricks hundreds of endpoints across your environment, your recovery options boil down to two bad choices: scramble boots on the ground—or reimage and pray. Either way, employees are locked out and your security team is thrown into chaos.
But that changes with Windows 11’s new Quick Machine Recovery (QMR)—a built-in resilience feature that turns hours of downtime into minutes of automated recovery.
Just one problem: it’s disabled by default for Windows 11 Pro, Education, and Enterprise editions.
TL;DR – What Security & IT Teams Need to Know
- Problem: Boot failures = downtime, productivity loss, and patch delays
- Solution: QMR auto-recovers from failed boots via WinRE + cloud fix
- Action: Enable QMR manually or via Intune (Insider only for now)
- Bonus: Use
reagentc.exeto simulate and test recovery - Why It Matters: Avoids reimaging, speeds recovery, reduces support tickets
What’s the Risk?
In large environments, it only takes one faulty update or a mistimed configuration change to trigger a mass boot failure event, especially during patch cycles or global rollouts.
We’ve seen this before:
- A bad update bricks 20% of the fleet
- The help desk gets flooded
- On-site IT is overwhelmed
- Security and IT teams drop everything to fix machines manually
Worse, reimaging a machine isn’t just time-consuming—it delays patch compliance, resets security baselines, and introduces new inconsistencies.
Microsoft’s Answer: Resilience Built into the OS
As part of its Windows Resiliency Initiative (WRI), Microsoft introduced Quick Machine Recovery (QMR), a feature that lives inside the Windows Recovery Environment (WinRE) and is designed to:
- Detect boot failures
- Automatically check Microsoft’s cloud for fixes
- Download and apply targeted remediations
- Reboot the device into working condition—without IT touch
It’s the closest thing we’ve seen to self-healing endpoints at the OS level, and it’s already shipping on Windows 11 version 24H2.
How It Works (When Enabled)
QMR activates after multiple failed boot attempts. At that point:
- The device boots into Windows Recovery Environment (WinRE)
- It connects to the network
- It checks Microsoft’s cloud-based remediation service
- If a relevant fix exists, it’s downloaded and applied
- The device reboots and returns to normal operation—no reimaging required
If no fix exists, the device simply follows normal recovery protocol. No harm, no risk.
How to Enable QMR Manually
If you’re testing or piloting Windows 11 24H2 or using Insider builds, QMR can be toggled directly from the Settings UI.
On an individual device:
Navigate to: Settings → System → Recovery → Quick Machine Recovery

Simulate and Validate QMR Locally
Before rolling this out broadly, test the behavior on pilot devices.
Simulate a recovery scenario:
reagentc.exe /SetRecoveryTestMode
reagentc.exe /BootToRE
Check test mode status:
reagentc.exe /GetRecoveryTestMode
Review current recovery configuration:
reagentc.exe /Info
Match with BCD entries:
bcdedit /enum all
Look for the Windows Recovery Environment entry and validate that the GUIDs align. This confirms that QMR is configured correctly.
How to Enforce QMR via Microsoft Intune
To deploy QMR at scale, use Microsoft Intune. (Currently limited to Insider builds.)
Steps:
- Go to Devices → Configuration Profiles
- Create a profile using the Settings Catalog
- Search for and configure the following under Remote Remediation:
- Enable Cloud Remediation → True
- Enable Auto Remediation → True
- Set Time To Reboot →
720(minutes) - Set Retry Interval →
30(minutes) - Network SSID / Password / Encryption settings → required for Wi-Fi
- Assign the policy to Windows 11 24H2 device groups
- Deploy and monitor using Endpoint Analytics

⚠️ Note: The QMR policy only applies to Insider builds at this time. Broad support is expected in upcoming Windows 11 updates.
Fix the Root, Not Just the Failure
Quick Machine Recovery is a game-changer for operational resilience—but it doesn’t fix the misconfiguration that caused the failure.
At Reclaim Security, we go upstream. Our platform continuously detects and safely fixes risky configurations—before they cause outages.
🔍 Want to prevent incidents like these before they spread?
👉 Book a demo and see how Reclaim automates exposure remediation across your stack.
FAQ: Quick Machine Recovery for Windows 11
What is Quick Machine Recovery (QMR)?
QMR is a new Windows 11 feature that enables devices to automatically recover from boot failures using Microsoft’s cloud-based remediation service and the Windows Recovery Environment (WinRE).
Is QMR enabled by default?
No. QMR is disabled by default on Windows 11 Pro, Education, and Enterprise editions. Admins must manually enable it or deploy via Intune (Insider builds only for now).
Which Windows versions support QMR?
QMR is available starting with Windows 11 24H2 and is currently functional on Insider Preview builds. Broad support is expected soon.
Can I test QMR without bricking a device?
Yes. Use the reagentc.exe /SetRecoveryTestMode and /BootToRE commands to simulate a failure without harming the device.
What’s the difference between QMR and regular system restore?
QMR leverages cloud-based fixes tailored to specific failure causes, whereas system restore relies on local restore points. QMR is fully automated and requires no local backups.