WiFi QR Code Generator

Make a QR code that connects a phone to your Wi-Fi without anyone typing the password.

Exactly as it appears in the Wi-Fi list — it is case-sensitive.

Logo (optional)

PNG, JPG or WebP. SVG is not accepted, since SVG files can carry scripts. Your image is never uploaded — it is composited in your browser.

Appearance

#000000
#ffffff

What It Does

This tool turns a network name and password into a WIFI: payload that Android and iOS both understand natively. A guest points their camera at it, taps the prompt, and joins — no password read aloud across a room, no typos, no laminated card by the door. The code is built entirely in your browser, so the password never leaves your machine.

When to Use It

  • You run a cafe or salon and want guests on the Wi-Fi without staff repeating a 20-character password all day.
  • You are setting up a holiday rental and want a card by the door that works for every guest without your involvement.
  • Your office has a guest network and you want a code on the meeting-room wall instead of a whiteboard scrawl.
  • Your home password is long and random because it should be, and typing it into a visitor's phone is the only reason you ever consider shortening it.

Worked Examples

CafeGuest / WPA2

A straightforward guest network. Note the analysis reporting the code as low density — a short SSID and password give large modules that scan from across a room.

Password containing a semicolon

The semicolons are field terminators inside the WIFI: payload. Watch the analysis report which characters it escaped — without that escaping the password would be read as just 'sun' and the code would connect to nothing.

Hidden network

A network whose SSID is not broadcast. The hidden flag is what makes the phone search for it explicitly — leave it off and the code scans perfectly but never finds the network.

Common Mistakes

  • Not escaping semicolons, commas, colons, backslashes and quotes in the password. These characters terminate fields inside the WIFI: payload, so a password of 'sun;flower' is read as 'sun' and the code silently connects to nothing. This tool escapes them for you and tells you which ones it had to escape.
  • Getting the SSID case wrong. Network names are case-sensitive, so 'CafeGuest' and 'cafeguest' are different networks — and the phone will simply fail to find one of them with no useful error.
  • Leaving the security type on WPA for an open network. If the network has no password, set the security to 'No password' — a code that claims encryption on an open network fails on many Android builds.
  • Forgetting to tick 'Hidden network' for an SSID that is not broadcast. A phone will not find a hidden network from a code that does not flag it, and this is the single hardest Wi-Fi QR failure to diagnose because everything looks correct.

Features

WPA/WPA2/WPA3
WEP and open networks
Automatic escaping of special characters with a report of what changed
Hidden-network support
Live scannability analysis
Download as PNG
SVG
PDF or JPEG
Optional logo in the centre
Works offline in your browser
Password never uploaded

How to Use

1. Type your network name (SSID) exactly as it appears in the Wi-Fi list — it is case-sensitive. 2. Type the password, special characters and all; escaping is handled for you. 3. Pick the security type, and tick 'Hidden network' if the SSID is not broadcast. 4. Read the scannability analysis, then download as PDF or SVG if you are printing it.

Frequently Asked Questions

Embed this WiFi QR Code Generator

Paste this snippet into your site to embed the tool.

Everything runs in your browser. Nothing you type here is uploaded to our servers, and no code you make is stored or tracked. Brand marks in the logo library identify third-party platforms and remain the trademarks of their respective owners; you are responsible for having permission to use them. Always test a printed code with a real phone, at the distance people will actually stand, before committing to a print run.

Explore related topics

#Generator #Utilities #QR Code