Outlook Drag and Drop Attachments Not Working: Fix
🔍 WiseChecker

Outlook Drag and Drop Attachments Not Working: Fix

You try to drag a file from Windows File Explorer into an Outlook email, but nothing happens. The attachment icon does not appear, or the file is rejected. This problem usually occurs because of a conflict in Outlook’s drag-and-drop settings, a corrupted add-in, or a security policy blocking the action. This article explains the root causes and provides step-by-step fixes to restore drag-and-drop attachment functionality in Outlook.

Key Takeaways: Fixing Outlook Drag and Drop Attachments

  • File > Options > Mail > Edit Ignored Messages: Reset the list of ignored add-ins that may block drag and drop.
  • Outlook.exe /safe switch: Start Outlook in safe mode to isolate add-in conflicts that prevent file attachments.
  • Registry key DisableDragAndDrop: Check and delete the DWORD value that enforces a policy blocking drag and drop.

ADVERTISEMENT

Why Outlook Drag and Drop Attachments Stop Working

Outlook relies on a built-in drag-and-drop handler that communicates with Windows Explorer. When this handler is blocked or corrupted, dragging a file into a message does not trigger the attachment event. The most common causes are:

Add-in Interference

Third-party add-ins, especially those for document management or security, can override Outlook’s drag-and-drop behavior. When an add-in crashes or misbehaves, it can disable the native attachment handler. Outlook marks these add-ins as “ignored” and stops loading them, but the drag-and-drop feature may remain broken.

Corrupted Outlook Profile

A damaged profile can corrupt the internal commands that process file attachments. This often happens after a failed update or an abrupt Outlook shutdown. The drag-and-drop function stops working even though other attachment methods like the ribbon button still work.

Group Policy or Registry Block

In corporate environments, IT administrators can disable drag and drop through Group Policy. The policy writes a registry key called DisableDragAndDrop under HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options. When this key is set to 1, Outlook ignores all drag-and-drop operations.

Windows Search Index Corruption

Outlook uses the Windows Search index to identify file types during drag and drop. If the index is corrupt, Outlook may fail to recognize the file and reject the attachment. This is less common but can occur after a major Windows update.

Steps to Restore Drag and Drop in Outlook

Follow these fixes in the order listed. Each method targets a different root cause. Test drag and drop after each step before moving to the next.

Method 1: Run Outlook in Safe Mode

  1. Close Outlook completely
    Make sure no Outlook process is running in the background. Open Task Manager with Ctrl+Shift+Escape and end any Outlook.exe tasks.
  2. Open the Run dialog
    Press Windows key + R, type outlook.exe /safe, and press Enter.
  3. Test drag and drop
    In the safe mode window, create a new email and drag a file from File Explorer into the message body. If the attachment appears, an add-in is causing the conflict.
  4. Disable problematic add-ins
    Go to File > Options > Add-ins. Next to Manage, select COM Add-ins and click Go. Uncheck all add-ins. Restart Outlook normally. If drag and drop works, re-enable add-ins one at a time to find the culprit.

Method 2: Reset the Ignored Add-ins List

  1. Open Outlook Options
    Click File > Options > Add-ins.
  2. View ignored add-ins
    At the bottom of the window, next to Manage, select Disabled Items from the dropdown and click Go.
  3. Re-enable all items
    Select every add-in in the list and click Enable. Click Close.
  4. Restart Outlook
    Close and reopen Outlook. Test drag and drop again.

Method 3: Repair the Office Installation

  1. Open Programs and Features
    Press Windows key + R, type appwiz.cpl, and press Enter.
  2. Select Microsoft 365 or Office
    Find your Office version in the list. Right-click it and choose Change.
  3. Choose Quick Repair
    Select Quick Repair and click Repair. Follow the on-screen instructions. This does not affect your data or settings.
  4. Test after repair
    Once the repair finishes, open Outlook and try drag and drop. If the issue persists, run an Online Repair from the same menu. Online Repair requires a stable internet connection and may take 30 minutes.

Method 4: Delete the DisableDragAndDrop Registry Key

Warning: Incorrect changes to the registry can damage Windows. Back up the registry before proceeding. If you are in a corporate environment, contact your IT administrator before modifying registry keys.

  1. Open Registry Editor
    Press Windows key + R, type regedit, and press Enter.
  2. Navigate to the Outlook Options key
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options. If you use Outlook 2019 or 2016, the version number may be 16.0. For Outlook 2013, use 15.0.
  3. Find DisableDragAndDrop
    Look for a DWORD value named DisableDragAndDrop in the right pane. If it exists, right-click it and select Delete. Confirm the deletion.
  4. Restart Outlook
    Close Registry Editor and restart Outlook. Test drag and drop.

Method 5: Create a New Outlook Profile

  1. Open Mail in Control Panel
    Press Windows key + R, type control mlcfg32.cpl, and press Enter.
  2. Click Show Profiles
    In the Mail Setup dialog, click Show Profiles.
  3. Add a new profile
    Click Add, give the profile a name, and follow the prompts to configure your email account.
  4. Set the new profile as default
    Under When starting Microsoft Outlook, select Always use this profile and choose the new profile from the dropdown. Click OK.
  5. Launch Outlook and test
    Open Outlook with the new profile. Try dragging a file into an email. If it works, your old profile was corrupted. You can delete the old profile from the same dialog.

ADVERTISEMENT

If Outlook Still Has Issues After the Main Fix

Drag and Drop Works in Safe Mode but Not in Normal Mode

This confirms an add-in is blocking the feature. Use the COM Add-ins dialog from Method 1 to disable all add-ins, then re-enable them one by one. After each enable, restart Outlook and test drag and drop. The add-in that breaks the feature is the culprit. Check the vendor’s website for an updated version.

Drag and Drop Fails Only with Specific File Types

Outlook blocks certain file extensions by default as a security measure. Go to File > Options > Trust Center > Trust Center Settings > Attachment Handling. Click File Types That Are Blocked. If your file type is listed, you can remove it, but doing so reduces security. Alternatively, compress the file into a ZIP archive and attach that.

Drag and Drop Stops After a Windows Update

A Windows update can reset the default programs or file associations. Open Settings > Apps > Default apps. Scroll down and click Choose defaults by file type. Find the file types you drag into Outlook (such as .pdf, .docx) and ensure they open with the correct application. Then run the Windows Search troubleshooter: Settings > Update & Security > Troubleshoot > Additional troubleshooters > Search and Indexing. Run the tool and restart.

Cached Exchange Mode vs Online Mode: Drag and Drop Behavior

Item Cached Exchange Mode Online Mode
Attachment handling Local cache processes drag and drop instantly Server validates each attachment, which can cause delays
Drag and drop reliability More reliable because the local store handles the operation Less reliable; network latency can cause drop failures
Recommended use Most users, especially with large attachments Only when required by IT policy or for real-time mailbox access
How to switch File > Account Settings > Account Settings > Change > Use Cached Exchange Mode Uncheck Use Cached Exchange Mode in the same dialog

If you are in Online Mode and drag and drop fails, switch to Cached Exchange Mode temporarily to see if the issue is network-related. After testing, you can revert to Online Mode if needed.

You can now restore drag-and-drop attachment functionality in Outlook by disabling conflicting add-ins, repairing the Office installation, deleting the DisableDragAndDrop registry key, or creating a fresh Outlook profile. If the problem returns after a Windows update, run the Search and Indexing troubleshooter to rebuild the index. For persistent issues, consider switching to Cached Exchange Mode as a workaround.

ADVERTISEMENT