How To Enable Long Paths In Windows 11 | Fix Path Limit

Set the LongPathsEnabled registry key to 1 and restart Windows 11 to enable long file paths beyond the default 260-character limit.

Here’s exactly how to enable long paths in Windows 11: set a single registry key and restart. Doing so lifts the 260-character limit that blocks deeply nested folder operations, but a few extra details determine whether your tools actually respect the change.

Microsoft introduced long path support starting with the Windows 10 Anniversary Update (Build 1607), and the feature is present in every current Windows 11 edition. It’s opt-in by design: you have to enable it deliberately. This guide covers the three ways to flip that switch, the reality of app support, and the mistakes that cause the fix to fail.

The 260-Character Limit And Why It Exists

The MAX_PATH constant in the Windows API defines 260 characters as the maximum path length. The number dates back to early Windows file systems and has never been updated at the API level — Microsoft kept it to avoid breaking older software that allocates fixed-size buffers for paths. A deeply nested folder structure like C:\Users\YourName\Documents\Projects\2025\Q1\Assets\Textures\Final\Renders\ eats up well over 100 characters before a single file is named, which is why the limit bites real workflows.

When enabled, the maximum supported path length jumps to roughly 32,000 characters — enough for any practical project. The change is safe on NTFS and ReFS volumes, which have always supported paths longer than 260 characters internally.

What Actually Needs To Happen For Long Paths To Work

Three conditions must all be true:

  • The registry key LongPathsEnabled under HKLM\SYSTEM\CurrentControlSet\Control\FileSystem must be set to 1.
  • Each application must include the longPathAware element set to true in its executable manifest.
  • The system must be restarted after the registry change — no exceptions.

Without all three, the feature stays inactive for that application regardless of the registry setting.

Enable Long Paths In Windows 11: Three Reliable Methods

Method 1 — Registry Editor (All Editions)

This is the most direct method and works identically on Windows 11 Home, Pro, and Enterprise.

  1. Press Win + R, type regedit, and press Enter. Accept the UAC prompt if it appears.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\

    Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.