β All tools
JWT Debugger
Decode and inspect JSON Web Tokens (JWT) headers and payloads without verifying the signature. Useful for debugging auth issues.
Free to use
Encoded token
Decode a JWT header and payload locally for troubleshooting. The signature is not verified, and decoded claims must not be treated as trusted.
Decoded values
Header
Payload
Paste a JWT to begin.
How to use
Paste a JSON Web Token and click Decode locally. JWTs are encoded, not encrypted; avoid pasting production tokens into tools you do not control.