Why you should disable NTLM?
Mia Lopez
Updated on February 23, 2026
If necessary, you can create an exception list to allow specific servers to use NTLM authentication. At a minimum, you want to disable NTLMv1 because it is a glaring security hole in your environment. To do that, use the Group Policy setting Network Security: LAN Manager authentication level.
Should I Restrict NTLM?
It is better to set the Network Security: Restrict NTLM: Audit Incoming NTLM traffic policy setting and then review the Operational log to understand what authentication attempts are made to the member servers, and subsequently what client applications are using NTLM.Should I disable NTLMv2?
The NTLM (generally, it is NTLMv2) is still widely in use for authentication on Windows domain networks. We recommend disabling NTLMv1 and NTLMv2 protocols and use Kerberos due to the following reasons: NTLM has very weak encryption.Why NTLM is being used?
What Is NTLM Used For? Windows New Technology LAN Manager (NTLM) is a suite of security protocols offered by Microsoft to authenticate users' identity and protect the integrity and confidentiality of their activity.Is NTLM authentication safe?
Is NTLM secure? NTLM is generally considered insecure because it uses outdated cryptography that is vulnerable to several modes of attacks. NTLM is also vulnerable to the pass-the-hash attack and brute-force attacks.The Policy Expert: Network Security: Restrict NTLM: Audit Incoming NTLM Traffic
What is the weakness of the NTLM authentication protocol?
NTLM is a rather veteran authentication protocol and quite vulnerable for relatively easy to initiate attacks. The fact that it is not secure, doesn't make it easier to move to a better protocol (such as Kerberos), since many functions are dependent on it.Can I disable NTLM on domain controller?
Deny for domain accountsOnly the domain controller will deny all NTLM authentication logon attempts from domain accounts and will return an NTLM blocked error unless the server name is on the exception list in the Network security: Restrict NTLM: Add server exceptions in this domain policy setting.