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

Creating folders on a Mac is one of those tasks that seems simple until you realize there are at least five different ways to do it — and the best method depends entirely on where you are and what you're doing at the time. Whether you're organizing files in Finder, saving a document for the first time, or working directly on your desktop, macOS gives you flexible options that are worth knowing.

Why Folder Organization Matters on macOS

macOS uses a hierarchical file system, meaning every file lives inside a folder, which lives inside another folder, all the way up to your main storage drive. Without intentional folder structure, files accumulate in Downloads, scatter across the Desktop, or end up buried in locations you'll forget in a week.

Adding folders proactively — rather than reorganizing later — is one of the most effective habits for keeping a Mac running smoothly and your own workflow frictionless.

Method 1: Create a New Folder in Finder

Finder is the default file management app on every Mac, and it's the most common place to create new folders.

Steps:

  1. Open Finder from the Dock or by clicking the desktop.
  2. Navigate to the location where you want the new folder.
  3. Use one of these three approaches:
    • Right-click (or Control-click) on an empty area → select New Folder
    • Click the File menu in the menu bar → select New Folder
    • Use the keyboard shortcut: ⌘ Command + Shift + N

A new folder appears immediately, named "untitled folder," with the name field active so you can type a name right away. Press Return to confirm the name.

💡 The keyboard shortcut ⌘ Shift + N works across all Finder views — List, Column, Gallery, and Icon — making it the fastest method for frequent folder creation.

Method 2: Create a New Folder on the Desktop

Your Mac's Desktop is technically a folder itself (located at ~/Desktop), and you can create subfolders on it just like anywhere else in Finder.

Steps:

  1. Click on an empty area of the Desktop to make sure Finder is the active app.
  2. Right-click on empty Desktop space → select New Folder, or use ⌘ Shift + N.

Desktop folders are immediately visible and easy to access, but they sync to iCloud Desktop if you have iCloud Drive set to mirror your Desktop — worth keeping in mind if you're managing storage across multiple devices.

Method 3: Create a Folder While Saving a Document 📁

Many Mac users don't realize you can create a new folder in the middle of a Save dialog without ever leaving the app you're working in.

Steps:

  1. Trigger a Save dialog in any app (⌘ + S or File → Save).
  2. If the dialog is in compact mode, click the expansion arrow next to the filename field to see the full file browser.
  3. Navigate to the location where you want the new folder.
  4. Click the New Folder button in the lower-left of the dialog.
  5. Name the folder and click Create.

This method is especially useful when you're mid-workflow and realize a project needs its own folder before you've even finished the first file.

Method 4: Create Nested Folders (Folders Within Folders)

Nested folders let you build out a deeper organizational structure — for example, a Projects folder containing Client A, Client B, and Archive subfolders.

The process is the same as any other folder creation method, but you navigate inside an existing folder first before using ⌘ Shift + N or the right-click menu. There's no technical limit to how many levels deep you can nest folders on macOS, though extremely deep hierarchies can make navigation cumbersome in practice.

Method 5: Create a Folder Using Terminal

For users comfortable with the command line, Terminal offers direct folder creation using the mkdir command.

Basic syntax:

mkdir ~/Documents/NewFolderName 

To create multiple nested folders at once (even if the parent folders don't exist yet):

mkdir -p ~/Documents/Projects/ClientA/Assets 

The -p flag tells Terminal to create any missing parent directories along the path. This approach is particularly useful when setting up folder structures in bulk or as part of scripts and automation workflows.

How macOS Version and iCloud Drive Affect Folder Behavior

FactorWhat Changes
iCloud Drive enabledNew folders may sync across devices; storage is shared with your iCloud quota
Desktop & Documents sync onFolders created on Desktop or in Documents appear on other Apple devices
macOS versionFinder interface and keyboard shortcuts are consistent across recent macOS versions
APFS vs HFS+ volumeFolder creation works the same; APFS handles metadata more efficiently
External drivesFolders can be created on external drives the same way, provided the drive is writable

Folder Naming: What macOS Allows

macOS folder names can include letters, numbers, spaces, and most symbols. The one character you cannot use is the colon (:), which macOS reserves for file path separators internally (displayed as / in Terminal). Names are case-preserving but not case-sensitive in most default file system configurations — meaning ProjectFiles and projectfiles point to the same folder.

When "New Folder with Selection" Is Useful 🗂️

In Finder, if you select multiple files first and then right-click, the context menu offers New Folder with Selection instead of plain New Folder. This instantly moves all selected files into a newly created folder in a single step — a significant time-saver when cleaning up a cluttered Downloads folder or Desktop.

This option is available on macOS Mojave (10.14) and later.

The Variables That Shape Which Method Works Best for You

The right approach to folder creation on a Mac shifts depending on a few things that only you can assess:

  • How frequently you create folders affects whether a keyboard shortcut becomes second nature or feels unnecessary
  • Whether iCloud Drive is active changes where new folders live and how they interact with storage limits and syncing behavior
  • Your folder depth preferences determine whether a simple Finder approach or Terminal-based creation makes more sense
  • Whether you're organizing files you already have or creating structure ahead of time changes the workflow entirely
  • Shared or managed Macs (such as work machines with IT policies) may have restrictions on where folders can be created or how storage is structured

The mechanics of creating a folder on macOS are consistent — the part that varies is how those folders fit into your broader file management approach and device setup.