Published 2026-02-04 by TechNet New England
If you recently upgraded to Windows 11, you've probably noticed that the right-click menu looks different. Microsoft replaced the classic full-length context menu with a shorter, simplified version. To see options like "Open with," "Send to," or third-party app shortcuts, you now have to click "Show more options" every single time.
For most people, this extra click gets old fast. The good news is there's a straightforward fix that brings back the classic right-click menu permanently.
Why Did Microsoft Change the Right-Click Menu?
Microsoft redesigned the context menu in Windows 11 to look cleaner and reduce clutter. The new menu only shows a handful of common actions and hides everything else behind that "Show more options" entry at the bottom. While the intention was a simpler experience, it actually adds an extra step for anyone who relies on the full menu regularly.
How to Restore the Classic Right-Click Menu
You can bring back the full context menu by adding a registry entry. This tells Windows 11 to skip the new menu and go straight to the classic one.
Option 1: Use a Command (Fastest)
- Right-click the Start button and select "Terminal (Admin)" or "Windows PowerShell (Admin)"
- Copy and paste this command, then press Enter:
reg add "HKCU\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\\InprocServer32" /f /ve
- Restart your computer, or restart Windows Explorer by opening Task Manager (Ctrl+Shift+Esc), finding "Windows Explorer" in the list, right-clicking it, and selecting "Restart"
That's it. After the restart, right-clicking anywhere will show the full classic menu immediately.
Option 2: Use Registry Editor (Manual Method)
- Press Win+R, type
regedit, and press Enter - Navigate to:
HKEY_CURRENT_USER\\Software\\Classes\\CLSID - Right-click "CLSID," select New > Key, and name it:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2} - Right-click the new key you just created, select New > Key, and name it:
InprocServer32 - In the right pane, double-click the "(Default)" value and click OK without typing anything (leave it blank)
- Restart your computer
How to Undo This and Go Back to the New Menu
If you ever want to switch back to the Windows 11 context menu, open Terminal (Admin) and run:
reg delete "HKCU\\Software\\Classes\\CLSID\\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Then restart your computer. The new-style menu will return.
Is This Safe?
Yes. This registry change only affects how the context menu is displayed for your user account. It doesn't disable any Windows features, and it doesn't affect system stability. Microsoft even acknowledged this workaround and it has been widely used since Windows 11 launched.
If these steps don't resolve the issue, or if you'd like professional help, our team is here. Contact TechNet New England for IT support.