← All Tools
Free · no sign-up

JWT Decoder

Paste a JSON Web Token to read its header and payload in plain JSON.

  1. Paste the token
  2. Read the decoded header and payload

Decodes only — it does not verify the signature. Nothing is sent to a server.

Decoded entirely in your browser — the token never leaves your device (there is no signature verification here, only decoding).