How to Restore the Classic File Explorer in Windows 11
With the release of Windows 11, users have noticed changes in the interface, including a redesigned File Explorer with a minimalist look that’s quite different from the classic Windows 10 style. If you find the new design less convenient, there are ways to bring back the traditional File Explorer. Here’s how to do it.
Method 1: Modify the Registry
To revert to the classic File Explorer view through the Registry, follow these steps:
- Press Win + R and type
regedit
to open the Registry Editor. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions
. - Right-click on
Blocked
and select “New” > “String Value.” - Name the new string
{e2bf9676-5f8f-435c-97eb-11607a5bedf7}
. - Close the Registry Editor and restart your computer.
After restarting, File Explorer should revert to a look similar to the classic Windows 10 style.
Method 2: Use Command Prompt
If you prefer not to manually edit the Registry, you can use the Command Prompt to achieve a similar result:
- Open Command Prompt as an administrator. Press Win + X and select Command Prompt (Admin).
- Type the following command and press Enter:
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v SeparateProcess /t REG_DWORD /d 1 /f
This command enables separate processes for File Explorer windows, helping revert to the classic style. To apply the changes, restart File Explorer through the Task Manager by finding and restarting Windows Explorer.
Method 3: Use Third-Party Tools
If you’re uncomfortable editing the Registry or using Command Prompt, you can opt for third-party utilities that let you customize the Windows interface. One such tool is OldNewExplorer, which offers various options for tweaking File Explorer.
- Download and install OldNewExplorer from the official developer’s website.
- Run the application and configure the settings, choosing the interface elements you’d like to modify.
- Apply the changes and restart File Explorer.
Using third-party tools carries certain risks, so it’s best to download from reputable sources and keep the software up to date.