What the process Data folder is and why it matters
The process Data folder is a hidden directory on your computer where programs store their settings, preferences, and temporary files. On Windows, it lives at C:\Users\[Your Username]\AppData. On Mac, it's in ~/Library. You don't see it by default because operating systems hide these folders to prevent accidental deletion.
Understanding where this folder lives matters for a few practical reasons: you might need to back up a program's settings before reinstalling it, troubleshoot a program that won't start, or clear out old cached data that's taking up disk space. Knowing how to find and navigate it saves you from having to dig through support forums or pay someone to do it for you.
Key Takeaways
- On Windows, the process Data folder is hidden by default and located at C:\Users\[Your Username]\AppData, which contains three subfolders: Roaming, Local, and LocalLow.
- On Mac, process data lives in ~/Library, which you can access by holding Option and clicking Go in Finder, then selecting Library.
- Showing hidden files on Windows requires changing a View setting in File Explorer; on Mac, you can use a keyboard shortcut or a terminal command.
- Each program stores its data in its own subfolder, so you can back up or delete individual program settings without affecting others.
- Clearing cached data from the AppData folder can free up disk space, but always back up important settings first.
How to show hidden files on Windows
By default, Windows hides the AppData folder to protect system files. To see it, open File Explorer and navigate to your user folder. Then click the View tab at the top of the window. On the far right, you'll see a checkbox labeled "Hidden items" — click it to turn it on. Hidden files and folders will now appear slightly faded, so you can tell them apart from regular ones.
Once you've turned on hidden items, you can navigate directly to the AppData folder. In the address bar at the top of File Explorer, type %appdata% and press Enter. This shortcut takes you straight to the Roaming subfolder, which is where most programs store their active settings. If you need the Local or LocalLow subfolders instead, go back one level and you'll see all three.
How to show hidden files on Mac
On Mac, the Library folder is hidden by default. The fastest way to reach it is to open Finder, click the Go menu at the top, hold down the Option key, and select Library from the dropdown. This takes you directly to your user Library folder, where process data lives.
If you want to show hidden files permanently so you can see them in Finder at all times, open Terminal (search for it in Spotlight) and type defaults write com.apple.finder AppleShowAllFiles TRUE, then press Enter. Quit and reopen Finder, and hidden files will now be visible. To hide them again later, use the same command but replace TRUE with FALSE.
Understanding the three Windows AppData subfolders
Windows splits the AppData folder into three sections, and programs use different ones depending on what they need to store. The Roaming folder contains settings that follow you if you log into a different computer on the same network — things like browser bookmarks or email account settings. The Local folder holds data specific to that computer only, like cached files or temporary downloads. The LocalLow folder is used by programs running with lower security permissions, and most users rarely need to touch it.
When you're looking for a specific program's data, start in Roaming. If you don't find it there, check Local. Each program creates its own subfolder with its name or the company name, so you're looking for something like "Mozilla" for Firefox or "Google" for Chrome. If a program isn't storing data where you expect, check the program's settings or help documentation — some programs let you choose where to save their data.
What to do before you delete or move anything
The process Data folder contains active settings that programs rely on. Before you delete or move anything, back it up. The safest approach is to copy the entire AppData folder (or just the subfolder for one program) to an external drive or cloud storage. That way, if something goes wrong, you can restore it.
Only delete data from AppData if you're sure you won't need it. Clearing the cache subfolder for a web browser is usually safe — it just means websites will load slightly slower the first time you visit them. Deleting a program's entire settings folder will reset that program to its default state the next time you open it. If you're troubleshooting a program that won't start, clearing its AppData folder sometimes fixes the problem, but always back up first.
Finding data for specific programs
Once you're in the AppData folder, look for a subfolder with the program's name or the company that made it. Google Chrome stores data in AppData\Local\Google\Chrome. Firefox uses AppData\Roaming\Mozilla\Firefox. Microsoft Office stores settings in AppData\Roaming\Microsoft\Office. If you're not sure what name to look for, search the program's documentation or support site — most companies list where their data is stored.
On Mac, the structure is similar but flatter. Most programs create a folder in ~/Library/process Support with their name. Some also store preferences in ~/Library/Preferences, which contains files that end in .plist. If you're backing up a specific program's settings on Mac, copy the entire folder from process Support and any matching .plist files from Preferences.
Clearing cache and temporary files safely
Inside most program folders in AppData, you'll find a Cache or Temp subfolder. These contain temporary files that programs read while running — images from websites, parts of documents, installation files. Deleting these folders usually doesn't break anything; the program will just recreate them the next time it runs. This can free up several gigabytes of space if you haven't cleaned them out in a while.
Before you delete a cache folder, close the program completely. Then navigate to the cache folder, select all the files inside, and delete them. Don't delete the cache folder itself, just the files in it — the program needs the folder to exist. If you're not sure whether a folder is safe to delete, leave it alone. Deleting settings or configuration files can cause problems, but temporary files are designed to be disposable.
Frequently Asked Questions
Can I move my AppData folder to a different drive to save space?
Not safely. Windows expects AppData to be in its default location, and moving it can break programs or prevent them from finding their settings. If you need more disk space, delete cache and temporary files instead, or move large files like photos and videos to an external drive.
What if I can't find a program's folder in AppData?
Some programs store data outside AppData — check the program's settings menu to see where it saves files. Portable programs that run from a USB drive often store data in their own folder instead. If the program is very old or rarely used, it might not create an AppData folder at all.
Is it safe to delete everything in the LocalLow folder?
LocalLow is rarely used by modern programs, so deleting it usually causes no problems. However, if you have older games or programs that use it, deleting their data might reset your progress or settings. Back up the folder first, then delete it and see if anything breaks.
How do I back up my browser settings from AppData?
Copy the entire browser folder from AppData to an external drive or cloud storage. For Chrome, that's the Chrome folder inside AppData\Local\Google. For Firefox, it's the Firefox folder inside AppData\Roaming\Mozilla. To restore, copy the folder back to the same location and overwrite the existing one.
Why does my program keep resetting its settings?
This usually means the program can't write to its AppData folder — either because of permission issues or because the folder is corrupted. Try running the program as administrator (right-click and select "Run as administrator"). If that doesn't work, delete the program's AppData folder and reinstall the program, which will create a fresh one.