How to Enable or Disable Safeguard Holds in Windows 11
Safeguard holds in Windows 11 are automatic blocks that stop your PC from getting major new Windows updates when Microsoft finds a known bug or hardware conflict. These holds act like a safety net so your computer does not run into crashes, printer errors, or blue screens after an update.
Microsoft applies these holds to specific devices and lifts them once a fix is ready and tested. When a safeguard hold is active on your PC, Windows Update simply shows a “coming soon” message instead of a download button, leaving your system on its current version until the issue gets resolved.
To disable safeguard holds, open the Local Group Policy Editor, navigate to Computer Configuration Administrative Templates Windows Components Windows Update Manage updates offered from Windows, and enable the “Disable safeguards for Feature Updates” policy. To re-enable them, set this policy to “Not Configured.
References:
KB5006965: How to check information about safeguard holds affecting your device – Microsoft Support
Windows Update for Business reports overview – Windows Update for Business reports
Option One
Enable or Disable Safeguards for Feature Updates in Local Group Policy Editor
Administrators can manage these holds through the Local Group Policy Editor to control when major upgrades arrive.
- Open the Local Group Policy Editor (gpedit.msc).
- Navigate to the policy location below in the left pane of the Local Group Policy Editor.📝Good to KnowComputer Configuration>Administrative Templates>Windows Components>Windows Update>Manage updates offered from Windows Updates

- In the right pane of "Manage updates offered from Windows Updates" in the Local Group Policy Editor, double click on the "Disable safeguards for Feature Updates" policy to edit it.
To Enable Safeguards for Feature Updates
This setting remains active by default.
- Select (dot) "Not Configured", click on "OK".
To Disable Safeguards for Feature Updates
- Select (dot) "Enabled", click on "OK"
- You can now close the Local Group Policy Editor if you like.

Option Two
Enable or Disable Safeguards for Feature Updates using Registry
⚠️ Admin Required: Open Windows Terminal with administrator privileges and run the commands below.
To Enable Safeguards for Feature Updates
This setting remains active by default.
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWUfBSafeguards /t REG_DWORD /d 0 /f
To Disable Safeguards for Feature Updates
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWUfBSafeguards /t REG_DWORD /d 1 /f
Summary
Safeguard holds in Windows 11 act as a safety feature from Microsoft that stops problematic updates from installing. While administrators can disable safeguard holds using tools like the Local Group Policy Editor, Microsoft warns this approach is risky and could cause update problems.
Users can disable safeguard holds using either the Local Group Policy Editor (in Windows 11 Pro, Enterprise, and Education) or Windows Terminal with registry commands. However, Microsoft warns that disabling holds introduces risks and can cause update failures alongside performance problems. Testing environments are the only proper place for this configuration. After each new Windows version installs, safeguards automatically turn back on to keep devices protected.
Why are people leaving 🪟 Windows 11?
Users may leave Windows 11 due to strict hardware requirements, such as the need for TPM 2.0, or dissatisfaction with the redesigned interface and taskbar limitations. Other complaints involve increased telemetry (automated data collection), mandatory Microsoft accounts, or performance dips on older hardware that previously ran Windows 10 without any significant problems.
How do I disable Safeguard?
Administrators can turn off safeguard holds for Windows 11 feature updates by using the Group Policy Editor.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!