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.

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 Change Power Sleep Settings in Windows 11

How to Change Power Sleep Settings in Windows 11

Discover step-by-step guidance on how to change power sleep settings in Windows 11. Optimize your PC

Best Security Settings for Microsoft Edge in 2026

Best Security Settings for Microsoft Edge in 2026

Discover the best security settings for Microsoft Edge in 2026 to protect your privacy and data. Optimize your browser with expert tips for ultimate online safety.

How to Bypass Windows 11 Activation for Testing

How to Bypass Windows 11 Activation for Testing

Discover ethical ways to bypass Windows 11 activation for testing purposes. Learn step-by-step guides, tools, and tips to test features without commitment, ensuring compliance and security. Perfect for developers and IT pros.

Best Ways to Optimize Windows 11 Background Processes

Best Ways to Optimize Windows 11 Background Processes

Discover the best ways to optimize Windows 11 background processes for smoother multitasking, faster boot times, and improved battery life. Follow our expert tips to tame resource-hungry apps and boost your PC

How to Use Windows 11 Emoji and GIF Keyboard

How to Use Windows 11 Emoji and GIF Keyboard

Discover how to effortlessly use the Windows 11 Emoji and GIF Keyboard to add flair to your messages. Step-by-step guide with tips for seamless integration in chats, emails, and more.

How to Fix GPT Disk Error During Windows 11 Installation

How to Fix GPT Disk Error During Windows 11 Installation

Struggling with GPT disk errors during Windows 11 installation? Discover proven, step-by-step fixes to resolve this common issue quickly and get your PC up and running smoothly. No tech expertise required!

How to Fix Windows 11 Fan Speed Control Not Working

How to Fix Windows 11 Fan Speed Control Not Working

Struggling with Windows 11 fan speed control not working? Discover proven, step-by-step fixes to regain control over your PC

Troubleshooting Windows 11 Bluetooth LE Device Sync Error

Troubleshooting Windows 11 Bluetooth LE Device Sync Error

Struggling with Bluetooth LE device sync errors on Windows 11? Discover proven troubleshooting steps to resolve connectivity issues, restore pairing, and ensure smooth device syncing without frustration. Expert tips for the latest Windows updates.

How to Fix Windows 11 Cyberpunk 2077 Redlauncher Error

How to Fix Windows 11 Cyberpunk 2077 Redlauncher Error

Struggling with the frustrating Cyberpunk 2077 Redlauncher Error on Windows 11? Discover proven, step-by-step fixes to get back to Night City without the hassle. Updated with the latest patches for seamless gaming.

How to Use Windows 11 Nearby Sharing Features

How to Use Windows 11 Nearby Sharing Features

Discover how to use Windows 11 Nearby Sharing features to send files, photos, and more wirelessly between devices. Step-by-step guide for seamless, secure sharing without cables.

How to Fix Windows 11 Windows Store 0x80073D05

How to Fix Windows 11 Windows Store 0x80073D05

Struggling with Windows 11 Microsoft Store error 0x80073D05? Discover proven, step-by-step fixes to get your apps downloading smoothly again. No tech expertise needed!

How to Setup Windows 11 Static IP Address

How to Setup Windows 11 Static IP Address

Discover how to set up a static IP address on Windows 11 effortlessly. This comprehensive guide walks you through the process, benefits, and troubleshooting tips to optimize your network for stability and speed.

Solving Game Bar Capture Error 0x82323007

Solving Game Bar Capture Error 0x82323007

Struggling with Game Bar Capture Error 0x82323007 on Windows? Discover proven fixes to resolve this frustrating issue and resume seamless screen recording. Step-by-step guide for gamers.

Troubleshooting Windows 11 DisplayPort No Signal Fix

Troubleshooting Windows 11 DisplayPort No Signal Fix

Struggling with Windows 11 DisplayPort no signal issues? Discover proven troubleshooting steps to restore your display connection quickly and easily. Get back to seamless multitasking without frustration.

Solving Windows 11 Starfield Performance and Lag Fix

Solving Windows 11 Starfield Performance and Lag Fix

Struggling with Starfield performance issues on Windows 11? Discover proven fixes for lag, stuttering, and low FPS. Optimize your setup with step-by-step guides to enjoy seamless gameplay in the vast universe of Starfield.