This tutorial will show you how to add or remove Libraries in the navigation pane of File Explorer for your account or all users in Windows 11.
Windows 7 introduced libraries, which provide users with a single, coherent view of their files even when those files are stored in different locations. Libraries can be configured and organized by a user and a library can contain folders that are found on the user's computer and also folders that have been shared over a network. Libraries present a simpler view of the underlying storage system because, to the user, the files and folders in a library are displayed in one single view location, no matter where they are actually physically stored.
In File Explorer, users interact with libraries in ways similar to how they would interact with other folders. Libraries are built upon the legacy known folders (such as Camera Roll, Documents, Music, Pictures, Saved Pictures, and Videos), and these known folders are automatically included in the default libraries and set as the default save location.
References:
Windows Libraries - Win32 apps
Windows 7 introduces libraries, which provide users with a single, coherent view of their files even when those files are stored in different locations.
docs.microsoft.com
Windows Libraries
All about Windows Libraries, which are containers for users' content, such as Documents and Pictures.
docs.microsoft.com
The navigation pane is the far left pane in File Explorer used to find files, folders, and drives on your PC or network.
If you turn on Show all folders in the navigation pane, Libraries will always show in the navigation pane.
Your libraries are located in the hidden %AppData%\Microsoft\Windows\Libraries folder.
Contents
- Option One: Add or Remove Libraries in Navigation Pane of File Explorer in File Explorer
- Option Two: Add or Remove Libraries in Navigation Pane of File Explorer in Folder Options
- Option Three: Add or Remove Libraries in Navigation Pane of File Explorer using REG file
- Option Four: Add or Remove Specific Library under Libraries in Navigation Pane of File Explorer
- Option Five: Add or Remove Libraries in File Explorer Navigation Pane for All Users
EXAMPLE: Libraries showing in navigation pane of File Explorer
1 Open File Explorer (Win+E).
2 Right click or press and hold on an empty area inside the navigation pane, and click/tap on Show libraries to toggle add (checked) or remove (unchecked - default) for what you want. (see screenshot below)
1 Open Folder Options.
2 Click/tap on the View tab. (see screenshot below)
3 Under the Navigation pane section, check (add) or uncheck (remove - default) Show libraries for what you want.
4 Click/tap on OK.
1 Do step 2 (add) or step 3 (remove) below for what you would like to do.
2 Add Libraries to Navigation Pane in File Explorer
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Add_Libraries_to_navigation_pane_in_File_Explorer.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
"System.IsPinnedToNameSpaceTree"=dword:00000001
3 Remove Libraries from Navigation Pane in File Explorer
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Remove_Libraries_from_navigation_pane_in_File_Explorer.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 If File Explorer is currently open, then close and reopen File Explorer to apply.
8 You can now delete the downloaded .reg file if you like.
Removing a library from showing under Libraries in the navigation pane of File Explorer will not remove the actual library from Libraries.
1 Open Libraries in File Explorer (Win+E).
2 Right click or press and hold on the library (ex: "Saved Pictures") you want to add or remove, and click/tap on Properties. (see screenshot below)
3 Check (add - default) or uncheck (remove) Show in navigation pane under Attributes for what you want, and click/tap on OK. (see screenshot below)
You must be signed in as an administrator to use this option.
1 Do step 2 (add) or step 3 (remove) below for what you want.
2. Allow Add Libraries to Navigation Pane in File Explorer for All Users
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Allow_add_Libraries_to_navigation_pane_in_File_Explorer_for_all_users.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{031E4825-7B94-4dc3-B131-E946B44C8DD5}"=-
3. Remove Libraries from Navigation Pane in File Explorer for All Users
This will completely remove Libraries from the File Explorer navigation pane even if Show all folders is turned on.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Remove_Libraries_from_navigation_pane_in_File_Explorer_for_all_users.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{031E4825-7B94-4dc3-B131-E946B44C8DD5}"=dword:00000001
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 Either restart the explorer process, sign out and sign in, or restart the computer to apply.
8 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Related Tutorials
- Move Libraries Above or Below This PC in Navigation Pane in Windows 11
- Show or Hide Navigation Pane in File Explorer in Windows 11
- Turn On or Off Show all folders in Navigation Pane of File Explorer in Windows 11
- Create New Library in Windows 11
- Include Folder or Drive in Library in Windows 11
- Remove Folder or Drive from Library in Windows 11
- Change Default Save Locations for Libraries in Windows 11
- Change Order of Library Locations in Windows 11
- Restore Default Settings of Library in Windows 11
- Change Icon of Library in Windows 11
Attachments
-
Add_Libraries_to_navigation_pane_in_File_Explorer.reg722 bytes · Views: 393
-
Remove_Libraries_from_navigation_pane_in_File_Explorer.reg722 bytes · Views: 541
-
Allow_add_Libraries_to_navigation_pane_in_File_Explorer_for_all_users.reg692 bytes · Views: 43
-
Remove_Libraries_from_navigation_pane_in_File_Explorer_for_all_users.reg722 bytes · Views: 100
Last edited: