QR code decoder — drag a QR image or paste URL, see the text/URL inside, plus phishing & risky-link warnings.
- Runs locally
- Category Generator
- Best for Starting from a blank page without committing to the first result.
What this tool does
A free, fully client-side QR code decoder. Drop a QR image (PNG / JPG / WebP / SVG screenshot) or paste the raw text from any QR scanner and this tool will identify what's inside: plain URL, WiFi credentials, vCard contact, email, SMS, geo location, or free-form text. WiFi QRs are split into SSID + password + encryption so you can copy each field separately; vCards are broken out into name + phone + email + org; `geo:lat,lng` codes link straight to a map. Every URL is run through a built-in safety check that flags known short-link redirectors (bit.ly, tinyurl, t.co, ow.ly, is.gd, goo.gl), suspicious TLDs, IDN homograph attacks (Cyrillic / Greek lookalikes), bare-IP hosts, and "phish" / login-bait keywords — so you don't tap a scam before reading it. Image decoding uses the browser's native BarcodeDetector API where supported (Chrome / Edge / Safari 17+) and falls back to a clear paste flow on older browsers. Nothing leaves your machine — no upload, no tracker, no API key.
Tool details
- Input
- Files + Text
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Download
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 25 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Generator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How QR Code Decoder fits into your work
Use it to get a strong first draft, starter asset, or structured output that you can edit before publishing.
Generation jobs
- Starting from a blank page without committing to the first result.
- Creating repeatable drafts, names, templates, or placeholder assets.
- Exploring options before choosing the one that fits the job.
Generation checks
- Review generated output before it reaches a customer, page, or document.
- Change defaults when you need a specific brand voice, format, or audience.
- Keep only the parts that match the real task.
Good next steps
These links move the current task into a more complete workflow.
- 1 QR Code Generator Generate QR codes from text, URL, WiFi or vCard — customize color and size, download as PNG or SVG. Open
- 2 URL Encoder / Decoder Encode and decode URL-unsafe characters — query strings, path segments, full URLs — instant, browser-only Open
- 3 Base64 Image Converter Image ⇄ Base64 — drag-drop PNG/JPG/WebP/SVG, get data URI for CSS / HTML / Markdown. Open
Real-world use cases
Vet a suspicious QR on a parking-lot poster before scanning
Snap a phone photo of the printed QR. Drop the image in here on your laptop. The tool decodes the URL and flags red signals — a short-link wrapper, a punycode lookalike domain, a known-bad TLD. If the link is fine you can scan it in your phone with confidence; if it's flagged, you walked past a wallet drain and saved your afternoon.
Read a WiFi QR off a coffee shop window photo
The cafe printed a WiFi QR on the window. You snapped a photo weeks ago and need the password again. Drop the photo in, the decoder spits out the SSID, encryption, and password as plain fields — copy and paste straight into Settings. No more squinting and retyping a 16-char password from a tiny printout.
Recover the URL behind a logo-styled QR you generated
You made a QR with embedded logo and high error correction six months ago for a campaign, lost the source URL, and only have the PNG. Drop the PNG in, the decoder recovers the URL (high error correction means logo-overlay QRs decode fine even after light color shifts). Now you can rebuild the campaign without crawling old emails.
Batch-audit QRs printed across a product line
You're QA on a product packaging refresh. Drop all twelve QR images at once. Every row shows the decoded URL plus a phishing risk flag. Two of them point at the wrong campaign URL because the print vendor used an older asset — you catch it before the shipment leaves the warehouse.
Recover an old vCard from a business-card photo
You photographed someone's business card at a conference, the card had a vCard QR. The decoder parses it and shows name, phone, email, organization as separate fields. Click each to copy and paste into your contacts app, much faster than typing it from the printed text on the front.
Common pitfalls
Trusting "no phishing flag" as "safe to log in". The tool flags obvious red signals but a careful attacker can register a clean-looking domain — never enter credentials on a page you reached by scanning a QR.
Cropping the screenshot too tight. The decoder needs the quiet zone (white margin) around the QR; without it, decode rates drop hard. Keep a few hundred pixels of margin on each side.
Decoding a phone photo taken at a sharp angle. Strong perspective distortion can defeat decoding — re-shoot square-on, or paste the original digital QR instead of a photo of a printed one.
Privacy
Image decoding runs entirely in your browser via the jsQR library; uploaded images never leave your tab. The phishing check matches decoded URLs against a static rules table bundled with the page — no remote lookup, no third-party API call. Safe to paste internal QRs containing tokens or login URLs.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 555 Timer Calculator Astable f = 1.44/((R1+2R2)C) + monostable t = 1.1RC — pick R1, R2, C in Ω/kΩ and µF/nF, read frequency, duty cycle and pulse width — browser-only
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only