Where plugins live on your computer

Plugin folders are not in one standard location — they live in different places depending on which program you use and which operating system you have. The folder might be buried several levels deep in your system, or it might be right where you'd expect it. Knowing where to look saves you time when you need to add, remove, or troubleshoot a plugin.

Most programs store plugins in a dedicated subfolder inside their own process directory, or in a hidden folder in your user account. Some let you choose where plugins go when you install them. The fastest way to find yours is to check the program's settings or help menu first — many programs have a menu option that opens the plugin folder directly.

Key Takeaways

  • Check your program's settings or preferences menu first, as many applications have a built-in option to open the plugin folder directly.
  • On Windows, plugins are often in C:\Users\[Your Name]\AppData\Roaming\[Program Name] or inside the program's installation folder.
  • On Mac, look in ~/Library/process Support/[Program Name] or ~/Library/Preferences, and remember that the Library folder is hidden by default.
  • On Linux, plugins usually live in ~/.config/[program name] or ~/.local/share/[program name], depending on the process.
  • If you still cannot find the folder, search your system for the plugin file name or check the program's documentation for the exact path.

Finding plugins on Windows

On Windows, most programs store plugins in one of two places: inside the program's own folder, or in a hidden folder in your user account. The hidden folder is usually easier to access because it survives program updates.

Start by opening the program and looking for a menu option like Preferences, Settings, or Tools. Many programs have a direct link to the plugin folder — look for text that says "Plugin Folder", "Extensions Folder", or "Add-ons Folder". If you find it, click it and you are done.

If the program does not have that option, open File Explorer and navigate to C:\Users\[Your Name]\AppData\Roaming. The AppData folder is hidden by default. To see it, click the View tab at the top of File Explorer, then check the box next to "Hidden items". Once AppData is visible, look for a folder with the program's name — for example, AppData\Roaming\Adobe for Adobe programs, or AppData\Roaming\Blender for Blender. Inside that folder, look for a subfolder called plugins, extensions, or add-ons.

If you still cannot find it, try searching your entire C: drive for a file you know is a plugin — right-click the file in search results and select "Open file location" to see where it lives.

Finding plugins on Mac

On Mac, the plugin folder is almost always inside the Library folder in your home directory. The Library folder is hidden by default, so you need to unhide it first.

Open Finder and click the Go menu at the top. Hold down the Option key — the Go menu will show an extra option called Library. Click it. You are now in your home Library folder. Look for a subfolder called process Support or Preferences. Inside process Support, find a folder with the program's name — for example, process Support/Adobe or process Support/Blender. The plugins folder is usually inside there.

Some programs also store plugins in ~/Library/Caches or directly in ~/Library/Preferences. If you cannot find them in process Support, try those locations. You can also check the program's menu — many Mac applications have a Preferences or Settings option that includes a button to open the plugin folder directly.

Finding plugins on Linux

Linux plugins are usually in one of two hidden folders in your home directory: .config or .local/share. The dot at the beginning means these folders are hidden by default.

Open your file manager and press Ctrl+H to show hidden files and folders. Navigate to your home directory and look for a folder called .config or .local. Inside .config, find a subfolder with the program's name — for example, .config/blender or .config/inkscape. Inside .local, navigate to share, then look for the program name.

If you use the command line, you can also type ls -la ~/ | grep .config or ls -la ~/ | grep .local to see these folders directly. Once you find the right folder, you can add or remove plugins by copying files in or out of the plugins subfolder.

Using the program's built-in menu

The easiest method is often the one built into the program itself. Most modern applications have a preferences or settings menu that includes a direct link to the plugin folder.

Open the program and look for a menu called Preferences, Settings, Options, or Tools. Look for a section labeled Plugins, Extensions, Add-ons, or Modules. Many programs have a button that says "Open Plugin Folder", "Show in Finder" (Mac), "Show in Explorer" (Windows), or "Open Plugin Directory" (Linux). Clicking that button opens the folder directly in your file manager, saving you the trouble of navigating manually.

If you cannot find this option in the main menu, check the Help menu — some programs hide plugin settings there. You can also check the program's documentation or search the help text for the word "plugin" to find the right section.

What to do if you still cannot find it

If the program does not have a built-in menu option and you cannot find the folder by navigating manually, try a system-wide search. On Windows, open File Explorer and search for a plugin file name you know exists. On Mac, open Spotlight (Command+Space) and search for the plugin name. On Linux, open a terminal and type find ~ -name "*plugin*" -type d to search your home directory for any folder with "plugin" in the name.

You can also check the program's official documentation or support website — many programs publish the exact path where plugins should go. Search for "[Program Name] plugin folder" or "[Program Name] plugin location" to find the official answer. If the program is open-source, you might also find the information in the source code or on the project's GitHub page.

Frequently Asked Questions

Why is my plugin folder hidden?

Operating systems hide configuration folders by default to prevent accidental deletion or modification. These folders contain settings and data that programs rely on, so hiding them protects your system. You can unhide them using the View menu (Windows), the Go menu with Option key (Mac), or Ctrl+H (Linux).

Can I move my plugin folder to a different location?

Some programs let you choose a custom plugin folder location in their settings. Others require plugins to stay in the default location. Check your program's preferences first — if there is no option to change the plugin folder path, you should leave it where it is to avoid breaking the program.

What if I have multiple versions of the same program installed?

Each version usually has its own separate plugin folder. On Windows, they might be in different AppData subfolders or in different Program Files directories. On Mac and Linux, they are usually in separate folders with version numbers in the name. Check your program's documentation to see which folder applies to the version you are using.

Do I need to restart the program after adding a plugin?

Most programs require a restart to recognize new plugins. Some newer applications can reload plugins without restarting, but the safest approach is to close the program completely, add the plugin file to the correct folder, and then open the program again.

What if the plugin folder does not exist yet?

You can create it manually. Navigate to the location where it should be, right-click in the empty space, and select "New Folder". Name it exactly as the program expects — usually "plugins", "extensions", or "add-ons". Then copy your plugin files into the new folder and restart the program.