A Safeguard Hold – also known as a compatibility hold or update block – is when Microsoft prevents devices from being offered a new Windows 11/10 Feature Update if there are known compatibility issues with hardware, software, or settings. In this post, we will show you how to easily disable Safeguard Hold for Feature Updates on Windows 11/10.
Safeguard holds are intended to prevent severe problems in Windows 11/10, such as BSOD crashes, Performance issues, devices not working, or general system instability.
Caution: Opting out of a safeguard hold can put devices at risk from known performance issues. It’s strongly recommended that you complete robust testing to ensure the impact is acceptable before opting out.
Disable Safeguards for Feature Updates in Windows 11/10
You can bypass upgrade blocks even when your device isn’t quite ready for the feature update. You can disable or bypass the safeguard hold for feature updates on Windows 10 in either of two ways;
- Local Group Policy Editor
- Registry Editor
Let’s have a look at the description of these two methods.
1] Disable Safeguards via Local Group Policy Editor
Do the following:
- Press Windows key + R to invoke the Run dialog.
- In the Run dialog box type
gpedit.msc
and hit Enter to open Group Policy Editor. - Inside the Local Group Policy Editor, use the left pane to navigate to the path below:
- Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business
- On the right pane, double-click on Disable safeguards for Feature Updates to edit its properties.
- In the properties window, set the radio button to Enabled.
- Click Apply > OK to save the changes.
Enable this setting when Feature Updates should be deployed to devices without blocking on any safeguard holds.?Safeguard holds are known compatibility issues that block the upgrade from being deployed to affected devices until the issue is resolved.?Enabling this policy can allow an organization to deploy the Feature Update to devices for testing, or to deploy the Feature Update without blocking on safeguard holds.
Windows Home edition users can add the Local Group Policy Editor and then perform the procedure outlined above or they can try the Registry method below.
2] Disable Safeguards via Registry Editor
Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. Once done, you can proceed as follows:
- Press Windows key + R to invoke the Run dialog.
- In the Run dialog box, type
notepad
and hit Enter to open Notepad. - Copy and paste the syntax below into the text editor.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "DisableWUfBSafeguards"=dword:00000001
- Now, click the File option from the menu and select Save As button.
- Choose a location (preferably desktop) where you want to save the file.
- Enter a name with .reg extension (eg; Disable_SafeguardHold.reg).
- Choose All Files from the Save as type drop-down list.
- Double-click the saved .reg file to merge it.
- If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.
- You can now delete the .reg file if you like.
- Restart your device.
That’s it on how to disable safeguard hold for Feature Updates on Windows 11/10!
After a device installs a new Windows 10 version, the Disable safeguards for Feature Updates Group Policy will revert to Not configured even if it was previously enabled. This is to ensure the admin is consciously disabling Microsoft’s default protection from known issues for each new feature update.
READ: How to deploy Features Updates configured with Safeguard Group Policies.
Do Windows Feature Updates include security updates?
Windows Feature Updates usually change the version number of Windows OS and they could include security updates as well.
Read:
- How to Defer or Delay Windows 11 Feature Update
- Disable or Stop automatic downloading of Windows 11 Feature Updates
Are Windows Feature Updates necessary?
It is always recommended to install Windows Feature Updates as they keep the OS secure, stable, and compliant by deploying fixes and addressing security vulnerabilities.