JWT Decoder

Decode and verify JWT tokens
This free online jwt decoder runs in your browser and is part of our Developer Tools collection.

JWT Decoder

Decode and inspect JSON Web Tokens (JWT). View header, payload, and signature.

About JWT:

  • JWT consists of three parts: Header, Payload, and Signature
  • Header contains token type and signing algorithm
  • Payload contains claims (user data, expiration, etc.)
  • Signature is used to verify the token's authenticity
  • Common claims: iss (issuer), sub (subject), exp (expiration), iat (issued at)

More Developer Tools

Explore related tools in the same category to solve adjacent tasks faster.

JSON FormatterFormat and validate JSONHTML Encoder/DecoderEncode and decode HTML entitiesRegex TesterTest regular expressionsCode MinifierMinify CSS, JS, and HTMLCode BeautifierBeautify CSS, JS, and HTML