How to Create a Folder on a Mac: Every Method Explained

Organizing files on a Mac starts with knowing how to create folders — and macOS gives you more ways to do this than most people realize. Whether you're working on the desktop, inside Finder, or managing files across iCloud Drive, the method you use and how folders behave can vary depending on your macOS version, workflow, and storage setup.

The Basics: What a Folder Does on macOS

A folder on a Mac is a container for files, apps, screenshots, documents, or even other folders. macOS uses folders to build a hierarchical file system — every file lives somewhere in that hierarchy, whether in your home directory, on an external drive, or synced to iCloud Drive.

Creating folders is one of the most fundamental file management actions in macOS, and there are at least five distinct ways to do it.

Method 1: Right-Click on the Desktop or in Finder

The most universal method works anywhere you have open space:

  1. Right-click (or Control-click) on an empty area of your desktop or inside a Finder window
  2. Select "New Folder" from the contextual menu
  3. The folder appears with the name highlighted — type your folder name immediately
  4. Press Return to confirm

This works on every version of macOS and requires no keyboard shortcuts or menu navigation.

Method 2: Use the Keyboard Shortcut

If you're already inside a Finder window, the fastest route is:

  • Shift + Command + N

A new untitled folder appears instantly, ready to be renamed. This shortcut works in any Finder window — including iCloud Drive, external drives, and network locations.

Method 3: Use the Finder Menu Bar

From the menu bar at the top of the screen:

  1. Open a Finder window or click the desktop
  2. Go to File → New Folder

This is the same action as the keyboard shortcut, just navigated manually — useful if you're unsure of the shortcut or working on a shared machine with an unfamiliar keyboard layout.

Method 4: Create a "New Folder with Selection" 🗂️

This is one of macOS's more underused features, available in macOS Mojave (10.14) and later:

  1. Select multiple files in Finder by clicking and holding Command while clicking each file
  2. Right-click the selection
  3. Choose "New Folder with Selection"

macOS creates a new folder containing all the selected files in one step. The folder appears in the same location as the original files with a generic name ready to rename.

This method is especially efficient when organizing project files or cleaning up a cluttered Downloads folder.

Method 5: Create Folders in the Terminal

For users comfortable with the command line, the Terminal application offers direct folder creation:

mkdir foldername 

Or to create nested folders (a folder inside a folder that doesn't yet exist):

mkdir -p parentfolder/subfolder 

Terminal-based folder creation becomes relevant when working with multiple folders at once, automating organization tasks, or managing folders in system directories. The default Terminal location is typically your home directory (/Users/yourname), so it's worth confirming your working directory with pwd before creating folders.

Where Folders Are Created Matters

The location of a new folder affects how it behaves:

LocationSyncs to iCloud?Accessible from iPhone/iPad?Notes
iCloud Drive✅ Yes✅ YesRequires iCloud Drive enabled in System Settings
Desktop (iCloud)✅ Yes✅ YesOnly if Desktop & Documents sync is turned on
Local Documents❌ No❌ NoStays on the Mac unless manually backed up
External Drive❌ No❌ NoDrive must be connected to access files
Downloads❌ By default❌ NoLocal only unless synced via third-party service

If Desktop & Documents Folders sync is enabled in iCloud settings, folders created on your desktop or in Documents will automatically appear across your Apple devices. If it's not enabled, those folders stay local to that Mac.

Renaming and Moving Folders After Creation

Once created, renaming a folder is straightforward:

  • Single-click to select the folder, then press Return to make the name editable
  • Or double-tap the folder name with a trackpad

To move a folder, drag it to a new location in Finder. Hold Command while dragging to move it rather than copy it when dragging between storage volumes.

Folder Behavior Across macOS Versions

The core folder creation process hasn't changed significantly across recent macOS versions, but a few details shift depending on your setup:

  • macOS Ventura and Sonoma moved iCloud and system preferences into System Settings (previously System Preferences), which affects where you toggle iCloud Drive syncing
  • "New Folder with Selection" requires Mojave or later — older systems won't show this option
  • Stage Manager (introduced in macOS Ventura) changes how desktop folders are displayed but doesn't change how they're created or where they're stored

Variables That Affect How You'll Actually Work with Folders

The mechanics of creating a folder are simple — but how folder organization actually plays out depends on factors specific to your setup:

  • Whether iCloud Drive is active determines whether folders sync automatically or stay local
  • How much local vs. cloud storage you're working with affects where you should be creating folders in the first place
  • Your macOS version determines which methods and options are available
  • Whether you're working with external drives or network storage introduces different behaviors around folder visibility and access
  • Workflow complexity — someone managing a single project has different needs than someone organizing years of photos, client documents, or development files

The right folder structure isn't universal. It depends on what you're storing, how often you access it, what devices you work across, and how much you rely on iCloud versus local storage — all of which only you can see from where you're sitting.