QR Code Generator (Wi-Fi)

Make a scannable Wi-Fi QR code so guests join your network instantly.

Free Wi-Fi QR code generator. Enter your SSID, password and security type to produce a scannable QR code that lets phones join the network automatically. Runs entirely in your browser — your password is never uploaded. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How does a Wi-Fi QR code work?

It encodes a special text string in the form WIFI:T:WPA;S:SSID;P:password;; that Android and iOS cameras recognise. When scanned, the phone offers to join that exact network with the embedded credentials, so nobody has to type the password.

A Wi-Fi QR code turns your network name and password into a single scannable square. Anyone with a modern phone can point their camera at it and tap to connect — no spelling out long passwords, no typos, no shouting the Wi-Fi key across a busy cafe. This free generator builds the code entirely in your browser, so the credentials you type are never uploaded anywhere.

How it works

Phones recognise a specific plain-text format that gets embedded in the QR symbol:

WIFI:T:WPA;S:MyCafe-WiFi;P:welcome123;H:false;;

The fields are:

  • T: the authentication type — WPA (covers WPA/WPA2/WPA3), WEP, or nopass for open networks.
  • S: the SSID (network name).
  • P: the password (omitted for open networks).
  • H: true if the network is hidden, otherwise omitted.

Any of the characters backslash, semicolon, comma, colon or double-quote inside the SSID or password are prefixed with a backslash so they don’t break the structure — this tool escapes them for you. The resulting string is then encoded as a real QR Code symbol: the bytes are wrapped with Reed-Solomon error-correction codewords over the Galois field GF(256), laid out in the module matrix with the finder, timing and alignment patterns, and the best of eight data masks is chosen by penalty score, exactly as ISO/IEC 18004 specifies.

Security considerations

A printed Wi-Fi QR code is a permanent credential. Unlike a typed password, it cannot be memorized by a casual observer — but anyone who photographs the QR code has your credentials. For venues and offices, a few practical measures help:

  • Use a dedicated guest network with a separate SSID and limited access to your main LAN. The QR code can then be freely shared without exposing your private network.
  • Change the guest password periodically and reprint the QR — especially after events with large transient audiences.
  • Do not share your main network QR beyond trusted household members or staff.
  • WPA2/WPA3 is strongly preferred over WEP; WEP passwords can be cracked in minutes with widely available tools. Only use WEP for legacy hardware that truly cannot support WPA.

Where to print and display

The generated SVG scales to any size without losing sharpness, making it suitable for:

  • Table tents and menus in cafes, restaurants, and waiting rooms
  • Conference and event signage — printed at A4 and laminated
  • Hotel room cards alongside the written SSID and password
  • Office welcome boards for visitor areas
  • Stickers on the back of routers for home networks

A 6×6 cm minimum print size at 300 dpi produces a code that modern phones can reliably scan at arm’s length. Include the SSID in text below the code so guests know which network they are connecting to even before scanning.

Tips and notes

  • Use error-correction level M (the default here) for printed signs — it tolerates roughly 15% damage or dirt while still scanning.
  • Keep a quiet zone (white border) around the code when you print it; the generated SVG already includes one.
  • Test the printed code with both an Android and an iPhone before putting it out for guests.
  • WPA in the dropdown covers WPA, WPA2, and WPA3 — choose it for any modern router.
  • Your SSID and password are processed entirely in your browser and never transmitted to a server.