How to permanently restore the old File Explorer experience in Windows 11

File Explorer on Windows 11 is considered by most users to be a good experience. It may not be really fast to respond, especially when compared to the old File Explorer of Windows 10, but it offers users a bunch of useful additional features, such as tab mode, modern UI, the ability to preview file contents, etc.

However, some users still choose fast performance over a rich feature set. So in the Windows 11 user community, there are quite a few opinions expressing dissatisfaction with the new File Explorer, in favor of a similar familiar File Explorer experience on Windows 10. If you are one of them, this article will guide you how to permanently restore the old File Explorer experience in Windows 11.

How to permanently restore the old File Explorer experience in Windows 11

All you need to do is make a tweak in the registry editor. This guide works on all versions of Windows 11, including 24H2.

Restore Old File Explorer in Windows 11

Open Notepad and paste the following text:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}]
@="CLSID_ItemsViewAdapter"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}\InProcServer32]
@="C:\\Windows\\System32\\Windows.UI.FileExplorer.dll_"
"ThreadingModel"="Apartment"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}]
@="File Explorer Xaml Island View Adapter"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}\InProcServer32]
@="C:\\Windows\\System32\\Windows.UI.FileExplorer.dll_"
"ThreadingModel"="Apartment"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser]
"ITBar7Layout"=hex:13,00,00,00,00,00,00,00,00,00,00,00,20,00,00,00,10,00,01,00,\
00,00,00,00,01,00,00,00,01,07,00,00,5e,01,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

Now, click on File > Save and select the All items option from the " Save as type " drop-down list . Give any name you like to the file but don't forget to put .reg at the end. For example, " file.reg ".

How to permanently restore the old File Explorer experience in Windows 11

Open the file you just created and confirm the changes in the registry, then restart your computer. Now you have the old File Explorer experience with Ribbons and honestly, it is less buggy and offers better performance.

Disable Old File Explorer in Windows 11

Reverting to the new File Explorer experience in Windows 11 is a similar process: you need to make some changes to the registry using a specially crafted reg file. Open Notepad and paste the following text into it:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}]

[-HKEY_CURRENT_USER\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}]

Click File > Save , select All items , and save the file with a .reg extension . Open the file, confirm the changes to the registry, and restart your computer. The standard File Explorer experience in Windows 11 should return.

Sign up and earn $1000 a day ⋙

Leave a Comment

5 File Explorer Search Tricks You Need to Know

5 File Explorer Search Tricks You Need to Know

Imagine being able to instantly find any file on your computer with just a few keystrokes! File Explorer offers powerful search tricks that make locating files a breeze.

How to Add Recycle Bin to File Explorer

How to Add Recycle Bin to File Explorer

This guide will show you all the steps needed to show the Recycle Bin in File Explorer, regardless of whether you are using Windows 10 or Windows 11.

7 Useful Changes Microsoft Should Make to File Explorer

7 Useful Changes Microsoft Should Make to File Explorer

File Explorer is still an important part of Windows, and with a few smart updates, Microsoft could improve things even more for users.

How to Rearrange Columns in File Explorer Windows 11

How to Rearrange Columns in File Explorer Windows 11

This tutorial will show you how to rearrange columns for a folder (directory) when in details view in File Explorer for a personal account in Windows 11 and Windows 10.

How to Show File Explorer Preview Pane on Windows 10/11

How to Show File Explorer Preview Pane on Windows 10/11

It's easy to preview files without opening them in Windows 10 thanks to the Preview Pane feature in File Explorer. You can see thumbnails of most images, videos, audio files, and some text-based documents.

Change Default Folder View of Search Results on Windows 10

Change Default Folder View of Search Results on Windows 10

Learn how to change the Default Folder View of Search Results on Windows 10 to enhance your file exploring efficiency. Follow our step-by-step guide to easily set your preferred view.

Microsoft may integrate Copilot into File Explorer in Windows 11

Microsoft may integrate Copilot into File Explorer in Windows 11

Microsoft is betting big on artificial intelligence and a partnership with OpenAI to make Copilot a reality.

Why do many people prefer Windows File Explorer over macOS Finder?

Why do many people prefer Windows File Explorer over macOS Finder?

If you're a user of both systems, many people still come back to File Explorer because of its simplicity and more user-friendly features.

10 indispensable features of File Explorer

10 indispensable features of File Explorer

Most Windows users spend a lot of time in File Explorer. However, there are specific features that people rely on to streamline their workflow and increase productivity.

How to fix File Explorer crashes and freeze on Windows 10

How to fix File Explorer crashes and freeze on Windows 10

Many Windows 10 users have reported that in the process of loading data, they often encounter File Explorer hangs causing the File Explorer window to completely freeze. Especially when the number of files is large and the computer configuration is weak.

Instructions to delete the file in use by another program

Instructions to delete the file in use by another program

Windows File Explorer will display a notification whenever the user is trying to delete a file that is currently opened by another program or system. At that time, you cannot open, edit or delete this file. They are still running in the background and have been closed improperly.

What is the AppData folder in Windows? When should I use it?

What is the AppData folder in Windows? When should I use it?

Have you ever stumbled upon the mysterious AppData folder while rummaging through files on your computer or trying to get a Minecraft mod to work?

How to show hidden files and folders on Windows 10/8/7

How to show hidden files and folders on Windows 10/8/7

To view hidden files, hidden folders, hidden system files on Windows is quite simple. Readers can see detailed instructions on showing hidden files and viewing file extensions in this article.

Fix Windows + Shift + S shortcut not working on Windows 10

Fix Windows + Shift + S shortcut not working on Windows 10

The Win + Shift + S shortcut in Windows 10 allows users to capture a portion or the entire screen and copy it to the clipboard. In most cases, this feature works as expected, but sometimes it can become unresponsive.

12 ways to quickly access Settings on Windows 10

12 ways to quickly access Settings on Windows 10

On Windows 10, Microsoft integrated a new application called Settings. This Settings application is a Metro application created by Microsoft to replace the classic Control Panel application.

List of useful Alt shortcuts to insert special characters in Windows

List of useful Alt shortcuts to insert special characters in Windows

Simply hold down the Alt key and type the corresponding number to insert a special character. If you have memorized the code of your favorite special character, you can insert it in less than a second.

Instructions for sharing files using Nearby Sharing Windows 11

Instructions for sharing files using Nearby Sharing Windows 11

Nearby Sharing Windows 11 is a built-in sharing feature on your computer that lets you send files or web pages directly to others.

How to fix IRQL NOT LESS OR EQUAL error on Windows

How to fix IRQL NOT LESS OR EQUAL error on Windows

The IRQL NOT LESS OR EQUAL error is a memory-related error that typically occurs when a system process or driver attempts to access a memory address without proper access permissions.

Turn off Windows Defender (Windows Security) on Windows 10, Windows 11

Turn off Windows Defender (Windows Security) on Windows 10, Windows 11

How to completely disable Windows Defender on Windows 10? There are several ways to disable Windows Defender on Windows 10, please see the detailed instructions below.

How to use IE Mode to replace the recently discontinued Internet Explorer

How to use IE Mode to replace the recently discontinued Internet Explorer

From Windows 11, Internet Explorer will be removed. In this article, WebTech360 will guide you how to use Internet Explorer on Windows 11.

Repair Windows without losing data with just one USB

Repair Windows without losing data with just one USB

If your computer is having problems that prevent it from booting, such as a constant blue screen of death (BSoD), there is still hope. Grab a USB and this article will show you how to fix it.

Guide to automating Windows maintenance using Task Scheduler

Guide to automating Windows maintenance using Task Scheduler

With the Task Scheduler built into Windows, you can automate everything from daily cleaning to launching your favorite apps at startup.

9 Windows Features You Should Turn On By Default

9 Windows Features You Should Turn On By Default

Windows comes with a lot of useful features that are hidden or disabled by default, although they are good enough to be enabled on first launch.

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

How to fix “Well Need Your Current Windows Password” error on Windows 10/11

Are you getting the “We'll need your current Windows password one last time” error? This annoying pop-up can prevent you from getting things done.

Quickly fix Unmountable Boot Volume error on Windows 10/11

Quickly fix Unmountable Boot Volume error on Windows 10/11

The Unmountable Boot Volume error occurs due to some installed software conflicting with the operating system or due to the computer suddenly shutting down,... In the article below, WebTech360 will guide you through some ways to fix this error.

How to Fix Clipboard History Error in Windows 11 Latest Update

How to Fix Clipboard History Error in Windows 11 Latest Update

If you use Clipboard History to store data for later use, there is a small chance that the data will remain empty no matter what you try.