JWT Decoder

Paste a token to see its three parts separated, the claims expanded, and exp/nbf/iat rendered as local dates. Nothing leaves your browser.

Loading this tool…

Nothing you enter here is sent anywhere. There is no file and no request to our server - the work is done in your browser and disappears when you close the page.

How It Works

  1. Paste — Type or paste your text into the box above.
  2. Configure — Choose the transformation you want.
  3. Run — Press the action button; the counters update as you type.
  4. Take it — Copy the result or download it as a file.

Frequently Asked Questions

Does this verify the token signature?
No. It decodes the header and payload so you can read the claims, and shows the signature unchanged. Verification needs the signing key and is not performed here.
Is it safe to paste a real token?
A JWT can contain personal data. Decoding happens locally in your browser and the token is never transmitted, but avoid pasting production secrets into any tool you do not control.