Forum Discussion
PatrickRoss
Apr 14, 2026Iron Contributor
How do I force uninstall browser extension in chrome from Windows 11
I have a Chrome extension that won't uninstall through the normal way. The "Remove" button is grayed out or missing, and when I try to delete it from chrome://extensions, nothing happens. Some extens...
EmmettBrooks
Apr 14, 2026Iron Contributor
Checking Chrome policies is an effective method to uninstall extensions from chrome browser when the regular remove button is grayed out and the extension is controlled by system or organization policies.
How to uninstall extensions from chrome browser
Step 1: Check if the extension is managed by a policy
- Type chrome://policy into the Chrome address bar, then press Enter.
- Look for entries named ExtensionSettings or ExtensionInstallForcelist.
- If your extension appears in these entries, it means it was installed via a policy and cannot be uninstalled through normal means.
Step 2: Uninstall the extension using the Registry Editor
- Close all Chrome windows completely and ensure the browser is no longer running.
- Press Win + R, type regedit, and press Enter to open the Registry Editor.
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist
- Locate and delete the entry corresponding to the stuck extension.
- Also check and delete the relevant entries in the following path:
HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist
- Restart your Chrome browser.
This method allows you to bypass the relevant restrictions and successfully uninstall Chrome extensions managed by policies.