See all autofill data [duplicate]

In Google chrome when I start typing in a text box I get auto completion for things I have use din the past, this however is only for the current letter. Is there a way I can see all of the auto complete data Google Chrome has for this text box?

enter image description here


Google Chrome stores a lot of stuff in SQLite databases. To look at this data, download and run SQLite Browser.

The instructions are for Windows systems. On other platforms, use the location of user data directories specific to that OS.

  1. Open %LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data

  2. If Chrome is currently running, you won't be able to access the file, so first make a copy of it by running:

    copy "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data" "%LOCALAPPDATA%\Google\Chrome\User Data\Default\WebData-working"
  3. Open WebData-working in SQLite Browser, switch to the Browse Data tab and select autofill from the Table dropdown list. Google Chrome autofill data