Windows has a limitation of 255-260 characters for the path length of a folder. If while transferring a folder, the new path length of the folder or any subfolder were to exceed this number, Windows does not allow transferring the files at all. Instead, it’ll give you the “Destination Path Too Long” error message.
The full path includes the drive letter, colon, name components together with backslashes as well as a terminating null character. For instance,C:\Windowsis the full path of the Windows folder and it’s path length is 11.
People often encounter this issue while moving or copying saved web pages where the supporting files have very long names. They are not able to transfer some files which causes issues while viewing the web document.
In such cases, there are a few things you can do to avoid or resolve this issue, which we provide in this guide.
How to Fix Destination Path Too Long Error
There are a few ways to resolve the Destination Path Too Long Error whiletransferring a file on Windows. Go through the possible solutions we have mentioned below and apply one according to your preference.
Rename Folder/File
The first thing you should do is rename the folders with long names along the destination path. You should also change all long names in the source folder and it’s subsequent files and subfolders. Since Windows has a maximum limit of 256 for a path, make sure the directory length (after copying/moving) of any folder or subfolder does not exceed this number.
Use Command-line Interface to Move/Copy Files
It is possible to use the robocopy utility to move or copy your files and folders while disregarding the maximum path limit.
However, robocopy is not exactly a tool intended to copy or move but synchronize two folders. So it actually transfers the contents of the source folder to the destination folder instead of transferring the source folder itself.
Here’s how you can use this CLI tool to avoid the “Destination Path Too Long” error:
Substitute the Path
Another way to resolve this issue is to substitute a long part of the path with a shorter path. In this process, you link the destination folder’s path to a new drive or another location. So, when you add files/folders to the new location, your system will update the previous location as well.
If the new path is shorter than the max path limit, this method bypasses the above error. However, if the folder you are copying itself contains subfolders with long names (more than the limit), this method may not work.
There are mainly three ways to substitute the path on a Windows OS using built-in tools. You can pick any one of them.
Substitute the Path With Virtual Drive Letter
This method creates a virtual drive and links it to a folder, the destination folder in this case. You need to use theSubstcommand on the Command Prompt to create a substitute drive.
However, one thing you should keep in mind is that you should not use the admin level Command Prompt.
For some unknown reason, if you use this command with the Elevated Command Prompt, you’re able to only access the new virtual drive from the Prompt itself. But if you run the command from an unprivileged Command Prompt, you can access the drive from the File Explorer as well.
Although this has been a subject of discussion on lots of public forums, no any convincing reason has been found yet, as to why this happens. If you know the exact mechanism behind this, do let us know in the comments.
Regardless, here’s how you can associate the path with a drive letter:
Then, copy or move any folder/file you want to the new drive using the File Explorer. If you open the destination folder using the original path, you’ll find that it now contains the transferred folders/files as well.
If you want to delete the virtual drive, you may enter the commandsubst Z: /d
Share Folder and Map to Network Drive
Another method is to share the destination folder andmap it to a network drive. To do so,
Now you can find theshared foldermapped as a network drive insideThis PC ->Network Locations. Any folders you transfer to this location will appear on the destination folder.
Create Symbolic Link
You can also create a symbolic link to the destination folder. While the previous methods created new virtual drives for the folder, this method can associate any folder with another. To create a symbolic link:
Similar to the above methods, transferring any file or folder to the new path will only consider the new path’s length.
Using Compression Tools
Some third-party compression tools like WinRAR and 7-zip also allow transferring files and folders along withcompressing and decompressingthem. The also don’t follow the 256 or 260 path character limit while transferring the files, so using them is an easy way to avoid this issue.
The exact process for each programs is different. However, we have listed the steps you need for the 7-Zip File Manager below.