Skip to content

JWT Decoder

Decode a JWT's header and payload and check its expiry — locally.

Runs locally · Nothing uploaded

The token is decoded in this tab. It is never sent anywhere and never stored.

Advertisement

About JWT Decoder

Splits a JSON Web Token into its header, payload, and signature, Base64URL-decodes the parts, and pretty-prints the claims. Registered claims like exp, iat, and nbf are translated into human-readable dates with an at-a-glance expired/valid indicator. Decoding does not verify the signature — treat unverified claims accordingly. The token never leaves your browser.

Related tools

All tools · More in this category