Compute NTLM (NT) hash from a password in your browser. Client-side only. For Windows compatibility and testing.
This tool computes the NTLM (NT) hash of text (typically a password). The NT hash is MD4 of the password encoded as UTF-16LE—the same as Windows uses for NTLM authentication. All hashing runs in your browser; your password never leaves your device.
NTLM is weak. Use only for legacy Windows compatibility. Do not rely on it for new applications.
The NTLM (NT) hash is MD4 of the password encoded as UTF-16LE. It is used in Windows authentication.
The password or text to hash. It is encoded as UTF-16LE and then hashed with MD4.
NTLM is considered weak. Use only for compatibility with legacy Windows systems. Prefer modern auth (e.g. Kerberos, OAuth).
No. Hashing runs in your browser. Your password never leaves your device.
When you need to generate or verify an NT hash for Windows compatibility, testing, or migration.
Ensure the password is identical and that you are comparing NT hash (MD4(UTF-16LE)), not LM or NTLMv2.
Use Calculate NTLM Hash. See MD4 Hash, Hash Generator, or All Hashes.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{ "@type": "Question", "name": "What is NTLM hash?", "acceptedAnswer": { "@type": "Answer", "text": "The NTLM (NT) hash is MD4 of the password encoded as UTF-16LE. It is used in Windows authentication." } },
{ "@type": "Question", "name": "What input does the tool accept?", "acceptedAnswer": { "@type": "Answer", "text": "The password or text to hash. It is encoded as UTF-16LE and then hashed with MD4." } },
{ "@type": "Question", "name": "Is NTLM secure?", "acceptedAnswer": { "@type": "Answer", "text": "NTLM is considered weak. Use only for compatibility with legacy Windows systems. Prefer modern auth (e.g. Kerberos, OAuth)." } },
{ "@type": "Question", "name": "Is my password sent to a server?", "acceptedAnswer": { "@type": "Answer", "text": "No. Hashing runs in your browser. Your password never leaves your device." } },
{ "@type": "Question", "name": "When should I use NTLM hash?", "acceptedAnswer": { "@type": "Answer", "text": "When you need to generate or verify an NT hash for Windows compatibility, testing, or migration." } },
{ "@type": "Question", "name": "Why does my hash not match?", "acceptedAnswer": { "@type": "Answer", "text": "Ensure the password is identical and that you are comparing NT hash (MD4(UTF-16LE)), not LM or NTLMv2." } }
]
}