WiFi QR to Password Converter
Upload a WiFi QR code image and instantly extract the password, network name, and security type. No camera needed.
Use ⌘ + D to bookmark this toolUpload a WiFi QR code image and instantly extract the password, network name, and security type. No camera needed.
Use ⌘ + D to bookmark this toolWiFi QR codes encode network credentials using the standard WIFI:T:WPA;S:NetworkName;P:Password;H:false;; format. This tool reads the QR pattern from your image, decodes it back to this text string, then parses out the individual fields.
The entire process happens in your browser — the image is drawn to an invisible canvas, converted to pixel data, and analyzed by a JavaScript QR decoder. No server involved, no data leaves your device.
Need to create a WiFi QR code instead? Use our WiFi QR Code Generator to generate a scannable QR code from your network credentials.
| Parameter | Example | Purpose | Required |
|---|---|---|---|
T: | WPA | Security type (WPA, WEP, nopass) | Yes |
S: | MyNetwork | SSID / network name | Yes |
P: | wWdnJPEScuZrpxYA | Password | If secured |
H: | true / false | Hidden network flag | No |
Special characters (; : , \) in SSID or password are automatically escaped with backslashes. The format ends with a double semicolon (;;).
Many modern routers have a QR code printed on the bottom or back label. Take a photo and upload it here to extract the password without squinting at tiny text.
Android (12+) and iOS (11+) let you share WiFi as a QR code. Screenshot the QR from Settings → WiFi → Share, then upload the screenshot here.
Offices and coworking spaces often print WiFi QR codes on welcome cards or desk labels. Snap a photo to quickly get the password on your laptop.
Hosts frequently include WiFi QR codes in welcome guides or check-in instructions. Upload the photo to type the password into a smart TV or game console.
Generate strong, random passwords with customizable length, character sets, and options.
Generate strong, memorable passphrases from random words. Easier to remember, just as secure.
Create easy to remember passwords from random words or your own phrases with leet speak conversion.
Generate multiple unique passwords at once. Perfect for IT admins and account provisioning.
Generate cryptographically secure API keys, tokens, and secrets in multiple formats.
Generate strong, easy-to-share WiFi passwords for your home or office network.
Create a scannable QR code for your WiFi network. Guests connect instantly.
Generate cryptographically random PIN codes. Perfect for device locks and access codes.
Test how strong your password is. See estimated crack time, entropy, and suggestions.
Calculate the exact entropy of any password configuration. See bits, combinations, and crack times.
Generate MD5 hashes from any text. Useful for checksums, cache keys, and legacy system compatibility.
Generate SHA-512 hashes using the native Web Crypto API. 512-bit security for signatures and integrity.
Generate a Code 128 barcode that types username, TAB, password, ENTER into login forms when scanned.
Generate passwords optimized for TVs, game consoles, and devices with on-screen keyboards. No symbols.
Generate speakable passwords from fake syllables. Easy to say aloud, type from memory, and share verbally.
Generate fun, memorable passwords children can actually remember. Word stories: red-panda-jumps-42.
JPG, PNG, WebP, GIF, BMP, and SVG. Any standard image format your browser can display will work. For best results, use a clear, well-lit photo or screenshot of the QR code.
No. WiFi QR codes use the WIFI: URI format which stores the password in plain text within the QR pattern. It's not human-readable when looking at the QR image, but any QR decoder (including this tool) can extract it. Treat WiFi QR codes like written passwords.
Yes. The QR decoding happens entirely in your browser using JavaScript. Your image never leaves your device — no server, no upload, no internet required.
Make sure the image is clear and the QR code isn't cropped, rotated at an extreme angle, or too blurry. Try a higher-resolution image or screenshot. The entire QR code including the quiet zone (white border) should be visible.
No. Everything runs locally in your browser. The image is decoded using JavaScript on your device. No data is uploaded, stored, or transmitted. You can verify this by disconnecting from the internet before using the tool.
This tool is designed specifically for WiFi QR codes that use the standard WIFI: format. It will decode any QR code image, but will only extract WiFi credentials if the QR contains a valid WIFI: string. Regular QR codes (URLs, text, etc.) will show as unsupported format.