Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Create a free WiFi QR code so guests connect by scanning, no app or typing required. Works on iPhone and Android, plus the WPA3 detail most tools get wrong.
Every house has that moment. Someone comes over, settles in, and asks for the WiFi password, and you find yourself reciting Xt7!q2BnR$ letter by letter while they squint at their phone and get the capital B wrong twice. A WiFi QR code ends that whole ritual. You generate one image, stick it on the fridge or a card by the router, and anyone who needs to get online points their camera at it and connects.
This is one of those small things that’s worth setting up once, and the good news is it costs nothing and takes about a minute. I’ll walk through how to create a WiFi QR code, what’s actually encoded inside it, and a few details most articles skip that will save you a confused guest later.

A WiFi QR code stores three things: your network name, your password, and the security type your router uses. When someone scans it, their phone reads those credentials and offers to join the network automatically, so nobody types anything. The connection happens because the phone already knows the password the moment the camera resolves the code.
What’s encoded is plain text in a defined format, and it looks like this:
WIFI:T:WPA;S:NetworkName;P:password;;
That’s the whole thing. T is the security type (WPA covers WPA2 and WPA3 here, more on that shortly), S is the SSID or network name, and P is the password. The two semicolons at the end close the string. This format is now part of the WiFi Alliance’s specifications for credential sharing, which is why a code generated by one tool scans correctly on a phone built by an entirely different manufacturer. There’s no proprietary magic involved, just an agreed-on way of writing the credentials down where a camera can read them.
You don’t need software for this. A browser-based tool does the whole job, and my pick is QuickResponseCode.com, a free WiFi QR code generator that runs in the page and doesn’t ask you to sign up or watermark the result.
Open the site and select the WiFi tab. Enter your SSID exactly as it appears, including capitalization, because the code will reproduce whatever you type and a mismatched character means a failed scan. Type your password into the password field. Choose your security type from the dropdown — for almost every home network that’s WPA2, which is what most routers have defaulted to for years. If you’re on a newer router running WPA3, select WPA rather than hunting for a separate WPA3 option, and I’ll explain why that’s correct below rather than a mistake. Then download the code as a PNG for printing or an SVG if you want it to scale up cleanly to a sign or poster.
That’s the entire process. The code generates instantly as you fill in the fields, so you can see it form before you download anything.
The code only earns its keep if it’s somewhere people naturally look. A small printed card propped against the router works for a home network, and a framed version in a guest room is a nice touch that quietly tells visitors they don’t have to ask. Cafés and small restaurants tend to put one on a table tent or taped to the counter by the register, which cuts down on staff repeating the password forty times a shift. The point is to put it where the person who needs it already is, rather than on a wall they’ll never walk past.
A WiFi QR code hands your network password to anyone who scans it, which is the entire point, but it’s worth thinking about who that includes. On the fridge or a card by the router, the only people scanning it are people already in your home, so there’s nothing to worry about. A code stuck in a shop window or on a public-facing counter is a different situation, because anyone walking past can scan it, photograph it, and keep it long after they’ve left.
The cleaner approach for anything semi-public is to generate the code for your guest network rather than your main one. Most modern routers let you run a separate guest SSID with its own password, walled off from your primary network and the devices on it, so a code that leaks only ever exposes a throwaway password that reaches nothing important. Rotating that guest password costs you nothing, and regenerating the code takes the same thirty seconds as before.
Both, with no third-party app on either side. iPhones have read WiFi QR codes through the native Camera app since iOS 11, so you open the camera, point it at the code, and tap the notification that slides down to join the network. Android added the same camera-based scanning in version 9, and on most recent phones you can also scan straight from the WiFi settings screen or through Google Lens if the camera app doesn’t catch it automatically.
Worth knowing if you’re sharing your own network rather than setting one up for someone else: both platforms can now generate the code for you directly. On an iPhone running iOS 18, the Passwords app has a Wi-Fi section where you pick your network and tap “Show Network QR Code.” Android has had a Share button with a QR option in the WiFi settings since Android 10. These built-in features are handy for a quick one-off share between two people standing in the same room, though they only cover the network the phone is already connected to. For a code you want to print, frame, or create for a guest network you’re not currently on, a generator is still the simpler route.
The code stops working, and this is the part that catches people out. A WiFi QR code is a snapshot of your credentials at the moment you made it, with no live connection back to your router. Change the password and the old code now points at credentials that no longer exist, so every scan fails silently.
The fix is painless if you plan for it. Keep the SVG or PNG file saved somewhere you’ll find it, because regenerating after a password change takes about thirty seconds: open the tool, retype the new password, download, reprint. Treat the saved file the way you’d treat any small config you don’t want to recreate from scratch, which is to say tuck it in a folder with a sensible name rather than letting it vanish into your downloads.
If your password is full of symbols, you’re mostly fine. The WiFi format reserves a few characters (semicolon, comma, colon, and backslash) and escapes them with a backslash inside the encoded string, so a password containing those needs to be written correctly into the code or the phone reads the wrong thing. Any decent generator handles the escaping automatically. The safe habit regardless is to test the scan from a second phone before you commit anything to print.
This is the detail almost nobody covers, and it’s the one most likely to leave you with a code that silently won’t scan on some devices. A WPA3 network should still use T:WPA in the encoded string, not T:SAE. The specification is explicit that when the type field is present, its value is WPA to indicate password-based authentication, with SAE being the handshake WPA3 uses under the hood rather than a value the QR format itself expects. Some generators write SAE into the string instead, producing a code that looks valid but fails to parse on a chunk of phones. If you’ve got a WPA3 router and your code won’t scan despite everything looking correct, this is the first thing to check, and it’s the reason selecting WPA in the dropdown is the right call rather than an oversight.
Does iPhone have a built-in WiFi QR code scanner? Yes. The standard Camera app reads WiFi QR codes natively on any iPhone running iOS 11 or later, which covers effectively all iPhones in use today. Open the camera, point it at the code, and tap the banner that appears to join the network. There’s nothing to install.
Is it safe to share my WiFi with a QR code? It’s as safe as telling someone the password out loud, because that’s effectively what it does, just faster and without the typos. The thing to watch is placement: a code somewhere public can be scanned and kept by anyone who passes it. For anything beyond your own home, generate the code for a guest network rather than your main one, so a leaked code never reaches the devices and data that matter.
Can I print the QR code and put it on the wall? That’s exactly what most people do with it. Print it at a reasonable size (a code around 300×300 pixels prints cleanly on a small card), keep a quiet margin of white space around it, and put it where guests will naturally look. Save the original file so you can reprint after any password change.
Do I need an app to scan a WiFi QR code? No, on either platform. iPhone and Android both read these codes through the built-in camera, so the person connecting just opens their normal camera app and points it at the code. Third-party scanner apps exist, but they’re solving a problem the phone already solved years ago.
The version of this I like is the printed card by the router, because it turns “what’s the WiFi password” from a small recurring interruption into something that answers itself. Set it up once, save the file for the day you rotate the password, and you’ve quietly removed one of the more tedious small rituals of having people in your house. If you want to make one now, the tool’s at QuickResponseCode.com and the WiFi option is right there on the front page.
If you use a guest network for this or have a different approach to keeping shared WiFi tidy, I’d be curious to hear what you do. Drop a note in the comments.