Where Is the Applications Folder on a Mac? (And How to Access It)

If you're new to macOS or switching from Windows, finding where your installed apps live isn't immediately obvious. Unlike Windows, where programs scatter across drive letters and Program Files directories, macOS keeps things tidier — but the Applications folder isn't always front and center unless you know where to look.

The Short Answer: It Lives in Your Main Hard Drive

The Applications folder on a Mac is located at the root level of your startup disk. In file path terms, that's /Applications. Every app you install from the Mac App Store or download as a .dmg file and drag-install ends up here by default.

It's a shared, system-level folder — meaning all user accounts on the same Mac can access the apps stored there.

There's also a secondary Applications folder at /Users/[YourName]/Applications. This one is user-specific and is less commonly used, but some apps do install themselves here, particularly older or third-party tools that don't require admin permissions.

5 Ways to Open the Applications Folder

You're not stuck hunting through Finder. macOS gives you several routes:

1. Finder Sidebar

Open a Finder window and look at the left sidebar. Under the "Favorites" section, you should see Applications listed. Click it and you're there. If it's not visible, go to Finder → Settings (or Preferences on older macOS) → Sidebar and check the Applications box.

2. Go Menu in Finder

With Finder active, click Go in the menu bar at the top of your screen, then select Applications. The keyboard shortcut is ⇧ + ⌘ + A — one of the more useful Mac shortcuts to memorize.

3. Dock

Many Macs have an Applications shortcut in the Dock by default — it appears as a folder icon near the Trash. If it's not there, you can drag the Applications folder from Finder into the Dock yourself for quick access.

4. Spotlight Search

Press ⌘ + Space to open Spotlight, type the name of the app you're looking for, and hit Enter. Spotlight doesn't take you to the folder itself, but it launches apps instantly — which is often all you need.

5. Terminal

If you're comfortable with the command line, open Terminal and type:

This opens the Applications folder in Finder. You can also type ls /Applications to list everything inside it directly in Terminal.

What You'll Actually Find Inside 📁

The Applications folder contains your installed apps as .app bundles — these look like single files but are actually self-contained packages holding everything the app needs to run. This is one reason Mac apps are easy to uninstall: drag the .app to Trash, and it's gone (though supporting files may linger in /Library).

You'll typically see a mix of:

  • Apple's built-in apps — Safari, Mail, Calendar, Pages, FaceTime, etc.
  • Mac App Store downloads — apps like Magnet, Amphetamine, or GoodNotes
  • Direct-download apps — apps like Chrome, Zoom, or Figma that you installed from a .dmg file

Why Some Apps Don't Appear in Applications 🔍

This trips people up. If you install an app and can't find it in /Applications, a few things might be happening:

ScenarioWhere the App Ends Up
User-specific install/Users/[YourName]/Applications
App installed via package manager (Homebrew)/usr/local/bin or /opt/homebrew
iOS/iPadOS apps running on Apple SiliconMay appear separately under a "iPhone & iPad Apps" section
App not fully installedMay still be in Downloads as a .dmg file

Apple Silicon Macs (M1, M2, M3 chips and newer) can run iPhone and iPad apps natively, and those sometimes appear in a separate section within Launchpad rather than the standard Applications folder.

Launchpad vs. the Applications Folder

Launchpad — the rocket icon in your Dock — shows a visual grid of all your apps and is the closest macOS equivalent to the iOS home screen. It pulls from the Applications folder, so the two are closely connected. However, Launchpad can hide some utilities and apps that appear in the Applications folder, and it can sometimes show apps that have been deleted but not fully cleaned up.

For a complete, unfiltered view of everything installed, the Applications folder in Finder is the more reliable reference.

The Variables That Affect Where Things Land

How you find and organize your Applications folder will depend on a few personal factors:

  • macOS version — Ventura, Sonoma, and Sequoia have slightly different Finder Settings interfaces compared to older macOS versions that used Preferences
  • Whether the Mac is managed — IT-managed Macs at workplaces often restrict where apps can be installed or how the Dock is configured
  • Chip architecture — Intel Macs and Apple Silicon Macs handle some app types differently, particularly around Rosetta 2 compatibility and iOS app support
  • How you install software — developers who use Homebrew, package managers, or sandboxed environments will find apps distributed across several locations, not just /Applications

For most everyday users, the /Applications folder accessed through the Finder sidebar or the ⇧ + ⌘ + A shortcut covers everything you need. But if you're managing multiple user accounts, using developer tools, or running a Mac in a business setting, the picture gets more layered — and knowing all the locations above becomes genuinely useful.