Creating WiFi QR Codes: Connect Without Typing Passwords
There is a special kind of misery reserved for dictating a WiFi password to a guest. "Capital B, lowercase r, the number seven, underscore, no the other underscore..." A WiFi QR code eliminates this entirely. Scan it, tap connect, done.
How WiFi QR Codes Work
A WiFi QR code is just a regular QR code that contains a specially formatted string. When a phone's camera recognizes this format, it offers to connect to the network automatically. The format looks like this:
WIFI:T:WPA;S:MyNetwork;P:MyPassword;;
Breaking that down:
T:-- the security type. UsuallyWPA(which covers WPA2 and WPA3). UseWEPfor old networks ornopassfor open networks.S:-- the network name (SSID), exactly as it appears in your WiFi settings.P:-- the password.- The string ends with
;;
If your network name or password contains special characters like semicolons, colons, backslashes, or commas, escape them with a backslash: \; \: \\ \,
Creating One on qrmake.dev
Go to qrmake.dev and paste the WiFi string directly into the text field (see how to create a QR code if you need a walkthrough). For example:
WIFI:T:WPA;S:HomeNetwork;P:correcthorsebatterystaple;;
The QR code generates instantly in your browser. Your network name and password never leave your device -- there is no server involved. Download the result as PNG or SVG, and you are done.
Print It and Stick It Near Your Router
The most practical use is printing the QR code and placing it somewhere visible: on the router itself, on the fridge, near the front door, or in a guest bedroom. A simple label like "Scan to connect to WiFi" is all the context anyone needs.
For a home printout, a PNG at reasonable size works fine. If you are making something more polished -- a framed sign for an Airbnb, a laminated card for an office -- use SVG so it stays crisp at any print size.
Guest Networks: The Right Way to Share
Most modern routers support guest networks -- a separate WiFi network with its own password that keeps visitors isolated from your main network and devices. This is the right thing to share via QR code.
Set up a guest network on your router (usually under wireless settings in the admin panel), give it a clear name like "Home-Guest," and create the QR code for that network. Your guests get internet access. Your personal devices, NAS, printers, and smart home gadgets stay on your private network where they belong.
Security Considerations
A WiFi QR code contains your password in plain text. Anyone who scans it can read the password from the QR code data. This is fine for a guest network with a password you do not mind sharing, but think twice before putting your main network password on a QR code taped to the wall.
A few practical guidelines:
- Use a guest network for the QR code, not your primary network.
- Change the guest password periodically and reprint the QR code. It takes two minutes.
- Do not post WiFi QR codes publicly unless the network is intentionally open or you are comfortable with anyone connecting.
- For businesses: a WiFi QR code on a table tent or menu is a great customer experience, but put it on a network segment isolated from your point-of-sale systems and internal infrastructure.
Before printing, test your WiFi QR code with a couple of different phones to make sure the connection works smoothly. WiFi QR codes are one of those small conveniences that feel like magic the first time someone uses one. Five minutes of setup saves an endless stream of awkward password exchanges.