Device installations can fail in Windows 11 when system-level policies block driver or hardware updates, resulting in the error: “The installation of this device is forbidden by system policy. Contact your system administrator.” This issue can stop you from connecting essential hardware like Wi-Fi adapters, Bluetooth devices, or USB drives—even when you’re using a personal PC and have administrator rights. Resolving this error requires identifying and removing the policy restrictions that are blocking device installations.
Remove Device Installation Restrictions in Local Group Policy Editor
Step 1: Open the Local Group Policy Editor by pressing Win + R
, typing gpedit.msc
, and pressing Enter
. This tool is available on Windows 11 Pro, Enterprise, and Education editions.

Step 2: In the left panel, navigate to Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions.

Step 3: Double-click the policy labeled “Prevent installation of devices not described by other policy settings”. Set this policy to Disabled, then click Apply and OK. Disabling this setting removes blanket restrictions that block device installations not specifically allowed by other policies.

Step 4: Review other policies in the same section. If any are set to Enabled (such as “Prevent installation of removable devices” or “Prevent installation of devices that match any of these device IDs”), set them to Not Configured or Disabled as appropriate for your needs.
Step 5: Close the Group Policy Editor and restart your computer. After rebooting, attempt your device or driver installation again.
Clear Device Installation Restrictions via Registry Editor (For Windows 11 Home)
Windows 11 Home does not include the Group Policy Editor, but you can adjust the same settings through the Registry Editor. Caution: Editing the registry can cause system issues if done incorrectly. Back up your registry before making changes.
Step 1: Press Win + R
, type regedit
, and press Enter
to open the Registry Editor.

Step 2: Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions
Step 3: Look for values such as DenyUnspecified
, DenyRemovableDevices
, or DenyDeviceIDs
. Right-click and delete these values if present.
Step 4: If the Restrictions
key exists but is empty after deleting these values, you can right-click the Restrictions
folder and delete the entire key.
Step 5: Restart your PC and try the device installation again. Removing these registry values lifts the policy restrictions preventing driver or hardware installations.
Reset All Local Group Policy Settings to Default
Resetting all local group policy settings can resolve persistent policy errors, especially if your computer was previously managed by an organization or had policy changes applied by third-party tools.
Step 1: Open Command Prompt as an administrator: Press Win + S
, type cmd
, right-click Command Prompt, and select Run as administrator.

Step 2: Enter the following commands one at a time to delete local group policy folders:
RD /S /Q "%WinDir%\System32\GroupPolicy"

RD /S /Q "%WinDir%\System32\GroupPolicyUsers"

Step 3: After executing the commands, restart your computer.
Step 4: Once restarted, open Command Prompt as administrator again and run:
gpupdate /force

This command rebuilds group policy settings to their defaults. Try installing your device or driver again.
Enable and Start the Windows Installer Service
The Windows Installer service is required for many driver and software installations. If this service is disabled, installations may fail with policy errors.
Step 1: Press Win + R
, type services.msc
, and press Enter
.

Step 2: Scroll down and find Windows Installer in the list of services.

Step 3: Double-click Windows Installer. Set the Startup type to Manual and click Start if the service is not running. Click Apply and OK.

Step 4: Try your installation again. If the service was disabled, enabling it allows installation processes to run correctly.
Check for Work or School Account Restrictions
System policy errors can occur if your PC is linked to a work or school account, or if it’s still enrolled in organization management from a previous owner.
- Open Settings > Accounts > Access work or school and disconnect any listed accounts that you do not use.
- Check Settings > Accounts > Family & other users to ensure your account has administrator privileges.
- If you bought your PC used, it may still have residual management policies. Removing these requires clearing group policies and registry restrictions as described above.
Manually Install Drivers Using Device Manager
When device installation is blocked by policy, you can sometimes work around the error by manually installing drivers through Device Manager.
Step 1: Extract the driver files to a folder on your PC.
Step 2: Open Device Manager by pressing Win + X
and selecting Device Manager.

Step 3: Find the device you want to install, right-click it, and choose Update driver.

Step 4: Click Browse my computer for drivers, then Let me pick from a list of available drivers on my computer. Click Have Disk, browse to the folder containing the driver’s .inf
file, select it, and proceed with installation.

Step 5: If you receive a compatibility error, verify that you’re using the correct driver version for your device and Windows 11 edition. If manual installation fails due to policy, revisit the steps above to clear restrictions.
Additional Troubleshooting: Registry and Third-Party Tools
Some advanced users may encounter persistent registry entries or leftover policies that block installations. In rare cases, third-party registry optimizers can scan for and clean invalid entries, but use these tools with caution and always back up your data first.
- Check for unusual entries in
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer
and delete anyDisableMSI
value or set it to0
. - If device installations are still blocked, consider creating a new local administrator account and attempting installation from that profile.
- As a last resort, a system reset or clean install of Windows 11 will remove all policy restrictions, but be sure to back up your data first.
Clearing device installation restrictions in Windows 11 removes unnecessary roadblocks and lets you install drivers and hardware as needed. Always verify your changes and restart your PC before retrying installations for the best results.
Member discussion