JWT Decoder

Decode and validate JSON Web Tokens. Inspect JWT headers, payloads, and verify signatures.

Decode and inspect JSON Web Tokens (JWTs) to view their header, payload, and signature. Useful for debugging authentication and API tokens.

Instant JWT decoding
View header, payload, and signature
No registration required
Completely free
Works in your browser

How to Use

  1. Paste your JWT token into the input box
  2. Click Decode JWT
  3. View the decoded header, payload, and signature
  4. Copy the result for your records or debugging

Frequently Asked Questions

What is a JWT?

A JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.

Can I verify the signature with this tool?

This tool decodes JWTs but does not verify their signatures.

Is my data sent to a server?

No, all decoding happens in your browser. Your data never leaves your device.