WiFi QR Code Generator
Most modern phones (iOS 11+, Android 10+) join a WiFi network by pointing the camera at a properly-formatted QR code. This tool builds that payload (`WIFI:T:WPA;S:My Network;P:hunter2;;`) and renders it as PNG and SVG. SSID and password are escaped per the spec (semicolons, commas, colons, quotes, backslashes). Nothing leaves your browser — the QR is computed locally and rendered in-page.
Enter your SSID to generate.
How to use
- Type the network name (SSID) exactly as it appears on the router.
- Pick security type and enter the password (skip for open networks).
- Download the PNG/SVG and print or share.
Frequently asked questions
- Why is my password not joining?
- Most common: wrong security type. WPA2 and WPA3 both use the 'WPA' value. WEP is its own option (and you shouldn't be using WEP in 2026). Open networks use 'No password'.
- Does it work on iPhone?
- Yes since iOS 11 — open the Camera app, point at the code, tap the WiFi banner.
- What's the 'hidden' option?
- If your SSID is hidden (not broadcast), set H:true so the phone knows to manually search instead of expecting to see it in the list.
- Is the password really safe to print?
- The QR contains your password in plaintext — anyone who scans the printed code gets WiFi access. Treat the printout like you'd treat your password.
Guides on this topic
Related tools
QR Code Generator
Create custom QR codes from any text or URL and download them.
QR Code Decoder
Drop a screenshot or photo of a QR code and read what's inside — entirely in your browser, no upload.
Password Generator
Generate strong, random passwords that never leave your browser.
Random IP & MAC Generator
Generate batches of random IPv4, IPv6, or MAC addresses for tests and mocks — public / private / ULA / link-local / UAA / LAA scopes supported.
Random Chess Opening Picker
Draw a random chess opening for study from 24 classical and modern openings, filtered by category (Open, Semi-Open, Closed, Flank), difficulty, and which side you'll play. Includes ECO codes, the first key moves, and a direct study link.
Random Number Generator
Generate cryptographically random numbers in any range — with or without duplicates, optionally sorted.