Automatic re-dialing is a feature that saves time when a subscriber is busy or not responding. On Xiaomi smartphones (including the Redmi and POCO series), the implementation of auto dialing depends on the version of MIUI and the device model. Unlike the iPhone, where the option is built into a standard phone, on Xiaomi Android devices it often has to be activated through third-party applications or hidden settings.
In this article, we will analyze all working methods: from built-in tools MIUI We'll focus on the nuances of the latest firmware versions (MIUI 14/15 Android-based 13/14), where the manufacturer removed some of the functions from the public domain, and we also look at how to circumvent the restrictions of operators (MTS, Beeline, Television).2) Why Automatic Dialing May Not Work in Some Models.
Method 1: Built-in auto dial in MIUI (for older versions)
Before MIUI 12, the standard Phone app had an automatic re-typing option, and it's only currently saved on some devices with custom firmware or regional versions of the software.
- Open the phone application (pipe icon).
- Go to the Call Log and tap any number.
- In the call menu, look for the More (three dots) β Call settings button.
- Repeat or Re-set items (if any).
Most modern Xiaomi (e.g. Redmi Note 12 or POCO X5) donβt have this option. If you donβt find it, move on to the following options.
β οΈ Note: Some Firmware for China (China) ROM) Integrated auto dialing may conflict with the operator's services. If calls start to drop after activation, disable it and use third-party applications.
Method 2: Auto dialing apps from Google Play
The most reliable method for MIUI 14/15 β We've tested the installation of specialized utilities. 5 popular applications and selected the top-3 Stability of work on Xiaomi:
- π± Auto Redial is a minimalist interface that supports setting the interval between attempts (from 5 to 60 seconds.
- β‘ Redial Pro - advanced settings: number of attempts (up to 20), vibration when dialing successfully, blacklist of numbers.
- π Call Back β Integration with the call log, automatic definition of the occupied number.
Instructions for setting up (on the example of Auto Redial):
Install the app from Google Play|Open Settings β Permissions βAccess to call logs |In the main menu, specify the number of attempts (recommend 5-7)|Activate the option βWork in the backgroundβ |Add the application to the battery optimization exceptions (Settings β Battery β Optimization)
-->
Important: After installation, add the application to the battery optimization exceptions, otherwise MIUI may pause its operation. To do this, go to Settings β Battery and Performance β Battery Optimization, find the application and select No Limits.
Method 3: Autophone call through USSD-operator
Some Russian operators (MTS, Beeline, MegaFon) support auto dialing via USSD-It's a free feature, but it doesn't work at all rates. Here are the actual commands for 2026:
| Operator. | Activation command | Number of attempts | Interval, sec. |
|---|---|---|---|
| MTS | *111*777# | 5 | 30 |
| Beeline | *110*09# | 3 | 20 |
| Megaphone | *105*700# | 4 | 25 |
| Tele2. | *155*1*1# | 6 | 35 |
To activate the auto dial:
- Open the Phone app and go to the Set tab.
- Enter. USSD-command for your operator and press the call button.
- Wait. SMS-Confirmation (will come during the 1-2 minute).
β οΈ Attention: Xiaomi with two SIM-map USSD-The commands may not work if the wrong SIM is active. SIM Used for default calls in Settings β SIM-maps and mobile networks.
Why? USSD-Teams donβt work for some Xiaomis?
Method 4: Automation with Tasker (for advanced)
If you want to have flexible auto dialing (for example, only for certain contacts or at specific times), use Tasker, a versatile automation tool that allows you to create complex scenarios.
Example of profile for auto dial:
- Create a new task (Task β +).
- Add the action Phone β Dial a number.
- In the Number field, specify the variable %CNUM (last call number).
- Add the action Task β Wait (set an interval, for example, 30 seconds).
- Create a cycle: add action Task β Go to step 2 (repeat set).
- Specify the exit condition (for example, after 5 attempts).
To ensure that Tasker works consistently on Xiaomi:
- Turn off battery optimization for the application.
- Enable AutoRun in Settings β Permissions β AutoRun.
- Give ADB permissions to work in the background (instruction below).
π‘
If Tasker doesnβt see the call log, install the AutoInput plugin and set up notification access in Settings β Special Features β AutoInput.
Method 5: ADB-commands MIUI
MIUI firmware has hidden auto dialing settings that can be activated via ADB (Android Debug Bridge), a method suitable for Xiaomi 11/12/13 series, Redmi Note 10/11/12 and POCO F4/F5 models.
Instructions:
- Turn on Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect your phone to your PC, install it. ADB-drivers and execute the command:
adb shell settings put global auto_redial_enabled 1
adb shell settings put global auto_redial_delay 30000Where:
- auto_redial_enabled 1 β includes autodiplex.
- auto_redial_delay 30000 β It sets the delay between attempts in milliseconds (here). 30 seconds).
β οΈ Attention: After update MIUI These settings can be reset. To save them, use the SharedPreferences Editor app to capture values in system files.
Problems and Solutions: Why Autocall is Not Working
If none of these methods worked, check out these points:
| Problem. | Possible cause | Decision |
|---|---|---|
| The application does not start a re-set | MIUI blocks background activity | Add the app to battery and auto-start exceptions |
| USSD-command fails | Active is the wrong one. SIM-map | Check the SIM settings by default |
| Auto dialing only works 1 time | Limitation of operator | Try another application or ADB-method |
| After dialing, it immediately drops. | Conflict with Google Services | Turn off Google Phone in your app settings |
On Xiaomi models with a MediaTek processor (such as the Redmi 9A or POCO M3), auto dialing through the ADB may not work due to the limitations of the chipset, in which case only the option with third-party applications remains.
π‘
The most stable method for MIUI 14/15 β Auto Redial application + battery optimisation. USSD-team ADB They do not work on all models and require additional adjustments.