Changing the Navigation Pane Grouping Option in Windows Explorer
The navigation pane in Windows File Explorer is a powerful tool that lets you access drives, libraries, and frequently used folders with a single click. By default, the pane groups items into categories such as This PC, Libraries, Network, and Quick access. Even so, you might want to reorganize these groups, collapse or expand them, or even add custom groups to streamline your workflow. This guide walks you through every step needed to change the navigation pane grouping option, explains why you might want to do it, and answers common questions that arise during the process.
Introduction
When you open File Explorer, the left-hand column—the navigation pane—acts like a mini-table of contents for your computer. So it’s designed to surface the most frequently used locations, but its default layout may not suit every user. Whether you’re a power user who needs instant access to a set of network shares, a developer who prefers a tidy sidebar, or a casual user who simply wants to declutter, customizing the grouping of the navigation pane can make a substantial difference in efficiency.
Why Customizing the Grouping Matters
- Speed: Quickly locate the folders you use most often.
- Clarity: Reduce visual noise by hiding rarely used items.
- Organization: Group related locations (e.g., all project folders) together.
- Accessibility: Improve navigation for users with visual or motor impairments.
Steps to Change the Navigation Pane Grouping Option
Below are the most common methods to modify the grouping of the navigation pane. Depending on your version of Windows (Windows 10 or Windows 11) and the type of grouping you need, you may choose one or more of these approaches.
1. Using the “Show Libraries” and “Show Drives” Settings
- Open File Explorer by pressing
Win + Eor clicking the folder icon in the taskbar. - Click on the View tab in the ribbon (Windows 10) or the View icon in the top bar (Windows 11).
- In Windows 10, click Options > Change folder and search options.
In Windows 11, click Show more options (three dots) > Options. - In the Folder Options dialog, switch to the View tab.
- Under Advanced settings, locate:
- Show libraries – toggle On to display the Libraries group.
- Show drives – toggle On to display the This PC group.
- Click Apply and OK.
Tip: Disabling these options hides the corresponding groups entirely, giving you a cleaner navigation pane.
2. Collapsing and Expanding Groups
- Collapse a group: Click the arrow next to the group header (e.g., This PC). The arrow points right when collapsed and down when expanded.
- Expand a group: Click the arrow again to reveal its contents.
This simple action lets you keep the pane tidy without permanently removing any items.
3. Adding Custom Groups via the Quick Access Toolbar
If you frequently use a set of folders that aren’t part of any existing group, you can create a custom group by pinning them to Quick Access:
- work through to the folder you want to pin.
- Right‑click the folder and select Pin to Quick access.
- Repeat for each folder you want in the group.
- Once pinned, you can rename the group by right‑clicking the Quick access header and selecting Rename. Give it a descriptive name like Projects or Clients.
Now, all pinned folders appear under your newly named group in the navigation pane No workaround needed..
4. Removing the Quick Access Group
If you prefer a completely clean sidebar, you can hide Quick Access altogether:
- Open File Explorer.
- Right‑click Quick access in the navigation pane.
- Select Remove from Quick access.
The group disappears, leaving only the remaining groups.
5. Using the Grouping Feature in Windows 11 (Start Menu)
Windows 11 introduced a Group feature for the navigation pane that allows you to organize items into custom groups directly:
- Right‑click an empty area in the navigation pane.
- Choose Add group.
- Drag and drop items (folders, drives, libraries) into the new group.
- Rename the group by clicking the group header and typing a new name.
This method is highly visual and intuitive, making it ideal for users who like drag‑and‑drop organization And it works..
Scientific Explanation of How the Navigation Pane Works
At a technical level, the navigation pane is part of the Windows Shell—the core component that renders the user interface for file management. The Shell reads from the registry and the Known Folders database to determine which items appear in the pane. When you enable or disable Show libraries or Show drives, the Shell updates the ShellFolder entries accordingly.
Custom groups created via Quick Access are stored as shortcuts in the user’s profile under C:\Users\<Username>\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations. The Shell reads these shortcuts to rebuild the Quick Access section each time File Explorer starts That alone is useful..
Understanding this background helps when troubleshooting persistent grouping issues—such as a group that refuses to disappear or a pinned folder that vanishes after a system update. In such cases, resetting File Explorer’s settings or clearing the AutomaticDestinations folder can resolve the problem Most people skip this — try not to..
FAQ
Q1: How do I restore the default navigation pane layout after making changes?
A1:
- Open Folder Options as described in Step 1.
- Click Restore Defaults on the View tab.
- Confirm by clicking Apply and OK.
Q2: Can I group items by file type or date in the navigation pane?
A2:
No. The navigation pane groups only folders, drives, libraries, and network locations. File type or date grouping is available in the main Explorer window, not the navigation pane.
Q3: Why does my custom group disappear after a Windows update?
A3:
Windows updates sometimes reset Shell settings. Re‑create the group using the Group feature (Windows 11) or pin the folders again to Quick Access. You can also back up the AutomaticDestinations file before the update That alone is useful..
Q4: Is it possible to hide the Network group?
A4:
Yes. Right‑click Network in the navigation pane and select Hide. To bring it back, click Show all folders in the ribbon and then Show Network That alone is useful..
Q5: Can I use third‑party tools to customize the navigation pane?
A5:
Yes. Tools like Classic Shell or Folder Options allow deeper customization, including custom icons and additional groups. That said, use reputable software to avoid security risks.
Conclusion
Customizing the navigation pane grouping option in Windows File Explorer empowers you to tailor the interface to your workflow. By toggling built‑in groups, collapsing sections, pinning folders to Quick Access, or creating custom groups in Windows 11, you can reduce clutter and boost productivity. Understanding the underlying mechanics of the Windows Shell helps you troubleshoot issues and maintain a clean, efficient navigation pane over time. With these techniques in hand, you’ll deal with your files faster and with greater confidence.
Advanced Customization via the Registry
For users who prefer a more permanent or script‑driven approach, the navigation pane’s grouping behavior can be tweaked directly in the Windows Registry. The key locations of interest are:
| Registry Path | Purpose |
|---|---|
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced |
Controls global Explorer settings such as ShowAllFolders (DWORD) and NavPaneShowFavorites (DWORD). |
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders |
Stores the actual paths for special folders (e.That's why g. Even so, , {F02C1A0D-BE21-4350-88B0-7367FC96EF3C} for the Desktop). Modifying these values can change where a group points without altering the UI. Because of that, |
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{GUID}\PropertyBag |
Allows you to add custom properties to known folders, which can influence how they appear in the navigation pane (e. g., adding a LocalizedString entry for a custom display name). |
Example: Disabling the “Quick access” group permanently
- Open
regeditand deal with toHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. - Create (if missing) a DWORD value named
NavPaneShowFavoritesand set it to0. - Log off and back on, or restart Explorer (
taskkill /f /im explorer.exe & start explorer.exe).
Caution: Incorrect registry edits can destabilize Explorer. Always export the key before making changes and create a system restore point.
Leveraging Group Policy for Enterprise Environments
In domain‑joined environments, administrators can enforce navigation pane defaults through Group Policy Objects (GPOs):
- Open the Group Policy Management Console (
gpmc.msc). - deal with to User Configuration → Policies → Administrative Templates → Windows Components → File Explorer.
- Enable policies such as:
- Remove Quick access from File Explorer – hides the Quick access group entirely.
- Remove Libraries from the navigation pane – disables the Libraries group.
- Show all folders – forces the navigation pane to display every folder hierarchy, overriding user‑collapsed states.
- Link the GPO to the appropriate OU and run
gpupdate /forceon client machines.
Group Policy settings override local user preferences, ensuring consistency across fleets of workstations.
PowerShell Scripting for Bulk Adjustments
PowerShell can automate the toggling of navigation pane options across many accounts. Below is a sample script that disables the Quick access group and forces the “Show all folders” view for the current user:
# Disable Quick access (NavPaneShowFavorites = 0)
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' `
-Name 'NavPaneShowFavorites' -Value 0 -Type DWord
# Enable Show all folders (NavPaneShowAllFolders = 1)
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' `
-Name 'NavPaneShowAllFolders' -Value 1 -Type DWord
# Restart Explorer to apply changes
Stop-Process -Name explorer -Force
Start-Process explorer
To apply the script to all user profiles on a machine, iterate over HKU hives or use Invoke-Command with -ComputerName for remote execution It's one of those things that adds up..
Troubleshooting Persistent Grouping Anomalies
Even with the above tools, occasional glitches can arise—such as a group reappearing