Deleting frequently visited site does not re-add itself later

It seems once you delete a Frequently Visited site from a new tab (many by stupidity in my case), it will never reappear no matter how many times you subsequently frequent that site. This is counter-intuitive to what I think should happen. So after clearing my browser history, other sites I visit start re-populating the Frequently Visited listbut not ones that were once deleted. Is there a way to reset these sites within Brave? Thanks.


Description of the issue:
How can this issue be reproduced?

  1. display “Frequently Visited” Top Sites on New Tab

  2. delete a Frequently Visited site from new tab

  3. visit site multiple times

Expected result: site will eventually reappear in Frequently Visited

Brave Version( check About Brave): 1.85.111

Additional Information: Windows 10 Pro

UPDATE: Using bookmarks to access the previously deleted sites will not re-populate the Frequently Visited list BUT if I actually type out the complete url (http:\\…), some previously deleted sites do re-populate the list… while others do not. Ignoring bookmarks is extremely inconvenient but the inconsistencies are a real problem. Am I missing something?

@PaddyMcQ

Might help

For each troublesome website - in a Brave Browser New Window, visit the specific website of interest - for example, the main Google website: https://www.google.com/. Click on the tune icon that is adjacent to the left end of the Brave Browser window’s URL address field:

Screen Shot 2025-12-09 at 2.58.43 AM

In the resulting pop-down window, find and click on the Site settings button:

Screen Shot 2025-11-06 at 8.23.38 PM

In the resulting Brave Browser Settings window at:

brave://settings/content/siteDetails?site=https%3A%2F%2Fwww.google.com

Click the Delete data button and/or the Reset permissions button.

Revisit the website of interest and repeat the steps - EXCEPT this occasion, in the resulting Brave Browser Settings window, scroll down and Allow Javascript:

Basically, out with the old, in with the new ← you are trying to tell Brave Browser.

I had no idea the ?tune? button was even a button. Thanks. Of course, I should have tested this procedure on a site without so many site personal preferences (50+ favorites on tv.garden). The site still won’t show up on the Frequently Visited. I used this procedure on other sites with mixed results, similar to just typing in the url in the address bar, as it worked on some sites but not others. And some sites that I did NOT delete from FV before, no longer show up in FV. And some sites I used only once never get bumped out of FV.

Sites accessed from bookmarks and auto-complete (in address bar) do not populate Frequently Visited. Example: amazon.com bookmark does not work but typing that exact url into the address bar does.

The whole Frequently Visited thing seems a bit arbitrary. Don’t know if I somehow broke it or it was always goofy. What a mess. Just wanna start over, without losing all my Brave settings and bookmarks.

@PaddyMcQ

Recommended reading and study:
Brave deleted all my active tabs and favorites - #2 by 289wk


Answering: “Where are “Frequently Visited” sites stored in Brave Browser?”
https://www.perplexity.ai/search/where-are-frequently-visited-s-G2KpYbd2QpOADzB_SJFguw

EXCERPTS:

How Brave stores them

On desktop, Brave keeps almost everything (history, top sites, etc.) inside your profile folder, typically under a path like BraveSoftware\Brave-Browser\User Data\<profile>.brave+1
The “Frequently Visited” / “Top Sites” tiles on the New Tab Page are generated from this profile’s browsing history and engagement data, and details about the most frequently visited pages are kept in Brave’s internal “Top Sites” artifact within that profile.anoopcnair+1

Practical implications

Because the list is calculated from history and engagement, removing or clearing history will change what appears under “Frequently Visited.”brave+1
There is no standard user-facing option to open a dedicated file showing the raw “Frequently Visited” list; instead, it lives inside the profile data alongside other SQLite/JSON databases that Brave uses for history and related artifacts.forensafe+1


The Top Sites file is an SQLite database -type file. How to read that type of file:
Brave got rid of all my passwords - #7 by 289wk
(In that example, the Login Data file is also an SQLite database -type file.)