JWT Decoder
Inspect the contents of a JWT.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
This tool decodes a JSON Web Token (JWT) by base64url-decoding its three dot-separated parts — the header (algorithm and token type), payload (claims like user ID, issuer, and expiry), and signature — and displays the header and payload as readable JSON. It does not verify the signature, so it can't confirm the token is authentic or unmodified.
Backend developers debugging authentication flows, and anyone integrating with an API that uses JWT-based auth, use it to quickly inspect what claims a token carries — such as its expiry (exp) or subject (sub) — without writing decoding code. Paste a JWT to see its decoded header and payload.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)