
If you work with Windows 11 daily, you've probably thought more than once that File Explorer is... slower than it should Or that the context menu is full of things you don't use. The good news is you don't have to put up with it: the system hides a ton of hidden settings that, if tweaked properly, can give your productivity a real boost without changing your PC or spending a penny.
Throughout this guide you will see how Speed up the Explorer, clean up menus, hide unnecessary features, and activate others that are half-hidden.We're going to combine registry tricks, changes to Windows 11 settings, and some new features Microsoft is testing in the Insider program. Everything will be explained step by step, with warnings where necessary, and with a very practical approach: to make your daily work with files, folders, and menus much more efficient.
Why File Explorer is getting slow (and what Microsoft is changing)
One of the common reasons why Windows 11 Explorer feels clunky is the combination of indexing, internal searches and visual effectsWhen you open a large folder, the system can spike CPU and RAM usage just to list and analyze its contents.
Microsoft has acknowledged this behavior and is testing it in Windows Insider. Optimizations focused on reducing resource consumption during searchesThe key point is to eliminate duplicate indexing: previously, Explorer would repeat checks on the same files within the same query, generating peaks in memory usage that were especially annoying on computers with 8 GB of RAM or less.
It's important to understand that the Explorer does not have a separate search engine: depends on the general Windows indexerIf that service enters inefficient loops, you'll notice it in the form of fans running at full speed, stuttering, and delays when viewing the contents of large folders.
The latest Insider builds refine this process for avoid those unnecessary “double checks”The result Microsoft is aiming for is faster searches and more predictable behavior when browsing large folders, without your laptop seeming to take off every time you filter files.
In parallel, the company is reorganizing the Explorer's context menu: Options such as copy path, compress to ZIP, or rotate images are moved to specific submenus.And less frequently used actions are hidden from the main panel. The goal isn't to cut features, but to declutter the interface so that common tasks are just a click away.
Immediate adjustments to speed up the Explorer without touching the registry

Before we delve into the Registry Editor, there are two quick tricks that any user can apply and that usually offer a very noticeable performance improvement in Windows 11, especially on mid-range and low-end laptops.
The first step is to disable the Office.com integration in the Explorer. In Folder Options you can uncheck “Show files from Office.com” and take the opportunity to clear your Explorer history. On many computers, this combination significantly reduces folder opening time, with some users reporting improvements of over 20%.
The second useful adjustment is in the system settings: Reduce or remove animations when opening and closing windowsIt's just a few milliseconds and a few pixels of movement, but eliminating them creates a feeling of immediate responsiveness. The machine isn't actually more powerful, but because the system stops "embellishing" every action, you perceive a much greater fluidity in your daily use.
These changes are especially interesting if you work with large databases, video projects, or many folders with thousands of filesInstead of immediately considering upgrading your RAM or changing your SSD, it's worth trying these adjustments first, which cost nothing and can be applied in seconds.
Essential warning before touching the Windows Registry
Many of the truly powerful Explorer settings are applied from within the Windows Registry Editor (regedit)And here it's important to proceed with caution: an error in the registry can cause strange behavior, application failures, or, in the worst case, serious startup problems.
Before you start creating keys and values, it is essential that create a system restore point Or at least export the registry branches you're going to modify. That way you'll have a quick safety net if something doesn't go as planned or if you later decide to revert all the changes.
To open the editor, simply type “regedit” in the start menu and accept when the Registry Editor appears. If you need a step-by-step guide, see our regedit tutorialFrom there, we will follow specific paths to change the behavior of the Explorer, the context menu, and some built-in functions that you may not need.
Clean up the left panel: gallery, OneDrive and other unnecessary shortcuts
The Explorer sidebar has become cluttered over time with Microsoft service shortcuts that, if you don't use them, just get in the way. Cleaning it up a bit helps. find your work folders faster since the Explorer has fewer elements to assemble in each opening.
Hide the Gallery view in Explorer
In Windows 11 there is a special folder for Gallery that groups your photosThe problem is that most people already use the Photos app, cloud services, or other tools, and this additional view only creates confusion and adds another node to the left panel.
If you never use that Gallery, you can hide it by creating a specific key in the registry. The path is as follows:
- Open the Registry Editor and go to HKEY_CURRENT_USER \ Software \ Classes \ CLSID.
- Create a new key with the name {e88865ea-0e1c-4e20-9aa6-edcd0212c87c}.
- Within it, in the right panel, create a new DWORD value (32 bits) called System.IsPinnedToNamespaceTree with value 0.
After restarting the computer, The Gallery will no longer appear in the left panel.And you'll be left with the Photos app as the sole central point for your images, which makes much more sense for most users.
Remove OneDrive from the left panel
If OneDrive isn't part of your workflow, having it embedded in Explorer only serves a purpose. fill the access list with something you're not going to use. You can consult our OneDrive guide If you have any doubts about integrations before removing it, you can remove it with a similar adjustment to the previous one.
The basic steps are:
- In the Registry Editor, go to HKEY_CLASSES_ROOT\CLSID.
- Create a new key called {018D5C66-4533-4307-9B53-224DE2ED1FE6}.
- Within that key, add a DWORD (32 bit) with name System.IsPinnedToNameSpaceTree and value 0.
After restarting the PC, OneDrive will disappear from the left panel of ExplorerIf you ever miss it or change your mind, you just need to delete the key you created and restart again to get its icon back.
Master the context menu: remove AI, "Edit with..." apps, and return to the classic style
The context menu in Windows 11 is one of the biggest changes compared to Windows 10. It's cleaner and more modern, but it comes loaded with... integrations that not everyone wants to seeCopilot, Clipchamp, Paint, Notepad… In addition, many common functions have been hidden behind “Show more options”.
Remove “Ask Copilot” from the context menu
If you have the Copilot app installed, right-clicking on files will show you the option “Ask Copilot” taking up spaceIf you don't use that feature, you can block it from the registry without affecting the rest of the AI integration in Windows.
To do this, follow these steps in the Registry Editor:
- Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions.
- Inside, create a new key called blocked (if it doesn't already exist).
- In that key, create a String value with the name {CB3B0003-8088-4EDE-8769-8B354AB2FF8C}.
When you're finished, restart Explorer from Task Manager or simply Restart your computer to make the Copilot option disappear. in the context menu. If you want to revert it, simply delete that string value (or the entire Blocked key if it contains nothing else you want to keep).
Remove “Edit with Clipchamp, Paint or Notepad”
Similarly, you can clear other entries from the context menu such as “Edit with…”, which often only serve to saturate the right-click menu with shortcuts you rarely use.
Clipchamp, Paint, and Notepad use the same registration path as Copilot:
- Opens HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions and enters the key blocked (create it if it doesn't exist).
- Add these string values, one per application you want to hide:
- Clipchamp: string value {8BCF599D-B158-450F-B4C2-430932F2AF2F}.
- Paint: string value {2430F218-B743-4FD6-97BF-5C76541B4AE9}.
- Memo pad: string value {CA6CC9F1-867A-481E-951E-A28C5E4F01EA}.
With those identifiers blocked, The "Edit with..." options will no longer appear when you right-click.If you ever want to recover one of them, delete only the corresponding value and leave the others intact.
Bring back the classic Windows 10 context menu
The new context menu in Windows 11 is more minimalist, but many advanced users miss having All options at once without having to click on “Show more options” Every now and then. If you're on that nostalgic team, you can restore the classic Windows 10 menu to Explorer.
The trick is to add a specific key to the registry:
- Opens HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID (Note: Don't confuse it with a similar .cls route).
- Create a new key with this exact name: {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}.
- Within it, create another key called InprocServer32.
- In the right pane, double-click the value (Predetermined) and make sure that the data field is completely empty. Accept the changes.
After restarting the PC, The context menu will work and look like it did in Windows 10. when you right-click on files or folders. If at any point you prefer to return to the native Windows 11 style, you will only need to delete the key {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} and restart.
How to make navigating between folders faster

Explorer's slowdown isn't just caused by visual effects or extra icons in the sidebar; it's also influenced by how Windows interprets the contents of each folder. If the system tries to treat a path as if it were a library of specific music, images, or documents, You can waste time analyzing and generating previews that you don't need.
One effective way to speed this up is to force Explorer to treat all folders as "general," without any special content type. This is achieved through a fine-tuning adjustment in the registry:
- In the Registry Editor, go to HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell.
- In that key, Shell creates a String value called FolderType.
- Assign the data to that value NotSpecified and save.
After restarting, Windows will interpret that All folders have an unspecified typeThis simplifies the analysis it performs each time you open a path. In practice, the exploration feels much more agile, especially when navigating through different disks and structures with many subdirectories and mixed files.
Internal features that Microsoft is fine-tuning: preloading and new menus
In addition to the tricks you can already apply, Microsoft is rolling out a set of silent changes in Insider builds aimed at making Explorer more responsive out of the box, without having to tinker so much.
One of the most interesting is the Preloading Explorer windows in background processesThe idea is that part of the work of opening a window is done in advance, so that when you click the Explorer icon, the system simply displays something that's already partially prepared. This results in less apparent waiting and a greater sense of immediacy when accessing your files.
Along with this preloading, the context menu organization has been redesigned to group related actions into compact sections. There is a new dropdown menu called, for example, “Manage files” which groups tasks such as compressing to ZIP, copying to path, or changing the backgroundOther cloud-related options, such as "Always keep on this device", "Free up space" or "Send to my phone", are now located in specific submenus of the storage provider.
The option has also been repositioned “Open folder location” next to “Open” and “Open with”, making it easier to access those actions that are used much more than you might think when working with shortcuts, installers, or files inside containers.
All these changes seek a balance between Visual clarity and functional powerNothing actually disappears, but the clutter of options in the visible part of the menu is reduced. Microsoft is using feedback from Insider program users to refine these details before they reach the stable branch of Windows 11.
Hidden Power of Explorer: Advanced Search, Wildcards, and Operators
Beyond its appearance, File Explorer has a search system that's far more powerful than it first appears. If you use it properly, You can find files in seconds, even on disks with thousands of items., something key to avoid wasting time searching by hand.
The basis is the Windows indexing engine, which records the files that are created or moved. If you usually put well-organized file names (for example, with clear projects, dates and tags), searches become much more precise.
Additionally, you can use wildcards and operators for even more refinement:
- The wild card * It can be used to replace any string of characters: searches like “factu*” list everything related to invoices or billing without you having to remember the full name.
- To exclude terms, you can include a hyphen: for example, “report -2024” will show reports that do not contain that date, which is useful for Filter out years or versions that don't interest you.
- Boolean operators AND, OR and NOT They allow more elaborate combinations: searching for files that contain two terms simultaneously, one or the other, or excluding a specific one.
If you work with many shared folders or external drives, it's worth taking a few minutes to learn these search tricks. To delve deeper into advanced searches, you can see how Master semantic search with CopilotIn the long run, They greatly reduce the time you spend navigating manually through endless routes.
Explorer shortcuts and tricks that boost your productivity
Beyond the advanced changes, Windows 11 includes small but very welcome tricks for everyday file management. They're simple things, but if you incorporate them into your workflow, You constantly save clicks and mouse movements..
Quick access in the left panel
At the top of the Explorer side panel you have the section for Quick access, designed to pin your favorite foldersIt's a perfect site for downloads, active projects, work photos, or any route you open multiple times a day.
To pin a folder, simply do Right-click on it and choose “Pin to Quick Access”You can do this from the main panel or from the sidebar. Just try not to add too many things, because if the quick access list becomes endless, it stops being very useful.
Hidden menu of all installed apps
Explorer is also a direct gateway to a flat list of all your applications. If you type in the address bar Shell: AppsFolder And if you accept, you will enter a special view where All installed UWP programs and apps appear, without subfolders or repeated access.
It can be a curious and quick alternative to the start menu when you want to locate something specific, or simply check what you have installed without navigating through menus full of intermediate folders.
Batch rename files with automatic numbering
Another underrated trick of Explorer is the ability to Rename multiple files at onceSelect a group of files (for example, photos from an event), press F2 or use the context menu to rename, type the new base name and accept.
Windows will assign the same name with a consecutive number in parentheses for each file, perfect for organizing downloaded photos, documents, or series without resorting to third-party tools.
Open multiple instances of the same application
When you work with multiple windows of the same app (for example, multiple Explorer folders or multiple sessions of a program), you can Open new instances by middle-clicking on its icon in the taskbar.There's no need to go to the start menu or duplicate from the window itself.
This gesture works with most modern applications and is great for comparing folders, dragging files between paths, or splitting your work into several distinct windows.
Other Windows 11 features that complement Explorer
File Explorer isn't the only element that influences how comfortable you find working with files in Windows 11. The system includes discrete features, many tied to the Pro edition, that They can make a difference in professional or teleworking environments.
BitLocker To Go: Protect your external hard drives and USB drives
BitLocker is classic full disk encryption, but its version BitLocker To Go is intended for removable drivesUSB drives, external hard drives, etc. When you frequently move client documents or backups between computers, losing one of these unencrypted devices can be a disaster.
With BitLocker To Go, The content becomes inaccessible without the password or recovery keyTherefore, a hardware failure does not necessarily imply a data leak. Alternatively, you can also learn to Encrypt files with VeraCryptFor freelancers, SMEs, or anyone handling sensitive information, it provides extra peace of mind with very little setup effort.
Remote Desktop: A primary PC always available
Remote Desktop in Windows 11 Pro lets you use a computer as “operations center” and connect to it from other devicesInstead of replicating files, settings, and apps on each computer, you keep everything organized on your main machine and simply return to it when you're away.
This helps justify having a powerful desktop or laptop PC to act as the core, because It remains useful even if you're not physically present.In addition, you reduce the temptation to keep scattered copies of important documents on half a dozen devices.
Windows Update for Business: fewer inopportune reboots
Windows updates are necessary, but nothing is more annoying than a Restart requested right in the middle of an important deliveryWindows 11 Pro incorporates Windows Update for Business controls that allow you to better define when updates are installed and how restarts are managed.
By properly configuring your active hours and maintenance windows, You make the system behave more predictablyThis is crucial when all your work depends on a single piece of equipment that cannot fail mid-morning.
Dev Drive and provisioning packages
For those who develop software or work with large repositories, package libraries, or testing environments, Windows 11 Pro offers Dev Drive, a dedicated and optimized volume for this type of workloadKeeping code, tools, and environments separate from the rest of the system reduces risks and improves performance in intensive operations.
Furthermore, the provisioning packages They allow you to quickly clone settings, applications, and configurations across multiple machines. Setting it up once and applying that "profile" to three or four others saves you half a day repeating the same steps on each new laptop.
Other Windows 11 settings that affect your workflow
Although this guide focuses on Explorer, there are quite a few Windows 11 features that They intertwine with file management and your overall productivityHaving them under control makes the whole system "get out of the way" and let you work.
Notification management and focus assistant
When you're deep into a task like organizing files, editing video, or reviewing documents, constant notifications become a nuisance. From Settings > System > Notifications you can decide which apps can interrupt you and how, and even mute some sounds while keeping others active.
The The focus assistant allows you to define time windows in which notifications will be barely displayed.except for priority notifications or alarms. You can configure it to activate at certain times or when you open specific applications, ideal for avoiding pop-ups in the middle of a presentation or game.
Keyboard shortcuts that improve window and desktop management
Virtual desktops and split-screen mode aren't exclusive to Explorer, but they work wonderfully with it. Windows + Tab lets you manage desktops and with Ctrl + Windows + Left/Right Arrows to move between themHaving one desktop focused on file work and another for leisure helps to separate contexts.
The split-screen system, accessible by hovering the mouse over the maximize button or using Windows+Z, it allows you place multiple windows (including Explorer) in convenient arrangements: half and half, one large and two small, etc. It's perfect for dragging files between paths and working with references without losing sight of them.
Clean up temporary files and apps that take up too much space.
Over time, Windows 11 accumulates a lot of temporary files, remnants of updates, and apps you no longer use. You can see this in Settings > System > Storage. which part of the disk each type of content takes up and access cleaning options.
In the section of You can select what gets deleted from temporary files at a glance. (caches, old update packages, etc.), while in “Apps & features” you’ll see the complete list of apps sorted by space used. If you notice corrupted icons or visual problems, learn how to reset icon cacheDeleting the ones you don't need frees up gigabytes that Explorer will appreciate, especially if it's the system disk.
Clipboard history and advanced captures
Windows 11 incorporates a Clipboard history accessible with Windows + VThis feature lets you choose which content to paste from the most recently copied items. It's a perfect tool when you're moving paths, filenames, or text snippets around.
And if you frequently take screenshots of Explorer to document processes or share paths with others, reassigning the key is very useful. Print Screen so that it opens Snipping tool instead of classic full captureFrom Settings > Accessibility > Keyboard you can activate this option and gain quick cropping of specific areas of the screen.
With this whole set of adjustments—from disabling web features in Explorer and cleaning up the context menu to search optimizations, window preloading, and the discreet tools of Windows 11 Pro—it's possible to transform an environment that seemed heavy and cluttered into an agile system, focused on your files and adapted to your way of working, without needing to change equipment or always resort to third-party applications.