JWT Decoder
Security ToolsSplit a JWT into its three parts (header, payload, signature), decode each from Base64URL, and pretty-print the JSON. Shows algorithm, expiration status (expired/valid with time remaining), and color-codes each section.
100% client-side processing
How to Use JWT Decoder Online
- Paste your data into the input field above
- The result appears instantly in the output area
- Click "Copy" to copy the result to your clipboard
Decode and inspect JSON Web Tokens with expiry status. Runs 100% client-side — no data is sent to any server.