JWT Decoder
DeveloperDecode and inspect the header and payload of a JSON Web Token.
Open JWT Decoder →How to use
- Paste a JWT into the box.
- The header and payload are decoded and pretty-printed instantly.
- Expiry, issued-at and not-before claims are shown as readable dates.
Features
- Fully client-side — the token never leaves your browser
- Header and payload pretty-printed
- Human-readable exp/iat/nbf with an “expired” warning
Good to know
- This tool decodes only — it does not verify the token’s signature.
🔒 Private by design — JWT Decoder runs entirely in your browser. Your files and text never leave your device.