The “Home” in the Navigation Pane in Explorer acts as its main hub, listing recommended, pinned, and recent files for convenient access. However, others may prefer fewer distractions. Like your search history, this feature can potentially expose secured documents.
Our complete guide below teaches you how to manage the “Home” feature on Windows 11’s File Explorer, key points for deployment, and commonly asked questions.
Show or hide the Home page in File Explorer
Knowing which tool works best for your enterprise helps ensure complete stability. These advanced methods provide IT professionals and other power users with plenty of options.
These are the prerequisites you’ll need to manage the “Home” in the Navigation Pane for Explorer:
- Windows 11 22H2 and newer.
- Any edition of Windows 11
- Administrator privileges (for Registry methods)
📌 Recommended deployment strategies:
| Click to Choose a Method | 💻 Best for Individual Users | 💻💻💻 Best for Enterprises |
| Method 1: Registry | ✓ | |
| Method 2: PowerShell | ✓ | ✓ |
Method 1: Remove or add “Home” via Registry Editor
⚠️ Important: These methods modify important system settings. Before you proceed, prepare a backup.
The Registry is a database for fundamental system settings. As such, you can edit certain values to hide the Home page in File Explorer.
📌 Use Case: Use this method to modify This PC using File Explorer’s registry settings.
For all users
- Press Win + R, type Regedit, and press Enter.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
- In the right-hand pane, locate a key named {f874310e-b6b7-47dc-bc84-b9e6b38f5903}
- To remove “Home” in your Navigation Pane for Explorer, right-click on the key and select Delete.
- To add “Home” in your Navigation Pane for Explorer, create the key.
- Right-click on an empty space on the right-hand pane.
- Select New > Key.
- Name the new key {f874310e-b6b7-47dc-bc84-b9e6b38f5903}
- Restart File Explorer or reboot the PC to apply changes.
For the current user
- Press Win + R, type Regedit, and press Enter.
- Navigate to:
HKEY_CURRENT_USER\Software\Classes\CLSID\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}
- In the right-hand pane, double-click on System.IsPinnedToNameSpaceTree.
- If you don’t see System.IsPinnedToNameSpaceTree, do the following:
- Right-click on an empty space on the right-hand pane.
- Select New > DWORD (32-bit).
- Name the new key System.IsPinnedToNameSpaceTree.
- If you don’t see System.IsPinnedToNameSpaceTree, do the following:
- Modify its value.
- To remove “Home” from your Navigation Pane for Explorer, change its value to 0.
- To add the Home feature, change its value to 1.
- Restart File Explorer or reboot the PC to apply changes.
Method 2: PowerShell script for automation
⚠️ Important: These scripts can also be applied via Intune, Group Policy Preferences, or local automation programs.
PowerShell scripts automate Registry changes with just a few commands, helping power users reduce clutter and streamline their UI.
📌 Use Case: Use this method to automate registry changes with scripts and reduce human error.
- Press Win + R, type Powershell, and press Enter.
- Run your preferred script.
- To hide the Home page in File Explorer (Windows 11):
- Run this command:
- To hide the Home page in File Explorer (Windows 11):
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" -Force
- Restart File Explorer to apply your changes:
Stop-Process -Name explorer -Force
- To restore the Home page:
- Run this command:
- To restore the Home page:
New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" -Force
- Reboot File Explorer to apply your changes:
Stop-Process -Name explorer -Force
⚠️ Things to look out for
This section highlights potential challenges and considerations to keep in mind while following this guide.
| Risks | Potential Consequences | Reversals |
| Wrong Registry path was followed | Invisible/incorrect system changes | Restore your Registry to a previous working state. |
| “Access denied” error | Blocked access to the “Home” feature’s Registry key |
|
Considerations for managing “Home” in the File Explorer Navigation Pane
Know what to expect before pushing system-wide or enterprise changes with these key points.
Effect scope
Managing “Home” in your Navigation Pane for Explorer for all users occurs system-wide. This means that your changes will remain consistent, regardless of who’s logged in. This can disrupt workflows that rely on managed files, so keep your scope in mind.
Explorer restart
The File Explorer app (explorer.exe) requires a full restart for your changes to apply. This can be done through the Task Manager (Ctrl + Shift + Esc) or through a PowerShell command.
Note that your File Explorer changes might not appear until after you’ve restarted the app or rebooted the workstation.
No GUI toggle for “Home” in the Navigation Pane for Explorer
Windows doesn’t provide a user-friendly “switch” to show or hide features like “Home” in your Navigation Pane for Explorer. Removing it – as well as other storage platforms – from the sidebar requires registry edits.
🛑 | Safeguard your organization’s data by managing shared files.
Read NinjaOne’s guide on how to add or remove Dropbox in the Navigation pane.
Policy management
There is no built-in Group Policy setting for adding or removing “Home” from the navigation pane, so this requires advanced scripts or Registry changes. Both should be done with care by your IT support team, as the slightest mistake can disrupt operations.
Configure your Navigation pane for enhanced security
Adding or removing “Home” in your Navigation Pane for Explorer requires Registry changes. These advanced methods can impose either per-user or system-wide restrictions.
Hiding the feature can greatly benefit locked-down environments, and keeping it visible can support employee productivity. Either way, you can achieve centralized control with more automated solutions that seamlessly roll out improvements for elevated IT management.
Related topics:
