Have you ever tried to copy or move a folder, only to be stopped by a “Destination Path Too Long” error? By default, Microsoft limits folder and file names to 260 characters. Fortunately, you can easily enable long file paths to support up to 32,767 characters in Windows 10, Windows 11, and Windows Server 2016 or later.
This quick fix is essential for developers, video editors, and anyone who organizes deep folder structures. Here are the two best ways to remove this limitation.
Why Windows Blocks Long File Paths by Default
The 260-character limit (known as MAX_PATH) is a legacy rule from older Windows versions. Even though modern systems can handle massive directories, Microsoft keeps this limit enabled by default to ensure older 32-bit applications do not crash when saving files.
If you use modern software, removing this limit is completely safe and highly recommended.
Method 1: Use the Registry Editor
This is the fastest method for Windows Home users. Modifying the registry allows you to activate long file paths permanently.
Press the Windows Key + R, type
regedit, and press Enter.In the top address bar, paste this exact path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystemScroll down the right panel and find the entry named
LongPathsEnabled.Double-click it, change the Value data from
0to1, and click OK.Restart your computer.
Method 2: Use the Group Policy Editor
If you are using Windows Pro, Enterprise, or Windows Server 2016/2019/2022, the Group Policy Editor is the safest tool for the job.
Press Windows Key + R, type
gpedit.msc, and press Enter.Navigate to: Computer Configuration > Administrative Templates > System > Filesystem.
On the right side, find the policy called Enable Win32 long paths.
Double-click it, select Enabled, and click OK.
Restart your PC to apply the changes.
Conclusion
By making this quick system adjustment, you will never have to rename your folders just to move a file again.
🚀 Need IT Support? If you are managing a Windows Server and need help configuring advanced policies, Contact us today for professional system administration services.

