How do I fix "Authentication failed because NTLM authentication has been disabled"?
This appears when Windows falls back to NTLM but a policy or the connection method blocks it. Connect using the NAS hostname, not its IP address (an IP connection forces NTLM), make sure both devices are in the same workgroup, and use a valid NAS account. Microsoft's guidance is to prefer Kerberos over NTLM and avoid connecting by IP.
Last verified July 22, 2026 · 2 official sources checked Updated
This error means Windows tried to authenticate with NTLM and was blocked from doing so — usually by how you connected, or by a security policy that restricts NTLM.
Why NTLM gets used (and blocked)
NTLM is the older challenge-response authentication family. It's still supported for workgroup and local accounts, but Microsoft's direction is to prefer Kerberos and reduce NTLM use, and hardened environments restrict it. Two things commonly force the NTLM path and then trip this error:
- Connecting by IP address. Microsoft explicitly recommends not connecting to shares using IP addresses — an IP connection can't use Kerberos and falls back to NTLM.
- An NTLM-restriction policy on the PC (Network security: Restrict NTLM) blocking the fallback.
The fix
- Connect by hostname, not IP — use
\\DiskStation(the NAS name), not\\192.168.x.x. This is the single most effective step. - Ensure the PC and NAS are in the same workgroup and that you're using a valid NAS username and password.
- If a Restrict-NTLM policy is set, review it with your administrator rather than blanket-disabling security.
What not to do
Don't weaken authentication policy as a blanket fix. Prefer Kerberos (which works when you connect by name in a properly configured environment), keep credentials valid, and avoid IP-based connections. If the data behind the share matters, make sure it's backed up regardless of the connection issue.
Fix the connection, then protect the data
Once you can reach the NAS again, make sure the storage underneath it is sound — the right drives, healthy and backed up.
Related questions
Sources
Every technical claim on this page is checked against manufacturer and standards documentation. Dates are when each source was last reviewed.
- Microsoft Learn — NTLM overview (2025-04-17) — checked 2026-07-22
- Microsoft Learn — Control SMB signing behavior (updated 2025-09-15) — checked 2026-07-22