Win11: Double-click a folder to open it in a new tab

This time, I'll show you how to double-click a folder in Windows 11 File Explorer so that it opens in a new tab instead of the current tab.

フォルダーオプションIf you have "Don't create a new window when opening another folder" set, normally when you double-click a folder in Explorer, the tab with the current folder open will switch to the new folder.

フォルダーオプション
フォルダーオプション

By using the method introduced here, you will be able to double-click a folder in File Explorer to open it in a new tab.

Opening a folder with the middle mouse button will open it in a new tab, so this isn't a very popular feature, but if you're interested, give it a try.

*This method only works for drives and folders in Explorer, not for folders on the desktop or navigation bar.

table of contents

How to double-click a folder to open it in a new tab

If you operate the registry incorrectly, it may cause problems such as the system being unable to start. Please make a backup in advance using system restore or similar, and proceed at your own risk.

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.

※In advance,フォルダーオプションSet it to "Do not create a new window when opening another folder."

You can set this using either the Registry Editor or Windows PowerShell.

How to set it using Registry Editor

1. Press Windows key + R to open Run, type "regedit" and press Enter.

2. The Registry Editor will open, so open the following key:

HKEY_CURRENT_USER\Software\Classes

3. Right-click on the "Classes" key > New > "Key".

4. Rename "New Key #1" to "Folder".

5. Right-click on the "Folder" key > New > "Key".

6. Rename "New Key #1" to "Shell".

7. Right-click on the "Shell" key > New > "Key".

8. Rename "New Key #1" to "open".

9. Right-click on the "open" key > New > "DWORD (32-bit) Value".

10. Rename "New Value #1" to "LaunchExplorerFlags".

11. Double-click the "LaunchExplorerFlags" value to open it, enter "20" (hexadecimal) in the Value data, and click OK.

Edit DWORD (32-bit) Value
Edit DWORD (32-bit) Value
レジストリエディター
レジストリエディター

The setup is now complete, so if you have any open folders, close them and reopen them, then double-click any folder to open it.

If you want to revert to the original state, delete the "Folder" key you created or delete the value "LaunchExplorerFlags".

How to set it using Windows PowerShell

1.Start buttonRight-click and open Terminal (Admin).

2. Type the following command and press Enter:

Reg.exe add "HKCU\Software\Classes\Folder\shell\open" /v "LaunchExplorerFlags" /t REG_DWORD /d "32" /f
Windows PowerShell
Windows PowerShell

If you see the message "This operation completed successfully," then everything is OK.

3. The setup is now complete, so if any folders are open, close them and reopen them, then double-click any folder to open it.

If you want to revert, type the following command and press Enter:

Reg.exe delete "HKCU\Software\Classes\Folder" /f
Windows PowerShell
Windows PowerShell

If you see the message "This operation completed successfully," then everything is OK.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

Comment list (2)

  • I was looking for a way to "always open in a new tab," so this was helpful.
    I have one question.
    Is it possible to have that tab displayed when a new tab is opened?

    • Thank you for your comment, Odenden. I'm very happy to hear that the "Always open in new tab" setting was helpful.

      Regarding your question, unfortunately, the current Windows 11 Explorer does not have a standard function that automatically displays (activates) a new tab when it is opened.
      Therefore, the only alternative at the moment is to open a new tab and then manually switch between tabs using shortcut keys.

      For example, if you open a new tab and then immediately press Ctrl + Tab, it will switch to the next tab (the one you just opened).
      Conversely, pressing Ctrl + Shift + Tab will switch to the previous tab.

      It would be very useful if this feature were implemented in the future. It might be a good idea to submit a request to Microsoft via feedback.
      I'm sorry I couldn't be of any help, but I hope you understand.

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents