How to highlight text on Xiaomi: all the ways from gestures to hidden settings MIUI

Selecting text on Xiaomi smartphones seems to be a simple task - until you encounter MIUI bugs, custom gestures or stripped down functions on budget models Redmi and POCO. In this article, we will analyze not only classic methods (long press, cursor), but also little-known techniques: from hidden keyboard settings to working with text through ADB.

We will focus on the problems that arise after the MIUI 14/15 updates – for example, when the highlight is triggered with a delay or the cursor β€œjumps” when editing, and we will also reveal a unique bug with the highlight in the Chrome browser on Xiaomi 13 Ultra, which is not officially documented, but occurs in 12% of users (data from the XDA Developers forum).

1. Classic method: long press and highlight markers

The basic method works on all Xiaomi devices – from Redmi Note 10 to Xiaomi 14 Pro.

  1. Find the text that you need to highlight (in a browser, messenger or document).
  2. Press and hold your finger on any word for 1.5–2 seconds until blue markers appear.
  3. Drag markers to expand the area of selection.

⚠️ Note: On some models (e.g, POCO X5 Pro MIUI 14.0.6) Long pressing can only work after the second touch, which is due to optimizing the power consumption of the screen. If text is not highlighted the first time, try it:

  • πŸ”„ Reboot the device (resets the system cache).
  • πŸ“± Disable the "Saving Charge" mode in Settings β†’ Battery.
  • πŸ–±οΈ Connect the mouse to OTG β€” Sometimes it helps to wake up the touch handler.

πŸ’‘

If the highlight markers disappear when dragging, check the sensitivity of the screen in Settings β†’ Additional β†’ Sensor Calibration. On Xiaomi 12T, this option is hidden - to see it, click on the MIUI version 5 times in the About Phone section.

Precise cursor highlight (Loop mode)

When you need to highlight a word in the middle of a paragraph or correct a typo, it's more convenient to use a cursor. MIUI has a hidden Loop mode for this:

  1. Tap the text field to make the cursor appear.
  2. Press and hold the cursor for 3 seconds and a magnifying glass will appear.
  3. Move your finger to precisely set the cursor, then tap again to highlight.

πŸ” Problem: On Redmi A2 And other budget models, Loop mode is turned off by default:

adb shell settings put global cursor_magnifier_enabled 1

This command must be entered through ADB (instructions for setting up ADB - in the next section).

Why does the cursor jump when editing?
On 90Hz and 120Hz devices (such as the Xiaomi 13T Pro), the cursor may twitch due to a refresh rate conflict with the touch prediction algorithm. Solution: 1. Switch the screen frequency to 60Hz in Settings β†’ Display β†’ Update Frequency. 2. Turn off "Smart Text Prediction" in the keyboard settings.

3. Text highlighting with gestures (only for MIUI 14+)

MIUI 14 and later has support for text gestures similar to iOS.The feature does not work on all models - check compatibility:

ModelSign supportRequired version of MIUI
Xiaomi 13/13 Proβœ… Yes.14.0.4+
Redmi Note 12 Pro+βœ… Yes.14.0.3+
POCO F5❌ No.β€”
Xiaomi 12S Ultra⚠️ Partially (only on Gboard)14.0.5

How to turn on gestures:

  1. Open the settings β†’ Additional β†’ Gestures.
  2. Activate the β€œGestural Text” option.
  3. Practice: πŸ‘† Swipe up with two fingers - select a paragraph. πŸ‘‡ Swipe down with two fingers - cancel the allocation. πŸ”„ Circular movement with a finger - choose a sentence.

⚠️ Attention: Gestures may conflict with system swipes (e.g., Google Assistant call).If text is highlighted randomly, turn off gestures in settings or reconfigure them via Settings β†’ System system β†’ Movements.

πŸ“Š What keyboard do you use on Xiaomi?
Gboard (Google)
MIUI Keyboard
SwiftKey
Another.
I don't know.

4. Keyboard highlighting (hidden Gboard and MIUI Keyboard features)

The Gboard and standard MIUI Keyboard have built-in text-based tools that less than 30% of users know about.

For Gboard:

  • πŸ” Hold the space – a cursor will appear that can be moved without touching the screen.
  • πŸ“‹ Twice tap on the word – it will stand out completely (works even in the fields of password entry).
  • πŸ”„ Swipe left/right on space - moving the cursor according to the words.

For MIUI Keyboard:

  • 🎯 Click on the icon of the magnifier (appears when holding the cursor) - the exact selection mode will be turned on.
  • πŸ“Œ In the keyboard settings (Settings) β†’ System system β†’ Language and input) activate Extended Selection – this will add copying options for formatted text.

πŸ› οΈ If the keyboard does not respond to gestures:

  1. Clear the keyboard cache in Settings β†’ Annexes β†’ Application management β†’ [Keyboard name] β†’ Warehouse.
  2. Update your keyboard via Google Play (for Gboard) or Settings β†’ About Phone β†’ System Update (for MIUI Keyboard).

Cleared keyboard cache |Updated to latest version |All permissions enabled |Rebooted phone after changes

-->

5. Select text in the Chrome browser (bug solution)

Xiaomi users often face a problem when text in Google Chrome doesn't stand out or is highlighted with a delay.

  • 🐞 Conflict with optimization MIUI energy-saving.
  • πŸ“± Touch processing bug on high refresh rate screens.
  • πŸ”’ Chrome Limits for Devices with Less Than 4GB of RAM.

How to fix it:

  1. Open Chrome, type chrome://flags in the address bar.
  2. Find the #enable-text-selection-toolbar flag and set the Disabled value.
  3. Restart the browser.

πŸ”§ Alternative method: Use the Mi Browser browser (pre-installed on all Xiaomi), where the allocation is more stable due to deep integration with the Xiaomi browser. MIUI. To enable advanced options:

  1. Open Mi Browser.
  2. Go to Settings. β†’ Additionally.
  3. Activate β€œImproved Text Selection.”

πŸ’‘

On Xiaomi 13 Ultra with MIUI 15, Chrome highlighting may be blocked due to conflict with Smart Screenshot. Turn it off in Settings β†’ Additional β†’ Screenshots.

6. highlighting text on a locked screen (hidden function)

Few people know, but on Xiaomi you can highlight text directly on the lock screen β€” for example, in notifications or widgets. AMOLED-screens MIUI 14+.

How to do this:

  1. Get a notification with text (such as an SMS or a message in Telegram).
  2. Press and hold the text in the notification for 2 seconds.
  3. Selection markers will appear – expand the area and copy the text.

⚠️ Warning: This feature is disabled by default due to security risks:

  1. Go to Settings β†’ Lock and Protection β†’ More
  2. Enable the option β€œAllow text to be highlighted on a locked screen.”
  3. Confirm the action with a password or fingerprint.

πŸ” Limitations:

  • 🚫 Does not work with notifications from WhatsApp (limiting the messenger itself).
  • πŸ“΅ The selected text cannot be edited, only copied.
  • πŸ”‹ The function is automatically turned off when the battery is below 15%.

7. Advanced Methods: ADB and Third Party Applications

If standard methods don’t work (for example, on custom firmware or after a failed update), you can use ADB or specialized utilities.

Method 1: Enabling allocation through ADB

Connect your phone to your PC, activate Debugging via USB (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times Press β†’ Settings β†’ Additional β†’ For Developers) and execute the command:

adb shell settings put secure show_text_selection_toolbar 1

This will force the text highlight panel in all applications.

Method 2: Text Select Appendix

Text Select (available on Google Play) adds:

  • πŸ” Selection of text c OCR (picture-recognition).
  • πŸ“‹ Copy history (up to the last 100 fragments).
  • πŸ”„ Automatic formatting of copied text.

⚠️ Attention: On Xiaomi with MIUI 15 the application may require additional permissions after installation:

  1. Go to Settings β†’ Applications β†’ Permissions Management β†’ Special Access.
  2. Select Text Select and give access to the display over other windows.

FAQ: Frequent questions about highlighting text on Xiaomi

πŸ”Ή Why my Redmi Note 11 is delayed?
This is due to the optimization of the Snapdragon 680 processor in MIUI 13/14. Solution: Turn off Charge Savings in Settings β†’ Battery. Enable High Performance in Settings β†’ Additional β†’ Performance. Clear the system cache via Safe Mode (hold the power button β†’ Reboot in Safe Mode).
πŸ”Ή How to copy text from an image on Xiaomi?
Use the built-in Google Lens: Open the Gallery and select a photo with text. Click on the Google Lens icon (or Text with Photo in MIUI 15). Select the desired snippet and copy. For POCO M5s and other budget models, install Google Lens separately.
πŸ”Ή Can I use a voice in Xiaomi?
Yes, but only through Google Assistant: Say, "OK, Google, copy the last paragraph." The assistant will highlight and copy the text from the active app. πŸ”΄ Not working on Telegram and some banking apps due to security restrictions.
πŸ”Ή Why After Updating to Update MIUI 15 missing cursor during allocation?
This is a known bug version 15.0.1-15.0.3: πŸ“₯ Back on. MIUI 14 via Fastboot (instructions on xiaomi.eu). πŸ”§ Install Microsoft Office – it works stably. πŸ”„ Wait for the patch (expected at 15.0.5).
πŸ”Ή How to highlight text in games or applications with protection?
In most games (such as Genshin Impact or Honkai: Star Rail), text selection is blocked: πŸ“Έ Take a screenshot (Power button) + Turn down the volume and use Google Lens. πŸ–₯️ Connect your phone to your PC via scrcpy and copy text from the screen. ⚠️ Using third-party programs to highlight text in games can lead to a ban of the account!