How to bring back classic context menu on Windows 11

If the new right-click context menu on Windows 11 isn't for you, it's possible to replace it with the legacy context menu, and here's how.

Windows 11 desktop showing a classic context menu with a red arrow pointing to it. Text overlay reads "Windows 11 Classic Context menu."
Classic context menu / Image: Mauro Huculak
  • To restore the legacy right-click context menu on Windows 11, open the Registry in the “HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID” path, create the “{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” key, create the “InprocServer32” key, set the default String to blank, and restart the computer.
  • You can also open Command Prompt (admin) and run the “reg add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32″ /f /ve” command.
  • Update May 21, 2026: These instructions have been revised to ensure accuracy and reflect other changes.

Although Windows 11 introduces a redesigned right-click context menu with a cleaner, more modern interface, the experience remains more limited than the classic menu. Many legacy options, third-party app integrations, and advanced actions remain hidden behind the “Show more options” entry or the “Shift + F10” keyboard shortcut, adding an unnecessary extra step for power users.

If you prefer the original experience, Windows 11 still allows you to restore the classic right-click context menu. You can make the change by modifying the Registry manually or by running a simple Command Prompt command.

In this guide, you’ll learn how to disable the modern context menu and restore the classic right-click menu with all legacy options on Windows 11.

Warning: It’s crucial to note that modifying the Registry can cause serious problems if not used properly. It’s assumed you know what you’re doing and have created a full backup of your system before proceeding. Also, some users are reporting problems using these steps. You can check the video to confirm that the instructions worked to accomplish the task. However, it’s possible that future updates or the way you have configured your device may not be compatible with these changes. You should follow these steps at your own risk.

Restore classic right-click menu on Windows 11 from Registry

To bring back the classic context menu on Windows 11, follow these steps:

  1. Open Start on Windows 11.

  2. Search for regedit and click the top result to open the Registry.

  3. Navigate to the following path:

    HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID
  4. Right-click the CLSID key, select the New menu, and select the Key option.

    86ca1aa0-34aa-4e8b-a509-50c905bae2a2

  5. Name the key {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} and press Enter.

  6. Right-click the newly created key, select the New menu, and select the Key option.

    InprocServer32

  7. Name the key InprocServer32 and press Enter.

  8. Double-click the (Default) string key and set its value to an empty string to enable the classic context menu on Windows 11.

    Registry enable classic context menu

    Quick note: This step is crucial since if you don’t open and save the String with a blank (null) value, the switch may not work.
  9. Click the OK button.

  10. Restart the computer (important).

Once you complete the steps, whether you right-click the desktop, a file, or a folder in File Explorer, the classic context menu will appear instead of the modern menu.

Get the Pureinfotech newsletter

Expert Windows guides, practical tips, and the latest updates that make your PC easier to use, delivered to your inbox

If you want to revert the changes to re-enable the modern context menu, follow the same instructions above, but in step 4, right-click and delete the {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} key and its contents.

Restore classic right-click menu on Windows 11 from Command Prompt

To enable the classic context menu with commands, follow these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and choose the Run as administrator option.

  3. Type the following command to enable the right-click context menu and press Enter:

    reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

    Command Prompt enable classic context menu

  4. Type the following command to close File Explorer and press Enter:

    taskkill /f /im explorer.exe
  5. Type the following command to start File Explorer and press Enter:

    start explorer.exe

After you complete the steps, you should be able to access the legacy right-click menu in File Explorer.

If you want to revert the changes, you can use the same instructions, but in step 3, run the reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" command instead.

Microsoft is working on improvements to better organize the context menu so you don’t need to use a workaround to access the classic design.

Pureinfotech’s Take

I still think the redesigned context menu is one of the more frustrating interface changes Microsoft introduced with Windows 11. It looks cleaner, and I understand the company’s goal of simplifying the experience, but in practice, it slows down anyone who regularly works with files, folders, archives, scripts, or third-party apps. Having to click “Show more options” every time quickly becomes annoying if you spend hours a day in File Explorer.

This workaround has been around for a while, and it’s one of those tweaks I continue to use on my own systems because the classic menu is simply faster and more practical. The fact that Microsoft is still refining the modern menu years later tells me the company knows the original design shipped with too many compromises for power users.

At the same time, I’d still be cautious recommending Registry modifications to casual users. Even though this tweak is relatively simple, Microsoft has changed or removed unofficial workarounds in past releases, and the warning about future compatibility is valid. If you only occasionally need the legacy options, using “Shift + F10” may be the safer approach. However, if you constantly manage files or rely on shell extensions, restoring the classic menu still makes Windows 11 feel more efficient.

The broader pattern here is that the company often prioritizes visual modernization over usability refinements. We’ve seen the same thing happen with the Taskbar, Start menu, and Settings app. Over time, many missing capabilities have made their way back, but advanced users usually end up depending on temporary tweaks like this in the meantime.

What are your thoughts about the classic right-click menu on Windows 11? Let me know in the comments.

Thank you for your feedback!
About the author

Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech in 2010. With over 22 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].

Comments

Join In