Forum Discussion
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 extensions even reappear after restarting Chrome. How can I force uninstall a stubborn browser extension on Windows 11?
I've already tried disabling the extension, clearing browser cache, and restarting Chrome. The extension doesn't show up in Windows "Add or Remove Programs" either. What are the registry locations I should check? I'm looking for a step-by-step method to force uninstall browser extension in chrome without resetting my entire Chrome profile.
Thanks.
7 Replies
- NoreenIron Contributor
Sometimes stubborn extensions reappear because malware on your system is reinstalling them. If the above methods don't work or the extension returns after removal, use Windows' built-in security tools to uninstall browser extension in Chrome.
- ZakaiitBrass Contributor
If the reset method doesn't work or you want to target a specific extension, you can try the Chrome Policy Remover Script. This is likely exactly what you're looking for. The Chrome Policy Remover is a free script created by Stefan VD, a recognized Google Chrome product expert, specifically designed to remove policy settings that malicious extensions set to block uninstallation.
Why this is different from what you've tried:
Unlike the registry method or manual folder deletion, this script targets the policy layer that malicious extensions use to lock themselves in place. It removes the invisible policies that tell Chrome "this extension cannot be removed".
How to uninstall browser extension in Chrome:
1. Visit the Chrome Help Forum page where Stefan VD posted the script
2. Download the Chrome_Policy_Remover.bat file
3. Right-click the file and select "Run as administrator"
4. Allow it to run when prompted by Windows
5. You'll see a message saying "All Chrome Policies are removed" when complete
Once the script runs, restart Chrome and the extension should have a normal "Remove" button available.
Important note: This script works on both Windows and Mac, though Mac users need to allow it in Settings > Privacy & Security if you want to uninstall browser extension in Chrome.
- AaravovIron Contributor
To uninstall browser extension in Chrome when a Chrome extension won't uninstall normally—with the "Remove" button grayed out, missing, or simply non-functional—it's usually because the extension is "managed" by something on your system. This could be a group policy, a registry entry, or even malware that keeps reinstalling it.
If an extension reappears after you delete it, it's a strong sign that you have malware on your computer that is designed to reinstall it.
Use Chrome's Cleanup Tool: Chrome has a built-in tool that can find and remove this type of software. Go to chrome://settings/cleanup and click "Find" . In this way, you are able to uninstall browser extension in Chrome.
Run a Full System Scan: Use Windows Security (which is free and built-in) to perform a full scan of your computer. Go to Settings > Privacy & security > Windows Security > Virus & threat protection and click Scan options to run a Full scan.
- DaxxonFosterIron Contributor
Reset Chrome Settings is a built-in restoration method to uninstall browser extension when normal removal fails, such as when extensions are stuck, grayed out, or managed by system policies.
It resets Chrome to its original default state, which automatically disables all installed extensions but retains your important personal data like bookmarks and saved passwords.
First, open Google Chrome and type chrome://settings/reset in the address bar, then press Enter to enter the reset page.
Click the option labeled "Restore settings to their original defaults", and then click the Reset settings button in the pop-up confirmation window to start the restoration.
Once the reset is complete, Chrome will restart automatically, and all extensions will be disabled.
You can re-enable the extensions you trust later if needed.
This method cannot uninstall browser extension completely by deleting extension files, but it can disable all extensions to stop them from running, making it an effective solution for stubborn extensions that cannot be removed normally.
If you don’t want to use complex registry operations or manual file deletion, you can try this method.
This is a drastic measure that affects all extensions, so you should think it through carefully before proceeding.
- GageWilderIron Contributor
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.
- JettStoneIron Contributor
Manual file deletion is a direct method to uninstall browser extension when standard removal fails in Chrome.
How to uninstall browser extension
- Locate Chrome's Extension Folder
- Close Chrome completely to prevent files from being locked.
- Press Win + R, type:
%localappdata%\Google\Chrome\User Data\Default\Extensions
- then press Enter.
- You will see a series of folders with random-looking names; these are the extension IDs.
2.Find the Extension ID
- Open Chrome and go to chrome://extensions.
- Enable Developer Mode in the top-right corner.
- Find the problematic extension and copy its ID.
3.Delete the Folder
- Return to the Extensions folder and locate the subfolder corresponding to that extension ID.
- Permanently delete the entire folder.
- Restart Chrome to complete the process.
It can directly delete core files and reliably uninstall browser extensions that cannot be removed through standard settings, but it isn’t perfect—it has its drawbacks.
Cons
- Deleting files directly may result in incomplete removal, leaving residual configuration files in Chrome’s user data folder.
- If you accidentally delete the wrong extension folder, other functioning extensions may be damaged and stop working.
- No warnings or backup prompts will appear; once deleted, extension data such as local history and settings cannot be recovered.
- For extensions controlled by system or domain policies, this method may not work even if you manually delete the files.
- EmmettBrooksIron 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.