← All Tools

About This Tool

This tool decodes a JSON Web Token's header and payload locally so you can inspect its claims without pasting it into a third-party site. It only decodes the token — it does not verify the signature, so it should not be used to confirm a token's authenticity.

How to Use

  1. Paste a JWT into the input box.
  2. The decoded header and payload appear automatically below it.
  3. Click "Copy" to copy either section — remember this only decodes the token, it does not verify its signature.