---
title: "Windows File Explorer Improvements by Removing Sections"
url: https://stacklist.com/card/787e492d-9161-424e-a1de-94ed03b0ae06
source_url: "https://www.makeuseof.com/windows-file-explorer-got-so-much-better-after-i-removed-these-extra-sections-completely/"
stack: https://stacklist.com/c/technology/stack/bf7ba824-0025-419b-8f5d-40d645a4f580
summary: "This tutorial by Rob LeFebvre explains how to remove unwanted sections, including Home, Gallery, and OneDrive, from the Windows 11 File Explorer navigation pane. Since no built-in toggles exist in Settings, the guide walks through targeted Windows Registry edits to cleanly hide each section."
tags: "windows-11, file-explorer, registry-editor, onedrive, navigation-pane, customization, how-to"
key_entities: "Rob LeFebvre (person), MakeUseOf (organization), Microsoft (organization), Windows 11 (technology), File Explorer (technology), OneDrive (technology), Registry Editor (technology), Lifewire (organization), Engadget (organization), Cult of Mac (organization)"
classification: "tutorial"
content_hash: "sha256:84c06dd43621efa01287485cce0de80658450c9277d146f8a58cd5fd0a2e8bc3"
acp_version: "0.2"
token_counts_approximate: 1175
visibility: public
agent_accessible: true
status: "final"
---

# Windows File Explorer Improvements by Removing Sections

By&nbsp; Rob LeFebvre Published Apr 25, 2026, 2:00 PM EDT Rob LeFebvre is an editor and writer focusing on consumer and enterprise technologies for a broad range of outlets. He’s been writing online for more than 15 years; before that he was a special educator for kids with severe disabilities. Rob has been an Editorial Director at Lifewire, a news writer at Engadget, and a senior contributor at Cult of Mac. He's written about PCs, Macs, mobile phones, and games, created newsrooms from the ground up, and has extensive experience reviewing hardware, software, and games across his career. Sign in to your MakeUseOf account Windows 11 has a bad habit of filling File Explorer's navigation pane with things I didn't ask for. Home, Gallery, and OneDrive now sit at the top of the standard pane by default, and they're just there taking up space every time I open a folder. I went looking for ways to remove them. Turns out, none of them have a built-in toggle . Windows doesn't make it easy via Settings or even File Explorer's own options, so the only path is via the registry. You can run a few targeted edits that hide each of the above sections cleanly, and once you do you'll have a much more straightforward folder tree with your pinned folders at the top and This PC below it. Here's how to make that happen. How to remove Home from the navigation pane A registry tweak is all it takes Home has been in the Windows 11 navigation pane since 2022, and it's basically a duplicate of Quick Access. It shows the same pinned folders and recent files, just with a different name and a little house icon. If you already use Quick Access, Home is just redundant. In order to remove Home from your File Explorer pane, you'll need to hop into the Registry Editor by pressing Win + R , typing regedit , and then hitting Enter. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and look for the key {f874310e-b6b7-47dc-bc84-b9e6b38f5903} . Right-click this key and choose Delete. Close the Registry Editor and restart File Explorer with a reboot of your machine or Restart Windows Explorer under Processes in the Task Manager . Once you do that, Home should be gone from the navigation pane, though your pinned folders should remain. Getting Gallery out of the way Gallery shows up where you least expect it Gallery made its first appearance on Windows in 2023. It does one thing: pulls images from your Pictures folder and OneDrive Camera Roll and shows them altogether in a single scrollable view that's sorted by date. That could be useful, sure, but it also appears in file picker dialogs, the window that opens when you try to attach a file to an email. It's not fun to have to scroll past a wall of images just to get to the rest of the folders on your machine, so getting rid of Gallery is the fix. The trade-off is that if you do use OneDrive Camera Roll sync, Gallery is the only place in File Explorer that shows those images automatically. Removing it means navigating to your OneDrive folder manually to find them. If you decide to go forward, hit Win + R and type regedit . Press Enter and then navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace . Look for the key {e88865ea-0e1c-4e20-9aa6-edcd0212c87c} , then right-click and delete it. Close the Registry Editor and restart File Explorer as above. Gallery should be gone from both your File Explorer navigation pane and your file picker dialogs. How to stop OneDrive from showing up in File Explorer The fix that sticks OneDrive might be the most persistent feature here. It appears at the top of the navigation pane whenever you're signed in to your Microsoft account and unlike Home and Gallery, it doesn't stay gone. The registry path is HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}. Open Registry Editor with Win + R , type regedit , and press Enter. Double-click the System.IsPinnedToNameSpaceTree value and set it to 0 . The problem here is that OneDrive always changes this value back to 1 on restart. So you only get a reprieve until you reboot the machine. The only other options to permanently get rid of OneDrive is to unlink your OneDrive account, uninstall OneDrive entirely, or disable it via Group Policy, but only if you're using Windows 11 Pro. Your PC, your way Now that you've done all the above, you should be left with a cleaner navigation pane that reflects how you use your PC, not the way Microsoft wants you to. Your pinned folders should be at the top, with This PC just below it, with nothing else getting in the way. It might be a small change, but it improves File Explorer right away. Close
