How to Restore the Classic Right-Click Context Menu in Windows 11


๐Ÿ–ฑ๏ธ How to Restore the Old Context Menu in Windows 11

Windows 11 replaced the familiar right-click menu with a cleaner, minimal version. While it looks nice, it hides common tools like Properties, Refresh, and Copy as Path behind a โ€œShow more optionsโ€ submenu.
If you miss the full menu from Windows 10, you can easily restore it with a simple Registry tweak.


๐Ÿงฉ Why Microsoft Changed It

Microsoft redesigned the context menu to make it simpler for modern apps and touch interfaces.
But for power users and IT admins who work fast, the change adds unnecessary clicks. Luckily, the classic menu is still thereโ€”just hidden by default.


โš™๏ธ Steps to Bring Back the Classic Menu

Follow these simple steps:

  1. Open Windows Terminal (Admin)
    • Right-click the Start button
    • Select Windows Terminal (Admin) or Command Prompt (Admin)
  2. Run this command: reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  3. Restart Windows Explorer
    • Press Ctrl + Shift + Esc to open Task Manager
    • Right-click Windows Explorer โ†’ Restart
    • Or reboot your PC

After restarting, the classic full context menu appears immediately when you right-click files or folders.


๐Ÿ”„ Revert to the New Menu

If you prefer the modern Windows 11 menu again, remove the Registry entry:

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

Then restart Windows Explorer or reboot your PC.


๐Ÿ’ผ Admin Tip:

You can roll this fix out to multiple systems using Group Policy, Microsoft Intune, or a PowerShell script.
Export the key once and push it through a script or configuration profile.


๐Ÿง  Quick Reference Table

ActionCommandResult
Restore classic menureg add ...InprocServer32Full context menu returns
Revert to new menureg delete ...InprocServer32Brings back modern menu

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top