JWT Decoder

Decode and inspect JSON Web Tokens instantly. View header algorithm, payload claims, expiry time, and signature structure — all client-side, nothing sent to server.

Decode JWT Token

Paste your JWT token below. Tokens are decoded entirely in your browser — your token is never sent anywhere.

Sample tokens:

What is a JWT (JSON Web Token)?

A JWT is a compact, URL-safe token used to securely transmit information between parties as a JSON object. It is commonly used for authentication and authorization in REST APIs and single-page applications.

JWT Structure

Common JWT Claims

Security Warning

Never paste production JWT tokens containing sensitive data into online tools you don't trust. This tool runs entirely in your browser — no data leaves your device. Treat JWTs like passwords.