116

Possible Duplicate:
Why are there directories called Local, LocalLow, and Roaming under \Users\<username>?

I've been poking around some of folders on my Windows 7 Home Premium install, and I've noticed that in AppData I now have three folders:

  • Local
  • LocalLow
  • Roaming

What is the difference between all of these three folders?

2
  • See also superuser.com/questions/21458/…
    – Anthony K
    Commented Mar 21, 2011 at 23:06
  • 3
    In XP, Roaming was <user>\Application Data and Local was <user>\Local Settings\Application Data (there was no LocalLow because it did not have the higher security lock-down that Vista+ have).
    – Bobson
    Commented Sep 20, 2011 at 21:37

3 Answers 3

94

Local stays with the user on that specific computer.

If you are on a domain, a "roaming" profile will be uploaded before you logoff. When you log onto another computer with roaming folders, all of your files in the roaming folder will be at the new computer too.

2
29

These folders were introduced in Vista with a view to making management of user profiles easier.

From this discussion:

Windows uses the Local and LocalLow folders for application data that does not roam with the user. Usually this data is either machine specific or too large to roam. The AppData\Local folder in Windows Vista is the same as the Documents and Settings\<username>\Local Settings\Application Data folder in Windows XP.

Windows uses the Roaming folder for application specific data, such as custom dictionaries, which are machine independent and should roam with the user profile. The AppData\Roaming folder in Windows Vista is the same as the Documents and Settings\<username>\Application Data folder in Windows XP.

11

In certain network settings, profiles roam with the user regardless of what computer they are on. That application data ultimately ends up in the "roaming" folder.

Some data is too large to roam, and ends up in the Local and LocalLow folders.

Not the answer you're looking for? Browse other questions tagged .