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.

How to Access Android Storage on Windows 11

How to Access Android Storage on Windows 11

You can directly access your Android phone's storage in Windows 11 File Explorer via Microsoft's new Cross Device Experience Host.

How to enable or disable Secure Sign-In on Windows 10, Windows 11

How to enable or disable Secure Sign-In on Windows 10, Windows 11

Windows is the most targeted operating system by hackers. Therefore, you should strengthen your PC's defenses to stay safe both online and offline. This article will guide you on how to enable or disable Secure Sign-In in Windows 10.

23 Awesome Screensavers to Protect Your Windows Computer Screen

23 Awesome Screensavers to Protect Your Windows Computer Screen

Screensaver - computer screensaver, which is automatically activated when the computer is not used for a certain period of time. Here are 23 beautiful screensavers for Windows.

Windows 11 will make a much-needed change to the Start menu

Windows 11 will make a much-needed change to the Start menu

The latest change being tested solves one of the most annoying things with Windows 11's Start menu, and hopefully it will actually make it to release.

Completely delete the most stubborn files on Windows

Completely delete the most stubborn files on Windows

When you can't open, edit, or delete a file in Windows File Explorer, the file is still open in a program running in the background or something isn't closing properly.

How to Set Up the Perfect Dual Monitor on Windows with FancyZones

How to Set Up the Perfect Dual Monitor on Windows with FancyZones

If you regularly use multiple monitor setups, FancyZones can be a game changer. This Windows PowerToys utility allows you to completely customize your monitor layout.

How to Use Google Authenticator on Windows PC

How to Use Google Authenticator on Windows PC

Google Authenticator can be useful, but it's frustrating that Google hasn't made an official desktop app yet. However, you can use Google Authenticator on your Windows PC through other means. Let's explore how you can use Google Authenticator on your PC.

How to fix network adapter not found error on Windows 10

How to fix network adapter not found error on Windows 10

Many people have encountered the problem of network adapter disappearing from Device Manager or receiving a missing network adapter message. This article will guide you on how to fix the missing network adapter driver problem on Windows 10.

How to hide/unhide the Taskbar on Windows 11

How to hide/unhide the Taskbar on Windows 11

In Windows 11, the taskbar takes up only a small portion of the display space at the bottom of the screen.

Learning from Apple, Microsoft is also about to have Windows Intelligence

Learning from Apple, Microsoft is also about to have Windows Intelligence

Recently, clues that Microsoft will likely "follow the path" of Apple in the field of artificial intelligence have gradually been revealed.

How to create USB Boot using Command Prompt

How to create USB Boot using Command Prompt

Creating a bootable USB to install Windows is becoming more and more popular, there are many software that help create a bootable USB with just a few clicks. But if you are familiar with Command Prompt, you can use this tool to create a bootable USB without installing additional software.

How to Restore WordPad in Windows 11

How to Restore WordPad in Windows 11

Microsoft is killing off its free rich text editor WordPad at the end of 2023 in an effort to transition users to premium Office apps.

How to Take Scrolling, Long Screenshots in Windows

How to Take Scrolling, Long Screenshots in Windows

This guide shows the best tools for taking long, scrolling screenshots in Windows 11 and Windows 10.

How to Set Windows Photo Viewer as Default Photo Viewer on Windows 11

How to Set Windows Photo Viewer as Default Photo Viewer on Windows 11

Windows Photo Viewer was first released alongside Windows XP and has quickly become one of the most frequently used tools on Windows.

Windows 11 is about to add a system configuration advice section

Windows 11 is about to add a system configuration advice section

The latest previews of Windows 11 that Microsoft released this week include an improved About section in the Settings app, where users can get more information about the hardware inside their computer.