How to Enable Classic Context Menu in Windows 11 (Registry Fix)

Windows 11 replaced the familiar right-click menu with a shorter, icon-based version, pushing options like “Send to,” “Give access to,” and third-party app entries into a separate “Show more options” submenu. That extra click adds up fast for anyone who right-clicks often. A one-time registry tweak brings the full classic menu back as the default, no extra submenu, no missing entries.

enable classic context menu windows 11

What Causes the Truncated Context Menu

Windows 11 redesigned File Explorer’s right-click menu to reduce clutter and match the new visual style.

  • Microsoft moved several classic options into a secondary “Show more options” submenu.
  • Third-party app entries (7-Zip, Git, IDE tools) often only appear in that secondary menu.
  • The change was cosmetic, not a removal of functionality, everything from Windows 10 is still present, just hidden behind an extra click.

Method 1: Enable Classic Menu via Registry Edit

This method restores the full classic menu using Registry Editor. The edit only adds a new key, it does not touch any existing Windows setting, and it can be undone at any time using the revert steps below.

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to HKEY_CURRENT_USER\Software\Classes\CLSID.
  3. Right-click CLSID > New > Key, and name it exactly {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}. Copy and paste this value instead of typing it, a single mistyped character will stop the tweak from working.
  4. Inside that new key, create another subkey named InprocServer32.
  5. Click the InprocServer32 key. In the right pane, double-click the (Default) value and leave the field empty, then click OK. No text needs to be entered.
  6. Close Registry Editor, then restart Windows Explorer through Task Manager (Ctrl + Shift + Esc > find Windows Explorer > right-click > Restart).

Right-clicking anywhere now shows the full classic context menu directly. If the menu still looks unchanged, recheck the key name for typos and make sure Explorer was fully restarted, a sign-out and sign-in also forces the change if a restart alone doesn’t work.

Method 2: Enable Classic Menu via Command Prompt

This applies the same registry change as Method 1 in a single command. Use this instead of Method 1, not in addition to it, useful for quick setup or scripting across multiple machines.

  1. Open Command Prompt.
  2. Run this command:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  1. Restart Windows Explorer through Task Manager to apply the change immediately.

How to Revert to the Default Windows 11 Menu

Removing the registry key brings back the original compact menu.

  1. Open Command Prompt and run:
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
  1. Restart Windows Explorer through Task Manager to apply the change.

Frequently Asked Questions

Does this tweak affect all user accounts on the PC?

No. The change is written under HKEY_CURRENT_USER, so it only applies to the account it was applied from. Each user profile needs the tweak applied separately.

Will this break future Windows updates?

No. The tweak only adds a registry key under the current user’s classes and does not modify system files. Major feature updates have occasionally reset it, requiring the key to be reapplied.

Can I add or remove specific entries from the context menu with this method?

No. This tweak restores the classic Windows 10 layout as a whole. Editing individual entries requires a third-party tool such as Winaero Tweaker or Ultimate Context Menu Customizer, since Windows 11 has no built-in option for entry-by-entry editing.

Is this registry tweak safe?

Yes. It only creates a new key under HKEY_CURRENT_USER and does not modify any system file or existing setting. The change is fully reversible by deleting the same key.

Why did the classic menu disappear again after a Windows update?

Some major Windows 11 feature updates reset user-level registry customizations, including this one. If the compact menu returns after an update, reapply the registry key or command using the steps above.

Related Guides

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply