[ARTICLE] Restore old Right-click Context menu in Windows 11

Sumit 42,266 Reputation points Volunteer Moderator
2025-06-26T08:28:22.2133333+00:00

Starting with Windows 11, the context menu in File Explorer is refreshed, offering a compact design based on modern principles. However, the refreshed context menu shows fewer items compared to the Legacy Context menu. This article discusses how to restore the Legacy Context menu in Windows 11, which shows up by default.

dbd5fd9d-8d47-4844-8a4e-3d6cd93c46f2

Recycle bin modern context menu

You can display the Legacy Right-Click Context menu by clicking "Show more options" at the end of the list or pressing Shift+F10. If you want it to be the default, you need to add a registry entry below so that every time you right-click a File or Folder, it shows the Legacy Context menu by default.

2

Restore the old Context Menu in Windows 11

  1. Right-click the Start button and choose Windows Terminal.
  2. Copy the command from below, paste it into the Windows Terminal Window, and press Enter.

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

  1. Restart File Explorer or your computer for the changes to take effect. You would see the Legacy Right Click Context menu by default.

3

Command in Windows Terminal to Restore old context menu

The Registry change masks the new COM object that executes the compact menus with the "Show more options" entry. Once you get this performed, Explorer reverts to the Legacy context menu. 

Restore Modern Context menus in Windows 11

To undo this change, in a Terminal Window, execute this command:

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

Restart the File Explorer or Computer for the changes to take effect.

These steps can help you to enable the old context menu in Windows 11.

Sumit (@_sumitdh) / X

Also read:

Windows for home | Windows 11 | Apps
{count} votes

2 answers

Sort by: Most helpful
  1. Jim 10 Reputation points
    2025-08-27T19:55:04.8266667+00:00

    DOES NOT WORK!

    It USED TO, but not anymore. After having over an hour of my time wasted by a useless help person online, all he told me to do was "leave feedback"

    STOP *******$@## WITH STUFF THAT DOESNT NEED IT!

    You and 3 other people found this answer helpful.

  2. Dmo 10 Reputation points
    2025-08-20T10:58:54.6733333+00:00

    Tx mate, busy doing some more tweaks since Windows 11 is becoming a navigational disaster. They had a perfect product and every version I'm losing my affection to windows completely. Do you maybe know how i remove every single piece of unasked AI integration in windows 11?

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.