WiFi QR Code Generator
Stop spelling out your WiFi password to every guest. A WiFi QR code lets any phone join your network by pointing its camera at the code — no typing, no mistakes, no "is that a zero or an O". Fill in your network name, pick the encryption type and enter the password above, then print the code or save it to your phone.
This generator gets the details right that most others fumble: semicolons, commas, colons, quotes and backslashes in network names or passwords are escaped exactly per the WIFI: payload specification, so passwords containing special characters actually work. Open networks are supported too — select None and the password field disappears.
The code is generated entirely in your browser. Your password never touches a server.
FAQ
How do guests use the WiFi QR code?
They open their phone camera and point it at the code. iOS and Android both recognize WiFi codes natively and show a "Join network" prompt — one tap and they are connected.
My password has special characters — will it work?
Yes. The WIFI: format reserves five characters (backslash, semicolon, comma, colon and double quote), and this tool escapes every one of them correctly. That is the number one bug in WiFi QR generators, and it is covered by tests here.
Does this work for open networks without a password?
Yes. Choose None as the encryption type and the password field disappears entirely — the generated code carries no credentials and joins the open network directly.