Skip to content
Follow
Windows

How to Enable or Disable Safeguard Holds in Windows 11

Richard
Written by
Richard
Apr 6, 2026 Updated Jul 12, 2026 3 min read
How to Enable or Disable Safeguard Holds in Windows 11
How to Enable or Disable Safeguard Holds in Windows 11

Safeguard holds in Windows 11 stop automatic feature updates when problems are found.

Feature updates are major new versions of Windows, released about twice a year. Safeguard holds act like a safety net, preventing your PC from getting an update if Microsoft knows it could cause trouble.

Microsoft removes these holds once a fix is ready and tested. This helps ensure you have a good experience when Windows gets a big update.

If a safeguard hold is active, Windows Update might show “coming soon” instead of a download button for a feature update. These holds pause updates until issues are fixed for your specific device.

⚡ Quick Answer

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:

Option One

Enable or Disable Safeguards for Feature Updates in Local Group Policy Editor

You can control safeguard holds for Windows 11 feature updates using the Local Group Policy Editor, which helps manage when major updates are offered to your PC.

  1. Open the Local Group Policy Editor (gpedit.msc).
  2. Navigate to the policy location below in the left pane of the Local Group Policy Editor.
    📝Good to Know
    Computer Configuration>Administrative Templates>Windows Components>Windows Update>Manage updates offered from Windows Updates
Windows 11 disable safeguards for feature updates setting
Windows 11 disable safeguards for feature updates setting
  1. 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 is enabled by default.

  1. Select (dot) "Not Configured", click on "OK".

To Disable Safeguards for Feature Updates

  1. Select (dot) "Enabled", click on "OK"
  2. You can now close the Local Group Policy Editor if you like.
Options for disabling safeguards in Windows 11 updates
Options for disabling safeguards in Windows 11 updates

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 is enabled by default.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWUfBSafeguards /t REG_DWORD /d 0 /f

To Disable Safeguards for Feature Updates

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWUfBSafeguards /t REG_DWORD /d 1 /f

Summary

Safeguard holds in Windows 11 are a safety feature from Microsoft that stops problematic updates from installing. While you can disable safeguard holds using tools like the Local Group Policy Editor, Microsoft warns this is risky and could cause update problems.

You 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 is risky and can cause update failures and performance problems. Only do this if you are testing in an IT environment. After each new Windows version installs, safeguards automatically turn back on to keep your device 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. Others cite concerns over increased telemetry, mandatory Microsoft account integration, or performance issues on older hardware that previously ran Windows 10 without any significant problems.

How do I disable Safeguard?

You can turn off safeguard holds for Windows 11 feature updates by using the Group Policy Editor.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Specify Target Feature Update Version in Windows 11
Windows How to Specify Target Feature Update Version in Windows 11
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *