JWT Decoder
Paste any JSON Web Token to instantly decode the header, payload, and claims. Check expiry, issuer, subject, and more. Your token never leaves your browser.
Paste a JWT token above to decode it
Or click "Load sample token" to see an example
What is a JWT?
A JSON Web Token (JWT) is a compact, URL-safe token format used to securely transmit information between parties. It consists of three base64url-encoded sections separated by dots:
JWTs are widely used in API authentication — when you log in to an app, a JWT is issued and sent with every subsequent request to prove your identity. The payload is only base64-encoded, not encrypted, so never put sensitive data (passwords, secrets) in a JWT payload.
Frequently Asked Questions
What is a JWT token?
A JSON Web Token (JWT) is a compact token used for authentication and authorization. It has three parts: a header (algorithm), a payload (claims/user data), and a signature. It's base64url encoded and separated by dots.
Is it safe to paste my JWT here?
Yes — this decoder runs entirely in your browser. Your token is never sent to any server. That said, avoid pasting live production tokens with sensitive data into any online tool as a security best practice.
Why can't you verify the signature?
Signature verification requires the secret key or public key used to sign the token. That key is never in the token itself. This tool decodes and inspects the header and payload, which is what you need for debugging.
What are JWT claims?
Claims are key-value pairs in the payload. Standard ones include: iss (issuer), sub (subject/user ID), aud (audience), exp (expiry timestamp), iat (issued at), and nbf (not before). Custom claims can include roles, permissions, or any application data.
What does 'token expired' mean?
The exp claim in the payload is a Unix timestamp. If the current time is past that timestamp, the token is expired and will be rejected by the server. You need to refresh or re-issue the token.
What is the best JWT decoder?
ToolStack's JWT Decoder is one of the best free options because it decodes entirely in your browser — your token is never sent to any server. It displays the header, payload, and signature with syntax highlighting, shows human-readable expiry times, and flags whether the token is currently valid or expired. No signup required.
How do I fix a 'Signature verification failed' error?
This error occurs on your server when the signature doesn't match the payload/header or the wrong key was used to verify it. Ensure that you are using the exact same secret (or public/private key pair) that was used to sign the token, and that the payload wasn't modified after signing.
JWT Decoder: Free Online Tool
JSON Web Tokens (JWTs) are everywhere in modern authentication — they power login sessions, API authorization, and microservices communication. When something goes wrong with authentication, being able to quickly inspect what's inside a JWT is invaluable. Our JWT Decoder decodes any JWT instantly in your browser, shows all three segments decoded, and verifies signatures.
Paste any JWT into the input field and it instantly decodes all three sections: the header (algorithm and token type), the payload (claims, user data, expiration), and the signature. If you have the signing secret or public key, enter it to verify the signature. Expiration times are shown in human-readable format with a clear expired or valid indicator.
Common uses include debugging authentication failures by inspecting token claims, checking token expiration without writing code, verifying that the correct user ID is in a token's payload during development, inspecting third-party JWTs, and auditing token contents before trusting them in a new integration.
Most JWT decoder tools decode the token but don't verify the signature. Ours verifies HMAC signatures (HS256, HS384, HS512) when you provide the secret, and RSA signatures (RS256, RS384, RS512) when you provide the public key. Everything runs locally — your JWT is never sent to any server. Free, no signup required.
More Free Tools
61 tools live — all free, no signup, instant results.
AI Prompt Generator
Generate expert prompts for ChatGPT, Claude, Gemini & more using RISEN, STAR, Chain-of-Thought and 4 other frameworks.
Word Counter & Readability
Instant word count, character count, readability score, reading time, keyword density and AI grammar fixer.
Meta Description Generator
Generate SEO-optimised meta descriptions for any page. Character counter included. GPT-4o powered.
Email Subject Line Tester
Score your email subject lines for open rate potential, spam triggers and emotional power words.
Hashtag Generator
Generate targeted hashtags for Instagram, TikTok, LinkedIn, YouTube & X. AI-powered 3-tier mix: popular, growing and niche hashtags.
Blog Title Generator
Generate 10 click-worthy blog titles from any topic. SEO, listicles, how-tos, curiosity hooks and more. GPT-4o powered.
Password Generator
Cryptographically secure random passwords. Custom length, symbols, numbers. Runs entirely in your browser.
Password Breach Checker
Check if your password was exposed in a data breach. K-anonymity keeps your password 100% private — never sent to any server.
QR Code Generator
Generate QR codes for URLs, WiFi, email, phone and text. Free PNG & SVG download. No signup, no expiry, 100% private.
VAT Calculator
Add or remove VAT instantly for 40+ countries. UK, EU, UAE, Australia and more. Standard and reduced rates. Invoice calculator included.
Invoice Generator
Create professional invoices in seconds. Add line items, VAT, discounts and download as PDF. Free, no signup, no watermark.
Code Diff Checker
Compare two JSON or code files side-by-side with an IDE-grade visual diff editor. Instantly spot additions, deletions, and modifications.
Website Down Checker
Check if any website is down or just you. See HTTP status code, response time, and server availability instantly. No signup required.
PDF Generator
Type or paste your text, customise fonts and page size, then download as a clean PDF instantly. No signup, no watermarks, 100% private.
IP Address Lookup
Find your public IP address, location, ISP, timezone and hostname instantly. Also look up any IP address for geolocation data.
SSL Certificate Checker
Check any website's SSL certificate. See if it's valid, days until expiry, the issuer, and which domains are covered. Instant, free.
WHOIS Domain Lookup
Look up domain registration date, expiry, registrar and nameservers for any domain. See who owns a domain instantly.
UUID Generator
Generate UUID v4, v1, v5, ULID and NanoID in bulk. Uppercase, no-hyphens and braces formatting. Copy all or download as .txt — 100% client-side.
YouTube Thumbnail Downloader
Download any YouTube video thumbnail in all 5 resolutions instantly — Max, SD, HQ, MQ and Default. Free, no signup.
Online Stopwatch
Stopwatch with lap times and countdown timer. Accurate to the centisecond. Space to start, L to lap, R to reset.
Compound Interest Calculator
See how your money grows with compounding. Add monthly contributions and get a year-by-year breakdown of your investment.
JSON Formatter
Format, validate and beautify JSON instantly. Syntax highlighting, error detection with line numbers, minify mode. 100% private.
Paraphrasing Tool
Rewrite any text with AI. 6 modes: Standard, Fluency, Formal, Academic, Creative and Shorten. GPT-4o powered, no word limit, no signup.
Grammar Checker
Check and fix grammar, spelling and punctuation with AI. Get corrected text plus explanations for every fix. GPT-4o powered, no word limit.
Text Summarizer
Summarise any text with AI. 4 modes: paragraph, bullet points, key takeaways and executive summary. GPT-4o powered, no word limit, no signup.
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, PascalCase, kebab-case and more. 10 modes, instant, free.
Lorem Ipsum Generator
Generate Lorem Ipsum placeholder text instantly. Paragraphs, sentences, words or list items. HTML output included. Free, no signup, unlimited.
Cover Letter Generator
Generate a professional AI cover letter in seconds. 4 tone modes: Professional, Enthusiastic, Concise and Creative. GPT-4o powered, unlimited, no signup.
Character Counter
Count characters, words, sentences and paragraphs in real time. Live progress bars for Twitter, Instagram, LinkedIn, YouTube, TikTok and SMS limits.
Business Name Generator
AI brand architect mode — generate premium names with GoDaddy & TM checks.
YouTube SEO Elite
Generate high-ranking tags & description hooks with AI.
Email Signature Generator
Create professional HTML email signatures for Gmail, Outlook & Apple Mail. 4 templates, custom colours, social links. Free, no signup.
CSS Gradient Generator
Create beautiful CSS gradients with a visual editor. Linear, radial and conic with 12+ curated presets. Copy CSS instantly.
AI Color Palette Generator
Describe your brand in words and get a professional 5-color palette with hex codes, CSS variables and Tailwind config instantly.
Colour Contrast Checker
Check your colour combinations against WCAG guidelines for AA and AAA compliance.
Favicon Generator
Generate perfect favicons from text or emoji in all standard sizes including Apple Touch constraints.
Base64 Converter
Instantly encode text to Base64 or decode Base64 strings back to text securely in your browser.
UTM Builder
Generate tracking links for your campaigns to monitor traffic perfectly in Google Analytics.
Markdown Editor
Instantly render Markdown syntax into clean, standard HTML code with real-time visual previews.
Regex Tester
Test, build, and debug Regular Expressions with real-time semantic highlighting and exact indexing.
SQL Formatter
Beautify raw, minified database queries into perfectly indented, readable syntax.
Epoch Converter
Instantly translate Unix epoch integers into formatted dates across timezones.
Tip Calculator
Calculate tips and split bills instantly. Tipping customs for 20+ countries, service quality presets, and per-person amounts.
Mortgage Calculator
Monthly payments, total interest, and full amortisation schedule. Repayment and interest-only mortgages. 15 currencies.
Percentage Calculator
Six calculators in one: find a percentage, increase/decrease, percentage change, and percentage difference.
Salary Calculator
Calculate take-home pay after tax. Full UK PAYE 2024/25 and US Federal 2024 with complete deductions breakdown.
Age Calculator
Calculate your exact age in years, months, days and hours. Zodiac sign, generation, days until your next birthday.
Card Grading Profit Calculator
Is grading your card worth it? Calculate profit, ROI and compare PSA, BGS, SGC and CSG fees side by side.
Grading Company Comparison
PSA vs BGS vs SGC vs CGC — compare fees, turnaround times and resale value side-by-side. Personalised recommendation included.
Card Flip ROI Calculator
Calculate exact profit after eBay fees, shipping and costs on any card flip. Multi-platform comparison and break-even calculator built in.
Card Box Break Calculator
Price your break spots to cover box cost, platform fees and shipping. See profit at 50%, 75% and 100% fill rates. Whatnot and eBay fees built in.
eBay Best Offer Calculator
Calculate your break-even offer and get an Accept, Counter or Decline recommendation for any eBay Best Offer. Full profit breakdown at every price level.
Whatnot Seller Fee Calculator
Calculate Whatnot commission and payment processing fees by category. See net payout and compare vs eBay.
Panini Sticker Calculator
How many packs to complete any Panini album? World Cup 2026, Premier League, Champions League. See swap savings in GBP, USD and EUR.
Pack Break EV Calculator
Calculate expected value for any box break. Pokémon, sports cards, football cards. EV per pack, net profit after eBay/Whatnot fees, bear/base/bull scenarios.
UCL Final 2026 Accumulator
PSG vs Arsenal Champions League final acca calculator. Combined return and implied probability live.
WC 2026 Accumulator Calculator
Build your World Cup acca in seconds. Decimal, fractional or American odds across 2–8 selections. Combined return and implied probability instantly.
World Cup 2026 Team Finder
Which World Cup 2026 team should you support? Answer 5 questions and get matched to one of 24 nations with a full team profile.
YouTube Transcript Extractor
Extract any YouTube video transcript instantly as clean Markdown. Toggle timestamps. Download as .md. No login, no limits.
Credit Card Rewards Optimiser
Enter your monthly spend and see which card earns you the most. Compares 10 top cards — Chase, Amex, Capital One. Shows the exact dollar gap you're missing.
Pokémon TCG Pocket Pull Calculator
Calculate your odds of pulling Crown Rares, God Packs, Immersive Rares and more. Based on official Pokémon TCG Pocket in-game pull rates.