Where to Find the Application Folder on Mac: Complete Guide

If you've just switched to macOS or you're trying to manage your software more efficiently, knowing where your applications live — and how to access them — is foundational. The Applications folder on a Mac isn't hidden, but it's also not always obvious, especially if you're used to Windows or a different file system structure.

Here's everything you need to know.

What Is the Applications Folder on Mac?

The Applications folder is the primary location where macOS stores installed programs. Unlike Windows, which typically scatters app files across Program Files, AppData, and the registry, macOS keeps most apps in one tidy place: a single folder at the root level of your hard drive.

Each app usually appears as a single .app file (technically a package — a folder disguised as a file), which makes installation and removal generally straightforward. When you drag an app to Applications, it's installed. When you drag it to Trash, it's mostly uninstalled.

There are actually two Applications folders to be aware of:

  • /Applications — the system-wide folder, accessible to all users on the Mac
  • ~/Applications — a user-specific folder inside your Home directory (not always present, but usable)

Most apps install to the root /Applications folder by default.

5 Ways to Open the Applications Folder on Mac 🖥️

1. Finder Sidebar

Open a Finder window (click the smiley face icon in your Dock). In the left sidebar, you'll see Applications listed under Favorites. Click it. If it's not showing, go to Finder → Preferences (or Settings in macOS Ventura and later) → Sidebar and check the Applications box.

2. Go Menu in Finder

With Finder open or active, click Go in the menu bar at the top of your screen. Select Applications from the dropdown. The keyboard shortcut is ⇧⌘A (Shift + Command + A).

3. Launchpad

Launchpad gives you a visual, iOS-style grid of all your installed apps. Access it by:

  • Clicking the rocket ship icon in your Dock
  • Using a pinch gesture with your thumb and three fingers on a trackpad
  • Pressing F4 on some keyboards

Launchpad doesn't let you directly browse the Applications folder structure, but it's a fast way to find and open apps.

4. Spotlight Search

Press ⌘ + Space to open Spotlight. Start typing the name of any application and it will appear in results. This isn't the same as browsing the folder, but it's often the fastest way to find a specific app.

5. Dock

Many commonly used apps have shortcuts in your Dock at the bottom of the screen. Right-clicking a Dock icon gives you the option to Show in Finder, which opens the Applications folder with that app highlighted.

Where Is the Applications Folder Located in the File System?

If you need the exact path — for Terminal commands, troubleshooting, or developer work — the root Applications folder is located at:

/Applications 

You can navigate there in Terminal with:

cd /Applications 

Or open it directly with:

open /Applications 

The user-specific Applications folder (if it exists on your machine) is at:

~/Applications 

The ~ represents your Home directory, which expands to something like /Users/yourname/Applications.

Apps That Don't Appear in the Applications Folder

Not every piece of software on your Mac sits in /Applications. A few exceptions worth knowing:

App TypeTypical Location
System tools (Calculator, TextEdit, etc.)/System/Applications
Utilities (Disk Utility, Terminal, etc.)/System/Applications/Utilities
Command-line tools/usr/local/bin or /opt/homebrew/bin
App Store sandboxed apps/Applications (but data stored in ~/Library)
Scripts or portable appsAnywhere the user places them

macOS Catalina (10.15) and later moved built-in Apple apps to /System/Applications to separate them from third-party software. You can still access them through Spotlight, Launchpad, or Finder — you just won't see them in the main /Applications folder when browsing manually.

Managing Apps From the Applications Folder

Once you're in the Applications folder, you can:

  • Launch an app by double-clicking it
  • Delete an app by dragging it to Trash (note: this leaves behind preference files and caches in ~/Library)
  • Get app info by right-clicking and selecting Get Info, which shows version, size, and permissions
  • Check app origin by right-clicking and choosing Show Package Contents to see what's inside the .app bundle

For cleaner uninstalls that remove associated support files, many users rely on third-party tools — though macOS itself doesn't require them. 🗂️

Why Your Applications Folder Might Look Different

The contents of your Applications folder depend on factors unique to your setup:

  • macOS version — older systems organize system apps differently than Catalina and later
  • How apps were installed — App Store apps, direct downloads, and enterprise MDM deployments can put apps in slightly different locations
  • User account type — standard users vs. administrators may have different visibility or write permissions
  • Multiple user accounts — software installed under one account may not appear for another, depending on install method

If you're on a managed Mac (a work or school device), your IT department may have restricted access to certain folders or pushed apps via a management platform, which can change what you see and where.

Understanding where your own apps are stored — and how they got there — depends on which of these variables applies to your specific machine and setup.