PureDevTools

WiFi QR Code Generator

Create scannable QR codes for WiFi credentials — guests scan and connect instantly

All processing happens in your browser. No data is sent to any server.

WiFi Network Details

QR Code Preview

Enter a network name above to generate a QR code

Scan the QR code with a phone camera to connect instantly

Guests arrive at your office or Airbnb and ask for the WiFi password. You spell out a 20-character mixed-case password while they mistype it twice. A WiFi QR code solves this — guests point their phone camera at it, tap “Join,” and they’re connected. This tool generates that QR code from your network name and password in seconds.

Why This Tool

WiFi QR codes use a standardized WIFI: URI format that Android and iOS recognize natively. You could manually construct the string and feed it to a generic QR generator, but you’d need to know the exact format and handle special character escaping. This tool does it correctly — pick your encryption type, enter the SSID and password, and download a ready-to-print QR code.

How WiFi QR Codes Work

The QR code encodes a string in the WIFI: format:

WIFI:T:WPA;S:MyNetwork;P:MyPassword;;
FieldMeaning
T:Encryption type: WPA, WEP, or nopass
S:SSID (network name)
P:Password
H:Hidden network flag (true/false)

When a phone camera scans this QR code, the OS parses the string and offers to join the network automatically — no manual typing needed.

Supported Encryption Types

Where to Use WiFi QR Codes

Tips for Printing

  1. Size: Print at least 2×2 cm (about 1 inch) for reliable scanning from phone distance
  2. Contrast: Black QR on white background scans most reliably
  3. Label: Add the network name as text below the QR code so people know what they’re scanning
  4. Laminate: Protect printed codes in high-traffic areas

Frequently Asked Questions

Is it safe to share my WiFi password via QR code? The QR code contains your password in plain text (encoded in the QR pattern). This is as secure as writing the password on a sign — anyone who can see or photograph the QR code can extract the password. Place it where only authorized people can access it.

Which phones can scan WiFi QR codes? All iPhones (iOS 11+) and Android phones (Android 10+) support WiFi QR codes natively through the camera app. Older Android versions may need a third-party QR scanner app.

Does the QR code update if I change my password? No. The QR code is a static image encoding the password at the time of creation. If you change your WiFi password, you need to generate and print a new QR code.

Can I use this for hidden networks? Yes. Enable the “Hidden network” option and the generated QR code will include the hidden flag, so phones will attempt to connect even though the SSID isn’t broadcast.

Does this tool send my password to a server? No. The QR code is generated entirely in your browser using JavaScript. Your network name and password never leave your device.

Related Tools

More Utility & Math Tools