How to Open Multiple Folders at Once in Windows 10

Learn how to set up a batch file to do this job

Reading time icon 3 min. read


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission. Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Key notes

  • Windows 10 does not allow you to open multiple folders at once by default.
  • We will show you what options you have at your disposal to open multiple folders in Windows 10 at the same time.
  • The best one is using Notepad to create a batch file that will open them.
How to open multiple folders in Windows 10

File Explorer doesn’t include an option that groups multiple folders into a single shortcut. That would then enable you to open multiple folders simultaneously by clicking a File Explorer or desktop shortcut.

However, you can still set up batch files that open multiple folders in Windows 10. So this is how you can add handy folder batch files to the desktop.

We also have a guide on how to batch rename files on your Windows 10 device that you can check out.

How can I open multiple folders in Windows 10 at the same time?

1. Create a batch file to open multiple folders in Notepad

1. First, open Notepad on your device.

2. Then enter @echo off into the top line of the app.

3. Type start, followed by the path of a folder to open as in the snapshot directly below.

multiple folders file explorer

4. You can enter as many alternative folder paths as needed into the batch file much the same. Enter each folder path directly below the others without any spacing as shown below.

notepad multiple folders file explorer

5. Click File > Save As, to open the Save As window.

6. Select All Files from the Save as type drop-down menu.

7. Enter a suitable title for the file followed by .bat. For example, you could enter folder.bat into the text box.

how to save multiple files at once windows 10 bat file

8. Choose a folder to save the batch in and press the Save button.

9. Next, open the folder that you saved the batch file to.

10. Double-click the batch file to try it out. It will open all the folders you included in it.

11. To add more folders to the batch, you can right-click it and select Edit.

12. If you want to add the batch file to desktop, you should right-click it and select Send to and Desktop.

Although there isn’t a dedicated built-in feature that allows you to open multiple files at once in Windows 10, there is a workaround. You can use Notepad as a file manager and configure it to open all the folders you assign to it in a simple click.

2. Add Hotkeys to the batch file

Now you can quickly open multiple folders at once by clicking batch file shortcuts on the desktop. However, wouldn’t it be great if you could open a group of folders by pressing a hotkey instead?

You can do exactly that by configuring the batch file shortcuts as follows.

  1. First, right-click the batch file on the desktop and select Properties to open the window in the snapshot directly below.folder shortcut
  2. Click inside the Shortcut key text box and press a key. The hotkey will then be Ctrl + Alt + the key you pressed. For example, if you entered 9, there the keyboard shortcut would be Ctrl + Alt + 9.
  3. Press Apply and OK to close the window.
  4. Now press the new hotkey to open the folders entered into the batch file.

The desktop will get cluttered if you add many batch files to it. So we suggest you move the batch files into one desktop folder.

You can do that by right-clicking the desktop and selecting New and Folder.

Then drag and drop the batch files into the folder.

3. Open Multiple Folders at Windows Startup

You could also configure multiple folders to open when Windows starts.

This can be done by adding folder shortcuts to the Startup folder. Alternatively, you could add your folder batch files to the startup so they automatically open a group of folders.

  1. Press the Win key + R to open Run.
  2. Enter shell:startup into the Run text box and click OK to open the Startup folder below.new shortcut folder
  3. Next, you should right-click an empty space on the right of the File Explorer window and select New> Shortcut from the context menu.create shortcut multiple folders
  4. Click the Browse button to select a folder or batch file to add to the startup.
  5. Press Next and Finish to close the Create Shortcut window and add the folder or batch file to the Windows startup.
  6. Now all the folders you add to the Windows startup will automatically open when you boot up.

If you don’t know where the Windows 10 startup folder is, read our dedicated article to find out about it.

So that’s how you can simultaneously open multiple folders in Windows 10. With the batch files and their hotkeys, you can now open multiple folders more quickly.

Note that the batch shortcuts will also work on most Windows platforms.

Let us know in the comments section below whether you succeeded in opening multiple folders at once on your Windows 10 device.

More about the topics: Windows 10 Guides