Skip to content
Follow
Windows

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

Richard
Written by
Richard
Feb 15, 2026 Updated Jun 19, 2026 3 min read
How to Show or Hide the Ubuntu Folder in Windows 11 File Explorer
How to Show or Hide the Ubuntu Folder in Windows 11 File Explorer

You can show or hide the Ubuntu folder in Windows 11 File Explorer to manage your Linux subsystem access.

The Ubuntu folder, which appears in File Explorer’s navigation pane when you have Windows Subsystem for Linux (WSL) installed, provides direct access to your Linux files from Windows.

This feature is particularly handy if you frequently switch between operating systems. However, you might prefer to hide it for a cleaner File Explorer view or if you don’t use your Ubuntu installation often. This tutorial will walk you through the straightforward process.

⚡ Quick Answer

You can show or hide the Ubuntu folder in File Explorer by modifying the Windows Registry. Navigate to 🗝️HKEY_CURRENT_USERSoftwareClassesCLSID{B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}, create a DWORD value named System.IsPinnedToNameSpaceTree, and set its data to 1 to show or 0 to hide.

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
windows 11 wsl remove ubuntu linux folder from 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 1Open 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 2Find the Ubuntu Folder Setting

The setting to show or hide the Ubuntu folder in Windows 11 is found within the Registry Editor.

🗝️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
windows 11 wsl remove ubuntu linux folder from file explorer registry key

Step 3Create 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
windows 11 wsl remove ubuntu linux folder from file explorer registry value data

To show or hide the Ubuntu folder, you’ll create or change a specific value called System.IsPinnedToNameSpaceTree in the Registry Editor.

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 in Windows 11 lets you easily access your Linux files, and you can choose to show or hide it using a simple change in the Windows Registry.

How to share Ubuntu folder with 🪟 Windows 11?

Okay. Now I will click on sharing. Option now here I just need to click on advanced sharing. And check this option which is share this folder. And after that click on permissions.

How do I remove the Ubuntu subsystem from 🪟 Windows 11?

You might have installed several components with the WSL like Ubuntu DBN and others. So I am going to show you step-by-step uninstallation guide that will remove the WSL. Completely from your system.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

📚 Related Tutorials

How to Mount Linux File System on Windows 11 via WSL
Ubuntu Linux How to Mount Linux File System on Windows 11 via WSL
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 Preview Pane in File Explorer in Windows 11
Windows How to Show or Hide Preview Pane in File Explorer in Windows 11
How to Access File Explorer Options in Windows 11
Windows How to Access File Explorer Options in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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