What you can change about right-click in Windows 11

Windows 11 lets you modify what happens when you right-click on your desktop, files, and folders. You can show the full context menu instead of the simplified version, add or remove options from the menu, change which programs open files by default, and disable right-click entirely if you need to. The method depends on what you want to change — some adjustments happen in Settings, others in the Registry, and a few require third-party tools.

Most people want to restore the old right-click menu that shows all options at once, rather than the condensed menu Windows 11 displays by default. That change takes about 30 seconds and requires only the Settings app.

Key Takeaways

  • The fastest change is showing the full context menu: right-click the desktop, select Show more options, then open Settings > System > For developers and toggle "Show full context menu" on.
  • To change which program opens a file type, right-click the file, select "Open with," choose the program you want, and check the box to make it the default.
  • Removing specific options from the right-click menu requires editing the Windows Registry, which carries a small risk if you make a mistake — back up your Registry first.
  • You can disable right-click entirely through Group Policy (Windows 11 Pro and higher) or Registry edits, though this affects all users on the device.
  • Third-party tools like ContextEdit and ShellExView let you customize the menu without touching the Registry directly.

Show the full context menu instead of the simplified version

Windows 11 hides many right-click options behind a "Show more options" button. To see everything at once, open Settings by pressing Windows key + I. Navigate to System, then scroll down and select "For developers." Toggle "Show full context menu" to the on position.

After you toggle it on, right-click anywhere on your desktop or in File Explorer — the full menu appears when ready without the extra step. This change applies to all right-clicks on your device and takes effect right away. You do not need to restart.

Change which program opens a file by default

Right-click any file and select "Open with." A list of programs appears. Click the program you want to use, then check the box that says "Always use this app to open [file type]." From that point on, double-clicking that file type opens it in the program you chose.

If the program you want does not appear in the list, select "Choose another app" at the bottom. A longer list opens. If your program still does not show, select "Look for another app on this PC," navigate to the program's installation folder, and select its .exe file.

To change the default later, right-click a file of that type again and pick a different program. You can also go to Settings > Apps > Default apps, search for the file type (like .pdf or .docx), and select a new default from there.

Add or remove options from the right-click menu

Adding items to the right-click menu requires editing the Windows Registry. Open the Registry Editor by pressing Windows key + R, typing regedit, and pressing Enter. The Registry is a database of system settings — changes here affect how Windows behaves, so proceed carefully.

Before you make any changes, back up your Registry. In Registry Editor, select File > Export, choose a location and filename, and save. If something goes wrong, you can restore from this backup.

To add a program to the right-click menu, navigate to HKEY_CLASSES_ROOT\*\shell. Right-click the shell folder, select New > Key, and name it after the program you want to add. Right-click your new key, select New > String Value, name it Command, and enter the full path to the program's .exe file. The program now appears when you right-click any file.

To remove an option, navigate to the same location, find the folder for the option you want to remove, right-click it, and select Delete. Confirm the deletion. The option disappears from the right-click menu when ready.

Disable right-click entirely

If you want to prevent right-clicking on your device, the method depends on your Windows 11 edition. On Windows 11 Pro, Home, or Enterprise, open Group Policy Editor by pressing Windows key + R, typing gpedit.msc, and pressing Enter. Navigate to User Configuration > Administrative Templates > Windows Components > File Explorer. Find "Remove File Explorer context menu" and set it to Enabled.

On Windows 11 Home, Group Policy Editor is not available. Instead, open Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, right-click in the empty space, select New > DWORD (32-bit) Value, name it NoViewContextMenu, and set the value to 1. Restart your device for the change to take effect.

Use third-party tools to customize the menu without Registry edits

Programs like ContextEdit, ShellExView, and W11 Context Menu Editor let you add, remove, and rearrange right-click options through a graphical interface instead of the Registry. These tools are safer for users who are not comfortable editing the Registry directly, because they handle the technical details for you.

read one of these tools from its official website, install it, and open it. Most show a list of all current right-click options with checkboxes — uncheck an option to remove it, or use the tool's menu to add new programs. Changes take effect when ready or after a restart, depending on the tool.

Be cautious with third-party tools: read only from official websites, and read user reviews before installing. Some tools bundle unwanted software or may not work correctly on your specific Windows 11 build.

Restore the default right-click menu

If you made changes and want to go back to Windows 11's original right-click behavior, the steps depend on what you changed. If you toggled "Show full context menu" on and want the simplified menu back, go to Settings > System > For developers and toggle it off.

If you edited the Registry or used a third-party tool to add or remove options, you can undo individual changes by reversing the steps you took — delete the Registry keys you added, or use the third-party tool to re-enable options you disabled. If you backed up your Registry before making changes, you can restore from that backup: open Registry Editor, select File > Import, and choose your backup file.

Frequently Asked Questions

Can I have different right-click menus for different file types?

Yes. Right-click options are stored separately for different file types in the Registry under HKEY_CLASSES_ROOT. You can add programs to the menu for .pdf files without affecting .docx files, for example. Navigate to the specific file type's folder in the Registry and make your changes there.

Will changing the right-click menu affect other user accounts on my device?

It depends where the change is made. Changes in Settings > For developers explore to your account only. Registry edits under HKEY_CURRENT_USER affect only your account, while edits under HKEY_LOCAL_MACHINE affect all accounts. Group Policy changes also affect all users.

What happens if I delete the wrong Registry key?

Windows may behave unexpectedly or lose functionality. That is why backing up your Registry before editing is important. If you delete something by mistake, close Registry Editor without saving, restart your device, and restore from your backup file using File > Import.

Can I undo changes I made with a third-party tool?

Most third-party tools let you undo changes through their own interface — look for an undo button or option to restore defaults. If the tool does not offer that, you can restore your Registry backup. Always keep a backup before using any customization tool.