How to Make a New Folder on Mac: Every Method Explained

Creating a new folder on a Mac is one of those tasks that looks simple on the surface but has more options than most users realize. Whether you're organizing a project in Finder, tidying up your Desktop, or working entirely from the keyboard, macOS gives you several ways to get the job done — and the best one depends on where you are and how you work.

Why Folder Organization Matters on macOS

Folders aren't just digital tidiness. On a Mac, your folder structure directly affects how quickly Spotlight can surface files, how cleanly iCloud Drive syncs across devices, and how easy it is to use automation tools like Automator or Shortcuts. A well-organized hierarchy saves real time — especially once your file count grows into the thousands.

The Most Common Method: Right-Click in Finder

The quickest way most users create a new folder is directly inside Finder:

  1. Open Finder and navigate to the location where you want the new folder.
  2. Right-click (or Control-click) on an empty area in the folder or window.
  3. Select New Folder from the context menu.
  4. Type a name and press Return.

This works in any Finder view — Icon, List, Column, or Gallery — and it works inside iCloud Drive, local storage, and external drives alike.

Using the Finder Menu Bar

If you prefer the menu bar, the option is always available there too:

  1. Open Finder and navigate to your target location.
  2. Click File in the top menu bar.
  3. Select New Folder.

This is especially useful when you're working in List view with a lot of items selected and don't want to accidentally misclick on a file instead of empty space.

The Keyboard Shortcut: Fastest Route 🗂️

For anyone who spends significant time in Finder, the keyboard shortcut is worth memorizing:

Shift + Command (⌘) + N

Press this combination while Finder is the active window and a new folder appears instantly, ready to be named. No clicking required. This shortcut works consistently across macOS versions and is one of the more stable keyboard commands on the platform.

Creating a New Folder on the Mac Desktop

The Desktop in macOS is technically a folder itself (located at ~/Desktop), so the same methods apply:

  • Right-click on an empty area of the Desktop → New Folder
  • Use Shift + ⌘ + N while the Desktop is in focus

One thing worth knowing: if Desktop & Documents Folders sync is enabled in iCloud Drive settings, any folder you create on the Desktop will sync to iCloud automatically. That's convenient for multi-device users but can consume iCloud storage faster than expected if you're creating large project folders there.

Creating a New Folder from a File Save Dialog

You don't always have to go to Finder first. When saving a document in almost any Mac app, the save dialog includes a New Folder button:

  1. Trigger a save dialog (File → Save, or ⌘ + S).
  2. If the dialog is in compact view, click the expand arrow next to the filename field to see the full file browser.
  3. Click New Folder in the bottom-left corner of the dialog.
  4. Name the folder and click Create.

This is useful when you realize mid-save that the right folder doesn't exist yet and you'd rather create it without interrupting your workflow.

Creating a New Folder with Selected Files Inside It

macOS has a lesser-known feature that saves a meaningful step when you're organizing existing files:

  1. In Finder, select two or more files you want to group together.
  2. Right-click the selection.
  3. Choose New Folder with Selection.

The selected files move into a freshly created folder simultaneously. This works particularly well when cleaning up a cluttered Downloads folder or consolidating project assets after the fact.

MethodBest ForRequires Mouse?
Right-click in FinderGeneral use, any locationYes
Menu Bar (File → New Folder)When empty space is hard to clickYes
Shift + ⌘ + NKeyboard-focused workflowsNo
Save DialogCreating folders while saving filesMinimal
New Folder with SelectionOrganizing existing files quicklyYes

Using Terminal to Create Folders

For users comfortable with the command line, the Terminal app offers another route:

mkdir ~/Documents/FolderName 

The mkdir command (make directory) creates a folder at the specified path. You can also create nested folders in one command using the -p flag:

mkdir -p ~/Documents/Projects/2024/Design 

Terminal is rarely the first choice for casual folder creation, but it becomes genuinely useful when creating multiple folders at once, running scripts, or working within automated workflows.

Factors That Affect How This Works Across Setups 🖥️

While the core methods above work across modern macOS versions, a few variables can change the experience:

  • macOS version: The "New Folder with Selection" option appeared in macOS Monterey. Users on older systems won't see it.
  • iCloud Drive sync settings: Folders created in synced locations (Desktop, Documents, iCloud Drive) behave differently from those in local-only directories.
  • Managed or enterprise Macs: Some corporate or school-managed Macs restrict write permissions to certain directories, which can prevent folder creation in specific locations.
  • External drives and network volumes: Folder creation works the same way, but permissions on the volume itself determine whether you're allowed to write there at all.
  • Third-party file managers: Apps like ForkLift or Path Finder have their own folder creation workflows that may differ slightly from native Finder behavior.

The method that feels most natural tends to depend on whether you're a mouse-driven user, a keyboard shortcut person, or someone who works heavily in the Terminal. Each path leads to the same result — but getting there efficiently means knowing which option fits how you actually work day-to-day.