Dragging an email or attachment from Outlook into a File Explorer folder normally saves the item as a file. When this drag-and-drop operation fails, you see the “not allowed” symbol or the file simply does not appear. The cause is usually a conflict between Windows 11’s drag-and-drop system and a third-party application that intercepts mouse events. This article explains the root cause and provides step-by-step fixes to restore the drag-and-drop behavior.
Key Takeaways: Restore Drag and Drop From Outlook to File Explorer
- Task Manager > Processes > Windows Explorer > Restart: Refreshes the shell and clears temporary drag-and-drop blocks without a full system restart.
- Settings > Apps > Installed apps > Uninstall: Remove or disable third-party clipboard managers, screen recorders, or mouse customization tools that intercept drag-and-drop events.
- Outlook > File > Options > Add-ins > Manage COM Add-ins > Go: Disable COM add-ins that may interfere with the drag-and-drop operation.
Why Drag and Drop From Outlook Fails in File Explorer
Windows 11 uses a component called the Windows Shell to handle drag-and-drop operations between applications. When you drag an item from Outlook, the shell passes the data to the target folder. If a third-party program hooks into the shell or intercepts mouse events, the communication breaks. Common culprits include clipboard enhancers like Ditto, screen capture tools like Snagit, and mouse utilities like Logitech Options. These programs register themselves as drag-and-drop handlers and may block or delay the operation. A corrupted shell extension can also cause the failure. The issue is not specific to Outlook itself — it is a system-level conflict that affects all drag-and-drop actions from any application, though Outlook is the most commonly reported source.
Steps to Fix Drag and Drop From Outlook to File Explorer
The following steps are arranged from the quickest to the most thorough. Start with step 1 and proceed only if the problem persists.
1. Restart Windows Explorer
- Open Task Manager
Press Ctrl + Shift + Escape. If Task Manager shows a compact view, click “More details” at the bottom. - Locate Windows Explorer
On the Processes tab, scroll to the “Windows processes” section and find “Windows Explorer.” - Restart the process
Right-click “Windows Explorer” and select “Restart.” The taskbar and desktop will briefly disappear and reappear. Test drag-and-drop from Outlook.
2. Run the SFC and DISM Tools
Corrupted system files can break shell functionality. Run these two tools in order.
- Open Command Prompt as administrator
Click Start, type “cmd,” right-click “Command Prompt,” and select “Run as administrator.” - Run SFC
Typesfc /scannowand press Enter. Wait for the scan to finish. Do not close the window. - Run DISM
TypeDISM /Online /Cleanup-Image /RestoreHealthand press Enter. The process may take 10-15 minutes. Restart the PC and test drag-and-drop.
3. Disable Third-Party Shell Extensions
- Download ShellExView
Go to the NirSoft website and download ShellExView. Extract the zip file and runshexview.exe. - Sort by Type
Click the “Type” column header to group extensions. Look for entries with the Type “Context Menu” or “Drag-and-Drop Handler.” - Disable suspicious extensions
Right-click each extension from a third-party program and select “Disable Selected Items.” Focus on extensions from clipboard managers, screen recorders, or mouse utilities. Restart Windows Explorer from Task Manager and test.
4. Disable Outlook COM Add-ins
- Open Outlook Options
In Outlook, click File > Options. - Go to Add-ins
Select “Add-ins” in the left pane. At the bottom, next to “Manage,” select “COM Add-ins” and click “Go.” - Uncheck all add-ins
Uncheck every add-in in the list. Click OK. Restart Outlook and test drag-and-drop.
5. Perform a Clean Boot
A clean boot starts Windows with only Microsoft services and startup programs. This isolates the conflicting software.
- Open System Configuration
Press Win + R, typemsconfig, and press Enter. - Select Selective startup
On the General tab, select “Selective startup” and uncheck “Load startup items.” - Disable all non-Microsoft services
Go to the Services tab, check “Hide all Microsoft services,” then click “Disable all.” Click Apply and OK. Restart the PC. If drag-and-drop works, re-enable services in batches to find the culprit.
If Drag and Drop Still Fails After the Main Fix
Drag and drop works in other apps but not Outlook
This points to an Outlook-specific issue. Repair the Office installation. Go to Settings > Apps > Installed apps, find Microsoft 365 or Office, click the three dots, and select “Modify.” Choose “Quick Repair” first. If that fails, run “Online Repair.”
Drag and drop fails intermittently after a Windows update
Windows updates sometimes change default handlers. Open Settings > System > For developers and ensure “File Explorer” is not set to a preview build. Also check Settings > Bluetooth & devices > Mouse for any added gesture or button customization that may interfere.
Only email attachments fail to drag, not emails themselves
This indicates a file association problem. Open Command Prompt as administrator and run assoc .msg=Outlook.File.msg to reset the .msg file association. Then run ftype Outlook.File.msg="%ProgramFiles%\Microsoft Office\root\Office16\OUTLOOK.EXE" /f "%1". Restart Outlook.
Third-Party App vs Built-In Windows Feature: Which Fix Works Best
| Item | Restart Windows Explorer | Disable Shell Extensions with ShellExView |
|---|---|---|
| Time required | 30 seconds | 5 minutes |
| Risk level | None | Low — disabling the wrong extension may break a feature |
| Persistence | Temporary until next conflict | Permanent until re-enabled |
| Best for | Quick test or one-time failure | Recurring failure caused by a known app |
Restarting Windows Explorer is the fastest diagnostic step. Using ShellExView to disable the specific third-party shell extension provides a permanent fix without uninstalling the program. Choose the method based on whether the problem happens once or repeatedly.
You can now restore drag-and-drop from Outlook to File Explorer by restarting the shell, disabling conflicting shell extensions, or running a clean boot. If the issue returns, use ShellExView to identify the exact handler that is blocking the operation. For persistent Outlook-specific failures, repair the Office installation using the Online Repair option under Installed apps.