WiFi QR code generator
Turn a network name and password into a scannable Wi-Fi QR code. The credentials stay in this tab.
Runs in your browser 0 bytes uploadedTurn a network name and password into a scannable Wi-Fi QR code. The credentials stay in this tab.
Runs in your browser 0 bytes uploadedAdd the network details at the counter. The finished code will appear here.
A phone can join a network from a QR code because the code contains a short, structured line: the security type, network name, password and whether the network is hidden. This generator writes that line and turns it into the square pattern above. It does not contact the router, test the password or create a redirect. The code is static; what you enter is what somebody's camera reads.
Choose WPA/WPA2 for almost every password-protected home, studio or office network. WEP is included for older equipment that genuinely uses it, not as a recommendation. Open means there is no password at all, so the password field disappears rather than pretending to affect the result. If the access point hides its name, turn on Hidden network so the code carries that fact as well.
Wi-Fi QR data separates fields with semicolons and uses colons inside those fields. A network called Studio; North cannot simply be pasted between the separators: a scanner would read the semicolon as the end of the name. Backslashes, semicolons, commas, colons and quote marks are escaped before the QR matrix is built. The visible name and password are not changed, and Unicode names such as Café 北 are encoded as UTF-8 rather than losing their non-ASCII characters.
That exactness is why the finished image should be tested before it goes on a wall or welcome card. The local QR code scanner reveals the exact WiFi payload without joining the network; camera apps still differ in how they confirm old WEP networks and hidden access points. A successful scan proves that the image can be decoded; only joining proves that the security choice and password match the router.
Both downloads come from the same module matrix. The SVG uses integer vector squares, so a designer can resize it for a sign without softening the edges. The PNG assigns eight whole pixels to every module, which keeps the pattern crisp in documents, messages and ordinary image editors. A four-module white quiet zone surrounds both versions. Do not crop that border, place a logo over the center or recolor individual squares: all three make a correct payload harder to scan.
This is a purpose-specific QR code, not a product barcode. For an ordinary URL, text, colors or a logo, use the general QR code generator; it verifies the styled raster but does not assemble Wi-Fi fields. If the job is to turn an existing GTIN-12 into retail bars, the UPC generator uses a different symbol, check digit and print geometry. Putting Wi-Fi credentials into UPC bars, or a UPC number into this network format, would create an image that is valid in the wrong language.
The encoder is bundled with this site and fetched from the same origin only after you press Generate. It runs in this tab, the PNG is drawn on a local canvas, and neither the network name nor password is sent to CreatorValet, an analytics service or a dynamic QR provider. Reloading the page clears the form and the temporary image URLs.
Local generation does not make a shared code secret. Anyone who can photograph or scan the finished image can recover the credentials it contains. Put a guest-network code where guests may see it, avoid displaying the administrative network's password, and replace the printed code when that password changes. The privacy advantage here is narrower and verifiable: a generator service never receives the credential while you make the image.
No. The network name, password and hidden-network flag are assembled into the standard Wi-Fi text payload in this tab. A self-hosted QR encoder turns that text into modules here, and the PNG is drawn on a local canvas. There is no account, dynamic redirect or network lookup.
Choose WPA/WPA2 for nearly every password-protected home, studio or office network. Choose WEP only for an older network that actually uses WEP, and Open only when the network has no password. The QR code cannot change the router’s security; it must describe the setting already in use.
Yes. Turn on Hidden network and the QR payload includes the hidden flag. A phone still decides whether and how to confirm the connection, and some older camera apps do not support every Wi-Fi QR field, so keep the network name available as a fallback.
SVG keeps every module sharp when a sign, card or label is resized. PNG is convenient for documents, messages and design software that expects a raster image. Both files come from the same encoded matrix and preserve a four-module quiet zone around it.