JWT Decoder

Paste a JSON Web Token to instantly decode its header and payload, and check expiry. Decoding happens entirely in your browser — your token is never sent anywhere.

Free JWT Decoder

Inspect any JSON Web Token in seconds — see the decoded header, payload, claims, and expiry status without leaving your browser or sending the token anywhere.

Instant decoding

Paste any JWT and see its decoded header and payload immediately — no button to click, no page reload.

Readable timestamps

The iat, exp, and nbf claims are automatically converted from Unix time into readable local dates.

Expiry at a glance

A clear banner tells you whether the token is still valid or has already expired, and exactly when.

Copy with one click

Copy the formatted header or payload JSON straight to your clipboard for use in code or bug reports.

Signature shown, not verified

See the raw signature segment — this tool decodes tokens, it never asks for or transmits your signing key.

Nothing leaves your browser

All decoding happens client-side in JavaScript. Your token is never sent to QikDrive or anyone else.

Frequently asked questions

What is a JWT?
A compact, URL-safe token format for claims, used widely in authentication. It has a header, payload, and signature, each Base64URL-encoded and separated by dots.
Is it safe to paste my JWT here?
Decoding runs entirely in your browser — nothing is sent to a server. Still, treat production tokens carefully and avoid pasting them into tools you don’t trust.
Can this tool verify a signature?
No — verification needs the secret or public key, which this tool never requests. It only decodes and displays the header and payload.
What do exp, iat, and nbf mean?
"iat" = issued at, "exp" = expiry, "nbf" = not valid before. All are Unix timestamps; the decoder shows them as readable dates.
Why am I seeing a decode error?
A valid JWT has three dot-separated Base64URL segments that decode to JSON. Check you copied the full token without a "Bearer " prefix or extra spaces.
QDQikDrive
Up to 5 GB freeEncrypted transferAuto-expiry linksBuilt for India

Need to share a large file?

QikDrive lets you send files up to 5 GB instantly via a shareable link, built for India. Free, no signup needed to receive.