Hello,
Thank you for posting in Microsoft Community forum.
Based on the description, I understand your question is related to Slow NAS transfer speed after Win 10 > 11 clean install.
Potential Causes:
- Network Adapter Configuration or Drivers:
The network drivers in Windows 11 might be different from those in Windows 10. Even with the latest drivers, there could be compatibility issues.
- SMB Protocol Version:
Windows 11 may default to using newer versions of the SMB protocol (like SMB 3.x), while your NAS might only support SMB 1.0 or SMB 2.0.
- TCP/IP Settings:
Windows 11 may have enabled certain network optimization settings (like automatic TCP window size adjustment) that could introduce unnecessary latency or throttling of throughput.
- Power Management Issues:
Windows 11 might have power-saving settings (such as energy-saving modes) that affect the performance of your network adapter.
- Firewall or Security Software:
The firewall or security software settings in Windows 11 may differ from Windows 10, potentially impacting file transfer speeds.
- Network Bandwidth and Other Activities:
Other applications or background tasks running in Windows 11 might be consuming bandwidth, slowing down file transfers.
Solutions:
1. Check Network Adapter Settings:
In Device Manager, check the settings for the network adapter. Ensure it is set to "Full Duplex" and configured to the maximum speed (1000 Mbps).
Update the network adapter drivers to ensure you’re using the latest version.
2. Ensure Correct SMB Protocol Settings:
Check if SMB 1.0 is enabled in Windows 11 (you can do this via Control Panel > Programs > Turn Windows features on or off).
If possible, upgrade the SMB version on the NAS to a newer version (SMB 2.0 or 3.0) to improve compatibility and performance.
3. Adjust TCP/IP Settings:
Disable TCP delay by editing the registry. You can go to the registry editor (regedit), navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters, and modify or add the Tcp1323Opts value to 0.
4. Check Power Management Settings:
In Device Manager, right-click on the network adapter, select "Properties," and go to the "Power Management" tab. Uncheck the "Allow the computer to turn off this device to save power" option.
5. Temporarily Disable Firewall or Security Software:
Temporarily disable the Windows Firewall or any third-party security software to see if it improves transfer speeds. If this helps, you may need to adjust the settings in the security software to allow for higher transfer speeds.
By following these steps, you can troubleshoot and identify the root cause of the slower file transfer speeds. If the issue persists, it might be helpful to check the NAS logs for any errors or warnings that could provide more insights.