Get the Old Right-Click Menu Back in Windows 11
Windows 11's new right-click menu hides half the options behind "Show more options." Annoying when you want to do something quickly. Here's how to bring back the classic full menu.
Fastest fix: keyboard shortcut
Select a file. Press Shift + F10. The full classic menu appears. Or Shift + right-click on the file.
Option 1: Use Shift + Right-Click (no setup needed)
The fastest way to see the old menu without changing any settings. Hold Shift and right-click any file or folder. The classic full menu appears.
Or with the keyboard: select the file (single click), then press Shift + F10.
Option 2: Make the old menu the default (registry edit)
This makes the classic menu appear every time you right-click.
- Press Windows + R
- Type
regedit, press Enter, click Yes - In the address bar at top, paste:
HKEY_CURRENT_USER\Software\Classes\CLSID - Right click CLSID in the left pane > New > Key
- Name it exactly:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2} - Right click that new key > New > Key
- Name it:
InprocServer32 - Click on InprocServer32. On the right, double click (Default)
- Leave Value data blank, click OK
- Close Registry Editor
- Restart Windows Explorer: Ctrl + Shift + Esc, find Windows Explorer, right click > Restart
Right click any file. Old menu appears.
Easier: Use a command instead
If editing the registry is intimidating, you can do the same thing with one command.
- Right click Start > Terminal (Admin)
- Paste this and press Enter:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve - Restart your computer (or just restart Windows Explorer via Task Manager)
How to undo it
If you change your mind:
- Open Terminal (Admin)
- Paste:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f - Press Enter, restart computer
What about the right-click menu being completely broken?
If right-click does nothing at all:
- Restart Windows Explorer (Ctrl + Shift + Esc > Windows Explorer > right click > Restart)
- Recently installed apps with shell extensions can break the menu. Try uninstalling them
- Run
sfc /scannowin Terminal (Admin) - Disable third-party shell extensions with the free ShellExView tool
Why Microsoft did this
The Windows 11 menu was meant to be cleaner and faster, focusing on the most-used commands. Many people miss having everything visible. Either way, you have options.
Want help with this?
Registry edits make some people nervous. Isaac can do it remotely in 2 minutes.