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.

4 best ways to hide or protect a Windows folder, without installing additional software

4 best ways to hide or protect a Windows folder, without installing additional software

The methods in this article will help you hide or protect Windows folders from prying eyes.

How to fix The User Profile Service failed the logon error on Windows 10

How to fix The User Profile Service failed the logon error on Windows 10

Most Windows errors occur after you log in to your computer. However, the User Profile Service Failed the Logon error doesn't allow you to log in at all, which is why it's harder to fix than other Windows errors.

How to get another year of free Windows 10 updates

How to get another year of free Windows 10 updates

Windows 10 has just three months left until support ends. In October 2025, the operating system will receive its final update, ending its 10-year lifecycle.

How to Fix Repairing Disk Errors on Windows

How to Fix Repairing Disk Errors on Windows

Errors related to your computer's drive can prevent your system from booting properly and restrict access to your files and applications.

Instructions for setting up and managing FTP Server on Windows 10

Instructions for setting up and managing FTP Server on Windows 10

If you want to create a private cloud to share and transfer large files without any limits, you can create an FTP Server (File Transfer Protocol Server) on your Windows 10 computer.

How to hide and show files in Windows 11 without software

How to hide and show files in Windows 11 without software

If you are looking for a way to hide files on Windows 11 without software, just follow the instructions below.

How to turn off hard drive when not in use on Windows 11

How to turn off hard drive when not in use on Windows 11

If your computer has an SSD and an HDD, you can turn off the hard drive after a period of inactivity.

How to change DNS to surf the web faster, increase Internet speed

How to change DNS to surf the web faster, increase Internet speed

Changing DNS on Windows has many benefits, such as: Accessing some blocked websites, speeding up internet connection, improving network stability. Below is how to change DNS on Windows 10, Windows 7 and other Windows versions. In the last part of the article, WebTech360 will talk a little about why changing DNS helps speed up the internet.

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

Blue screen of death (BSOD) is a common and not new error of Windows when the computer is experiencing some serious system error.

Summary of common Run CMD commands

Summary of common Run CMD commands

Instead of performing manual and direct access operations on Windows, we can replace them with available CMD commands for faster access.

Try these Wi-Fi tips while on vacation to reduce roaming costs!

Try these Wi-Fi tips while on vacation to reduce roaming costs!

Coming home to expensive data roaming charges probably isn't what you want. Luckily, there are some handy ways to cut those roaming costs.

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 delete individual system restore points in Windows

How to delete individual system restore points in Windows

Windows automatically creates system restore points up to a set limit, leaving you with dozens of restore points you never use.

Must-Have Windows Desktop Visual Enhancement Tools

Must-Have Windows Desktop Visual Enhancement Tools

If you're tired of staring at the same interface every day, these tools will enhance your desktop experience.

Windows 11 wont respect your privacy until you make these changes!

Windows 11 wont respect your privacy until you make these changes!

Windows 11 has a reputation for being a privacy-poor operating system, with many default settings that can cause privacy problems. But don't worry - there are ways to regain some control in this area.