Forum Discussion
How do I force uninstall browser extension in chrome from Windows 11
Removing extensions via the Registry is a reliable method to uninstall extensions from chrome browser when standard removal options are unavailable, such as when the Remove button is grayed out or the extension is managed by system policies.
It lets you delete deep-seated extension configurations directly from the Windows Registry, ensuring complete removal even for stubborn, policy-enforced extensions.
Usage Guide: Open the Registry Editor by pressing Win + R, typing regedit, and hitting Enter. You can either press Ctrl + F to search for the extension’s ID, or manually navigate to these key locations:
- HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Extensions
- HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\Extensions
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Google\Chrome\Extensions
- HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Delete any registry keys that are related to the target extension. Once all relevant entries are removed, restart Chrome to complete the process.
This method requires no extra software and effectively helps you uninstall extensions from chrome browser that cannot be removed through the regular Chrome extensions page.
It is particularly useful for removing enterprise-managed extensions, fixing stuck extensions that won’t uninstall, and resolving leftover extension entries after failed removal attempts.