Windows

How to Enable or Disable Drop Tray in Windows 11

How to Enable or Disable Drop Tray in Windows 11
Richard
Written byRichardTech Writer, IT Professional
Apr 20, 2026 2 min read

This tutorial will show you how to turn the Drop Tray feature on or off in Windows 11. This feature works with your account.

What is Drop Tray?

Drop Tray makes it easier to files-from-windows-11-to-android-with-nearby-sharing/" class="sal-link" rel="noopener" target="_blank" data-sal-id="17126">share files in Windows 11. When you drag a file from File Explorer or your desktop using your mouse or touch, a tray appears at the top of your screen. You can drop the file into one of the apps shown. Or you can choose “More…” to open the Windows share window.

Drop Tray also lets you move files to a folder you pick. It works with multiple files at once. The tray shows the apps you use most, so sharing is faster.

Why Use Drop Tray?

Drop Tray saves you time. Instead of using menus, you just drag and drop. This is quicker and easier. If you don’t want the tray to appear, you can turn it off.

How to Turn Drop Tray On or Off

Option One: Use Settings

  1. Open Settings by pressing
    💻GENERIC
    Win+I
    on your keyboard.
  2. Click System on the left side.
  3. Click Multitasking on the right side.
  4. Find the Drop Tray option. Turn it On (this is the default) or Off based on what you want.
  5. You can now close Settings.
windows 11 multitasking tile updated
windows 11 multitasking tile updated
Drop Tray feature displaying app options for file sharing
Windows 11 Settings Multitasking panel showing Drop Tray toggle

Option Two: Use Registry Editor

You can also change the setting using the Registry. Open Windows Terminal and run the command below. Or you can go directly to the Registry key and edit it yourself in Registry Editor.

Flag: This method requires admin privileges.

To Turn On Drop Tray:

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v DragTrayEnabled /t REG_DWORD /d 1 /f

To Turn Off Drop Tray:

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v DragTrayEnabled /t REG_DWORD /d 0 /f

Summary

Drop Tray is a helpful feature in Windows 11 that makes sharing files faster and easier. You can drag files and drop them into apps or folders without using menus. If you don’t want this feature, you can turn it off. The easiest way is to use Settings and go to System > Multitasking. You can also change the setting using the Registry Editor if you prefer. Choose the method that works best for you.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2453 articles → Twitter

📚 Related Tutorials

How to Add or Remove Favorites in Windows 11 File Explorer
Windows How to Add or Remove Favorites in Windows 11 File Explorer
How to Share Files from Windows 11 to Android with Nearby Sharing
Windows How to Share Files from Windows 11 to Android with Nearby Sharing
How to Remove Home Folder from Windows 11 File Explorer
Windows How to Remove Home Folder from Windows 11 File Explorer
How to Display Full Path in Windows 11 File Explorer
Windows How to Display Full Path in Windows 11 File Explorer

Leave a Reply

Your email address will not be published. Required fields are marked *