• EasyStackTools189+ Free Tools
  • EVM Tools
    • JSON Formatter
    • JSON Minify
    • Base64 Encoder/Decoder
    • URL Encoder/Decoder
    • Hash Generator
    • Calculate MD2 Hash
    • Calculate MD4 Hash
    • Calculate MD5 Hash
    • Calculate MD6 Hash
    • Calculate RipeMD-128 Hash
    • Calculate RipeMD-160 Hash
    • Calculate RipeMD-256 Hash
    • Calculate RipeMD-320 Hash
    • Calculate SHA1 Hash
    • Calculate SHA2 Hash
    • Calculate SHA-224 Hash
    • Calculate SHA-256 Hash
    • Calculate SHA-384 Hash
    • Calculate SHA-512 Hash
    • Calculate SHA3 Hash
    • Calculate CRC16 Hash
    • Calculate CRC32 Hash
    • Calculate Adler32 Hash
    • Calculate Whirlpool Hash
    • Calculate NTLM Hash
    • Calculate All Hashes at Once
    • HTML Minifier
    • CSS Minifier
    • JavaScript Minifier
    • Regex Tester
    • Diff Checker
    • XML Formatter
    • Markdown Preview
    • User Agent Parser
    • IP Info Lookup
    • URL Analyzer
    • JWT Decoder
    • SQL Formatter
    • Webhook Tester
    • Checksum Address Generator
    • Address Validator
    • Keccak256 Hasher
    • ABI Encoder & Decoder
    • Event Topic Generator
    • Function Selector Generator
    • JSON Escape/Unescape
    • Certificate Decoder
  1. Home
  2. Developer Tools
  3. Calculate NTLM Hash

Calculate NTLM Hash

Compute NTLM (NT) hash from password. Client-side NTLM hash calculator for Windows compatibility.

Read the guide

Guide and examples

Calculate NTLM Hash – Free Online NTLM Hash Generator

Compute NTLM (NT) hash from a password in your browser. Client-side only. For Windows compatibility and testing.

What is the NTLM Hash tool?

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.

Key features

  • Client-side — No server uploads. Your password is never sent anywhere.
  • UTF-16LE — Password is encoded as UTF-16LE before MD4, matching Windows NTLM.
  • Instant — Hash updates as you type.
  • Copy — One-click copy of the NT hash.

How to use

  1. Open Calculate NTLM Hash.
  2. Enter the password (or text) to hash.
  3. Copy the NTLM (NT) hash. Use for testing, migration, or compatibility as needed.

When to use NTLM hash

  • Windows compatibility — Generate or verify NT hashes for NTLM.
  • Testing — Check that a password produces the expected NT hash.
  • Migration — Precompute hashes when moving to or from Windows auth. Prefer modern auth (Kerberos, OAuth) for new systems.

Limitations

NTLM is weak. Use only for legacy Windows compatibility. Do not rely on it for new applications.

Frequently asked questions

What is NTLM hash?

The NTLM (NT) hash is MD4 of the password encoded as UTF-16LE. It is used in Windows authentication.

What input does the tool accept?

The password or text to hash. It is encoded as UTF-16LE and then hashed with MD4.

Is NTLM secure?

NTLM is considered weak. Use only for compatibility with legacy Windows systems. Prefer modern auth (e.g. Kerberos, OAuth).

Is my password sent to a server?

No. Hashing runs in your browser. Your password never leaves your device.

When should I use NTLM hash?

When you need to generate or verify an NT hash for Windows compatibility, testing, or migration.

Why does my hash not match?

Ensure the password is identical and that you are comparing NT hash (MD4(UTF-16LE)), not LM or NTLMv2.

Try the tool

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." } }
  ]
}

Frequently Asked Questions

The NTLM (NT) hash is MD4 of the password encoded as UTF-16LE. It is used in Windows authentication.

Related Tools

  • Hash Generator

    Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Secure hash calculator for developers.

  • Calculate MD4 Hash

    Compute MD4 hash from text. Client-side MD4 checksum calculator.

  • Calculate SHA-256 Hash

    Compute SHA-256 hash from text. Client-side SHA-256 checksum calculator for secure hashing.

  • Calculate All Hashes at Once

    Compute many hashes at once: MD2, MD4, MD5, SHA-1, SHA-2, SHA-3, RipeMD-160, CRC16, CRC32, Adler32, Whirlpool, NTLM. Client-side only.