Free JWT Decoder
Decode a JWT and view header and payload. No verification — inspection only.
JWT
Decoded
Header
Payload
How to use
- Paste or type your JWT token into the left panel.
- The header and payload update automatically as you edit — you can also use Decode to refresh.
- Never paste tokens that contain production secrets.
Why use this tool?
Inspect JWT contents for debugging. We do not verify signatures — this tool only decodes the base64url parts and renders the JSON inside the header and payload.