How to Make a New Folder on a Mac: Every Method Explained
Creating a new folder on a Mac is one of those tasks that looks simple on the surface — but once you know all the ways to do it, you can work faster and stay organized no matter where you are in macOS. Whether you're tidying up your Desktop, sorting files in Finder, or organizing a project in iCloud Drive, the method you use can change depending on your workflow and where your files live.
Why Folder Organization Matters on macOS
macOS is built around a hierarchical file system. Folders (also called directories at the system level) let you group related files so Finder can surface them quickly, Spotlight can index them accurately, and you don't end up with hundreds of loose files cluttering your Desktop or Downloads folder.
The folder structure you build also affects how well iCloud Drive syncs, how Time Machine backs up your files, and how smoothly apps like Photos, Logic Pro, or Final Cut Pro access project assets.
The Core Methods for Creating a New Folder in Finder 📁
Right-Click (Secondary Click) — The Fastest Route
- Open Finder and navigate to the location where you want the new folder.
- Right-click (or Control-click) on an empty area of the window.
- Select New Folder from the context menu.
- The folder appears with the name highlighted — type your name and press Return.
This works in list view, icon view, column view, and gallery view. If you right-click on a file instead of empty space, you won't see the New Folder option — make sure you click on blank background.
The Keyboard Shortcut — Best for Power Users
With Finder active and your target location open:
- Press ⇧ Shift + ⌘ Command + N
A new folder appears instantly, ready to be named. This is the fastest method for anyone who keeps their hands on the keyboard, and it works consistently across macOS versions.
The Finder Menu Bar
- Open Finder and navigate to your chosen location.
- Click File in the top menu bar.
- Select New Folder.
This is the same action as the keyboard shortcut — useful if you're learning the shortcut and want to see it labeled in the menu.
"New Folder with Selection" — A Hidden Time-Saver
macOS includes a lesser-known option that lets you create a folder and move selected files into it in one step:
- Select the files you want to group together.
- Right-click on the selection.
- Choose New Folder with Selection (X Items).
The new folder is created at the same location, with all selected files inside it, ready to be named. This is especially useful when retroactively organizing a cluttered folder or grouping downloaded files by project.
Creating New Folders on the Desktop
The Desktop behaves like a Finder folder, so all the same methods apply. Right-click on empty Desktop space and choose New Folder, or use ⇧ Shift + ⌘ Command + N while the Desktop is your active Finder window.
If you're using Desktop Stacks (right-click Desktop → Use Stacks), macOS automatically groups files by kind, date, or tag. Stacks and manually created folders can coexist, but understanding how Stacks reorganizes your Desktop helps avoid confusion when a newly created folder doesn't appear where you expect it.
Creating Folders in iCloud Drive and Other Cloud Services
If your Desktop and Documents folders are synced to iCloud Drive (via System Settings → Apple ID → iCloud → iCloud Drive), any folder you create there syncs across all your Apple devices automatically.
Key variables that affect this:
| Factor | Impact |
|---|---|
| iCloud Drive enabled | Folders sync to iPhone, iPad, other Macs |
| Available iCloud storage | Syncing stops if storage is full |
| Internet connection speed | Slower connections delay sync across devices |
| "Optimize Mac Storage" setting | Folder visible but contents may not be local |
Third-party cloud services like Google Drive, Dropbox, and OneDrive each install a local folder on your Mac. Creating folders inside those directories works identically — right-click or shortcut — and the service handles syncing in the background according to its own settings.
Creating Folders in the macOS Terminal 🖥️
For users comfortable with the command line, the Terminal app offers another route:
mkdir ~/Desktop/FolderName mkdirstands for "make directory"~/Desktop/FolderNameis the path — replaceDesktopwith any location andFolderNamewith your chosen name- Use
mkdir -pto create nested folders in one command:mkdir -p ~/Documents/Projects/2025/Reports
Terminal is particularly useful when creating multiple folders at once, automating folder structures with scripts, or working with server-based file systems mounted on your Mac.
Folder Naming: What macOS Allows and What It Doesn't
macOS folder names can include spaces, numbers, most punctuation, and emoji. The only character not permitted is the forward slash ( / ), which macOS reserves for file path separators.
Names are case-preserving but not case-sensitive in the default HFS+ and APFS file systems — meaning Projects and projects appear differently but are treated as the same name in the same directory.
Variables That Affect Your Folder Workflow
The "best" method for creating folders depends on factors specific to your setup:
- macOS version — Older versions of macOS may label menus slightly differently or lack "New Folder with Selection"
- Input device — Magic Trackpad, Magic Mouse, and third-party mice all handle secondary clicks differently, which affects how reliably the right-click menu appears
- Cloud storage configuration — Whether you're working in a local folder, an iCloud-synced folder, or a third-party sync folder changes how quickly changes propagate and whether storage limits apply
- Keyboard layout and accessibility settings — Custom keyboard shortcuts or accessibility remapping can conflict with the default ⇧ Shift + ⌘ Command + N shortcut
- Finder view mode — Column view and gallery view have slightly different right-click behaviors compared to icon and list views
How you structure your folders — flat versus nested, by date versus by project versus by file type — also depends entirely on how you retrieve files later, whether you use Spotlight search heavily, and whether multiple people access the same file system.