OPERATING SYSTEMSOS Windows

What is the AppData folder in Windows 10? How to find it?


When we install a program, it may go to either the Program Files folder or the Program Files x86 folder. Many of you might be aware of this fact. Every program has some customization features. When we run a program, we change its settings, customize its interface (if the feature is available), etc. This data is also stored on our computer’s hard disk, inside the AppData folder. In this article, we will discuss the AppData folder in detail.

What is the AppData folder in Windows 10

Where is the AppData folder?

By default, the AppData folder is hidden in Windows computers. You cannot view it in the C drive of your system until you enable the Show hidden files and folder option.

show hidden appdata folder

Follow the steps to view the AppData folder on your system:

  1. Open the File Explorer.
  2. Go to “View > Options.” This will open the Folder Options window.
  3. Click on the View tab.
  4. Click the Show hidden files, folder, and drives option.
  5. Click on the Apply button and then OK to save the changes that you made.

Now, go to the following path:

C:Users<username>

Replace <username> in the above path with your username on your computer. There you will find the AppData folder.

When you open the AppData folder, you will find three subfolders there, namely, Local, LocalLow, and Roaming. All these three subfolders are created for different purposes which have been explained in that post.

In short:

  • ProgramData folder contains global application data that is not user-specific and is available to all users on the computer. Any global data is put in here.
  • AppData folder contains user-specific preferences and profile configurations and is further divided into three subfolders:
    • Roaming folder contains data that can move with the user profile from a computer to a computer
    • Local folder contains data that cannot move with your user profile.
    • LocalLow folder includes low-level access data, eg. temporary files of your browser when running in a protected mode.

What is the AppData folder in Windows 10?

AppData folder is also called the Application Data folder. As the name implies, it is the folder in a Windows computer where the data that programs use or create is stored. The data that the AppData folder contains is not part of the original installation files.

It is located at:

C:Users<username>AppData

You can also type %AppData% in Run box to access the AppDataRoaming folder.

When you install a program, all the files required to run it go in the Program Files or Program Files x86 folder, and the data other than these files go in the AppData folder. This data includes:

  • Program cache,
  • Temporary files,
  • Configuration files, etc.

You might be wondering, why does Windows use a separate AppData folder to store the app data and files instead of keeping them in one place in the Program Files or Program Files x86 folder? Well, storing the app data in a separate folder has several advantages.

  1. Easy to manage user data: If you create multiple accounts on your system, Windows will create a separate AppData folder for each user. This makes it easy to manage the user settings for a particular app. For example, if a particular user changes settings or customizes an app, the data is stored in his own AppData directory and the other users’ profiles remain unaffected for the same program.
  2. Security: A separate AppData folder is also more secure because one user cannot access another user’s AppData folder.
  3. Prevent data from being messed up: Because every user has a separate AppData folder, the settings and other data of one user are not messed up with the other user’s data.
  4. No access to the Program Files or the Program Files x86 folder: The Program Files directory and the Users directory have different permissions. The former one is a higher level directory, hence, only the person with administrative rights can access the Program Files directory. If the app data were stored in the Program Files directory, users might have permission issues.

There are some programs that install in the AppData folder by default and some ask you permission for the same. You might have installed the programs that ask you whether you want to install it for all users or only for you.

If you select the Install only for me option, the program will be installed the application installs into a user directory. If you choose For everybody, it’s a hint for the installer to install the program into global locations.

what is appdata folder 1

We hope you find the article useful.

Related posts:

what is appdata folder

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *