4 Ways to Create Multiple Folders in Windows 11 in 2026
Create Multiple Folders in Windows 11: Creating a single folder in Windows 11 is a simple taskbut what if you need to create multiple folders simultaneously?
For those occasions when you find yourself in need of an organized folder structure, this article explores four easy ways to create multiple folders in Windows 11.
The Importance of Multiple Folders Organization

Whether you are managing a project or organizing a substantial documentation effort, having a structured folder system is essential for keeping your files and documents in order. A well-organized file structure not only helps you locate files easily but also enhances productivity. While Windows 11 offers various ways to create folders, it doesn’t provide a built-in feature for creating multiple folders at once. Therefore, we’ll explore both command-line and user-friendly methods to address this need.
1. Using Command Prompt
The Command Prompt is a powerful tool for creating multiple folders using a set of straightforward commands. Here’s how to do it:
- Open the Command Prompt on your system by typing “cmd” command by opening the Start menu search bar and then selecting the “Run as administrator” options when appearing.
- Use the
cdcommand to navigate to the location where you want to create multiple folders. For example:
bashCopy codecd /d C:\Users\<Username>\OneDrive\Documents
- To create multiple folders, use the
md(Make Directory) command followed by the names of the folders you want to create. Separate folder names with spaces:
Copy codemd foldername1 foldername2 foldername3 foldername4
Now, you’ll find the specified folders in the location you selected. You can create any number of folders using this method directly from the Command Prompt.
2. Using Windows PowerShell
Windows PowerShell offers another method for creating multiple folders at once in Windows 11. Here’s how to do it:
- Right-click on the Start button and select the “Terminal (Admin)” option.
- If you see your Command Prompt window appear, you will click on the small-down icon in the title bar and then select “Windows PowerShell” options.
- Use the
cdcommand to change the current directory to the location where you want to create the folders:
bashCopy codecd C:\Users\<Username>\OneDrive\Documents
- To create the folders, use the
mdcommand with folder names enclosed in double quotes:
arduinoCopy codemd “foldername1″”foldername2″”foldername3″”foldername4”
Now, the folders will appear in the specified location, each with the name you provided.
3. Using Batch File with Notepad
You can use Notepad to create a batch file that will generate multiple folders and subfolders for you:
- Open Notepad by typing “Notepad” in the Start menu search bar or choosing the application from programs files.
- In Notepad, type
@ECHO OFFon the first line and press Enter to proceed. - On the following lines, you will have to use the
mdcommand to create folders and subfolders. Separate folder names with double quotes, like this.
arduinoCopy codemd “Foldername1”\“Subfolder1″”Foldername2”\“Subfolder2″”Foldername3”\“Subfolder3”
- Save the file by clicking “File” and selecting “Save as.” Give the file a name with a .bat extension, like “CreateFolders.bat.” Choose “All files” from the “Save as type” dropdown and click “Save.”
- Double-click the batch file to execute it. This will create the specified folders and subfolders in the same location as the batch file.
4. Using Third-Party Apps
If you prefer a user-friendly approach, several third-party apps can help you create multiple folders quickly. Here are two free options:
4.1. Folder Frenzy
Folder Frenzy is a lightweight, portable software that lets you create up to 1,000 folders at once. Here’s how to use it:
- Download the executable file of Folder Frenzy from Softpedia.com website.
- Run the executable file of the software after Downloading (no installation required).
- In Folder Frenzy, type the names of the folders that you want to create, one per line and provide the complete path for each folder.
- Click the “Create Folder(s)” button to generate the folders in the specified location.
4.2. Folder Creator
Folder Creator is a free app and open-source application that simplifies the process of creating multiple folders.
- Download the Folder Creator app from the GitHub website.
- Open the app and select your target folder (the location where you want to create the folders).
- Enter your folder names and set the numeric range for folder creation in the windows.
- Click the “Create” button to generate your folders in the chosen location.
Final Thoughts to Create Multiple Folders in Windows 11
Creating multiple folders efficiently is essential, especially when managing projects or organizing extensive documentation. The create multiple folders in Windows 11 methods mentioned in this article offer various approaches to quickly create multiple folders in Windows 11. If you are comfortable with command-line tools, Command Prompt and PowerShell provide powerful options.
Alternatively, if you prefer a more user-friendly experience, you can utilize Notepad or explore third-party apps like Folder Frenzy and Folder Creator. These methods to create multiple folders in Windows 11 give you the flexibility to tailor your folder creation process to your specific needs, enhancing your file organization and productivity in Windows 11 in 2026 and beyond.
You May Also Join Us On:
- You can Join Our Facebook Page for Daily Updates:
- Follow Us on Google News to get Daily Updates:
- Follow Us on Instagram for daily Updates:
- Follow Us on Pinterest to get daily Updates:
- Join Us on Twitter to get daily Updates:
You may also like:



