The default file size limit for WebDAV in Windows is set to 50MB. This restriction is implemented to avoid performance issues during file transfers. Users frequently encounter this limit, causing frustration when uploading critical files.
You can check it right here :
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\FileSizeLimitInBytes
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\FileAttributesLimitInBytes
Once you’ve located the registry key, the next step is to modify the ‘FileSizeLimitInBytes’ entry. Changing this value will increase the file size limit for WebDAV transfers. Double-click on the ‘FileSizeLimitInBytes’ entry and increase its value to a higher number. The maximum value you can set is FFFFFFFF, which corresponds to a 4GB limit.
Restart your computer after this change to apply the new settings. This reboot is necessary for the system to recognize and apply the updated registry values effectively.