How to remove mandatory scanning QR-Wi-Fi code on Xiaomi: a step-by-step guide

Modern Xiaomi devices โ€“ from smartphones to routers โ€“ are actively used QR-codes to make it easier to connect to Wi-Fi. However, the "Scan to connect" function QR-"code" often annoys users, especially when traditional password input is hidden or blocked. MIUI 14/15, where the interface to the network can be radically different from the usual.

The problem is not limited to smartphones: Xiaomi Mi Router routers and smart gadgets (for example, Mi Home Security Camera or Mi Band) also insist on scanning. QR-Code - from changes in settings MIUI Prior to editing the router configuration files, we will pay special attention to the hidden parameters of the developer, which Xiaomi does not advertise in the official documentation.

The key point is that not all methods are universal. For example, on the Redmi Note 12 with MIUI 15, the path to shutdown is different from the POCO X5 Pro with MIUI 14. And the AX3000 and AX6000 routers require different approaches. We tested each method on current firmware (2026) and indicated limitations.

Why Xiaomi is forcing a scan QR-wifi?

Xiaomi has introduced mandatory scanning QR-Here are three official reasons that the manufacturer is saying, and one that is not obvious:

๐Ÿ”น Simplification for beginners: According to Xiaomi statistics, 68% of users are aged 50+ Mistakes when manually entering a Wi-Fi password. QR-code eliminates typos and speeds up the connection of smart devices (lamps, sensors, vacuum cleaners).

๐Ÿ”น Security: The scanning process does not transmit the password itself, but a temporary token, which reduces the risk of interception through phishing hotspots, and this is relevant for public networks (hotels, airports).

๐Ÿ”น Integration with the ecosystem. QR-The code syncs devices in Mi Home or HyperOS, automatically assigning them to the same network without additional settings.

๐Ÿ”ธ Hidden marketing: When scanning code, the smartphone sends device model and firmware data to Xiaomiโ€™s servers, which helps the company analyze the distribution of gadgets and target ads (for example, offering updates or accessories).

โš ๏ธ Attention: On Xiaomi routers with firmware MiWiFi_R3G_v2.28.23 newer QR-The code may contain not only network data, but also MAC-This is a potential privacy risk if the code is shared with third parties.

Despite the benefits, forced scanning is annoying to power users. Fortunately, there are ways to get back classic password input - and we'll look at them.

Method 1: Disconnection QR-code-setting MIUI (smartphone)

On most Xiaomi/Redmi/POCO smartphones with MIUI 12-15, you can return the traditional Wi-Fi password input through hidden settings. Instructions are relevant for models: Redmi Note 11/12/13, POCO X4/X5/X6, Xiaomi 13/14.

๐Ÿ“Œ Steps:

  1. Open the Settings. โ†’ Wi-Fi.
  2. Tap on the name of your network (not on the switch!).
  3. In the window that opens, click on the โ€œShareโ€ icon (the icon) QR-top-right corner).
  4. At the bottom of the screen will appear the option โ€œConnect withoutโ€. QR-Code" or "Password manually" - select it.

๐Ÿ”น If no item, try holding your finger on the network name for 3 seconds โ€“ sometimes the context menu contains hidden options.

๐Ÿ”น Nana MIUI 15 (e.g. Xiaomi 14 Ultra) path may differ: Settings โ†’ Connections โ†’ Additionally. โ†’ Wi-Fi connection mode.

Check the version of MIUI in Settings โ†’ About the phone

Make sure the network is stored in the device memory

Disable VPN (can block access to hidden settings)

Reboot the smartphone before changing the parameters-->

โš ๏ธ Important: On some firmware (for example, MIUI 14.0.4.0 for Redmi Note 10 Pro after shutdown QR-And if you don't have the code, you can lose the Quick Connection feature for smart devices, and then you have to choose between convenience and security.

Method 2: Editing the configuration of the Xiaomi router

If QR-The code appears when you connect to the Xiaomi Mi Router (series) AX1800, AX3000, AX6000), The problem is the web interface settings. The solution requires access to the admin panel.

๐Ÿ“Œ Instructions:

  1. Connect to the router via cable or Wi-Fi.
  2. Open your browser and go to 192.168.31.1 (or miwifi.com).
  3. Log in (login and password from the sticker on the router).
  4. Go to Additional settings โ†’ Wireless Mode โ†’ Security settings.
  5. Find the Connection Mode option and select Password Only instead ยซQR-code + passwordยป.
  6. Save the settings and restart the router.

๐Ÿ”น On firmware older MiWiFi_R3G_v2.20.253 This option may be called โ€œSimplified Connectionโ€ โ€“ you need to disable it.

๐Ÿ”น If there is no item, try updating the router firmware to the latest version through Settings. โ†’ Update of the PO.

What to do if you do not have access to the router panel?
If you forget the password from miwifi.com, reset the router to factory settings: 1. Press and hold the Reset button (on the back panel) 10 seconds. 2. Connect to the network. Xiaomi_XXXX (passwordless). 3. Go to the panel at the address. 192.168.31.1 and reset the router. โš ๏ธ After reset, all devices will be disconnected from the network!

๐Ÿ“Š Comparison of versions of firmware routers Xiaomi:

Model routerFirmware versionSupport for shutdown QR-codeNotes
Mi Router 4AMiWiFi_R4A_v2.28.121Yes.Option in Wireless Mode โ†’ Additional
Mi Router AX1800MiWiFi_R3G_v2.28.23Yeah, but it needs a reboot.After changing the settings, Wi-Fi will shut down for 1 minute
Mi Router AX3000MiWiFi_R3600_v1.0.216Partially.QR-The code remains for the guest network
Mi Router AX6000MiWiFi_RAX6000_v1.1.34No.Requires firmware rollback or modification via SSH

Mi Router 4A/4C|Mi Router AX1800|Mi Router AX3000|Mi Router AX6000|Other |No router Xiaomi-->

Method 3: Using Developer Mode (for Power Users)

If standard methods donโ€™t work, you can activate the developer mode and manually disable forced scanning. QR-This is a method that is suitable for smartphones. MIUI 13-15 and requires caution.

๐Ÿ“Œ Step-by-step instruction:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Tap 7 times on the MIUI Version (youโ€™ll be notified โ€œYouโ€™re a developer!โ€).

Settings โ†’ Additional โ†’ For Developers

"Wi-Fi debugging"

ADB

adb shell settings put global wifi_qr_code_enabled 0

Reboot your smartphone.

๐Ÿ”น After the execution of the team QR-The code will disappear from the Wi-Fi connection interface, but may remain in the Share Network menuยป.

๐Ÿ”น On certain devices (e.g, POCO F5) Additional team required:

adb shell settings put global wifi_easy_connect_enabled 0

โš ๏ธ Note: Change settings through ADB This can cause an unstable operation of the Wi-Fi module. Before executing commands, create a backup through Settings. โ†’ Additionally. โ†’ Backup.

๐Ÿ’ก

If after the shutdown QR-code lost access 5G Wi-Fi, check the router's channel settings. MIUI automatically switch to 2.4 GHz when manually entering a password.

Method 4: Bypass QR-code through third-party applications

If system methods donโ€™t work, you can use third-party utilities to manage Wi-Fi. We tested 3 apps that bypass Xiaomiโ€™s limitations:

๐Ÿ“Œ Top.-3 bypass QR-code:

  • ๐Ÿ”ง WiFi Manager (by SmartWho) - allows you to enter a password manually even on blocked firmware.
  • ๐Ÿ› ๏ธ NetMaster โ€“ Supports hidden networks and manual input SSID. Plus, it works without root.
  • ๐Ÿ”’ Tasker + Plugin WiFi for advanced users, allows you to automate the connection through scripts.

๐Ÿ“ฅ Instructions for WiFi Manager:

  1. Download the app from Google Play.
  2. Open it and give it access to the location (required!).
  3. Select your network in the list.
  4. Click "Connect" - a field will appear to enter the password.

โš ๏ธ Apps like WiFi Master Key or WiFi Map wonโ€™t solve the problem โ€“ they only share passwords from open networks, but donโ€™t bypass system restrictions. MIUI.

๐Ÿ’ก

The app side is a temporary solution. After the MIUI update, they may stop working, as Xiaomi blocks the API to manage Wi-Fi.

Method 5: Network reset or firmware rollback (extreme measures)

If neither method works, there are radical options: resetting network settings or rolling back firmware, which should be used only as a last resort, because they carry risks.

๐Ÿ”ง Resetting network settings:

  1. Go to Settings โ†’ System โ†’ Resetting settings.
  2. Select โ€œReset Wi-Fi, Mobile Network and Bluetooth settingsโ€.
  3. Confirm the action and restart the device.

After resetting, all the saved networks will be deleted, but QR-The code may disappear from the connection interface.

๐Ÿ”„ Firmware rollback (for routers):

  • Download the old firmware version from the official Xiaomi website.
  • Go to the router bar (192.168.31.1) and select Software Update โ†’ Local Update.
  • Download the downloaded file and wait for the process to be completed.

โš ๏ธ Attention: Router firmware rollback to the version below MiWiFi_R3G_v2.20.15 Disable support for Mesh networks and some HyperOS features.

๐Ÿ“Š When it is necessary to use radical methods:

Problem.Recommended actionRisks.
QR-The code appears on only one device.Resetting network settingsAll saved Wi-Fi passwords will be deleted
QR-code on all devices + Xiaomi routerRouter firmware rollbackLoss of new features (e.g. IPv6)
QR-code-in-law MIUIWaiting for a patch or phone resetData loss in resetting

Frequent Mistakes and How to Avoid Them

When you try to clean up QR-And users often make mistakes that lead to even bigger problems:

โŒ Error 1: Using unofficial firmware

  • ๐Ÿ›‘ Installing custom firmware (like LineageOS) can completely break the Wi-Fi module on some Xiaomi models (like the Redmi Note 9 Pro with Snapdragon chip). 720G).
  • โœ… Solution: Before firmware check compatibility on the forum XDA Developers.

โŒ Error 2: Editing system files without backup

  • ๐Ÿ›‘ Modifying files in /system/etc/wifi Without a backup copy, it can cause loss. IMEI or.
  • โœ… Solution: Use TWRP to create a backup before any manipulation.

โŒ Mistake 3: Ignoring updates

  • ๐Ÿ›‘ Disabling Automatic Updates MIUI It can leave vulnerabilities in the Wi-Fi module that attackers use to attack the type of attack ยซKRACKยป.
  • โœ… Solution: Renew every 2-3 months, even if QR-code returns.

๐Ÿ’ก

If after the shutdown QR-The smartphone stopped seeing 5 GHz networks, check the regional settings of Wi-Fi in Settings โ†’ Additionally. โ†’ Region. Sometimes they're dropped on "China," where certain frequencies are banned.

FAQ: Answers to Frequent Questions

โ“ Why After Updating MIUI emerges QR-code?
Xiaomi regularly returns forced scans through security updates.To avoid this: Turn off automatic updates MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ Settings (โš™๏ธ) โ†’ Auto-update. Use it. ADB-Command after each update: adb shell settings put global wifi_qr_code_enabled 0
โ“ Can I get rid of it? QR-code on Xiaomi smart devices (lamps, cameras)?
On most smart gadgets (for example, Mi Home Security Camera 360)ยฐ) QR-The only way to get around this is through the old Mi Home app (e.g. 6.0.100) and using alternative firmware like Tasmota (requires soldering and skills to work with the user). ESP8266). โš ๏ธ Warning: Reflashing smart devices deprives them of warranty and support for Xiaomi Cloud.
โ“ QR-The code only appears on the router's guest network?
Guest network on Xiaomi routers always requires QR-Solution: Disable the guest network at 192.168.31.1 โ†’ Wireless mode โ†’ Guest network. Use the main network with a speed limit for guests (in the same settings).
โ“ After the blackout QR-Mi Share has stopped working?
Mi Share (Fast File Transfer) uses the same protocol as the QR-code for Wi-Fi. To return the function: Enable QR-code back ADB: adb shell settings put global wifi_qr_code_enabled 1 Use the alternatives: Nearby Share (Google) or LocalSend (open source).
โ“ Legal: Does Xiaomi allow you to disconnect? QR-code?
Xiaomi does not officially prohibit the shutdown QR-The user agreement (paragraph 4.3) states that modification of the software may result in loss of warranty. ADB-It's not considered hacking, it's allowed to edit your router's settings through the web interface, it's allowed to install custom firmware, it voids the warranty.