How to find out the version of Bluetooth on Xiaomi: all the ways for smartphones and gadgets

Do you want to connect your Xiaomi to a new wireless headphone, fitness bracelet or smartwatch, but you're not sure if your device supports the right Bluetooth version? Or maybe you've noticed communication problems - the sound is interrupted, the connection is cut off, and the gadgets do not find each other? 90% of the time, the reason lies in the incompatibility of the protocol versions.

In this article, we will analyze 5 proven ways to find out the Bluetooth version on any Xiaomi device - from the flagship Xiaomi 13 Ultra to the budget Redmi Note 12 and even the Mi Band 8 smartwatch. The methods work on all versions of MIUI (12 to 14) and Android (10 to 14), including devices based on HyperOS. You will also learn how to decrypt version designations (for example, how Bluetooth 5.3 differs from 5.0) and what to do if your device does not support the desired protocol.

There is no need to install third-party apps or disassemble the phone β€” all information is available through standard settings or simple commands. And if you are planning to buy a new gadget, at the end of the article there is a table of compatibility of popular Xiaomi models with the latest versions of Bluetooth.

1. How to find out the Bluetooth version through MIUI settings (the easiest way)

This method works on all Xiaomi smartphones, including Redmi, POCO and Black Shark, regardless of the firmware version.

Open the Settings app (the gear icon on the home screen) and follow the following steps:

  1. Go to About Phone (or About Device on some models).
  2. Tapping on All Features (sometimes called General Information or Specifications).
  3. Scroll down to the Network and Communications or Wireless Networks block.
  4. Find the Bluetooth string – next to it will be a version (e.g. Bluetooth 5.2).

If you don’t have All Features on your menu, try an alternative path:

  • πŸ” Settings β†’ Connections and sharing β†’ Bluetooth β†’ Click on the three dots in the upper right corner and select Additional.
  • πŸ“± On some firmware, the version is displayed in the Settings section β†’ System system β†’ Updating the system β†’ Three points. β†’ Version. MIUI (scroll down).

πŸ’‘

If you only display "Bluetooth" without a version in the settings, it means your firmware is hiding this information. Try other ways from the article.

Verification of Bluetooth version via the engineering menu (for power users)

The Engineering Menu (or Engineer Mode) contains advanced hardware data, including a Bluetooth chip version, which is suitable for Xiaomi based on Qualcomm Snapdragon processors (most models) and some MediaTek.

Warning: Do not change other options in the engineering menu unless you are sure of their purpose!

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14), access to the engineering menu may be blocked.

Instructions for Snapdragon:

  1. Open the Phone app and enter the combination: ##4636##.
  2. In the menu that opens, select Phone Information (or Phone Information).
  3. Scroll down to the Bluetooth block, and the protocol version and chip model will be specified (e.g. Qualcomm WCN6750, BT 5.2).

For MediaTek processors (e.g., in Redmi 12C or POCO M6 Pro):

  1. Enter # #36446337## (code may not work on new firmware).
  2. Go to the Connectivity section β†’ Bluetooth.
  3. The BT Version line will include the version.
What to do if the engineering menu is not opened?
If the codes don't work, it means that the manufacturer has disabled access to the engineering menu in your firmware. Alternative options: 1. Use diagnostic applications (section 3 of this article). 2. Install custom recovery (TWRP) and check the version through adb (method 4). 3. On some devices, the engineering menu is available through the Mi Engineer Mode app (you can download on 4PDA, but you need an unlocked bootloader).

3. applications for checking the version of Bluetooth (without root)

If the standard methods didn't work, you can use third-party utilities, and we tested 10 apps and selected the 3 most reliable ones that accurately show the version of Bluetooth on Xiaomi:

  • πŸ“± AIDA64 β€” It shows not only the Bluetooth version, but also the chip model supported by the code (e.g. aptX, LDAC). Download to Play Market.
  • πŸ”§ DevCheck – Minimalist application with Hardware section β†’ Bluetooth, where version and supported profiles are specified (e.g, A2DP, HFP).
  • πŸ› οΈ CPU-Z β€” tab SOC It contains information about a Bluetooth chip (e.g. Broadcom). BCM4359, BT 5.1).

How to use (in the example of AIDA64):

  1. Install and open the application.
  2. Go to the Device section β†’ Bluetooth.
  3. The Bluetooth version bar will specify the current version (e.g. 5.3).
  4. Pay attention to the supported profiles line – this will help you understand what features are available (for example, AVRCP for music management).
πŸ“Š How do you usually check the Bluetooth version?
Through MIUI settings
Engineering menu
Appendix side (AIDA64, DevCheck)
ADB teams
Never checked.

If the app shows Bluetooth 4.2, but you're sure your device is newer, update the firmware. Sometimes, after the MIUI update, the Bluetooth version is "swiped" again, and the settings display outdated data.

4. Check through ADB (for advanced users)

This method requires connecting the device to your computer and using Android Debug Bridge (ADB).It is suitable if other methods have not worked or you need the most accurate information about the Bluetooth stack.

The advantage of the method is that you will not only get a version of the protocol, but also detailed information about the chip, profiles and codecs that your device supports.

Instructions:

  1. Install ADB and Fastboot Tools on your computer.
  2. Turn on your smartphone to debug by USB (Settings β†’ About Phone β†’ MIUI version β†’ Press 7 times on the line, then go back to Settings β†’ Additional β†’ For Developers).
  3. Connect the phone to the PC and type in the command line:
adb shell dumpsys bluetooth_manager

In the conclusion, find the lines:

  • mAdapterProperties – there will be a version (for example, here, bt_version: 5.2).
  • mRemoteDevices – a list of connected devices and their versions.

For more detailed information, use the command:

adb shell dumpsys bluetooth_manager | find "version"

Install ADB on PC

Enable debugging over USB on Xiaomi

Connect your phone to the original cable

Start the command line on behalf of the administrator

Check that the device is determined (adb device command)-->

⚠️ Note: On some Xiaomi firmware (especially Chinese ones), dumpsys command may be limited:

adb shell settings get global bluetooth_version

5. How to find out the Bluetooth version on Xiaomi smartwatches and fitness bracelets

Xiaomi’s smart devices β€” Mi Band 7/8, Xiaomi Watch 2 Pro, Redmi Watch 3 β€” also have a Bluetooth module, but it’s harder to check than on a smartphone. Here are 3 working methods:

  • πŸ“„ Official documentation: Find a model of your device on mi.com in the specifications section. S3 Supports Bluetooth 5.2.
  • πŸ“± Application Mi Fitness/Zepp Life: Open the app and go to the device profile. Tap the gear icon. Scroll to the Software section, sometimes it's a Bluetooth version.

Through a smartphone

  1. Connect your watch/bracelet to your phone.
  2. Open Settings β†’ Connections β†’ Bluetooth.
  3. Find your device in the list and click on the gear next to it.
  4. Some MIUI firmware displays a version of the protocol here.
  5. πŸ”§ Hardware failure: If the version hasn't changed after all the manipulations, the Bluetooth module may have been damaged.

If you’re planning to buy new wireless headphones or speakers, look for codes that are supported. For example, to listen to high-resolution music (Hi-Res Audio), your Xiaomi must support LDAC or aptX HD, which is only possible with Bluetooth 5.0+.

Why are my new headphones not working well with my Xiaomi?
If your headphones support aptX Adaptive or LC3 (the new codec for LE Audio) and your phone only SBC, you'll hear audio delays and poor quality Solutions: 1. Buy headphones with AAC support (works well with Xiaomi). 2. Use a Bluetooth 5.2 adapter (like Creative BT-W5). 3. Update your headphones and phone firmware to the latest versions.

FAQ: Frequent questions about Bluetooth on Xiaomi

πŸ” Why is it in my Xiaomi settings? 12T Pro is displayed Bluetooth 5.0, although specs should be 5.2?
This is a typical problem with HyperOS-based firmware or custom builds. Try: Update your device through Settings β†’ System Update. Reset your network settings (Settings β†’ Connections β†’ Resetting). Check the version through AIDA64 β€” sometimes the settings display incorrect information. If nothing helps, it can be a firmware error β€” watch for updates from Xiaomi.
🎧 Can I flash a newer version of Bluetooth to an older Xiaomi (e.g. Redmi Note 8 with a newer version of Bluetooth)? BT 5.0)?
No, the Bluetooth version is hardware-defined, it depends on the chip model that's on the board. But you can: Update the firmware, sometimes new drivers improve connection stability. Use an external Bluetooth adapter (for example, via USB-C). You can only replace the Bluetooth chip in the service center, but it's not cost effective.
πŸ“± How to find out which Bluetooth chip is installed in my Xiaomi?
The exact model of the chip can be found through: AIDA64 β€” section Device β†’ Bluetooth. Engineering menu (code ##4636##). ADB β€” Adb shell dumpsys bluetooth_manager. For example, in Xiaomi 13 Pro is used by Qualcomm chip WCN6855, And in Redmi Note. 11 β€” Qualcomm WCN3990.
⚑ Does the Bluetooth version affect the charging speed of wireless headphones from Xiaomi?
No, charging speed depends on: Charging power (e.g. Qi 10W vs Qi 30W) wireless charging technologies (e.g. Mi Fast Charge in Xiaomi AirDots Pro 2). Bluetooth is used only for data transfer, not power. However, new versions (e.g. 5.2) can reduce power consumption when connected, which indirectly increases the time of the headphones.
πŸ”„ Can I roll back the Bluetooth version on Xiaomi if the new one is unstable?
No, you can't roll back the Bluetooth version, because it's determined by: Hardware (chip) firmware (drivers). If you have Bluetooth issues after the MIUI update, try: Reset your network settings. Reverse the previous firmware version via Fastboot. Install a custom core (e.g., FrancoKernel) if you have a bootloader unlocked.