Follow
Windows

How to Show or Hide the Ubuntu Folder in Windows 11 File Explorer

Richard
Written by
Richard
Feb 15, 2026 Updated Mar 31, 2026 2 min read
How to Show or Hide the Ubuntu Folder in Windows 11 File Explorer

If you use Ubuntu Linux on Windows (WSL), you might see an ubuntu-wsl-to-another-drive-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="18854">Ubuntu folder in the File Explorer’s side menu (called the navigation pane) in Windows 11. This folder makes it easy to access your Ubuntu files right from Windows.

But sometimes, you might want to hide this Ubuntu folder if you don’t use it often or find it distracting. Or maybe you want to show it again if it disappeared. This guide will show you simple steps to do both — show or hide the Ubuntu folder in Windows 11 File Explorer.

What Does the Ubuntu Folder in File Explorer Look Like?

When Ubuntu is installed on Windows Subsystem for Linux (WSL), you see the Ubuntu folder like this in your File Explorer:

Ubuntu folder in Windows 11 File Explorer

How to Show or Hide the Ubuntu Folder

To show or hide this folder, you will need to change a setting in the Windows Registry. The Registry is like a big settings database for Windows, so be careful when changing things there! Follow these easy steps:

Step 1: Open the Windows Registry Editor

  1. Press Windows key + R on your keyboard.
  2. Type regedit and press Enter.
  3. [Admin privileges required] If a security box pops up, click Yes to allow it.

For more help opening Registry Editor, see this guide.

Step 2: Find the Ubuntu Folder Setting

In Registry Editor, use the left sidebar to go to this path:

🗝️Registry
HKEY_CURRENT_USER\Software\Classes\CLSID\{B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}

If you don’t see the {B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6} folder, do this:

  1. Right-click on CLSID and choose New > Key.
  2. Name the new key exactly {B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}.
Windows Registry CLSID Key

Step 3: Create or Edit the Value to Show or Hide Ubuntu Folder

  1. Click the {B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6} folder on the left.
  2. On the right side, right-click in the empty space and select New > DWORD (32-bit) Value.
  3. Name this new value System.IsPinnedToNameSpaceTree.
  4. Double-click on System.IsPinnedToNameSpaceTree.
  5. In the box for Value data, do the following:
    • 1 = Show the Ubuntu folder
    • 0 = Hide the Ubuntu folder
  6. Click OK to save.
Windows Registry Value Data

Step 4: Restart Your Computer

Close Registry Editor and restart your PC. After restarting, open File Explorer to see your changes.

Summary

  • The Ubuntu folder helps you access Linux files easily from Windows 11.
  • You can show or hide this folder by changing a setting in the Windows Registry.
  • Setting the System.IsPinnedToNameSpaceTree value to 1 shows the folder; setting it to 0 hides it.
  • Always be careful when using the Registry Editor and back up your data if needed.
  • If you have any questions or want to share tips, feel free to leave a comment below!

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2474 articles → Twitter

📚 Related Tutorials

How to Install Windows Subsystem for Linux (WSL) on Windows 11
Ubuntu Linux How to Install Windows Subsystem for Linux (WSL) on Windows 11
How to Show or Hide the Details Pane in Windows 11 File Explorer
Windows How to Show or Hide the Details Pane in Windows 11 File Explorer
How to Show or Hide Preview Pane in File Explorer in Windows 11
Windows How to Show or Hide Preview Pane in File Explorer in Windows 11
How to Mount Linux File System on Windows 11 via WSL
Ubuntu Linux How to Mount Linux File System on Windows 11 via WSL

Leave a Reply

Your email address will not be published. Required fields are marked *