How to Make a New Folder on Any Device or Operating System

Creating a new folder is one of the most fundamental file management skills — and while the concept is the same everywhere, the exact steps vary depending on your device, operating system, and where you're trying to create the folder. Here's a complete breakdown of how it works across the most common platforms.

What a Folder Actually Does

A folder (also called a directory) is a container that organizes files within a file system. It doesn't store data itself — it holds references to the files inside it. Folders can be nested inside other folders, which is how most operating systems build their file hierarchy (for example, Documents > Projects > 2024 > Reports).

Understanding this structure matters because where you create a folder changes how accessible it is, whether it syncs to cloud storage, and who else can see it.

How to Create a New Folder on Windows

Windows gives you several ways to make a new folder, depending on what you have open.

Using File Explorer:

  1. Open File Explorer and navigate to the location where you want the folder.
  2. Right-click on an empty area in the file pane.
  3. Select New > Folder.
  4. Type a name and press Enter.

Using the keyboard shortcut:

  • In File Explorer, press Ctrl + Shift + N to instantly create a new folder in the current directory.

From the desktop:

  • Right-click any empty space on the desktop, then choose New > Folder.

The folder will appear immediately with a default name like "New Folder" — just start typing to rename it before pressing Enter.

How to Create a New Folder on macOS

Using Finder:

  1. Open Finder and go to the target location.
  2. Right-click (or Control-click) an empty area and select New Folder.
  3. Alternatively, use the menu bar: File > New Folder.

Keyboard shortcut:

  • Press Shift + Command + N anywhere in Finder to create a new folder instantly.

On the desktop:

  • Right-click the desktop and select New Folder, or use the same keyboard shortcut.

macOS also supports "New Folder with Selection" — if you select multiple files first, you can right-click and choose this option to automatically move those files into a newly created folder. 📁

How to Create a New Folder on iPhone or iPad (iOS/iPadOS)

In the Files app:

  1. Open the Files app.
  2. Navigate to the location (iCloud Drive, On My iPhone, or a connected service).
  3. Tap the three-dot menu (or long-press on an empty area in some versions).
  4. Select New Folder.
  5. Name it and tap Done.

The Files app on iOS/iPadOS also connects to third-party services like Google Drive, Dropbox, and OneDrive — folders created in those locations will sync to those services.

How to Create a New Folder on Android

Android folder creation depends on the app or file manager you're using — there's no single universal method like on desktop operating systems.

In the default Files app (or Google Files):

  1. Open the Files app.
  2. Navigate to Internal Storage or your SD card location.
  3. Tap the three-dot menu (top right) and select New Folder.
  4. Enter a name and confirm.

In Google Drive on Android:

  1. Tap the + (plus) button.
  2. Select Folder.
  3. Name it and tap Create.

How to Create a New Folder in Cloud Storage Services

Cloud platforms all follow a similar pattern — find a "New" or "+" button, then choose folder:

PlatformMethod
Google DriveClick + NewNew Folder
OneDriveClick + NewFolder
DropboxClick CreateFolder
iCloud Drive (web)Click the folder icon with +
BoxClick + NewFolder

Folders created in these services are virtual containers within cloud storage — they sync across any device connected to that account, which is meaningfully different from a local folder that only exists on one machine.

Variables That Affect How This Works in Practice

Even something as straightforward as creating a folder has variables that change the experience:

  • Operating system version — older versions of Windows (pre-10) and macOS have slightly different menu layouts and keyboard shortcuts.
  • User permissions — on shared or managed devices (school computers, work laptops), you may not have permission to create folders in certain locations like C:Program Files or system directories.
  • Storage location — creating a folder in a synced cloud folder (like a OneDrive Desktop) behaves differently than creating one in a local directory. Changes sync automatically, which can matter if you're working offline.
  • File manager app — Android especially varies here. Samsung, Xiaomi, and other manufacturers ship their own file managers with different interfaces.
  • Network drives — creating folders on a NAS (Network Attached Storage) or mapped network drive requires network access and may require authentication. 🖥️

Naming Folders: What to Know

Folder naming has rules that vary slightly by OS:

  • Windows doesn't allow: / : * ? " < > |
  • macOS doesn't allow: : (and technically / at the file system level)
  • Linux doesn't allow: / or null characters (but allows most special characters — though spaces can cause issues in terminal commands)
  • Cloud services typically strip or reject certain special characters for compatibility across platforms

Keeping names short, descriptive, and free of special characters makes folders easier to work with across systems — especially if you sync files between Windows, macOS, and mobile devices.

Folder Depth and Organization

You can nest folders inside folders indefinitely on most systems, but extremely deep folder hierarchies can create practical issues:

  • Windows has a maximum file path length of 260 characters by default (though this can be changed in newer versions of Windows 10 and 11).
  • Deep nesting makes navigation slower and backups more complex.
  • Cloud services handle deep folder trees well in general, but some have limits on total folder count or path length for synced files.

How you structure your folders — flat vs. deeply nested, by date vs. project vs. file type — depends entirely on your workflow. There's no universally correct system, which is why folder organization is one of those topics where the right answer genuinely differs from person to person. 📂