How to Find the Applications Folder on Mac
If you're new to macOS or just switched from Windows, locating your installed apps isn't always obvious. Unlike Windows, where programs typically live in C:Program Files, macOS stores most applications in a dedicated Applications folder — but there are several ways to reach it, and a few things that make it behave differently depending on your setup.
What Is the Applications Folder on Mac?
The Applications folder is the default location where macOS stores installed apps. When you download software from the Mac App Store or drag an app from a .dmg file, it typically lands here. The folder lives at the root level of your startup disk — the path is /Applications — and it's accessible to all user accounts on that Mac.
There's also a second Applications folder tucked inside your personal user directory at ~/Applications (where ~ represents your home folder). Apps installed specifically for your user account — rather than system-wide — sometimes end up there instead.
Understanding which Applications folder your apps are in matters more than it might seem, especially if you're managing multiple user accounts or troubleshooting a missing app.
5 Ways to Open the Applications Folder 🗂️
1. Finder Sidebar
Open a Finder window (click the smiley face icon in your Dock). In the left sidebar, you should see Applications listed under Favorites. A single click opens it.
If it's not visible in the sidebar, go to Finder → Settings (or Preferences on older macOS) → Sidebar tab, then check the box next to Applications.
2. Finder Menu Bar
With Finder active, click Go in the menu bar at the top of your screen, then select Applications. The keyboard shortcut for this is ⇧⌘A (Shift + Command + A) — one of the faster methods once you've memorized it.
3. Dock Shortcut
Many Macs have a shortcut to the Applications folder already in the Dock. Look for a grid or stack icon on the right side of the Dock, near the Trash. Right-clicking it lets you change how it displays (fan, grid, or list). If it's been removed from your Dock, you can drag the Applications folder from Finder back to that area to restore it.
4. Spotlight Search
Press ⌘ + Space to open Spotlight, then type the name of a specific app. Spotlight will locate and launch it directly — you don't need to navigate to the Applications folder at all. This is often the fastest method for opening a known app, though it doesn't give you a browsable folder view.
5. Terminal (for Power Users)
If you use Terminal, the command open /Applications will open the Applications folder in Finder. Alternatively, ls /Applications lists every app in that directory as text. This approach is useful when troubleshooting or scripting, not for everyday browsing.
Why You Might Not See All Your Apps There
Not every app on your Mac lives in /Applications. Here's where things get variable:
| App Type | Typical Location |
|---|---|
| Mac App Store apps | /Applications |
| Third-party .dmg installs | /Applications (if dragged correctly) |
| User-specific installs | ~/Applications |
| Command-line tools | /usr/local/bin or /usr/bin |
| iOS/iPadOS apps (on Apple Silicon) | /Applications |
| Web apps saved to Dock | Varies — often inside user Library |
Sandboxed apps from the App Store contain their data separately in ~/Library/Containers, even if the app itself sits in /Applications. This can make them seem "bigger" or harder to fully uninstall if you're just dragging the .app file to the Trash.
How macOS Version and Chip Type Affect This
The Applications folder structure has stayed consistent across recent macOS versions, but a couple of variables are worth knowing:
- Apple Silicon Macs (M1, M2, M3 and later) can run iPhone and iPad apps natively. These appear in /Applications alongside traditional Mac apps, which wasn't possible on Intel Macs.
- macOS Ventura and later moved Finder preferences into Finder Settings rather than Finder Preferences — same function, different label. If you're following older guides, that's why the menu wording looks different.
- Managed or enterprise Macs may have apps deployed to custom directories or restricted from appearing in standard locations, depending on how your organization's MDM (Mobile Device Management) software is configured.
Viewing, Sorting, and Managing Apps in the Folder 🖥️
Once you're inside the Applications folder, you can view apps as icons, a list, columns, or a gallery using Finder's View menu. Sorting by Date Added helps identify recently installed software. Sorting by Kind groups .app files separately from any folders (some apps install as a folder containing multiple components).
To check how much space apps are using, select one or more apps and press ⌘ + I for Get Info, or use Storage in System Settings → General for a broader overview.
The Factor That Changes Everything
Most users will find their apps in /Applications via the Finder sidebar — straightforward enough. But what method actually makes sense for you depends on how you navigate your Mac day-to-day, whether you're managing a single personal device or a shared/work machine, and whether you're trying to launch a specific app quickly or audit everything installed on the system.
Someone who lives in the keyboard will lean on ⇧⌘A or Spotlight. Someone managing app clutter will want the folder view with sorting options. Someone troubleshooting a missing app may need to check both /Applications and ~/Applications — or dig into Terminal. The right approach is less about which method is "best" and more about which one fits how you actually use your Mac.