WiFi QR Code Generator

Make a QR code that connects guests to your WiFi in one scan.

Ad placeholder (leaderboard)

Share your WiFi without reading out the password

This generator encodes your network name, security type and password into a QR code that guests scan to join your WiFi instantly — no spelling out a long password or risking a typo. It is perfect for homes, offices, cafes, holiday rentals, and waiting rooms.

How it works

The tool assembles the de-facto standard WiFi QR string and renders it as a code. The format packs the security type, SSID, and password into one line, escaping any special characters so they survive scanning:

WIFI:T:WPA;S:YourNetwork;P:YourPassword;;

For an open network the password is omitted, and ticking “hidden” adds H:true; so phones connect to networks that do not broadcast their name. When someone scans the finished code, their phone reads these fields and offers to join — no password entry needed.

FieldMeaning
TSecurity type (WPA / WEP / nopass)
SNetwork name (SSID)
PPassword (omitted for open networks)
Htrue if the network is hidden

Example

A cafe with the network “GuestCafe”, WPA2 security, and the password “Latte2026” gets the string WIFI:T:WPA;S:GuestCafe;P:Latte2026;;. Printed on a table card, customers scan it and connect in seconds.

Download the code as a crisp PNG or scalable SVG and print it anywhere. Everything is generated locally in your browser, so your password never leaves your device.

Ad placeholder (rectangle)