Install Extension

Free JWT Decoder

Decode header and payload without a secret. No verification.

Local‑only decoding — nothing leaves your browser.

JWT Decoder

Paste a JWT and view the decoded header and payload as formatted JSON. This does not verify the signature.

Header

Payload

Signature

What is this JWT decoder?

A fast way to inspect JSON Web Tokens (JWTs). This tool base64url‑decodes the header and payload so you can verify claims, audiences, and expirations at a glance. It does not verify signatures or secrets, and nothing is sent to a server—everything runs locally.

How to use it

  1. Paste a JWT in the format header.payload.signature.
  2. Click Decode to view pretty‑printed header and payload JSON.
  3. Check claims like exp, iat, aud, and iss.

Tips

Related tools

Privacy: runs entirely in your browser—no data is sent anywhere.