How to Make a New Folder on Any Device or Platform
Creating a new folder sounds simple — and usually it is. But the exact method varies depending on your operating system, the app you're using, and even where your files are stored. Whether you're organizing documents on a Windows PC, sorting photos on a Mac, or tidying up cloud storage, the steps differ just enough to cause confusion if you're switching between environments.
Here's a clear breakdown of how folder creation works across the most common platforms, plus the key factors that affect how you'll want to approach it.
What a Folder Actually Does
A folder (sometimes called a directory) is a container that groups files together within a file system. It doesn't physically separate data on your storage drive — it's a logical structure that helps both you and the operating system locate and manage files efficiently.
Folders can be nested inside other folders, creating a hierarchical structure. This is the backbone of how every major operating system — Windows, macOS, Linux, Android, iOS — organizes files.
How to Make a New Folder on Windows
Windows gives you several ways to create a folder:
Using File Explorer:
- Open File Explorer and navigate to the location where you want the new folder.
- Right-click on an empty area in the folder pane.
- Select New > Folder.
- Type a name and press Enter.
Using the keyboard shortcut:
- Press Ctrl + Shift + N while inside File Explorer to instantly create a new folder.
From the command line (Command Prompt):
- Type
mkdir FolderNameand press Enter. This is useful for creating multiple nested folders at once.
The Windows method has remained largely consistent across Windows 10 and Windows 11, though the right-click context menu layout was redesigned in Windows 11.
How to Make a New Folder on macOS
On a Mac, the process is similarly straightforward:
Using Finder:
- Open Finder and go to your target location.
- Right-click (or Control + click) on an empty space.
- Select New Folder.
- Name it and press Return.
Using the keyboard shortcut:
- Press Shift + Command + N inside Finder.
From Terminal:
- Use the
mkdircommand, identical in syntax to Windows' Command Prompt version.
macOS also supports smart folders, which are saved searches rather than true storage locations — worth knowing so you don't confuse them with standard folders when organizing files.
How to Make a New Folder on iPhone or iPad (iOS/iPadOS) 📁
On mobile, folder creation works differently depending on the app:
In the Files app:
- Navigate to a location (iCloud Drive, On My iPhone, etc.).
- Tap the three-dot menu (…) in the top-right corner.
- Select New Folder, name it, and tap Done.
In Photos:
- You create Albums rather than folders. Go to the Albums tab, tap the + icon, and choose New Album or New Folder (folders group albums together).
The distinction between folders and albums in iOS Photos trips up a lot of users — albums hold photos directly, while folders hold albums.
How to Make a New Folder on Android
Android's approach depends on which file manager app you're using, since there's no single universal standard across manufacturers:
In Google Files (or similar file managers):
- Navigate to Internal Storage or your chosen location.
- Tap the three-dot menu or a + icon.
- Select Create Folder, enter a name, and confirm.
Some manufacturers (Samsung, for example) use their own My Files app with slightly different navigation, but the core process — find the option via a menu or icon, name the folder — is consistent.
How to Make a New Folder in Cloud Storage Services
| Service | Method |
|---|---|
| Google Drive | Click + New > New folder |
| Dropbox | Click Create > Folder |
| OneDrive | Click + New > Folder |
| iCloud Drive (web) | Click the folder icon with a + in the toolbar |
All major cloud services support folders through both their web interfaces and their desktop sync apps. When using the desktop app, folders you create in your local sync directory automatically appear in the cloud.
Variables That Change the Experience 🖥️
While the concept is universal, several factors affect which method makes sense for you:
- Operating system and version — Right-click menus, keyboard shortcuts, and app layouts differ across OS versions.
- Storage location — Local drive, external drive, network drive, and cloud storage each have their own interface for folder creation.
- App context — Creating a folder inside Google Drive behaves differently than creating one in a photo library or an email client.
- Mobile vs. desktop — Mobile operating systems abstract folder structures more heavily, so the same action may look very different.
- File manager app — On Android especially, different pre-installed apps expose different options.
- Permissions — On shared drives, corporate networks, or restricted system directories, you may not have permission to create folders in every location.
Naming Folders: Practical Considerations
Folder naming has real consequences for usability and compatibility:
- Avoid special characters like
/ : * ? " < > |on Windows — they're not permitted in file names. - Spaces are allowed but can cause issues in command-line environments; underscores (
_) or hyphens (-) are safer for technical use. - Case sensitivity matters on Linux and some cloud systems —
Documentsanddocumentscan be treated as two different folders. - Consistent naming conventions (dates formatted as YYYY-MM-DD, for example) make sorting and searching significantly easier over time.
When Folders Alone Aren't Enough
For simple organization, folders work perfectly. But as file collections grow, some users find that tags, labels, or metadata-based organization (used in apps like Apple Photos, Google Photos, or Notion) offers more flexibility than strict folder hierarchies. A file can only live in one folder at a time, but it can carry multiple tags simultaneously.
Whether a traditional folder structure or a tag-based system — or a combination of both — fits your workflow depends on how many files you're managing, how often you search versus browse, and which platforms you're working across.