Fix Drag and Drop Not Working in Windows 10/11 File Explorer

Fix Drag and Drop Not Working in Windows 10/11 File Explorer​

Difficulty: Beginner | Time Required: 10 minutes
Drag and drop is one of those Windows features you only notice when it stops working. If you can no longer drag files into folders, move items between File Explorer windows, drop files onto the desktop, or drag attachments into apps, the cause is usually a stuck mouse action, a frozen File Explorer process, permission differences between windows, or a temporary shell glitch.
This guide walks you through quick, beginner-friendly fixes for Windows 10 and Windows 11. Start at the top and test drag and drop after each section.

Prerequisites​

Before you begin:
  1. Save any open work.
  2. Close any file transfer windows that are still running.
  3. If you use an external mouse, make sure it is connected securely.
  4. If you are on a laptop, check whether the issue happens with both the touchpad and a mouse.
Note: These steps apply to Windows 10 and Windows 11. Menu names may look slightly different depending on your Windows version, but the overall process is the same.

1. Press Esc to Cancel a Stuck Drag Operation​

Sometimes Windows thinks a drag operation is still in progress, even after you release the mouse button. Pressing Esc can cancel the stuck action.
  1. Click once on the desktop or inside File Explorer.
  2. Press the Esc key several times.
  3. Try dragging a file or folder again.
If drag and drop starts working immediately, the issue was likely a stuck drag action.

2. Check the Mouse or Touchpad​

A failing mouse button or touchpad gesture setting can make drag and drop seem broken.
  1. Open File Explorer.
  2. Click and hold a file.
  3. Move it slightly while still holding the mouse button.
  4. Release it in the same folder or another folder.
  5. If nothing happens, try another mouse or use the laptop touchpad.
  6. If you are using a wireless mouse, replace or recharge the batteries.
You should also test whether normal clicking works correctly. If single-clicks become double-clicks, or if holding the button does not stay held, the mouse may be the problem.
Tip: If drag and drop fails only with one mouse but works with another, Windows is probably fine. Replace the mouse or update its driver/software.

3. Restart File Explorer​

File Explorer controls your desktop, taskbar, folders, and much of the drag-and-drop experience. Restarting it often fixes the issue without rebooting the whole PC.

Windows 11​

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. If Task Manager opens in compact view, select More details.
  3. Select Processes.
  4. Find Windows Explorer.
  5. Right-click Windows Explorer.
  6. Select Restart.
  7. Wait a few seconds for the taskbar and desktop to reload.
  8. Test drag and drop again.

Windows 10​

  1. Press Ctrl + Shift + Esc.
  2. Open the Processes tab.
  3. Scroll to Windows Explorer.
  4. Right-click it and choose Restart.
  5. Try dragging a file again.
Note: Your taskbar and desktop may briefly disappear while Explorer restarts. This is normal.

4. Make Sure You Are Not Dragging Between Different Permission Levels​

Drag and drop may not work when one window is running as administrator and the other is not. Windows uses User Account Control to help protect the system by separating normal apps from elevated administrator apps.
For example, dragging a file from normal File Explorer into an app running as administrator may fail.
To test this:
  1. Close the app you are trying to drag files into.
  2. Reopen it normally, without choosing Run as administrator.
  3. Open File Explorer normally.
  4. Try dragging the file again.
If it works, the issue was a permission-level mismatch.
Warning: Do not disable User Account Control just to fix drag and drop. UAC is an important Windows security feature. Instead, run both apps at the same permission level whenever possible.

5. Restart the Computer​

If restarting File Explorer did not help, restart Windows completely.
  1. Select Start.
  2. Select the Power button.
  3. Choose Restart.
  4. Sign back in.
  5. Open File Explorer and test drag and drop.
A restart clears temporary shell problems, stuck input states, and background glitches that may affect File Explorer.

6. Reset File Explorer Options​

Incorrect or corrupted File Explorer view settings can occasionally cause odd folder behavior. Resetting folder options is safe and does not delete your files.
  1. Open File Explorer.
  2. Select the three dots menu in Windows 11, or the View tab in Windows 10.
  3. Choose Options or Change folder and search options.
  4. On the General tab, select Restore Defaults.
  5. Go to the View tab.
  6. Select Reset Folders if available.
  7. Select Restore Defaults.
  8. Select Apply, then OK.
  9. Close and reopen File Explorer.
  10. Try drag and drop again.
Tip: This may reset folder display preferences such as icon size, hidden file visibility, and navigation pane behavior. Your files are not removed or changed.

7. Check for Problem Apps That Interfere With Drag and Drop​

Some third-party utilities can interfere with File Explorer. Common examples include clipboard managers, mouse customization tools, file transfer utilities, shell extensions, cloud sync tools, and desktop customization apps.
To test this quickly:
  1. Close any nonessential apps near the clock in the system tray.
  2. Pause or exit mouse utilities, clipboard tools, and file managers.
  3. Open File Explorer again.
  4. Test drag and drop.
If drag and drop works after closing an app, reopen your apps one by one until you find the cause.

8. Run System File Checker if the Problem Keeps Returning​

If drag and drop repeatedly breaks, Windows system files may need repair. System File Checker can scan protected Windows files and repair issues when possible.
  1. Right-click Start.
  2. Select Terminal (Admin), Windows PowerShell (Admin), or Command Prompt (Admin).
  3. Approve the User Account Control prompt.
  4. Type this command and press Enter:
sfc /scannow
  1. Wait for the scan to finish.
  2. Restart your PC.
  3. Test drag and drop again.
If SFC reports that it found problems but could not repair them, run this command from the same administrator window:
DISM /Online /Cleanup-Image /RestoreHealth
After DISM finishes, run this again:
sfc /scannow
Note: These commands can take longer than 10 minutes on some systems. Use them if the quick fixes do not solve the problem or if the issue keeps coming back.

9. Confirm What Drag and Drop Is Supposed to Do​

Sometimes drag and drop is working, but Windows performs a different action than expected.
Use these shortcuts while dragging:
  1. Hold Ctrl to copy.
  2. Hold Shift to move.
  3. Hold Alt to create a shortcut.
By default, Windows usually moves files when dragging within the same drive and copies files when dragging to a different drive or removable device.

Tips and Troubleshooting Notes​

  • If drag and drop fails only in one app, repair or update that app.
  • If it fails only on the desktop, restart File Explorer first.
  • If it fails only after waking from sleep, update mouse, touchpad, graphics, and chipset drivers.
  • If you use a work or school PC, some behavior may be controlled by administrator policies.
  • If files cannot be dropped into protected locations such as C:\Windows or Program Files, that may be normal permission behavior.

Conclusion​

Drag and drop problems in Windows 10 and Windows 11 are usually easy to fix. In most cases, pressing Esc, restarting Windows Explorer, checking your mouse, or avoiding administrator permission mismatches will restore normal File Explorer behavior. If the issue keeps returning, resetting File Explorer options and running Windows repair commands can help resolve deeper system problems.
Key Takeaways:
  • Pressing Esc can cancel a stuck drag operation.
  • Restarting Windows Explorer is the fastest File Explorer fix.
  • Drag and drop may fail between normal and administrator-level windows.
  • Mouse or touchpad issues can mimic Windows drag-and-drop problems.
  • SFC and DISM can help repair persistent Windows system issues.

This tutorial was generated to help WindowsForum.com users get the most out of their Windows experience.
 

Back
Top