Uninstalling Brave browser often leaves behind services, such as Brave Updater service, which can be frustrating for users. This problem is not new and has been brought up multiple times, but Brave was unable to resolve it or provide users with solutions. To completely remove these services, you need to manually delete them after the uninstallation process.
To understand what I mean, you can look at the Windows services:

Here are some links to the issue that have been raised in Github and the Brave Community, but no solutions have been found:


Now, to remove a service on Windows, type
Now, in case you encounter an error or, for whatever reason, fail to receive the SUCCESS message (as was the case with me the last time), the registry editor will then need to be used to remove it. Open Registry Editor and navigate to the following registry key

To understand what I mean, you can look at the Windows services:

Here are some links to the issue that have been raised in Github and the Brave Community, but no solutions have been found:
- Uninstalling Brave leaves debris everywhere
- After uninstalling Windows Brave, so many folders and registry keys were not deleted as required by Microsoft. · Issue #35885 · brave/brave-browser


Now, to remove a service on Windows, type
sc delete service_name into the elevated command prompt and hit Enter. (Where service_name refers to the short name of the service). The output will be displayed as [SC] DeleteService SUCCESS.Now, in case you encounter an error or, for whatever reason, fail to receive the SUCCESS message (as was the case with me the last time), the registry editor will then need to be used to remove it. Open Registry Editor and navigate to the following registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services, each sub-key under this registry key represents a driver or a Service. The key name is the same as the short name of the service. - Locate the entry that you wish to remove.
- Make a backup of the relevant key by exporting it to a .reg file.
- After exporting, right-click the key and select Delete.
- To apply, close the Registry Editor and restart the computer.







