Managing bookmarks, browsing history, and downloads in Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need more than what currently is available from Windows 10 Edge:
I am not empowerd to do above which either need Admin-Right or not working as advised:
Diagnostic Data Viewer Overview (Windows 10 and Windows 11) - Windows Privacy | Microsoft Docs
How to get Microsoft Edge back into your Windows Timeline (ctrl.blog)
Microsoft Edge History: Getting More Out Of Your Browsing History (tipsdotcom.com) – where to find file location where Microsoft Edge keeps the browsing history
Thanks Ahead!
Managing bookmarks, browsing history, and downloads in Edge on Windows 10
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
where to find file location where Microsoft Edge keeps the browsing history
History is stored in an SQLite DB called - errr - History. The history for the default profile for the current Stable version is by default in this file:
"%LocalAppData%\Microsoft\Edge\User Data\Default\History"
URLs visited, with page titles, numbers of visits and date/time of the last visit, are recorded in the table called urls. I'm not sure how you would filter these data by 'task' unless you could use the page title as an indicator. Otherwise, making regular copies of this table - possibly exported as CSV - should enable you to fulfil all your requirements.
Hi Sunny Schindler,
For feature requests that aren't in the current Microsoft Edge, I recommend sending feedback from Microsoft Edge to go to the developer team.
Eric
How to open file ?
Windows doesn't come with a handy utility to view and edit SQLite databases, so you'll need to install one. I use the free, open-source DB Browser for SQLite, but there are several others. It's quite simple to use.
Tip: make a copy of the database to practise on!
Probability is low to get approval for 3rd party software esp. non-Microsoft for my environment. Can this file open by Microsoft Access ? TQ
How to open file ?
Windows doesn't come with a handy utility to view and edit SQLite databases, so you'll need to install one. I use the free, open-source DB Browser for SQLite, but there are several others. It's quite simple to use.
Tip: make a copy of the database to practise on!
where to find file location where Microsoft Edge keeps the browsing history
History is stored in an SQLite DB called - errr - History. The history for the default profile for the current Stable version is by default in this file:
"%LocalAppData%\Microsoft\Edge\User Data\Default\History"
URLs visited, with page titles, numbers of visits and date/time of the last visit, are recorded in the table called urls. I'm not sure how you would filter these data by 'task' unless you could use the page title as an indicator. Otherwise, making regular copies of this table - possibly exported as CSV - should enable you to fulfil all your requirements.
TQ. 1 step closer.
How to open file ? I tried