[Fix] Drag and Drop not working in File Explorer

On your Windows 10/11 computer, you may unexpectedly find that the drag and drop functionality has stopped working in File Explorer. This issue may occur only when dragging files or folders to a folder in the Explorer navigation pane.

drag and drop not working in windows 10/11

When dragging a file to a folder in the navigation pane, you can see the red strike-through symbol (which denotes the action is not allowed). Interestingly, you may be able to drag and drop items the other way — i.e., from the navigation area to the right pane. Also, the drag and drop may work fine in desktop and folder view (i.e., the right pane of File Explorer).

Cause

The drag and drop support in the navigation area may have been broken due to a recently employed registry edit to disable Quick access. It’s one of the side-effects of removing the Quick access section by modifying the Attributes registry value in the following registry key:

HKEY_CLASSES_ROOT\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder

Setting the Attributes value to a6000000 (in an attempt to remove Quick access) causes this problem. It’s possible that a third-party tweaker program has caused this.



[Fix] Drag and Drop not working in File Explorer

To restore the drag and drop functionality in the Explorer navigation pane, fix the Attributes registry value for Quick access:

  1. Start the Registry Editor (regedit.exe) under the Trusted Installer account.
  2. In the Registry Editor, go to the following branch:
    HKEY_CLASSES_ROOT\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder
  3. Double-click Attributes and set its data to a0100000
  4. Go to the following branch (under HKEY_CURRENT_USER, NOT HKEY_CLASSES_ROOT) if it exists:
    HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}
  5. Right-click {679f85cb-0220-4080-b29b-5540cc05aab6} and choose Delete. Click Yes to confirm.
  6. Optionally, if you need to disable Quick access, use the HubMode registry value instead. Check out this page for details: How to Remove Quick Access and Other Shell Folders From File Explorer.
  7. Exit the Registry Editor.
  8. Log off and log back in for the change to take effect.

This restores the drag-and-drop feature in File Explorer to copy or move files or folders.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

1 thought on “[Fix] Drag and Drop not working in File Explorer”

  1. Thank you for detailed explanation.
    it was really annoying to have move to navigation pane not working & quick access is also of no use for so many people.

    Reply

Leave a Comment