Hello Todd Williams,
Has your issue been solved? If it has, please accept the answer so that it could be spread further to those in need too. If not, is there anything I can help you with? Please let me know. :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I upgraded workstation (new box on domain) from Windows 10 Pro to Windows 11 Pro. no changes to network configuration. reviewed a number of self-help scenarios but can't solve problem. NAS is still available from server and other workstations.
Need some suggestions
Thanks
Hello Todd Williams,
Has your issue been solved? If it has, please accept the answer so that it could be spread further to those in need too. If not, is there anything I can help you with? Please let me know. :)
VP
Hello Todd Williams,
Windows 11, particularly starting with version 24H2, enforces strict SMB security postures by mandating SMB signing and strictly blocking unauthenticated guest access, which is the most common reason NAS connectivity breaks after an OS upgrade.
According to Microsoft's official documentation regarding SMB security enhancements, Windows 11 Pro defaults to requiring SMB signing for all outbound connections to mitigate NTLM relay attacks. You can confirm exactly why Windows is dropping the connection by inspecting the Event Viewer under Microsoft-Windows-SmbClient/Operational. You will likely see Event ID 31017, which indicates the client rejected an insecure guest logon, or Event ID 31600, indicating a signing failure. To diagnose the exact policy enforcement, inspect the registry path at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters. The REG_DWORD values RequireSecuritySignature and AllowInsecureGuestAuth govern this behavior. While you could technically alter these values via PowerShell using Set-SmbClientConfiguration -RequireSecuritySignature $false to force a connection, Microsoft explicitly dictates that doing so leaves the workstation vulnerable to credential theft. The only officially supported, permanent resolution is to configure the NAS management interface to disable guest access and mandate SMB signing. Additionally, you must verify via secpol.msc that your domain's Network Security: LAN Manager authentication level policy is set to Send NTLMv2 response only, as Windows 11 will outright reject legacy NTLMv1 handshakes from the NAS.
Hope this answer brought you some useful information. If it has, please consider accepting the answer so that other people sharing the same issue would benefit too. Thank you :)
VP
If you are unable to connect to your NAS after upgrading from Windows 10 Pro to Windows 11 Pro, here are some suggestions to troubleshoot the issue:
If the problem persists, consider testing the connection with another device to isolate whether the issue is specific to the new workstation or a broader network issue.
References: