Old menu bar appears in File Explorer in Windows 10 or 11

When you open File Explorer in Windows 10 or 11, the old menu bar containing the File, Edit, View, and Tools menu options may appear.

old menu bar in explorer in windows 11

The menu bar may appear with a white background and doesn’t look good in dark mode. And there is no GUI option to hide the old menu bar. Previously there was a setting (“Always show menus”) in the Folder Options dialog, but it has been removed in the recent builds.

Resolution

To remove the old menu bar in File Explorer, follow these steps:



  1. Launch Regedit.exe.
  2. In the Registry Editor, go to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Set the AlwaysShowMenus registry value data to 0.
  4. If it’s missing, create the DWORD value manually.
  5. Exit the Registry Editor.
  6. Log off and log back in for the changes to take effect.

Alternatively, you can open a Command Prompt window and run the following command to accomplish the task.

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v AlwaysShowMenus /d 0 /t REG_DWORD /f

 
Log off and log back in for the changes to take effect.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

Leave a Comment