How to turn on auto dialer on Xiaomi Poco X3: all ways + solving typical problems

Xiaomi Poco X3 remains one of the most popular smartphones in the budget segment, but many users are faced with the lack of built-in auto dialing. Unlike flagship models Xiaomi, where this option is often available out of the box, on the Poco X3 it has to be activated manually – either through hidden settings MIUI or using third-party applications.

In this article, we will discuss all working ways to enable auto dial on Poco. X3 (including Poco versions) X3 NFC POCO X3 Pro, taking into account the features of firmware MIUI 12.5, 13, and 14: Particular attention will be paid to typical errors, such as why a function may not work with a specific function. SIM-You can use MTS, Beeline or Tele2 maps, and you can get around it, and you can also learn which auto dialing apps are safe and which ones can harm your device.

If you've tried to enable auto dialing through the standard call menu and you haven't found one, don't be surprised. Xiaomi often hides these features depending on the firmware region. But you can unlock them!

Why is there no built-in auto dialer on the Poco X3?

The reason for the lack of function lies in the policy of telecom operators and the features of MIUI firmware for global and Chinese versions of devices:

  • πŸ“± Regional restrictions: In firmware for Europe and Russia, the auto dial is often disabled at the request of local operators (for example, MTS blocks repeated calls at the network level).
  • πŸ”„ Version MIUI: On MIUI 12.5 and older, the function may be hidden in Settings β†’ Additional β†’ Call settings, but not always available.
  • πŸ“Ά Type SIM- Cards: With some virtual operators (e.g. Yota or Tinkoff Mobile), auto dialing is unstable due to the nature of their infrastructure.
  • πŸ› οΈ Firmware Customization: If you use informal firmware (e.g. Pixel Experience or LineageOS), the feature may not be available at all.

Interestingly, on Chinese versions of the Poco X3 (with China ROM firmware), auto dialing is often available by default, which is because operators in China do not impose such restrictions, but installing China ROM on a global version of the device without unlocking the bootloader is impossible - and this can lead to a loss of warranty.

⚠️ Warning: If you bought Poco X3 from Xiaomi’s official store in Russia, you probably have global firmware (Global ROM) where the auto dialer is disabled at the system level. Attempting to turn it on via the engineering menu (#4636##) can cause crashes!

Method 1: Enabling Auto dialer through hidden MIUI settings

This method works on 70% of devices with MIUI 12.5-14, but requires strict follow-up instructions. If you have an older firmware version (e.g. MIUI 12.0.3), first update your smartphone via Settings β†’ About Phone β†’ System Update.

Step-by-step:

  1. Open the phone application (pipe icon).
  2. Click on the three dots in the top right corner and select Settings.
  3. Scroll down and tap Additional Settings (or Call Settings, depending on the version of MIUI).
  4. Find AutoDirector or Re-Call, and if you don't, move on to the next step.
  5. Type in the settings search box for redial, which sometimes helps you find a hidden option.
  6. If a point is found, activate it and set the interval between attempts (recommended 10-15 seconds).

If you don’t have an option, try an alternative path:

Settings β†’ Applications β†’ Application Management β†’ Phone β†’ Permissions β†’ Additional Permits β†’ Enable β€œAutomatic Re-Director”

On some MIUI 13+ firmware, the auto dial function is hidden under the name "Quick Redial" and can only be enabled via the ADB- command, but this requires unlocking the bootloader.

πŸ“Š What kind of operator do you have?
MTS
Beeline
Megaphone
Tele2.
Yota
Tinkoff Mobile
Other

Method 2: Using third-party applications for auto dialing

If the built-in function is not available, there are two options:

  1. Install a specialized application from Google Play.
  2. Use automation through Tasker (for advanced users).

Let us examine both methods in detail.

Option A: Apps from Google Play

Here are the TOP-3 verified auto dialing apps on Poco X3:

AnnexRatings.FeaturesCons
AutoRedial4.7 ⭐Simple interface, setting the interval, working in the backgroundAdvertising sometimes works with delay.
Redial Pro4.5 ⭐Support for blacklist, log callsThe paid version is required for an interval of < 30 seconds
Call Repeater4.3 ⭐It works without the internet, minimalist designNo Russian language, rare bugs

How to install and configure (on the example of AutoRedial):

Download the app from Google Play|Open and grant permissions to call |Set a re-dial interval (optimally 10–20 seconds)|Enable the "Work in the background" option |Add the app to the battery optimization exceptions-->

Important: After installing any of these applications, add it to the battery optimization exceptions, otherwise MIUI may suspend it.

Settings β†’ Battery β†’ Battery Optimization β†’ All Apps β†’ Find AutoRedial β†’ Select β€œNo Limits”

Option B: Automation via Tasker (for power users)

If you don’t want to install a separate app, you can set up auto dialing via Tasker, a powerful automation tool for Android, which is more complicated but gives you more flexibility (e.g., you can set up a re-dial only for specific contacts).

Instructions:

  1. Install Tasker from Google Play (there is a free trial).
  2. Create a new task (Task β†’ New Task).
  3. Add the Phone β†’ Call action and specify the number for re-dialing.
  4. Add Task β†’ Wait and set the delay (e.g. 15 seconds).
  5. Repeat steps 3-4 times (e.g. 5 attempts).
  6. Save the task and create a profile to run it (for example, the event "Unsuccessful call").

The finished profile for Tasker can be downloaded here (search for "Auto Redial Poco X3").

⚠️ Warning: When using Tasker, make sure the application has permission for Calls and Log. Also add it to the battery optimization exceptions as described above. Otherwise, the auto dialer may not work!

Method 3: Activate Auto dial through the engineering menu (for advanced)

This method is only suitable for users who are ready to work with service codes and ADB. It allows you to enable a hidden auto dial function at the system level, but requires caution - incorrect actions can lead to failures.

If you are a beginner, it is best to skip this section and use third-party apps (Method 2).

Method 1: Through service code (does not work on all firmware)

Try entering the following code in the Phone application:

##733425##

If you open a menu with the Auto Redial option after dialing, turn it on. If you don't, move on to the next one.

Method 2: Through ADB- commands (requires PC)

This method will require:

  • πŸ–₯️ Computer with installed ADB and Fastboot.
  • πŸ“± Included debugging by USB on Poco X3.
  • πŸ”Œ Cable USB Type-C (preferably original).

Instructions:

  1. Connect your smartphone to your PC and allow debugging.
  2. Open the command line (Windows) or the terminal (macOS/Linux).
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to enable auto dialer: adb shell settings put global auto_redial_enabled 1
  5. Set the interval (in milliseconds, for example, 15000 = 15 sec): adb shell settings put global auto_redial_delay 15000
  6. Reboot your smartphone.

If the function did not work after the reboot, try an alternative command:

adb shell am start -n com.android.server.telecom/.settings.AutoRedialSettings

⚠️ Warning: Changing system settings via ADB may cause the phone to malfunction or reset some settings. Before executing commands, back up your data via Settings β†’ Additional β†’ Backup and Reset.

What if the ADB can’t see the device?
If the adb device command does not show your Poco X3, follow the following steps: 1. Make sure that debugging is enabled on USB (Settings β†’ Phone β†’ Version MIUI – tap 7 times, then return to Settings β†’ Additional β†’ For Developers β†’ Debugging on USB). 2. Install Xiaomi drivers on your PC (you can download from the official website). 3. Try another USB- cable (some cables are only for charging). 4. Reboot and run on your Windows phone, if you use the name 5.

Why AutoCalling Doesn't Work: Typical Problems and Solutions

Even after you set it up properly, the auto dialer may not work, and here are the most common reasons and ways to fix them:

Problem.Possible causeDecision
The call doesn't repeat.The operator blocks repeated calls (for example, MTS)Use a third-party application with the function "Hidden Re-Title"
The function is activated but not workingMIUI optimizes battery and suspends processAdd the application to the optimization exceptions (see Method 2)
Autophone is working with a great delayWeak network signal or base station congestionIncrease the interval between attempts to 20-30 seconds
The function disappears after the MIUI updateResetting settings when updating firmwareRe-enable auto dialing via settings or ADB

If none of these methods helped, check:

  • πŸ“΅ Operator Lock: Some tariffs (e.g. Beeline "It's Simple") limit the number of repeat calls per minute.
  • πŸ”‹ Power Saving Mode: The Ultra Battery Saver mode in MIUI blocks background processes.
  • πŸ› οΈ Application Conflict: Antiviruses (e.g., Avast) or call blocking programs (e.g., Truecaller) may interfere with the auto dial.

πŸ’‘

If you only need an auto dial for a specific contact (for example, for work), create a separate profile in Tasker with the condition "If the number = XXX, repeat the dial" that will save battery and avoid unnecessary repeated calls.

How to check if the auto dialer works on Poco X3?

To make sure the function is activated correctly, perform the following test:

  1. Call a number that won’t answer (like your second phone in airplane mode).
  2. Wait for the call-out.
  3. If the auto dialer works, after a given interval, a re-dialer will begin.
  4. Check the call log - there should be several attempts.

If the re-recruitment has not occurred:

  • πŸ” Check the application settings (for third-party solutions).
  • πŸ“± Make sure that the smartphone has enough charge (less than 15% can block background processes).
  • πŸ”„ Reboot the device β€” sometimes it helps to wake up the background services.

For more detailed diagnosis, use the call log:

Settings β†’ Applications β†’ Phone β†’ Storage β†’ Call log

Alternative solutions: what to do if nothing helps?

If all of these methods have not worked, consider the following options:

  • πŸ“ž Use the operator's AutoCall service: Some operators (e.g. MegaFon) offer a paid re-dial service. Activated via USSD- command (e.g., *105*111# for MegaFon).
  • πŸ“± Buy another carrier’s SIM card: If your current carrier blocks an auto dial, try Tele2 or Yota – they’re less stringent on these features.
  • πŸ”§ Install custom firmware: Poco X3 can be fitted with auto dial-up firmware (e.g. ArrowOS or HavocOS), but this requires unlocking the bootloader and voids the warranty.
  • πŸ“² Use a second phone: Set up call forwarding to another auto dialer (e.g., an old Samsung or iPhone).

If you decide to install custom firmware, consider:

  • ⚠️ Risk of a "brick" (turning a phone into a "brick").
  • ⚠️ Loss of Xiaomi’s official warranty.
  • ⚠️ Possible issues with Google Pay, Netflix, and other services that require a certified device.

πŸ’‘

Before installing custom firmware, be sure to unlock the bootloader through the official Xiaomi tool (link). Without this, any attempt to flash the device will lead to an error!

FAQ: Frequent questions about auto dialing on Poco X3

❓ Can I turn on the auto dialer on Poco X3 without root rights?
Yes, 90 percent of the time, root is not required, and either find a hidden setting in MIUI or use third-party apps (like AutoRedial), and you may only need Root for deep customization of the firmware.
❓ Why does auto dialing only work with certain numbers?
This is due to operator settings, some numbers (such as short service or international) can be excluded from re-dialing, and check if the number is added to the blacklist in the auto dialer app.
❓ How do you turn off the auto dialer if it gets annoying?
If you have used a third-party app, simply delete it or turn it off in the settings. If you have activated it through the hidden settings of MIUI, go back to Settings β†’ Additional β†’ Call settings and deactivate the option. For the ADB- Method, follow the command: adb shell settings put global auto_redial_enabled 0
❓ Will the auto dialer work in roaming?
Depending on the operator, in roaming, some functions may be blocked. Before traveling, check your operator's fares or temporarily turn off the auto dial to avoid unnecessary costs.
❓ Can you set up different number of attempts for different contacts?
Yes, but only through Tasker or some advanced apps (like Redial Pro), which is not a feature in standard MIUI settings.