Debloating the Brave browser — a simple guide

Marko :)

Level 23
Thread author
Verified
Top Poster
Well-known
Aug 12, 2015
1,251
Hello everyone! đź‘‹

Do you like using Brave browser but have no interest in using their Brave Rewards, Wallet, VPN, AI and some other features? Then you probably tried to turn all these off, right?
Unfortunately, Brave only lets you partly turn off these features and keeps them unnecessary present in the UI.

But fear not! There is a way how to disable some of these unnecessary features. And while there are no settings which could let you easily do that from the browser itself, there are way(s) to do the same outside of the browser.

As you already know, Brave is based on Chromium. As such, it inherited Group Policy settings from the Chromium project. Because this is still in works by the Brave team, these aren't automatically present in the Group Policy Editor just yet. However, team behind Brave published a simple guide how to add Brave's group policy settings into the Group Policy Editor. More on that here. Please note that some of these might not still be functional, so it's recommended to use registry to set this settings instead. Beside, users on Home variant of Windows will have to use Registry Editor anyway since they don't have Group Policy Editor.

Note: after you do this, Brave will start showing text your browser is managed by your organization. This is completely normal. Group Policy settings aren't usually made for home users but for IT/Network admins and companies, and unfortunately, these message can't be removed if any of the policies are activated. The message disappears on its own when no policies are active.

Note 2: using group policy settings disables secure DNS so if you want to use it, you have two options; either set it and use it system-wide through Windows settings or enable it just for Brave using the same group policy. More on that on the post #9.

With these "hidden" settings, you can completely get rid of:
  • Brave Rewards
  • Brave Wallet
  • Brave VPN
  • Brave AI
  • IPFS support
  • Tor Network

So without further ado, let's start.

1. Open Notepad and paste the following:
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave]
"BraveRewardsDisabled"=dword:00000001
"BraveWalletDisabled"=dword:00000001
"BraveVPNDisabled"=dword:00000001
"IPFSEnabled"=dword:00000000
"TorDisabled"=dword:00000001
"BraveAIChatEnabled"=dword:00000000

2. Go to File, Save as... and Save as type choose All files (*.*). You can name the file anything you want, but it needs to have .reg extension.

3. Run the saved file and confirm you want to add following entries to the registry.

4. Restart the browser

And by meaning restart, you have to close it entirely because, if not disabled in settings, Brave will continue to run in the background after you close it. You can kill the process using Task Manager if that's the case.

In case you want to keep some of these features, just don't include that part in the registry file. For example: if you want to keep Brave AI Chat enabled, save the file without "BraveAIChatEnabled"=dword:00000000 and that's it.


Reversing the settings

If you changed your mind and want to keep some of these, you can always go back by going to the Registry Editor and deleting a corresponding key. In the end just restart the browser and feature should be available to you again. If you restarted the browser and features haven't come back, enter brave://policy in the address bar and click on the button Reload policies.

Hope I made Brave a bit more tolerable for you that were annoyed by these, so called, features.

Thanks for reading this and have a nice day!
 
Last edited:

Jonny Quest

Level 21
Verified
Top Poster
Well-known
Mar 2, 2023
1,081
Hi Marko, I'm not sure, but what am I missing or not understanding, as I don't have any of those on the UI (disabled in Settings)? Or are you talking about from the settings dropdown menu?
edit: or is it just an alternate way of doing it :)

Do you like using Brave browser but have no interest in using their Brave Rewards, Wallet, VPN, AI and some other features? Then you probably tried to turn all these off, right?
Unfortunately, Brave only lets you partly turn off these features and keeps them unnecessary present in the UI.

  • Brave Rewards
  • Brave Wallet
  • Brave VPN
  • Brave AI
  • IPFS support
  • Tor Network

Screenshot 2024-08-02 105010.png
 
Last edited:

oldschool

Level 84
Verified
Top Poster
Well-known
Mar 29, 2018
7,577
Hi Marko, I'm not sure, but what am I missing or not understanding, as I don't have any of those on the UI (disabled in Settings)? Or are you talking about from the settings dropdown menu?
edit: or is it just an alternate way of doing it? :)



View attachment 284699
I think it's 6 of one, 1/2 dozen of the other. These can be disabled in Settings or via GP. Enabling GP doesn't "remove" these features, it only disables and locks them. The settings are still present in the browser, but locked if set in GP.
 

Marko :)

Level 23
Thread author
Verified
Top Poster
Well-known
Aug 12, 2015
1,251
Hi Marko, I'm not sure, but what am I missing or not understanding, as I don't have any of those on the UI (disabled in Settings)? Or are you talking about from the settings dropdown menu?
edit: or is it just an alternate way of doing it :)



View attachment 284699
After you turn off features like Brave Wallet and Brave Rewards in browser's settings, they remain present in the UI. You can still see them in a lot of places.

Example;
276408185-3e1f2671-c45e-4f9a-93ef-fcd1cd5abca4.png
276408198-194a669f-ba44-4438-af4f-01ceefa681bd.png

This is how it looks after using these "hidden" settings:
Screenshot_4.png
Screenshot_1.png

They are even hidden from the settings page sidebar:
Screenshot_5.png
 
Last edited:

Jonny Quest

Level 21
Verified
Top Poster
Well-known
Mar 2, 2023
1,081
After you turn off features like Brave Wallet and Brave Rewards in browser's settings, they remain present in the UI. You can still see them in a lot of places.

Example;
View attachment 284700
View attachment 284701

This is how it looks after using these "hidden" settings:
View attachment 284705
View attachment 284702

They are even hidden from the settings page sidebar:
View attachment 284706

Thank you, Marko. I knew I was probably missing something, so I asked it in the form of questions. Much cleaner looking (y)(y) I'll Bookmark this page in case I even need to reverse the settings, which you so wisely included :) :)
 

Marko :)

Level 23
Thread author
Verified
Top Poster
Well-known
Aug 12, 2015
1,251
I just realized that one of the cons using these group policy settings is secure DNS will be disabled. Apparently, this is an issue with all Chromium browsers. Fortunately, secure DNS can still be enabled using those same group policies.

DnsOverHttpsMode can be set to off, automatic (uses DoH by default, but fall backs to unsecured DNS in case DoH is unavailable) and secure (explicitly uses DoH).

DnsOverHttpsTemplates is the DoH address of your resolver. In the end, your registry file should look like this.

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave]
"DnsOverHttpsMode"="secure"
"DnsOverHttpsTemplates"="https://cloudflare-dns.com/dns-query"

Or you can just ignore secure DNS and instead make it system-wide in the settings of your network adapter on Windows which I think is way better solution.
 

oldschool

Level 84
Verified
Top Poster
Well-known
Mar 29, 2018
7,577
I just realized that one of the cons using these group policy settings is secure DNS will be disabled. Apparently, this is an issue with all Chromium browsers. Fortunately, secure DNS can still be enabled using those same group policies.
Indeed, I remember encountering this bug when I enabled some Edge policies. Of course it can be remedied but it's just one more PITA.
 

Marko :)

Level 23
Thread author
Verified
Top Poster
Well-known
Aug 12, 2015
1,251
Has anybody tried this? Any stability issues? Do Brave updates reverse the changes?
Yes, I use Brave with those settings for months now; everything is the same except browser isn't filled with crap.
No, Brave updates don't reverse those. These are settings developed by Brave. It's just they aren't included in the UI.

Why are these settings hidden then? Well, these are meant to be used by IT departments in corporate environments and not average home user. But nothing prevents you from using them. This is why, if you change those settings, browser says it's managed by your organization. Same message appears in Windows if you change any of Group Policy settings.

I already filled request to Brave team to let us disable junk no ones uses, straight from the UI, but the request is being ignored even though people generally support the idea. They just say "use Group Policy settings" and that's it.
Lack of communication from Brave's side to users is not their strongest point. They keep asking for feedback, but it's straight getting ignored. One of the reasons why Firefox is now my primary browser.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top