Where are the user profile directories of Google Chrome located in?
It may seem like a very simple question, but I couldn't find it.
I checked inside %APPDATA%, but there were noting relevant there.
My OS is Windows 7 Ultimate x64 SP1.

link|improve this question

71% accept rate
feedback

3 Answers

up vote 1 down vote accepted

%APPDATA% by default (as far as I am aware) takes you to the Roaming App Data.

Chrome resides in your Local App Data (%LOCALAPPDATA%). You will find Chrome's User "stuff" in:

%LOCALAPPDATA%\Google\Chrome\User Data\
link|improve this answer
Thank for telling the difference between %APPDATA% and %LOCALAPPDATA%. – hkBattousai Aug 28 '11 at 23:19
feedback
C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data

or if you prefer this notation:

%LOCALAPPDATA%\Google\Chrome\User Data\

Useful link: http://www.google.com/support/chrome/bin/answer.py?answer=142059

link|improve this answer
feedback

C:\Users\<username>\AppData\Local\Google\Chrome\User Data

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.