Windows users love the convenience of using the drag-and-drop feature when navigating through their computer files. By only dragging a file or image and dropping it to the Taskbar or a different location, it makes tasks easier and faster to accomplish.
Unfortunately, there have been complaints from Windows 11 PC users about not finding the dragging and dropping feature on their new device. If you have updated your Windows OS from 10 to 11, you will notice that dragging and dropping files does not work anymore.
While users find it an issue and a Windows bug, it may not always be the case. According to Microsoft, the drag and drop function is not available on Windows 11 computers. Microsoft was quoted with this statement, “Currently, dragging a file onto an app in the taskbar to open it in that app is not supported in Windows 11, but we appreciate all your feedback, and we’ll continue to use it to help guide the future of features like this.”
It is disappointing not to use one of the most helpful features on Windows operating system. For some users, reverting to Windows 10 may be a good way to go. If your drag-and-drop feature is still available but experiencing errors on your Windows 11 computer, you can try the solutions below.
Solution #1 – End the App Task on the Task Manager
- Click the Start button.
- Select Task Manager.
- Look for the problematic app and right-click on it.
- Select End Task.
Solution #2 – Install Updates on your Windows 11 PC
- Click the Windows button.
- Navigate to Settings.
- Select Windows Update.
- Click Check for Updates.
- Click Restart Now.
Solution #3 – Perform SFC and DISM Scans
- Click the Windows button.
- Search for PowerShell.
- Click Run as administrator.
- Enter the following command: sfc / scannow.
- After completing the scan, enter the following command: DISM /Online /Cleanup-Image /RestoreHealth.
Several Workarounds to Get Drag and Drop Function on your Windows 11 PC
However, there are also workarounds that you can do as an alternative to the drag-and-drop feature on Windows 11 computers.
Method #1- Use the Alt+Tab Keys Keyboard Shortcut on PC
- Select the file that you want to drag and drop.
- Click and hold the left button of your mouse while dragging the file.
- Continue to hold the left button of your mouse and press the Alt+Tab keys.
- Continue to hold the Alt key while pressing the Tab key repeatedly to browse through the apps.
- Once you find the app location, release both the Alt and Tab keys.
- Now, release the left button of your mouse to drop the file.
Method #2 – Cut and Paste Files
- Navigate to your file location and look for your file.
- Right-click on it.
- Select Cut.
- Head over to the destination folder.
- Right-click anywhere on the window.
- Select Paste.
Method #3 – Use Split Screen to Drag and Drop Files on Windows 11
- Launch the current location of your file.
- Now, open in another window the destination of your file.
- Arrange both windows side by side on your screen.
- Click and hold the file you want to drag and drop.
- Drag it to the destination folder and release it to drop it.
Method #4 – Edit it via Registry
- Press the Windows key + R to open Run Dialog Box.
- Enter regedit.
- Click Yes.
- Go to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell \Update\Packages.
- Right-click on an empty space.
- Select NEW > Dword (32-bit) Value.
- Enter the following name: UndockingDisabled.
- Double-click the folder.
- Set the Value Data to 1.
- Click OK.
Was the article helpful? You can tell us in the comment section below.
Windows Dispatch is a website supported by its readers & community. Some pages may contain affiliate links which may allow us to earn a little money when you buy through them.
Eddie Mendoza Jr
Eddie has a degree in Information Technology with a natural inclination towards troubleshooting devices. With more than 10 years of blogging experience in different niches, he has found it most satisfying when writing easy-to-follow guides and simplified articles related to computers, smart TVs, mobile devices and Internet-based services.
Windows 11 Drag & Drop to the Taskbar (Fix)
This program fixes the missing «Drag & Drop to the Taskbar» support in Windows 11. In the best case, such a simple and basic functionality will return to Windows 11 in October 2022. For now, we have to use workarounds in the OS that was supposed to «empower our productivity».
UPDATE: Windows 11 22H2 (build 22621 and 22622, released in September 2022) restores the drag & drop functionality natively, so this program is not longer needed. To learn how to update your Windows 11, please visit this page. You can still use this program if you’re running an older version of Windows 11. In case you have troubles removing it, please read #issue 81.
Windows11DragAndDropToTaskbarFix works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar. It doesn’t change any system registry keys (except autostart for itself when manually configured) and does not inject any DLLs to other processes, so it’s a very portable solution. This program will not interrupt further windows updates as it doesn’t change any system files. It’s an independent C++ process that does all the job.
Download Binary (Windows11DragAndDropToTaskbarFix.exe)
Install Microsoft Visual C++ 2015-2022 Redistributable x64
(in case you’re getting the missing VCRUNTIME140_1.dll error).
Read the Changelog
View the source code (Windows11DragAndDropToTaskbarFix.cpp)
How Does It Work?
The program detects if you’re currently pressing the Left or the Right Mouse Button and determines which icon on the taskbar you hover the mouse pointer on. If the cursor stays in the same area for definied number of milliseconds — it simulates the Win+T hotkey and arrow keys in order to restore the intended window, using a quite complicated method. It also supports dropping files to the «Show desktop» button (bottom-right of the screen). The program supports multiple screens, auto startup, and has many configuration options (please read below). Windows11DragAndDropToTaskbarFix has no auto-update function and never connects to the Internet, so you don’t need to worry about your privacy.
You can click on the Mona Lisa Megan Fox tray icon to show menu that allows you to Check for updates, Read the changelog, Configure, Open program folder, Restart and Quit.
Custom Configuration: Autostart, Timings, Keys Remapping and more
It’s possible to configure the program by creating a configuration file at the same location as Windows11DragAndDropToTaskbarFix.exe. The configuration file should be named: Windows11DragAndDropToTaskbarFixConfig.txt. You can automate this process by clicking on the Mona Lisa Megan Fox Tray icon and then Configure... from the menu. It will create the correct file and open the GitHub page for reference.
Please read a separate article: CONFIGURATION for details.
Limitations
-
The program does not support pinning apps to the taskbar using the drag and drop gesture, and this feature is currently not planned. However, you still can pin apps to the taskbar by clicking on their icons with the right mouse button, and then «Show more options» -> «Pin to taskbar» from the list. Example.
-
If the program does not work for you, and you’re using the custom skin modifications / themes, please add the following line to your configuration file:
DetectKnownPixelColorsToPreventAccidentalEvents=0
- I’m not aware of any serious limitations in the current version. Please check #issues
How to Start or Quit the Program?
To use the fix, please simply download the binary file above (or compile it yourself) and start it as any other program. It works as an independent C++ process.
To quit this program, please click on the Mona Lisa Megan Fox Tray icon, and select «Quit…» from the menu. You can also kill Windows11DragAndDropToTaskbarFix.exe or Windows 11 Drag & Drop to the Taskbar (Fix) by the Task Manager.
Special Thanks To:
– Dr. Mona Lisa for creating this program. Please also check Unofficial Patch for Empire Earth II.
– Martin Morano for giving permissions to use his awesome «Mona Lisa Megan Fox» artwork, used as the program icon.
– zhongxia_87887 (veryicon.com) for providing the free alternative program icon, modified & enhanced by QuestYouCraft.
Before / After Videos
Videos recorded thanks to @Mohammad Suleman from ilovefreesoftware.com.
| Before Windows11DragAndDropToTaskbarFix | After Windows11DragAndDropToTaskbarFix |
|---|---|
|
Before.mp4 |
After.mp4 |
«VCRUNTIME140_1.dll» was not found error
If you get an error saying that «VCRUNTIME140_1.dll» is missing, please install Microsoft Visual C++ 2015-2022 Redistributable x64. Normally, these runtime libraries are installed by default on Windows 11. If you get this error then you most likely manually removed them before, using «Add or remove programs».
Donation?
If you love this software so much that you would like to buy me a cola, pizza, or anything else — you can make a donation using the button available on my other project’s website: Click here. Please don’t forget to mention in the donation message that it’s for this fix, so I can spend it for other things than multiplayer servers for that game 
Все способы:
- Способ 1: Перезапуск «Проводника»
- Способ 2: Установка актуальных обновлений
- Способ 3: Запуск средства устранения неполадок
- Способ 4: Сброс параметров «Проводника»
- Способ 5: Удаление кеша иконок
- Способ 6: Проверка параметров реестра
- Способ 7: Проверка целостности системных файлов
- Способ 8: Сброс Windows до заводских настроек
- Вопросы и ответы: 0
Перед началом описания методов решения неработающего перетаскивания файлов в Windows 11 стоит отметить, что изначально drag and drop вообще не работал в этом выпуске ОС, однако с версией 22H2 вернулся и функционирует точно так же, как и раньше. Соответственно, сначала советуем проверить вашу версию Windows 11 и убедиться в наличии нужных обновлений. Это позволит сузить поиск решения и сразу перейти к нужному, выбрав метод из нашего материала.
Подробнее: Как узнать версию Windows 11
Способ 1: Перезапуск «Проводника»
Сразу стоит исключить банальный сбой в работе операционной системы и перезапустить «Проводник». Это можно сделать через «Диспетчер задач», который открывается по нажатию сочетания клавиш Ctrl + Shift + Esc. В нем отыщите «Проводник», выделите процесс левой кнопкой мыши и выберите действие «Перезапустить задачу».
Это действие практически аналогично и полному перезапуску операционной системы, поэтому можете самостоятельно выбрать, что хотите сделать для потенциального устранения сбоев в работе Windows 11. Если окажется, что после перезагрузки перетаскивание работает корректно и снова перестает через некоторое время, нужно сразу проверять целостность системных файлов или разбираться с установленными сторонними программами, которые могут негативно влиять на функционирование ОС.
Способ 2: Установка актуальных обновлений
Выше вы уже получили информацию о том, что drag and drop снова работает в Windows 11 после выхода версии 22H2. Соответственно, вам необходимо убедиться в том, что на ПК установлена именно эта версия. Если окажется, что это не так, нужно запустить классический процесс поиска и установки апдейтов. Этот же метод может помочь, если какие-то недавние обновления загружены некорректно или не хватает какого-то конкретного исправления для того, чтобы исправить работу перетаскивания.
Подробнее: Обновление Windows 11 до последней версии
Версия 22H2 вышла уже довольно давно, поэтому большинство пользователей вручную установили данный апдейт или не заметили, как он инсталлировался автоматически. Если же оказалось, что у вас устаревшая версия Windows 11 и нужное обновление не приходит автоматически или установка заканчивается ошибкой, стоит попробовать найти и добавить его вручную. Часто это исправляет сбои в работе ОС и следующие обновления будут корректно инсталлироваться без вашего вмешательства.
Читайте также: Установка обновлений в Windows 11 вручную
Способ 3: Запуск средства устранения неполадок
Разберем еще один метод, который может быть связан с проблемами работы перетаскивания файлов, когда на ПК не хватает нужных обновлений. Если вы все еще не решили ситуацию с их установкой, попробуйте восстановить работу «Центра обновления Windows». Для этого используйте стандартную утилиту, которая запускается следующим образом:
- Откройте «Пуск» и перейдите в «Параметры», кликнув по значку с шестеренкой среди закрепленных.
- В появившемся окне слева выберите раздел «Система», затем справа перейдите в «Устранение неполадок».
- Нужных средств в следующем меню вы не обнаружите, поэтому придется дополнительно нажать по «Другие средства устранения неполадок».
- Среди группы «Самые частые» отыщите «Центр обновления Windows» и нажмите кнопку «Запуск».
- Ожидайте обнаружения проблем, что может занять несколько минут.
- На экране отобразится отчет с уведомлением, удалось ли найти и решить проблему. Вы можете продолжить взаимодействие со средством устранения неполадок или выйти из окна, чтобы проверить исправления.
Способ 4: Сброс параметров «Проводника»
В некоторых случаях проблемы с перетаскивание файлов связаны со сбоями в работе «Проводника». Тут простая перезагрузка может не помочь, поскольку ошибка может скрываться в файлах конфигурации. Самый простой метод решения, который часто оказывается полезным в такой ситуации, — сброс параметров «Проводника», что означает возвращение его настроек к стандартным.
- Для этого через поиск в «Пуске» отыщите «Параметры Проводника» и запустите данный элемент «Панели управления».
- Находясь на вкладке «Общие», нажмите кнопку «Восстановить значения по умолчанию».
- Далее можете проверить решение проблемы, но только после перезагрузки Windows. Если она сохраняется, откройте то же самое окно, перейдите на вкладку «Вид» и используйте кнопки для сброса вида папок и дополнительных параметров.
Способ 5: Удаление кеша иконок
Некорректная работа функции drag and drop иногда может быть связана с тем, что в Windows 11 накопилось довольно много файлов кеша иконок, часть из которых может содержать неправильные параметры и вызывать различные сбои в функционировании ОС. Такие файлы являются временными, поэтому их удаление негативно не влияет на операционную систему, но может помочь в разбираемой ситуации.
- Щелкните правой кнопкой мыши по «Пуску» и из появившегося контекстного меню выберите пункт «Выполнить».
- Вставьте путь
%userprofile%\AppData\Local\Microsoft\Windows\Explorerи нажмите Enter, чтобы перейти по указанному пути хранилища временных файлов. - В появившейся папке будьте внимательными. Вам важно удалить только те файлы, которые в названии имеют «iconcache_». Остальные нужно оставить нетронутыми.
- Выделите такие объекты, кликните по ним ПКМ и выберите значок с корзиной для подтверждения удаления.
Способ 6: Проверка параметров реестра
В реестре есть несколько созданных параметров, от которых зависит корректность работы drag and drop в Windows 11. Мы рекомендуем проверить их и убедиться в наличии, а также корректно установленных значениях. При отсутствии параметров их нужно будет создать, поэтому обязательно внимательно читайте каждый шаг следующей инструкции, чтобы не допускать ошибок, которые могут повлиять на корректность функционирования ОС.
- Сначала займитесь созданием резервной копии реестра, если планируете вносить изменения. Это позволит восстановить его состояние, если потом окажется, что из-за новых настроек появились какие-либо ошибки. Детальнее об этом читайте в другой статье на нашем сайте по ссылке ниже.
Подробнее: Восстановление системного реестра Windows 11
- После экспорта текущих настроек можно переходить непосредственно к изменению текущих. Для этого откройте «Пуск», через поиск отыщите «Редактор реестра» и запустите системное приложение.
- В адресную строку вставьте путь
HKEY_CURRENT_USER\Control Panel\Desktopи нажмите Enter, чтобы перейти по нему. - Здесь необходимо отыскать строковые параметры с названиями «DragHeight» и «DragWidth».
- Если такие отсутствуют, щелкните ПКМ по пустому месту в области справа, наведите курсор на пункт «Создать» и выберите «Строковый параметр». Сделайте так с двумя описанными выше параметрами, задав им соответствующие названия.
- Установите значение «4» для каждого из параметров, если сейчас оно отличается от такого или вы только создали их. По завершении обязательно перезагрузите ПК, поскольку только после этого изменения вступят в силу.
Способ 7: Проверка целостности системных файлов
Одна из возможных причин проблем с работой drag and drop в Windows 11 — нарушение целостности системных файлов. Какие-то из них могли быть удалены или повреждены. Получить точную информацию по этому поводу получится только путем сканирования системы при помощи консольных утилит. Есть несколько из них, для каждой характерны свои алгоритмы проверки и аргументы, определяющие дополнительные опции. Мы советуем ознакомиться с материалом на нашем сайте, чтобы разобраться с задачей и понять, какую утилиту применить в данный момент.
Подробнее: Проверка целостности системных файлов Windows 11
Способ 8: Сброс Windows до заводских настроек
Если решение до сих пор не было найдено, возможно, проблема более глубокая и не решается простыми настройками. Вы уже узнали, что перетаскивание работает в версии 22H2 и выше, поэтому сброс до заводских настроек, который является радикальным методом исправления, актуален только для таких версий. Сделать это можно прямо через «Параметры» или же выбрать один из других доступных методов, о которых предлагаем узнать по ссылке ниже.
Подробнее: Сброс Windows 11 к заводским настройкам
В завершение отметим, что довольно редко причиной проблем с работой drag and drop становятся различные сторонние программы или вирусы, попавшие на компьютер по разным причинам. Проверять подобные теории стоит уже после того, как вы выполнили все предыдущие рекомендации и они не принесли должного результата. Попробуйте проверить ПК на наличие вирусов удобным методом и самостоятельно проанализировать список установленного ПО, чтобы понять, есть ли среди него подозрительное.
Читайте также: Борьба с компьютерными вирусами
Наша группа в TelegramПолезные советы и помощь
Возможность перетаскивания значков в системном трее исчезла в новой версии Windows 11. Microsoft объяснил это необходимостью исключить случайные перетаскивания иконок в на планшетах.
Windows 11 больше не поддерживает перетаскивание значков в системном трее или между ним и другими приложениями. Настроить их расположение теперь можно в настройках персонализации, выбрав «Панель задач» и перейдя в меню «Системный трей», сообщает Windows Latest со ссылкой на сообщение Microsoft. .
Нововведение потребовалось для исключения случайного перетаскивания иконок в версиях для планшетов и сенсорных экранов. Разработчики пообещали следить за обратной связью.
Системный трей — это всплывающая панель в нижнем правом углу экрана. Вызвать свернутые в него приложения можно нажатием на пиктограмму стрелочки, направленной вверх. Он позволяет пользователям легко управлять некоторыми фоновыми приложениями.
The drag and drop feature is one of the most convenient features available on multiple versions of Windows.
So, you are trying to use the drag and drop feature, but it is not working.
Previously, you could drag files onto an app present on the Taskbar. This was great as it saved a lot of time.
Sadly on Windows 11, many users are not able to use the drag and drop feature and I know this can be very annoying.
I have written the best ways you can use drag and drop on Windows 11 in this post. I am a Windows power user and the fixes given in this post have been tested.
You can easily go through the very simple instructions given in this post, so please continue reading.
The drag and drop feature does not work on Windows 11 because it has been removed. You need to now open the app window to drag and drop a file into it. There are some rumors that Microsoft is thinking of bringing back the drag and drop feature back to Windows 11.
So, what can you do if you can drag files onto an app icon on the desktop or Taskbar?
You can press the Alt and Tab keys at the same time on your keyboard to display the multiple windows that are open or running and then drag the file or files on the desired window.
You can also use the Split-screen feature to keep the app’s windows open on one side.
After that, you can just drag your desired file onto the app window. You can also edit some registry files, although that is not recommended.
If you want, you can use third-party apps or files to force Windows 11 to have the drag and drop feature.
All of the procedures are given below in this post, so keep your cool and go through them.
Follow our guide to fix blue screen on Windows 11.
How to drag and drop files on Windows 11
It is unfortunate that we cannot just drag and drop like before, but there is no reason to lose hope as you can still drag and drop files in other different ways.
The different procedures on how to drag and drop on Windows 11 are given below, so keep calm and please go through them.
Here are the steps to drag and drop files to the taskbar on Windows 11:
1. Use the Windows Split Screen Feature
IF you need to transfer files from one folder to another, there is a very easy way to do that. You can use the split-screen feature and you will be transferring files between folders in no time.
All you need to do is drag one of the windows to the extreme left or right side of your display and that window will take half of the screen.
You will do the same for the other window as well, just using the other side of the screen.
So, the end result is that you will have two windows, each taking half of the screen. From there, you just need to drag and drop the files from one window to another.
If you are still confused as to how you can do this, please follow the straightforward steps given below.
Here are the steps to open windows side by side on Windows to use drag and drop:
- Open the app or folders you want to drag the files to.
- Drag one of the windows to the right or left side of the screen.
- Select what you want on the other side of the screen.
- Drag and drop the files.
If you were not able to follow the instructions given in this procedure, please remain calm and go through the other fantastic ways to use drag and drop on Windows 11.
2. Use Alt+Tab shortcut
The Alt-Tab keyboard shortcut is a quick and easy way to switch between apps or folders on the fly.
It is relatively easier compared to the other procedures given in this post.
All you have to do is hold the Alt button and press the Tab button to switch between apps or windows.
It might sound confusing, so please follow the straightforward steps given below.
Here are the steps to use the Alt+Tab shortcut to use drag and drop on Windows 11:
- Open the files or apps you want to transfer files to. If you want to drag and drop files between two folders, open those two folders.
- Drag the file and hold the Alt button and tap the Tab button to switch between windows.
- Select your window and release the Tab button and drop the file or files in the window of your choice.
If you are still confused as to how you can drag and drop on Windows 11, please do not be down and go through the other amazing methods given in this post.
Follow our guide to fix Windows can’t access network drive on Windows 11.
3. Copy and paste files
Yes, just as the name suggests, you will simply copy and paste files in this procedure. If you are using Windows for a long time, you most probably know how you can copay and paste files.
The basic way is to right-click on the file or files you want to copy, click on Show more options and then click on Copy.
After that, you need to go to the folder where you want to transfer the file to.
Right-click on the empty space in the folder, select Show more options, and then click on Paste. The file will be copied and you have transferred the file successfully.
If you did not understand the instructions given above, please go through the simple steps given below.
Here are the steps to copy and paste files on Windows 11:
- Right-click on the file you want to transfer and then click on Show more options.
- Click on Copy.
- Go to the folder or Window you want to paste the file to and right-click on the empty space.
- Click on Show more options and then click on Paste. The file will be copied or transferred.
Please do not lose hope if this procedure did not help you. Kindly go through the other amazing procedures given in this post.
Read more on does Oculus Air link work with Windows 11.
4. Change Registry files
I do not recommend using this procedure. Why? Editing registry files means you are hampering vital files of your Windows 11 operating system.
Note that after using this procedure your taskbar will not work properly.
If you are very desperate, you can use this procedure or else go through the previously mentioned procedures given in this post.
Please follow the steps given below and you will be editing registry files easily.
Here are the steps to edit registry files using drag and drop on Windows 11:
If this procedure did not help you to use drag and drop on Windows 11, please follow the last method given in this post.
5. Use third-party tools
In this process, you are going to use a script made by a man from Github. It is safe to use this procedure as it does not change registry files like the last method.
Nothing vital is being hampered within this process and you can also deactivate the tool whenever you want to.
Please follow the straightforward steps given below and you will be all set. Remember that this is a third-party app.
Here are the steps to use a third-party tool to use drag ad drop on Windows 11:
- Lunch browser and go to github website then Windows11DragAndDropToTaskbarFix.
- Scroll down and click on the Download Binary (Windows11DragAndDroptoTaskbarFix.exe)
- Click on Windows11DragAndDropToTaskbarFix.exe and the file will be downloaded.
- Navigate to and click on the three-dot icon and select Keep.
- Click on Show more and then click on Keep anyway.
- Run the downloaded file.
- Check whether drag and drop is working or not.
If you want to turn this tool off, please continue reading this post.
How to turn off the third-party tool for drag and drop
If you want to turn off the tool that you used in the last procedure given in this post, please go through the very simple steps given below and you will be turning off the tool in no time.
Here are the steps to turn off the third-party tool for drag and drop on Windows 11:
- Go to the search button and click on it.
- Search for Command Prompt.
- Right-click on Command Prompt and select Run as administrator.
- Type in or Paste taskkill /f /im Windows11DragAndDroptoTaskbarFix.exe in the terminal.
- Press the Enter key on your keyboard.
- Close the Command Prompt. You have turned off the tool.
If you were able to follow the steps given above properly, I am sure you were able to turn off the third-party tool.
Also, check out our separate post on what are the disadvantages of not activating Windows 10.
Conclusion
I am also sad that we cannot drag and drop as we used to in the previous version of Windows. I guess it is a sacrifice for the sake of evolution.
There are rumors that Microsoft is planning to bring back the drag and drop feature to Windows 11.
I sincerely hope you were able to use the drag and drop feature on Windows 11 and that you have gained some knowledge reading this post.
