How to Enable or Disable Safeguard Holds in Windows 11
Safeguard holds are automatic blocks that stop your PC from installing major new Windows 11 updates when Microsoft finds a known bug or hardware conflict. These holds act like a safety net so your computer avoids 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, Windows Update shows a “coming soon” message instead of a download button, keeping your system on its current version until Microsoft resolves the issue.
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
Local Group Policy Editor lets you manage safeguard holds windows 11 by turning off automatic blocking for feature updates. Open the policy editor using the run command gpedit.msc and locate the Windows Update settings to change how your computer receives major operating system upgrades.
- 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 windows 11 act as automated blocks from Microsoft that temporarily stop your computer from installing major updates known to cause hardware or software issues. While you can turn them off in Windows Pro and Enterprise editions, Microsoft warns that bypassing these holds may cause system instability.
Users can disable safeguard holds using either the Local Group Policy Editor (in Windows Pro, Enterprise, and Education editions) 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?
People are leaving windows 11 due to strict hardware requirements like TPM 2.0, frustration with mandatory Microsoft accounts, increased data collection, and performance slowdowns on older computers. Many users switch to alternative operating systems when these software updates make their current hardware feel obsolete or difficult to use.
How do I disable Safeguard?
Administrators can turn off safeguard holds for Windows 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!