Are you tired of entering a complex Wi-Fi password for every guest? Or do you need to quickly connect your smartphone to your home network but can't be bothered to type out 20 characters? The solution is simple— Generate a QR code for Wi-Fi directly on your laptopA single scan will connect the gadget to the network without manually entering data. But how can you do this if you only have a laptop at hand?
In this article you will find 5 proven methods Wi-Fi QR code display - from built-in tools Windows 10/11 And macOS to universal online services and specialized programs. We'll explore security nuances, compare methods based on speed and convenience, and show you how to avoid common errors (for example, when a QR code won't scan). Spoiler: on Windows 11 laptops, generating a QR code takes less than 30 seconds without installing additional software.
It doesn't matter what kind of laptop you have - ASUS ZenBook, MacBook Pro or budget Lenovo IdeaPad The instructions below are adapted for all models. The main thing is that the laptop is connected to the Wi-Fi network for which you want to create a QR code.
1. Built-in QR code generator in Windows 11 (no software required)
If you have it installed on your laptop Windows 11 (version 22H2 or later), you're in luck: Microsoft has added a native QR code generator for Wi-Fi. This is the fastest and most secure way, as it doesn't require sharing data with third parties.
To use it:
- Open
Parameters(keysWin + I). - Go to
Network and Internet → Wi-Fi. - Click on your network name (under the caption Hardware Properties).
- Scroll down to the block
Propertiesand find the button Show QR code.
The system will automatically generate a code that can be scanned from your phone. Important: The QR code will contain SSID (network name), encryption type (WPA2/WPA3) and password. If you change any of these settings later, the code will become invalid.
Update your system to the latest version
Connect to the desired Wi-Fi network
Make sure your laptop is not in Airplane mode.
Check the screen brightness (the code should be scannable)-->
⚠️ Attention: In Windows 10 This feature is not available - you will have to use alternative methods from the following sections. Also, check that your Wi-Fi adapter supports it.WPA3: some older laptops (eg. Dell Latitude until 2018) can only generate code forWPA2.
2. Online services for generating Wi-Fi QR codes
A universal method that works on any laptop - using web servicesSuitable for Windows 7/8/10, macOS, Linux and even ChromebookThe principle is simple: you enter the network data on the website, and it produces a QR code in the format PNG or SVG.
Top 3 trusted services:
- 🔹 QR Code Generator (qi-fi.org) - a specialized tool only for Wi-Fi, supports
WPA3and hidden networks (SSID hidden). - 🔹 QRStuff — allows you to customize the code design (colors, logo), but requires registration to download in high resolution.
- 🔹 GOQR.me - minimalistic interface, without unnecessary fluff, supports Cyrillic
SSID.
Step-by-step instructions (using an example) QR Code Generator):
- Connect your laptop to the target Wi-Fi network.
- Open qi-fi.org in the browser (Chrome, Edge, Safari).
- Enter:
- Network Name (
SSID) - For example,MyHomeWiFi_5G. - Encryption type (
WPA/WPA2orWPA3). - Password (if the network is open, leave the field blank).
- Network Name (
| Service | WPA3 support | Hidden networks (SSID) | Customization | Requires registration |
|---|---|---|---|---|
| QR Code Generator | ✅ Yes | ✅ Yes | ❌ No | ❌ No |
| QRStuff | ✅ Yes | ❌ No | ✅ Yes (colors, logo) | ⚠️ For HD |
| GOQR.me | ❌ No (WPA2 only) | ✅ Yes | ❌ No | ❌ No |
⚠️ Warning: Do not use little-known services to generate QR codes if your network uses corporate authentication (WPA-Enterprise). In this case, the password may be transmitted in clear text—it's better to use offline methods (sections 3 or 4).
3. Programs for creating Wi-Fi QR codes (offline)
If you prefer not to share network data with third-party sites, please install desktop applicationThese programs operate locally, don't require internet access, and often offer additional features (such as saving code history or generating codes for multiple networks).
Best offline tools:
- 🖥️ QRWiFi (Windows/macOS) - simple interface, export to
PNG/JPEG, supportWPA3. - 🖥️ WiFi QR Code Generator (Windows only) - Integration with
Netshto automatically obtain current network settings. - 🖥️ Barcode Studio (paid, but with a trial) is a professional tool for creating QR codes of any type, including Wi-Fi.
Example of working with QRWiFi:
- Download the program from official website (check the file hash if you download from torrents!).
- Run and select
Wi-Fi Networkin the QR code types menu. - Enter:
SSID: MyHomeWiFiSecurity: WPA2-PSK
Password: mySecurePass123! - Click "Generate" and save the code as an image.
Advantages of offline programs:
- 🔒 Security: data is not transmitted to the network.
- 📥 Work without the Internet (relevant for office laptops with strict restrictions).
- 📂 Saving templates for frequently used networks.
4. Generating a QR code via the command line (for advanced users)
If you prefer console tools, you can create a QR code for Wi-Fi using PowerShell (Windows) or Terminal (macOS) This method requires minimal command line knowledge but gives you complete control over the process.
For Windows:
- Open
PowerShellon behalf of the administrator. - Enter the command to get the current network data:
(netsh wlan show profiles) -Match ': (.+)' | %{$name=$_.Split(':')[1].Trim(); $p=(netsh wlan show profile name="$name" key=clear) -Match 'Key Content : (.+)' | %{$pass=$_.Split(':')[1].Trim()}; [PSCustomObject]@{SSID=$name;Password=$pass}} | Format-Table -AutoSizeIt will display a list of saved networks with passwords.
- Copy
SSIDAndPasswordthe required network. - Generate a QR code using the module
QRCode:Install-Module -Name QRCode -Force$qr = New-QRCode -Content "WIFI:S:MySSID;T:WPA2;P:MyPassword;;" -Size 10
$qr | Out-File "C:\wifi_qr.png"
For macOS:
- Open
Terminal. - Get the password for the current network:
security find-generic-password -wa "MySSID" - Install
qrencodethroughHomebrew:brew install qrencode - Generate the code:
echo "WIFI:S:MySSID;T:WPA2;P:MyPassword;;" | qrencode -o wifi_qr.png
⚠️ Note: Password extraction commands only work if the laptop has previously connected to this network and saved credentials. On corporate laptops withBitLockerorFileVaultAdministrator rights may be required.
5. How to show a Wi-Fi QR code on macOS (built-in tools)
IN macOS Monterey (12.0) and later, Apple added a built-in QR code generation feature for Wi-Fi, similar to Windows 11However, it's hidden deeper in the settings and only works for networks connected to the MacBook.
Instructions:
- Open
System Preferences → Networks. - Select an active connection
Wi-Fiin the left menu. - Click "Additionally" in the lower right corner.
- Go to the tab
Wi-Fiand find the button Show QR code (may be called"Share Your Wi-Fi"(in the English version). - Bring your iPhone or iPad close to your MacBook screen and the device will automatically connect to the network.
Features of the method:
- 🍎 Works only in the ecosystem Apple: QR code is optimized for iPhone/iPad scanning (uses proprietary format)
Apple Wi-Fi Password Sharing). - 🔄 The code is updated automatically when the network password changes.
- 📱 This may not work on Android devices. In this case, use the methods from sections 2 or 3.
What should I do if there is no "Show QR code" button?
This feature is not available on MacBooks running macOS older than Monterey (12.0). Update your system via System Settings → Software UpdateIf the update is not possible (for example, on older models MacBook Air 2015), use Terminal (section 4) or online services (section 2).
6. Problems and Solutions: Why QR Codes Don't Work
Even after successfully generating a QR code, there may be problems with scanning or connecting. Here top 5 mistakes and their solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| The QR code is not scanned. | Low laptop screen resolution | Please zoom in your browser (Ctrl + +) or save the code as an image and open it in a viewer. |
| The phone says "Incorrect password" | The QR code contains an invalid encryption type (WPA2 instead of WPA3) |
Check your router settings and regenerate the code with the correct parameters. T:. |
| The code is scanned, but there is no connection. | Network hidden (SSID hidden) |
Add a parameter to the QR code line H:true (example: WIFI:S:MySSID;T:WPA2;P:pass;H:true;;). |
| iPhone displays "Unable to connect" error | The QR code was not generated in the correct format. Apple Wi-Fi Password Sharing |
Use the built-in macOS generator (section 5) or an online service with support Apple format. |
| The code works, but the internet speed is slow. | The phone connected to 2.4 GHz instead of 5 GHz. | Please indicate in SSID network suffix (eg MyWiFi_5G) or configure your router to aggregate channels. |
If none of the solutions helped, check:
- 🔌 Router performance: Reboot it (turn off the power for 30 seconds).
- 📶 Coverage area: The phone may be too far from the access point.
- 🛡️ Security settings: some routers (eg. TP-Link Archer) block connections via QR code - disable this option
AP Isolation.
FAQ: Frequently Asked Questions about Wi-Fi QR Codes
Is it possible to create a QR code for Wi-Fi without a password (open network)?
Yes, just leave the field P: empty. The string format will be as follows: WIFI:S:MyOpenWiFi;T:nopass;;However, keep in mind that open networks are vulnerable to attacks - it is better to use at least WPA2 with a simple password.
How do I create a QR code for a guest network on a router?
First, set up a guest network in the router control panel (usually the section Guest Network). Then generate a QR code by entering it SSID and password. On some routers (ASUS RT-AX88U) there is a built-in QR generation function for guest access.
Is it safe to share a Wi-Fi QR code?
The QR code contains the same data as the password in plaintext. Risks:
- If the code gets into the hands of an attacker, they will be able to connect to your network.
- In public places (cafes, airports), QR codes can be replaced with phishing ones.
- Share the code only with trusted people.
- Use a guest network for temporary guests.
- Change your main network password regularly (every 3-6 months).
Is it possible to print a QR code and hang it on the refrigerator?
Yes, but keep in mind:
- 🖨️ Print at a resolution not lower than
300 DPIso that the code can be scanned easily. - 📄 Use matte paper - gloss can create glare.
- 🔄 Update the printout when you change your password.
Alternative: Save the code as a file PDF and send it by WhatsApp/Telegram.
Why don't some laptops have a built-in QR code generator?
The function appeared relatively recently:
- Windows: only in version 11 (22H2 and newer).
- macOS: with Monterey (12.0), but only for Apple devices.
- Linux: there is no native solution, but there are packages like
qrencode.
On older operating systems, use online services or programs from section 3.