How to find out the mileage of Xiaomi devices: step-by-step instructions for all types of equipment

When it comes to Xiaomi’s mileage, most users immediately think of electric vehicles β€” scooters, electric bikes, or even electric cars β€” but the term applies to other Xiaomi gadgets, such as smartphones, smartwatches, fitness bracelets. In each case, β€œmileage” means different: for transport it’s mileage, for wearables it’s the number of charging cycles, and for smartphones it’s active use time or battery wear.

In this article, we will discuss all the current ways to check mileage for different categories of Xiaomi equipment, including official methods (via applications and service menus) and alternative methods (using engineering codes and third-party utilities).

1.What is β€œmileage” for Xiaomi devices: definitions by type of technology

The term β€œmileage” in the context of Xiaomi is ambiguous, and its meaning depends on the type of device:

  • πŸ›΄ Electrical transport (Mi Electric Scooter, Mi) M365, Mi Bike: real mileage traveled on the device, stored in the controller and can be reset during repairs.
  • πŸ“± Smartphones (Redmi, POCO, Mi: battery life (in hours) or number of charging cycles. This indicator indirectly reflects the "wear" of the battery.
  • ⌚ Wearable devices (Mi Band, Mi Watch): number of steps, mileage when running / walking, charging cycles. Data can be stored both in the device memory and in the cloud Mi Fit.
  • πŸ”‹ Mi Power Bank: Number of full discharge/charging cycles. Affects residual battery capacity.

It is important to understand that Xiaomi’s electric vehicle mileage can be faked software, whereas data on charging cycles of smartphones or power banks is more difficult to change β€” they are recorded in the battery microcontroller.

For Xiaomi electric vehicles, mileage is fixed in two places: Controller BMS (manages the battery) and the Principal Board (responsible for displaying data in the application). With service intervention, these values may diverge, which is a sign of repair.

2.How to check the mileage of the Xiaomi electric scooter: official and hidden methods

For Mi Electric Scooter owners (models) M365, Pro 2, 1S, 3, 4 Pro, etc.) There are several ways to know the actual mileage, starting with the official ones, which don't require any technical analysis.

2.1. via Mi Home/Xiaomi Home app

The easiest way is to use a proprietary app, but there are nuances here:

  1. Connect the scooter to the application via Bluetooth.
  2. Go to the Device section β†’ Status.
  3. Find the total mileage line (or total mileage in English).

⚠️ Note: The indicator in the application can be reset if the scooter was repaired with the flashing of the controller.

For Mi Scooter models 3/4/4 Pro mileage is displayed in more detail, broken down by day/week, to see the full statistics:

  • πŸ“Š Open the Analytics tab in the app.
  • πŸ” Select a period For all the time.
  • πŸ“ˆ Scroll down to the chart Total mileage.

πŸ’‘

If the mileage in the application has zeroed after updating the firmware, try synchronizing the data again: disconnect the scooter from the application, restart it (holding the power button for 10 seconds), then reconnect.

2.2. through the engineering menu (for advanced users)

For models based on the controller STM32 (Most Xiaomi scooters can get advanced data, including real mileage, through an engineering menu.

Equipment required:

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ”Œ USB-Type-C (for new models) or USB-MicroUSB (for new models) M365)
  • πŸ› οΈ ScooterHacking Utility (or XiaoFlasher for firmware)

Step-by-step:

Download and install ScooterHacking Utility from official GitHub

Connect the scooter to the PC in the off state

Press the power button and the brake button at the same time, then plug the cable (mode) DFU)

In the program, select Read Flash and save the memory dump.

Open the dump file in HxD or another hex editor

Find the mileage line (usually at the address) 0x800C000 for M365)

-->

⚠️ Attention: Incorrect actions in the engineering menu can lead to locking the controller. If you are not sure about your skills, contact the service center.

What if the mileage in the memory dump does not coincide with the application?
If the values differ, this may mean: 1. The scooter was repaired with a replacement controller. 2. the mileage was reset programmatically (for example, through XiaoFlasher). 3. The memory dump stores data in encrypted form (relevant to the new Mi Scooter 4 Pro models). In this case, it is recommended to check the wear of the battery on the voltage of the cells (see section 4).

Indirect (if data are dropped)

If the mileage was zeroed, you can estimate the real wear by the following parameters:

Sign.Norm for a new scooterSigns of high mileage
Tyre conditionTread pattern clear, no cracksTread erased, visible scuffs, cracks on the sidewalls.
Luft in wheel bearingsMissing or minimalThe wheel wobbles as it sways, crunch is heard
Condition of brake padsThickness >3 mm, flat surfaceThickness <1 mm, visible furrows
Battery charge (when fully charged)42-43.8 B (for 36V model)<40 B - critical wear of cells

Mi Electric Scooter M365

Mi Scooter Pro 2

Mi Scooter 3/4

Mi Scooter 4 Pro

Other (write in the comments)

I don't have an electric scooter.-->

3. Check the mileage (charging cycles) of Xiaomi smartphones

For Xiaomi smartphones, the term β€œmileage” usually refers to the number of battery charging cycles or total battery life, which helps to assess the wear and tear of the battery, a key component that affects the battery’s autonomy.

Unlike scooters, the charging cycles in smartphones are stored in the battery controller and not reset during a normal reset, but when the battery is replaced, the meter is reset.

3.1. via the engineering menu (#4636##)

The fastest way is to use the Android hidden menu:

  1. Open the Phone app.
  2. Enter the combination: ##4636###.
  3. Go to the Battery Information tab.
  4. Find the lines: Charge level (current %) State (should be Good) Temperature (normal: 25–40Β°C) Voltage (normal: 3.7-4.3 V for Li-ion)

Unfortunately, this menu doesn't show the number of charging cycles. It will require other methods.

3.2. via AccuBattery app (for all Xiaomi models)

AccuBattery (available on Google Play) allows you to track the actual battery health and cycle count to get accurate data:

  1. Install and open AccuBattery.
  2. Charge your phone from 0% to 100% (important: without turning off the cable!).
  3. After full charging, go to the Health tab.
  4. Pay attention to the parameters: πŸ”„ Capacity assessment (comparison with factory capacity) πŸ“Š Number of charging cycles πŸ”‹ Battery wear (B %)

πŸ“Œ Key conclusion: If the battery wears more than 20-25%, it is recommended to replace it. For Xiaomi smartphones, a drop in capacity below 80% of the factory capacity is critical (for example, less than 3600 mAh for a model with a 4500 mAh battery).

πŸ’‘

AccuBattery only shows real charge cycles after 3-5 full use cycles. If you just installed the app, the data may be inaccurate.

3.3. ADB-Teams (for advanced users)

If the engineering menu and applications do not give a complete picture, you can use the app. ADB (Android Debug Bridge. This method requires debugging by USB.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone β†’ MIUI version and tap 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC and execute the command: adb shell dumpsys battery
  4. Find the line charge counter: X (where X is the amount of charge that passed through the battery in mAh).

Unlike smartphones, data from wearable devices is stored both in the memory of the gadget and in the cloud Mi. Fit/Zepp It makes it harder to fake them, but it doesn't make them impossible.

4.1. via Mi Fit/Zepp Life app

To see the full statistics:

  1. Open the Mi Fit or Zepp Life app.
  2. Go to the Profile tab β†’ My accomplishments.
  3. Select the period For all time.
  4. Scroll to the blocks: 🚢 Steps. πŸƒ Distance (km) πŸ”₯ Active calories

For Mi Band models 6/7 And the Mi Watch is available to detail by activity, so you can see the mileage separately when you're running and cycling.

⚠️ Note: If the seller claims that the bracelet is β€œalmost new”, but the statistics show 5,000+ A six-month run is a clear sign of heavy use or data tampering (e.g., through step emulation).

4.2. Menu of Engineering (for Mi Band) 5/6/7)

Xiaomi wearables also have a hidden menu where you can see the technical data.

  1. On the main screen of the bracelet, swipe up 5 times in a row.
  2. Slip the Settings (cog) icon.
  3. Choose About the device.
  4. Slip 10 times on the firmware version line.

πŸ’‘

If the engineering menu shows Charge Count: 0, but the bracelet is clearly used, it means that the meter was dropped through firmware, which is what unscrupulous sellers often do.

5.How to check Xiaomi's powerbank mileage

For Xiaomi portable chargers (Mi Power Bank, Redmi Power Bank), β€œmileage” means the number of complete discharge/charging cycles, which directly affects residual capacity and charging speed.

Unfortunately, most Xiaomi power banks don't have a built-in cycle counter available to the user, but there are indirect methods of checking:

For external signs of wear

Sign.New power bankHigh-mileage.
Smartphone charging timeCorresponds to the stated (for example, 1.5 hours for 10,000 mAh)Charges 30-50% slower
Heating while workingLight heat (up to 40)Β°C)Strong heating (above 50)Β°C), possible smoker smell
Appearance of the hullNo scratches, the label's all right.Bashing, chipping, autopsy marks.
Charge indicationSmooth level reduction (4) LED)Sharp jumps, disconnection at 30-40% charge

5.2. Through the real capacity test

The most reliable way to assess wear is to check the actual capacity of the power bank.

  1. Fully charge the power bank.
  2. Connect it to a discharged smartphone with a known battery capacity (e.g., 4,000 mAh).
  3. Wait for the power bank to defuse completely.
  4. Count how many times it has fully charged the phone, for example, if a 10,000mAh power bank only charged the 4,000mAh phone 1.5 times, its actual capacity is β‰ˆ 6,000 mAh (wear and tear 40%).

Use for accurate measurements USB-Tester (e.g. Xiaomi) USB Tester, which shows current and voltage in real time.

6. How to protect yourself from deception when buying used Xiaomi devices

When buying used Xiaomi equipment, mileage testing is only part of the diagnosis, and here is a security checklist to help avoid fraud:

Check the mileage/charge cycles in all available ways

Compare the serial number on the device and the package (must match)

Ask the seller to take a photo / video of the device with your nickname (for guarantee)

Make sure your device is not blacklisted (check by IMEI smartphone)

Check the history of repairs (for electric scooters – through Xiaomi service centers)-->

Pay special attention to the following β€œred flags”:

  • 🚩 The seller refuses to provide the original packaging or documents.
  • 🚩 The mileage in the application is zeroed, but the device shows signs of heavy use.
  • 🚩 Price is significantly lower than the market price (for example, Mi Scooter Pro 2 for 15 000). β‚½ at an average price of 25,000. β‚½).
  • 🚩 The seller insists on meeting in an uncomfortable place or refuses to pay in advance.

How to check if the device has been stolen?
For smartphones: 1. Check out IMEI on imei.info (must match the data in the box). 2. Make sure the device is not tied to the previous owner's account (go to Settings β†’ Accounts. For scooters: 1. Check the serial number through Xiaomi support (write to the chat with photo numbers and ask for warranty history). 2. Make sure that the scooter is not listed in the database of stolen (for example, on BikeScout).

7. Frequent errors in mileage testing and how to avoid them

Many users make mistakes that lead to a misjudgment of the device's condition, and here are the most common:

  • πŸ” Trusting only one data source, such as relying on mileage alone in the Mi Home app without checking the scooter's physical condition. Always use 2-3 methods.
  • πŸ“‰ Ignoring indirect signs of wear and tear, even if the mileage is small, but the scooter battery discharges 10 km away from the 30, it's a sign of high wear and tear.
  • πŸ”§ Self-driving mileage without understanding the consequences. On some scooters M365) Resetting the counter via XiaoFlasher can lead to locking the controller.
  • πŸ”‹ Ignoring temperature wear, for example, if the smartphone was constantly in use at temperatures above 40Β°C, its battery can be worn out even with a small number of cycles.

πŸ’‘

If you buy a used Xiaomi device, always ask the seller to provide screenshots from the engineering menu or apps (for example, AccuBattery for smartphones), which will reduce the risk of running into fake data.

FAQ: Answers to Frequent Questions

πŸ”Ή Can I reset the mileage on the Xiaomi electric scooter?
Yes, you can reset mileage software through utilities like XiaoFlasher or ScooterHacking Utility, but it requires a PC connection and technical knowledge. However, the reset does not affect the actual wear of the battery and mechanical parts.
πŸ”Ή How many charging cycles are considered normal for a Xiaomi smartphone?
For lithium-ion batteries, wear of up to 20% after 300–500 full cycles is considered normal, for example: Up to 300 cycles: wear of 0–10% (battery as new), 300–500 cycles: wear of 10–20% (slight decrease in autonomy 500).+ cycles: wear 20-30%+ (For Xiaomi smartphones with a battery of 5000 mAh, critical wear occurs when the residual capacity is below 3,500-4000 mAh.
πŸ”Ή Why Mi Fit mileage doesn't match up with Mi Band data?
There can be discrepancies for several reasons: sync error (try reconnecting the bracelet); device data reset (e.g. after a firmware update); use of third-party step emulation apps (e.g. WalkLogger); hardware malfunction of the accelerometer in the bracelet; to check which data is correct, compare it with another fitness tracker or smartphone (e.g., Google Fit).
πŸ”Ή Can I recover the actual mileage after resetting?
If the mileage was dropped software (for example, through the firmware of the scooter controller), it is impossible to restore the original data. However, you can estimate the real wear by indirect signs: For scooters: check the condition of the tire, bearings, brake pads. For smartphones: use AccuBattery to assess residual capacity. For power banks: run a real capacity test (see section 5.2). In some cases, contacting the Xiaomi service center helps - they can restore the repair history by serial number.
πŸ”Ή Does mileage affect the cost of the device during resale?
Yes, and very significantly. Here are the approximate cost reduction ratios for Xiaomi equipment depending on mileage / wear: Type of device New (0-10% wear) Medium wear (10-30%) High wear (30%+) Electric scooter 100% cost 60-70% 30-40% Smartphone 100% 70-80% 40-50% Mi Band / Mi Watch 100% 50-60% 20-30% Powerbank 100% 50% 10-20% For example, Mi Scooter Pro 2 with a sample