WiFi QR Code Generator
Random
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.
Related tools
Random Number Generator
Generate cryptographically random numbers in any range — with or without duplicates, optionally sorted.
Group Maker
Split a list of names into balanced random groups — pick the group count or the people per group.
Raffle Draw
Pick N winners from a list of names — cryptographically random, with or without duplicates.
Dice & Coin Roller
Roll polyhedral dice (d4–d100) or flip a coin with cryptographic randomness.
Random Picker — Roulette & Ladder
Pick a winner with a spinning wheel or a ladder (ghost-leg) draw.
Password Generator
Generate strong, random passwords that never leave your browser.