How to Access the AppData Folder in Windows 10

When you install a program on Windows, its core files are stored in Program Files or Program Files (x86). Oftentimes, these programs also store things like app configurations and user settings in a hidden folder, AppData.

The AppData folder resides in your user profile directory in Windows 10. It’s also hidden, so you’ll have to enable the View hidden items setting in your file explorer to see it.

In this article, we’ll show you a couple of different ways that you can access the AppData folder in Windows 10.

What is the AppData Folder in Windows?

AppData is a folder in Windows where computer applications store configuration files, temporary files, and other application settings. Each user account on a Windows PC has their own AppData folder and it’s located in their user director in C:\Users.

By default, AppData is a hidden folder. You’ll have to enable View hidden items in your file explorer to see it, which we’ll show you how to do below.

How to Access the AppData Folder in Windows 10

The easiest way to access the AppData folder in Windows 10 is via the command line / Run app. Simply run the command %appdata% and you’ll be taken straight to the AddData folder regardless of whether View hidden items is enabled.

Below, we’ll show you how to open the AppData folder via the command line and the Windows 10 file explorer.

Method 1: Access the AppData Folder via the %appdata% System Variable

  1. On your keyboard, hit Windows Key + R to open the Run app. You can also search for Run in the Windows 10 start menu to open it.
  2. Type, or copy and paste, %appdata% in the Open field and hit Enter on your keyboard (or click the OK button). This will take you to the \AppData\Roaming directory.
    Windows 10 Run App with AppData Command
  3. Click AppData in the navigation bar to go back one directory to the AppData folder.
    Windows 10 Appdata Navigation highlighted

Method 2: Navigate to the AppData Folder in your User Profile

  1. On your keyboard, hit Windows Key + R to open the Run app. You can also search for Run in the Windows 10 start menu to open it.
  2. Type a single . in the Open field and hit Enter on your keyboard (or click the OK button).
    Windows 10 Run App with Period Command
  3. You’re now in your user profile directory. At the top of the file explorer, click the View tab and check Hidden Files.
    Windows 10 Hidden Files in File Explorer View Tab
  4. Finally, double-click the AppData folder that is now visible in your user profile directory.
    Windows 10 AppData Folder in User Profile

Final Thoughts

The AppData folder in Windows 10 is easy to access once you know where to look. Be careful messing around here too much because you might accidentally corrupt a file a program needs to run properly.

Also, keep in mind that AppData is different for each user on your PC. If multiple people have a profile on your computer, each of them will have their own AppData directory under their profile.

Leave a Comment