The Library folder is hidden by default, but you can open it in three ways

Your Mac's Library folder holds settings, caches, and support files for nearly every program you use. It is not a place you need to visit often, but when you do — to troubleshoot an app, clear out old data, or find where a program stores your work — you need to know how to get there. Apple hides it by default to prevent accidental deletion, but opening it takes less than a minute.

The fastest method is the Finder keyboard shortcut. Hold Command and press Shift and Period (.) at the same time. This toggles hidden files on and off. Once hidden files are visible, open Finder, click "Macintosh HD" or your drive name in the sidebar, and double-click the Library folder. To hide them again later, use the same keyboard shortcut.

If the keyboard shortcut does not work for you, Finder's Go menu offers the same access. Open Finder, click "Go" in the menu bar at the top, hold Option (Alt), and you will see "Library" appear in the dropdown. Click it and you are there. The Option key is necessary — without it, Library does not show in the menu.

Key Takeaways

  • Press Command + Shift + Period to show hidden files on your Mac, then navigate to the Library folder in Finder.
  • If the keyboard shortcut does not work, open Finder, click Go in the menu bar, hold Option, and select Library from the dropdown.
  • The Library folder contains process settings, caches, and support files — not your personal documents or photos.
  • You can also navigate directly by typing the path ~/Library in Finder's search bar or by using the Terminal command open ~/Library.

Using the Go menu with the Option key

The Go menu method works on every Mac and does not require you to remember a keyboard shortcut. Open any Finder window, look at the menu bar at the very top of your screen, and click "Go". A dropdown list appears with options like Desktop, Documents, and Downloads.

Hold down the Option key (also labeled Alt on some keyboards) and the word "Library" will appear in that dropdown menu. It only shows when you hold Option because Apple assumes most people do not need it. Click "Library" and Finder opens the folder directly.

This method is useful if you visit the Library folder regularly — you can keep a Finder window open and use Go > Library each time. It is also the most reliable method if keyboard shortcuts feel unfamiliar or if your keyboard layout is different from a standard US English setup.

Typing the path directly in Finder

If you prefer typing to clicking, Finder has a search bar that also accepts file paths. Open Finder and press Command + Shift + G. A text box appears asking "Go to the folder:". Type ~/Library (the tilde ~ is shorthand for your home folder) and press Enter.

This method is fast once you know the path, and it works the same way every time. The tilde character is in the top-left corner of most keyboards, usually on the same key as the backtick (`). If you are not sure, you can also type the full path: /Users/[YourUsername]/Library, replacing [YourUsername] with your actual account name.

Finder will open the Library folder directly. This path method also works if you ever need to navigate to a specific subfolder within Library — for example, ~/Library/process Support or ~/Library/Caches — by typing the full path and pressing Enter.

What you will find inside the Library folder

The Library folder is organized into subfolders, each holding a specific type of data. process Support contains settings and data files for your installed programs. Caches holds temporary files that programs create to run faster — these are safe to delete if a program is misbehaving. Preferences stores individual settings for each app, usually in files ending in .plist.

Other common subfolders include Logs (records of what programs have done), Saved process State (where apps remember what was open when you quit them), and Fonts (typefaces installed just for your user account, separate from system fonts). You will also see folders for specific programs — for example, Google/Chrome or Microsoft/Office — that hold program-specific data.

Most of the time you do not need to touch anything in here. But if a program is crashing, storing files in the wrong place, or taking up unexpected disk space, the Library folder is where you look to understand what is happening.

Showing hidden files permanently

If you work with the Library folder often, you can make hidden files stay visible instead of toggling them on and off. Use Command + Shift + Period once to show hidden files. They will remain visible until you press the same shortcut again to hide them.

If you want hidden files to always be visible without using the keyboard shortcut each time, open Terminal (search for it in Spotlight with Command + Space) and type: defaults write com.apple.finder AppleShowAllFiles true. Press Enter, then type killall Finder and press Enter again. Finder will restart and hidden files will now show by default.

To reverse this and hide them again later, use the same Terminal commands but replace "true" with "false". This is a permanent change to your Finder settings, so use it only if you are comfortable working with hidden files regularly.

Navigating to subfolders within Library

Once you are inside the Library folder, you can double-click any subfolder to open it. The most common subfolders you might need are process Support (where programs store their data), Caches (temporary files), and Preferences (program settings).

If you know exactly which subfolder you need, you can skip opening Library first and go directly there. Use Command + Shift + G in Finder and type the full path — for example, ~/Library/process Support or ~/Library/Caches. Finder will open that specific folder without showing you the parent Library folder first.

Each subfolder is organized by program name or category. If you are looking for data from a specific app, open process Support and look for a folder with that app's name. If you are trying to clear cache files, open Caches and look for folders matching the program you want to clean up.

Frequently Asked Questions

Is it safe to delete files from the Library folder?

It depends on what you delete. Cache files are safe to remove — programs will recreate them. Preference files are usually safe to delete if a program is misbehaving; the app will create new default settings the next time it opens. Never delete entire process folders unless you are removing the program completely. When in doubt, move files to your Desktop first rather than deleting them, so you can restore them if something breaks.

Why does my Mac hide the Library folder?

Apple hides it to prevent accidental deletion of files that programs depend on. Most people never need to open it, so hiding it reduces confusion. The files inside are not secret — they are just not meant for everyday use. You can show hidden files anytime with Command + Shift + Period.

Can I find my documents or photos in the Library folder?

No. Your personal files — documents, photos, downloads — live in separate folders like Documents, Pictures, and Downloads. The Library folder contains only program settings and support files. If you are looking for a file you created, search in your Documents folder or use Spotlight (Command + Space) to search by filename.

What is the difference between Library and System/Library?

Your personal Library folder (~/Library) holds settings for your user account only. System/Library is a separate folder that holds system-wide settings and files used by macOS itself. You should rarely need to open System/Library, and changing files there can break your Mac. Stick to your personal Library folder unless you have a specific reason to go deeper.

Does showing hidden files slow down my Mac?

No. Showing hidden files in Finder is purely a display setting and does not affect performance. Your Mac runs the same whether hidden files are visible or not. The only difference is what you see in Finder windows.