One of the biggest interface changes introduced in Windows 11 is the redesigned right-click context menu. Microsoft simplified the menu by displaying only the most commonly used commands and moving many traditional options behind a Show more options button. While the new design looks cleaner, many users find it less efficient because common actions from applications such as 7-Zip, WinRAR, Visual Studio Code, Git, and other third-party programs often require an extra click.
Fortunately, Windows 11 still contains the classic Windows 10-style context menu. By making a small Registry change, you can disable the modern context menu and restore the old full context menu permanently. Once enabled, the traditional right-click menu appears immediately without needing to click Show more options every time. Microsoft documents that the legacy menu can still be accessed through Show more options or by pressing Shift + F10, and a Registry modification can make the classic menu the default.
This guide explains multiple methods to disable Show More Options and restore the old context menu in Windows 11.
Method 1: Restore The Old Context Menu Using Windows Terminal
This is the quickest method and works on Windows 11 Home, Pro, Enterprise, and Education editions.
Step 1: Open Windows Terminal
Follow these steps:
- Right-click the Start button.
- Select Terminal (Admin) or Windows Terminal (Admin).
- Approve the UAC prompt if it appears.
Step 2: Run The Registry Command
Copy and paste the following command:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Press Enter. This command creates the Registry entry that causes File Explorer to use the legacy context menu instead of the Windows 11 compact menu.
Step 3: Restart File Explorer
Restart the computer or restart Explorer for the change to take effect.
Use:
taskkill /f /im explorer.exe
start explorer.exe
After Explorer reloads, right-click any file, folder, or empty desktop area.
The classic context menu should appear immediately.
Method 2: Restore The Old Context Menu Using Registry Editor
If you prefer making changes manually, use Registry Editor.
Important
Before modifying the Registry:
- Create a restore point.
- Back up the Registry.
- Close open applications.
Step 1: Open Registry Editor
- Press Windows + R.
- Type:
regedit
- Click OK.
Step 2: Navigate To CLSID
Browse to:
HKEY_CURRENT_USER\Software\Classes\CLSID
Step 3: Create A New Key
Right-click CLSID and select:
New > Key
Name the key:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
Step 4: Create A Subkey
Inside the new key:
- Right-click it.
- Select New > Key.
Name it:
InprocServer32
Step 5: Leave The Default Value Blank
Select InprocServer32.
Double-click (Default) and leave the Value Data field completely blank.
Click OK. This blank value is required for the modification to work correctly.
Step 6: Restart Explorer
Restart Windows Explorer or reboot the computer.
The old context menu should now appear automatically whenever you right-click.
Method 3: Use Shift + Right-Click When Needed
If you only occasionally need the classic menu, Windows already provides a shortcut.
Simply:
- Hold Shift
- Right-click a file or folder
The classic menu opens immediately without selecting Show more options.
This method requires no Registry modifications and works instantly.
Method 4: Use Shift + F10 Keyboard Shortcut
Another built-in shortcut is:
Shift + F10
Select a file or folder and press Shift + F10.
Windows opens the classic context menu directly.
This method is particularly useful for keyboard users and accessibility purposes.
Method 5: Create A Registry File For Automatic Restoration
You can automate the process with a Registry file.
Create A New Text File
Open Notepad and paste:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
Save The File
Save it as:
RestoreOldContextMenu.reg
Choose:
All Files (*.*)
instead of Text Documents.
Apply The Registry File
Double-click the file.
Approve the prompts.
Restart File Explorer.
The classic context menu becomes the default.
Method 6: Restore The Windows 11 Modern Context Menu Later
If you decide to return to the default Windows 11 menu, remove the Registry key.
Using Command Prompt
Run:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Restart Explorer or reboot the computer afterward.
Using Registry Editor
Navigate to:
HKEY_CURRENT_USER\Software\Classes\CLSID
Delete:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
Restart Windows.
The modern Windows 11 menu returns.
Why Many Users Prefer The Old Context Menu
The classic menu remains popular because it provides direct access to more commands.
Benefits include:
- Faster workflow
- Fewer clicks
- Better third-party software integration
- Easier access to advanced commands
- Familiar Windows 10 experience
- More visible options
Power users often find the traditional menu more efficient for daily work.
Advantages Of The New Windows 11 Context Menu
Although many users prefer the classic menu, the redesigned menu offers some benefits.
Advantages include:
- Cleaner appearance
- Touch-friendly design
- Better spacing
- Simplified options
- Modern user interface
- Reduced clutter
The best choice depends on personal preference and workflow.
Common Problems And Solutions
Old Menu Does Not Appear
Verify:
- Registry path is correct.
- InprocServer32 exists.
- Default value is blank.
- Explorer has been restarted.
Changes Revert After Updates
Some major Windows feature updates may restore default settings.
If that happens:
- Reapply the Registry command.
- Restart Explorer again.
Registry Command Returns An Error
Make sure:
- The command is copied exactly.
- You have permission to modify the Registry.
- Windows Terminal is running with administrative privileges if required.
Explorer Crashes After Modification
This is uncommon but can occur if Registry keys are entered incorrectly.
Restore the Registry backup or delete the custom key and restart Windows.
Frequently Asked Questions
What does “Show More Options” do in Windows 11?
It opens the classic context menu containing additional commands that are hidden from the simplified Windows 11 menu.
Is restoring the old context menu safe?
Yes. The Registry modification is widely used and simply causes Windows to display the legacy context menu by default. However, always back up important data before modifying the Registry.
Does this work on Windows 11 Home?
Yes. The Registry-based methods work on Windows 11 Home, Pro, Enterprise, and Education editions.
Can I still access the classic menu without Registry changes?
Yes. Use Shift + Right-Click, Shift + F10, or click Show more options.
Will restoring the old menu improve performance?
The difference is generally negligible. Most users restore the classic menu for convenience rather than performance reasons.
Can Microsoft remove this workaround in the future?
It is possible. Microsoft has not officially provided a permanent setting for enabling the classic menu, so future Windows updates could change how this workaround functions.
Final Thoughts
The redesigned Windows 11 context menu offers a modern appearance, but many users prefer the classic right-click menu because it provides faster access to commands without requiring an additional Show more options click. Whether you frequently use archive tools, developer utilities, file management applications, or simply prefer the familiar Windows 10 experience, restoring the old context menu can make daily tasks more efficient.
The easiest solution is running a single Registry command through Windows Terminal, while advanced users can manually create the required Registry keys through Registry Editor. If you only occasionally need the traditional menu, built-in shortcuts such as Shift + Right-Click or Shift + F10 provide instant access without making permanent changes. Since the modification can be reversed at any time, you can freely switch between the classic and modern menus to find the interface that best matches your workflow.


