Drag and Drop Not Working on Windows 11? Fix
Short answer: Press Escape a few times, then try dragging again. If Windows thinks a drag operation never finished, it locks out new drag-and-drop until you cancel the phantom one — Escape clears it, and that alone solves about a quarter of these cases. If it persists, restart Explorer in Task Manager and check for a UAC elevation mismatch between the two windows.
Try this before anything else: press Escape a few times, then try dragging again. If Windows thinks you’re in the middle of a drag operation that never completed — which happens more than you’d expect — it locks out new drag-and-drop until you cancel the phantom one. Escape clears it. I’d guess one in four drag-and-drop tickets we get are solved by hitting Escape.
If that didn’t work, open Task Manager with Ctrl+Shift+Esc, find Windows Explorer in the process list, right-click it and hit Restart. Explorer handles all drag-and-drop operations on the desktop and in File Explorer windows. When it gets wedged, drag-and-drop silently stops working — no error, the cursor just doesn’t pick anything up. Restarting Explorer forces a fresh initialization. Takes two seconds, the taskbar blinks, and dragging usually works again.
UAC Is Blocking It
This is the one nobody thinks of. If you’re trying to drag a file into an application that’s running as administrator but you launched it from a standard user context — Windows blocks the drag-and-drop silently. It’s a security boundary. You can’t drag a file from a normal Explorer window into an elevated Notepad, for example. The cursor shows the “not allowed” circle but doesn’t tell you why.
Two fixes: either run the target application without admin (right-click, Run as administrator is OFF), or run Explorer itself as admin, which is a terrible idea so don’t do that. The real fix for most people is to stop running everything as admin. I’ve had customers who set every application to “Run as administrator” in compatibility settings because a guide told them to, and then wondered why nothing would accept drag-and-drop anymore.
If you need an application elevated but also need drag-and-drop into it, the old workaround is changing the UAC slider. Control Panel, User Account Control Settings, drag the slider down one notch from the top. Not all the way down — one notch. This relaxes the security boundary enough to allow drag-and-drop across elevation levels while still prompting for actual admin operations. Restart after changing it.
Touchscreen Ghost Input
On touchscreen laptops, a failing digitizer sends phantom touch events that interfere with mouse drag operations. Windows processes the phantom touch input before your mouse click completes, which interrupts the drag. The giveaway: drag-and-drop works fine with an external mouse on a desktop PC, but fails on the laptop — or works intermittently with the built-in trackpad.
Disable the touchscreen temporarily: Device Manager, Human Interface Devices, HID-compliant touch screen, right-click, Disable device. If drag-and-drop immediately starts working, the touchscreen hardware is interfering. Same diagnostic we use for right-click problems — phantom touch kills that too.
The Registry Fix for Drag Sensitivity
Windows has a drag threshold — you have to move the mouse a minimum number of pixels before it registers as a drag rather than a click. The default is 4 pixels. Some mice or touchpads drift just enough to hit the threshold accidentally, and some accessibility settings bump it up high enough that normal drags don’t register.
Win+R, type regedit, navigate to HKEY_CURRENT_USER\Control Panel\Desktop. Look for DragHeight and DragWidth. Both should be 4. If they’re set to something like 20 or 50, that’s why dragging feels broken — you’d have to move the cursor an inch before Windows thinks you’re dragging. Change both back to 4, restart.
If the values are already 4 and drag-and-drop still fails, there’s a third-party shell extension or overlay interfering. OneDrive’s sync overlay, Dropbox, and GPU overlay software like GeForce Experience are common offenders. Temporarily disable each one through its system tray icon and test.
If you’ve tried Escape, Explorer restart, UAC adjustment, and registry values and dragging still doesn’t work — something deeper is wrong with the shell configuration and we can look at your Event Viewer logs remotely to figure out what’s hanging the drag handler.
Frequently Asked Questions
Why did drag and drop suddenly stop working on Windows 11?
Most likely Windows Explorer got stuck mid-operation. Press Escape a few times to cancel any phantom drag, then try again. If that doesn't work, restart Explorer from Task Manager — Ctrl+Shift+Esc, find Windows Explorer, right-click, Restart. Explorer handles all desktop and File Explorer drag-and-drop, and when it gets wedged the feature silently stops working with no error message.
Why can't I drag files into certain apps on Windows 11?
If the app is running as administrator but you launched it from a normal user session, Windows blocks drag-and-drop across the security boundary. The cursor shows a not-allowed circle but gives no explanation. Either run the app without admin elevation, or lower the UAC slider one notch in Control Panel to relax the boundary while keeping admin prompts for actual elevated operations.
Can a touchscreen cause drag and drop to fail?
Yes. A failing touchscreen digitizer sends phantom touch events that interrupt mouse drag operations. If drag-and-drop works with a USB mouse on a desktop but fails on a laptop with a touchscreen, disable the touchscreen in Device Manager under Human Interface Devices and test again. If dragging immediately works, the touchscreen hardware is the problem.