Restore Classic Windows 11 Context Menu with Regedit
Windows 11 introduced a redesigned, minimalist context menu that hides many common options behind a “Show more options” button. This guide provides step-by-step instructions on how to use the Windows Registry Editor (Regedit) to permanently restore the full, classic Windows 10-style right-click context menu without third-party software.
Step 1: Open the Registry Editor
- Press
Windows Key + Ron your keyboard to open the Run dialog box. - Type
regeditinto the field and pressEnter(or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrator permissions.
Step 2: Navigate to the CLSID Key
In the Registry Editor’s left sidebar, navigate to the following path:
HKEY_CURRENT_USER\Software\Classes\CLSID
You can also copy and paste this path directly into the address bar
at the top of the Registry Editor window and press
Enter.
Step 3: Create the New Registry Keys
- Right-click on the CLSID folder in the left pane.
- Select New > Key.
- Name the new key:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2} - Right-click on the newly created
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}key. - Select New > Key.
- Name this subkey:
InprocServer32
Step 4: Modify the Default Value
- Click on the InprocServer32 key to select it.
- In the right pane, double-click on the (Default) entry.
- Ensure the Value data field is completely empty,
then click OK. (Note: Setting the value to blank
ensures the Data column changes from
(value not set)to an empty state, which activates the classic context menu override).
Step 5: Restart Windows Explorer
To apply the changes immediately without restarting your computer:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer and select Restart.
Once Explorer restarts, right-click anywhere on the desktop or on a file to view the classic context menu.
How to Revert to the Modern Windows 11 Context Menu
If you ever want to switch back to the default Windows 11 menu:
- Open
regeditand navigate to:HKEY_CURRENT_USER\Software\Classes\CLSID - Right-click the
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}key and select Delete. - Confirm the deletion and restart Windows Explorer via the Task Manager.