How to Create a Folder on Any Device or Operating System

Creating a folder is one of the most fundamental file management tasks — but the exact steps vary depending on your device, operating system, and where you want the folder to live. Whether you're organizing files on a Windows PC, a Mac, an iPhone, or inside a cloud service like Google Drive, the core idea is the same: a folder is a named container that groups related files together.

What a Folder Actually Does

A folder (sometimes called a directory in technical contexts) is a logical storage unit inside a file system. It doesn't physically separate files on your hard drive or SSD — it creates a named path that the operating system uses to organize and locate files. Folders can be nested inside other folders, which is how most people build file hierarchies: broad categories at the top, specific projects or dates deeper inside.

How to Create a Folder on Windows

There are several methods, and each works in current versions of Windows 10 and Windows 11:

Right-click method:

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

Keyboard shortcut:

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

From the ribbon or toolbar:

  • In Windows 11, click the New button in the top toolbar and select Folder.

You can create folders anywhere the file system allows: on your Desktop, inside Documents, on an external drive, or within a network-mapped location.

How to Create a Folder on macOS

Right-click method:

  1. Open Finder and navigate to where you want the folder.
  2. Right-click (or Control-click) on an empty area.
  3. Select New Folder.
  4. Type a name and press Return.

Keyboard shortcut:

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

From the menu bar:

  • With Finder active, go to File → New Folder.

macOS also supports smart folders, which are saved searches rather than true folders — they display files matching specific criteria without actually moving them.

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

Apple's Files app is the central place for folder management on iOS and iPadOS:

  1. Open the Files app.
  2. Navigate to a location — either On My iPhone/iPad or a connected cloud service like iCloud Drive.
  3. Tap the three-dot menu (⋯) in the top-right corner.
  4. Select New Folder.
  5. Name the folder and tap Done.

You can also create folders within apps that support their own internal file management, such as Notes (for grouping notes) or Photos (using Albums).

How to Create a Folder on Android

Android file management varies more than iOS because manufacturers customize the interface, and different Android versions handle storage differently. Most devices include a built-in Files or My Files app:

  1. Open the Files app (the name varies — Samsung calls it My Files, Google Pixel uses Files by Google).
  2. Navigate to the storage location — internal storage, SD card, or a cloud account.
  3. Tap the three-dot menu or a + icon.
  4. Select Create Folder or New Folder.
  5. Name it and confirm.

How to Create a Folder in Cloud Storage Services 🌐

Most cloud platforms follow a similar pattern, though the terminology sometimes shifts:

ServiceWhat It's CalledHow to Create
Google DriveFolderClick + New → Folder
OneDriveFolderClick + New → Folder
DropboxFolderClick Create new folder from the sidebar or + New
iCloud DriveFolderRight-click in browser or use Files app on device
BoxFolderClick New → Folder

In cloud services, folders organize files within your account's storage but don't correspond to any specific location on your device's local file system unless you've enabled sync or offline access.

Naming Folders: Practical Considerations

Operating systems handle folder naming differently:

  • Windows restricts certain characters: / : * ? " < > |
  • macOS restricts the colon (:) and forward slash (/)
  • Linux and Android are case-sensitive — a folder named Projects and one named projects are treated as two different folders
  • Cloud services may have their own restrictions, particularly around special characters and maximum name lengths

For cross-platform compatibility — especially if files sync between Windows, Mac, and cloud services — using simple alphanumeric names with hyphens or underscores tends to cause the fewest problems.

Folder Permissions and Visibility

On shared systems or networked environments, folders can carry permissions that control who can read, write, or delete their contents. On personal devices, this usually isn't a concern — but if you're creating folders on a NAS (Network Attached Storage), a shared Google Drive, a company OneDrive, or a Linux server, the user account creating the folder may affect who can access it.

Hidden folders are another variable. On Windows, folders beginning with certain system names are hidden by default. On macOS and Linux, any folder name beginning with a period (.) is treated as hidden. These behave normally in every other way — they're just not shown in standard directory views unless you enable "show hidden files."

Where Folder Creation Gets Complicated 🗂️

The basic steps above cover the common cases cleanly. But the practical outcome — whether that folder behaves the way you expect — depends on factors that vary significantly from one setup to the next: whether you're working with local or synced storage, which version of an OS or app you're running, whether you have write permissions at that location, and how your device handles conflicts when the same folder name exists across synced services.

Those details don't change how you create a folder — but they can absolutely change what happens after you do.