Google Chrome stores internal data such as browser history in a SQLite database; where is this saved to?
The Android SDK provides dedicated APIs that allow developers to use SQLite databases in their applications. The SQLite files are generally stored on the internal storage under /data/data/<packageName>/databases.
uses SQLite in their Android cell-phone operating system, and in the Chrome Web Browser. Intuit apparently uses SQLite in QuickBooks and in TurboTax to judge from some error reports from users seen here and here.
Windows Vista or later:
C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\databases
Windows XP:
C:\Documents and Settings\%USERNAME%\Application Support\Google\Chrome\Default\databases
Windows 10:
C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\History
Mac OS X (and macOS—sub-path changes between versions but are all under this main path):
~/Library/Application Support/Google/Chrome/*
Linux:
~/.config/google-chrome/Default/databases
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With