JWT Decoder
Decode and inspect JSON Web Tokens — view header, payload, and expiry claims.
Paste a JWT above to decode it
How to use
- 1
Paste your JWT
Copy a JWT token from your application, API client, or browser developer tools and paste it into the input box.
- 2
Inspect the decoded sections
View the decoded header (algorithm and token type), payload (all claims), and the raw signature below.
- 3
Check the expiry status
The tool shows whether the token is currently valid, expired, or has no expiry claim set.
- 4
Copy individual sections
Use the Copy button next to each section to copy the decoded JSON to your clipboard.
Frequently asked questions
Is it safe to paste my JWT here?
What information is in a JWT?
Why does my token show as expired?
Can this tool verify a JWT signature?
Paste any JWT and instantly inspect its decoded header, payload, and
signature. View all claims including issuer, subject, audience, and
expiry time. The tool highlights whether a token is still valid or has
expired based on the exp claim. All decoding happens entirely in your
browser — your tokens never leave your device.