What is the difference between "local" and "roaming" folders?

85

22

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?

richzilla

Posted 2010-06-08T00:57:31.943

Reputation: 2 003

Question was closed 2011-09-21T09:34:29.093

1In 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 – 2011-09-20T21:37:14.373

Answers

66

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.

Daisetsu

Posted 2010-06-08T00:57:31.943

Reputation: 5 195

21

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.

Pulse

Posted 2010-06-08T00:57:31.943

Reputation: 4 389

7

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.

MDMarra

Posted 2010-06-08T00:57:31.943

Reputation: 19 580