How to Add a ‘Move to Folder’ Option to the Windows 11 Context Menu Using the Registry

If your Windows 11 Desktop or Downloads folder is a cluttered mess of disorganized files, cleaning it up can be a tedious chore. The standard method involves clicking a file, pressing Ctrl+X to cut it, manually opening a second File Explorer window, navigating deep into your Documents or Pictures folder, and pressing Ctrl+V to paste it.

You can drastically speed up this workflow by adding a dedicated “Move to Folder” button directly to your right-click context menu. When you click this hidden button, a tiny pop-up window appears, allowing you to instantly select any destination folder on your hard drive and teleport the file there immediately, entirely bypassing the need to open a second File Explorer window.

Important Warning

Editing the Windows Registry can cause system instability if you modify the wrong keys. It is highly recommended to create a System Restore point before proceeding.

Step 1: Open the Registry Editor

  1. Press the Windows Key + R on your keyboard to open the Run dialog box.
  2. Type regedit into the text box and press Enter. Click “Yes” if prompted by User Account Control.

Step 2: Navigate to the Context Menu Handlers Folder

We need to add a specific COM object to the registry folder that controls what happens when you right-click on any standard file or folder.

  1. Copy and paste the following path directly into the address bar at the top of the Registry Editor, and press Enter:
    HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

Step 3: Create the “Move to Folder” Key

Now we will explicitly tell Windows to activate the hidden “Move to” functionality.

  1. In the left-hand navigation pane, right-click on the ContextMenuHandlers folder.
  2. Select New > Key.
  3. Name this new key exactly: Move To
  4. Click on your newly created Move To folder so it is highlighted.
  5. Look at the right-hand pane. Double-click the file named (Default).
  6. In the “Value data” box, you must paste the following string exactly as written (including the curly brackets and hyphens):
    {C2FBB631-2971-11D1-A18C-00C04FD75D13}
  7. Click OK.

Step 4: Test the Feature

The change is written to the registry immediately; you do not need to reboot your computer.

  1. Close the Registry Editor.
  2. Go to your Desktop and right-click on any file (like an image or a text document).
  3. Because you are on Windows 11, you must click “Show more options” at the bottom of the modern menu to access the classic context menu.
  4. You will now see a brand new button labeled “Move to folder…”

Click it. A sleek, minimalist directory tree will instantly pop up on your screen. You can use this tree to select any folder on your C: drive or external hard drive. Once you click “Move,” the file will instantly vanish from your desktop and seamlessly relocate to the destination folder you selected.

Bonus: Add a “Copy to Folder” Button

If you prefer to duplicate files rather than move them, you can repeat the exact same process to add a “Copy to Folder” button.

  1. Navigate back to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers in the Registry Editor.
  2. Create a New Key named Copy To.
  3. Modify the (Default) value data to this exact string: {C2FBB630-2971-11D1-A18C-00C04FD75D13}

You will now have both high-speed file management options instantly available on your right-click menu.

RELATED POSTS

  • How to Completely Uninstall Microsoft OneDrive from Windows 11
  • How to Use the Test-NetConnection PowerShell Cmdlet to Troubleshoot Network Ports in Windows
  • How to Use Windows 11 Remote Desktop to Control a PC
  • How to Turn Off Typing Sounds on Windows 11
  • How to Find Your Windows 11 Product Key
  • Get the best tech tips delivered straight to your inbox.

    Join thousands of readers mastering Apple, Google, Microsoft, and Linux.