Forum Discussion
LizaA
Jul 25, 2025Copper Contributor
Is there a way to increase the size of of file names in File Explorer?
Is there a way to increase the size of file names in File Explorer? System Settings only changes the font size in the headings, which are large enough, but not change the file names in the list of
folder contents. On screen, the file names appear to be about size 7 font.
2 Replies
- ShaitanIron Contributor
If you can't modify the registry or group policy, you can bypass the limit by:
Using UNC paths (e.g., \\?\C:\VeryLongPath\...).
Opening files directly in apps (e.g., drag & drop into Notepad++ or 7-Zip).
- BelieveymmetryIron Contributor
You can either modify the registry value MaxFileNameDisplayLength or use a third - party file manager. Note that these two methods only change the displayed file name length, while the actual storage limit remains 255 characters.