How to Create Multiple Folders at Once in Windows 10

Windows 10 operating system is very powerful in nature. Further, it provides a number of classic features to users. In addition, you can get better outcomes with its application for your system. There is a facility to create multiple folders on your system. Thus, you can have better access to your workflow. But, creating the new folders manually is a hectic task to perform. You can make it happen with the help of different ways also. Many users are unaware of ‘How to Create Multiple Folders at Once in Windows 10?’. No need to worry about it. We are providing here thorough information related to this topic. We have also covered the article on ‘How to Convert Basic Disk to Dynamic Disk in Windows 10‘. So, this will definitely help you. Thus, let’s take a look at ‘How to Create Multiple Folders at Once in Windows 10?’.

How to Create Multiple Folders at Once in Windows 10?

There is an alternative option available for this issue. In fact, you can easily apply it to your system. So, you can go for using Command Prompt & PowerShell as a platform. We are delivering here a tutorial on ‘How to Create Multiple Folders at Once in Windows 10?’. Be sure that this elaborative data will definitely help you in many ways. You will surely satisfy with its outcomes. On the other side, you should be ready to grab this opportunity. Thus, let’s start this beautiful journey of information.

Methods Used For This Purpose

There are various methods available for this purpose. But, we are providing here some of them for you.

Method – 1 ) Making Use of Command Prompt Window

You can make use of Command Prompt Window for this operation. Thus, just follow the steps provided below to fulfill this motto.

1 ) Search for ‘cmd’

The very first thing you should do is to go to the search bar. It is available on the downward side of the window. So, type ‘cmd’ there to find the Command Prompt.

Method 1 How to Create Multiple Folders at Once in Windows 10 Step 1

2 ) ‘Run as administrator’ window

After that, right-click on the application icon displayed. then, click on the ‘Run as administrator’ option to move further.

command prompt window

3 ) Changing Command Prompt Directories

In addition to the above, you can change the Command Prompt Directories easily. So, you should use the ‘cd’ command. Further, you should go to the directory where you want to create the folders. Here, provide the path for this operation.

Directories changing window
Image Source: howtogeek

4 ) Folders Creation Phase

Let’s suppose, you want to create the 7 folders for weekly activities purposes. So, add the following command in the Command Prompt Window.

md sunday monday tuesday wednesday thursday friday saturday

At this moment, you should replace the folder’s name with the required names of the days. Thus, do the same.

Folder creation window to Create Multiple Folders at Once in Windows 10
Image Source: howtogeek

5 ) Folders Display Window

Now, you should move to the destination in the Explorer window which you have selected. So, you will observe here the folders are created in a systematic way.

folders display at once window
Image Source: howtogeek

Thus, you can go for this way.


Method – 2 ) Making Use of PowerShell

You can make effective use of PowerShell for this purpose. So, it is essential to go through the steps given below. Thus, do the same.

1 ) Search for Windows PowerShell

First of all, you should search for the ‘PowerShell’ option. So, simply type it in the search bar available on the downward side of the window.

Method 2 How to Create Multiple Folders at Once in Windows 10 Step 1

2 ) ‘Run as administrator’ Window

Then, right-click on the icon. Now, choose the ‘Run as administrator’ option for further operations.

windows PowerShell window

3 ) Making Use of ‘cd’ Command

Moving ahead, the PowerShell will open with the by default folder option. Suppose, you want to create the folders in the ‘Documents’ director in your system, then you can use the ‘cd Documents’ command.

cd command window
Image Source: howtogeek

4 ) Command For Folders Creation

Let’s take it as an example. So, suppose you need to create the ‘Week Days’ folders in your directory. So, simply add the following command in the PowerShell window.

“sunday”, “monday”, “tuesday”, “wednesday”, “thursday”, “friday”, “saturday” | %{New-Item -Name “$_” -ItemType “Directory”}

You want to do one more task here. Thus, change the folder names with the name of days. So, perform it to get the desired results.

folders creation command window
Image Source: howtogeek

5 ) Folders Display Window

Now, you should reach the destination point. Here you will observe the names of the folders you created.

folders display window
Image Source: howtogeek

Thus, you can use this way also.


In this way, following the above-mentioned methods, you can easily create multiple folders at once.

Leave a Comment