Copying text on Android seems like a simple task - until you come across some unobvious nuances. The interface may differ on different phone models (Samsung Galaxy, Xiaomi Redmi, Google Pixel), and in some applications standard methods do not work at all. This article covers all possible scenarios: from basic finger selection to copying via ADB or special gestures.
We will look at not only obvious methods, but also little-known tricks. For example, how to copy text from protected applications (banks, instant messengers with screenshot blocking), how to work with non-selectable text games or how to automate copying via Tasker. We will pay special attention to the problems that arise after Android updates - why the clipboard suddenly stops working and how to fix it.
If you have ever tried to copy a phone number from an SMS, but the system only offered โCallโ or โSaveโ, or you could not select the text in Instagram โhere you will find solutions. The article is relevant for all versions of Android from 5.0 Lollipop to 14, including manufacturers' shells (One UI, MIUI, ColorOS).
1. Standard method: selecting and copying with your finger
This is the most universal method that works in 90% of cases. Suitable for browsers, notes, instant messengers (WhatsApp, Telegram) and most applications. The algorithm is simple:
- Find the text you want to copy and Hold your finger on any word for 1-2 seconds.
- Blue markers will appear. (sometimes green or orange - depends on the shell). Drag them to more accurately select the fragment.
- Click on the "Copy" pop-up menu (or "Copy" on English firmware).
On some phones (Huawei, Honor) instead of holding you need tap twice on the word - this will select it automatically. To expand the selection, tap the markers again.
If the text is not highlighted the first time, try holding your finger not on the word, but on the empty space next to it. Sometimes this works in applications. with non-standard fonts (for example, in VK or TikTok).
Where this method doesn't work:
- ๐ In banking applications (SberBank Online, Tinkoff) - copying of card numbers is often blocked there.
- ๐ฎ In games with non-standard interfaces (for example, chats in Genshin Impact or PUBG Mobile).
- ๐ฑ On lock screens or in notifications (other methods are needed, see section 4).
2. Copying via the clipboard (copy history)
Modern versions of Android (starting from 10) and proprietary shells (One UI, MIUI 12+) save clipboard history. This is convenient if you need to paste previously copied text. or restore an accidentally deleted fragment.
How to open history:
- Hold your finger in any text input field (for example, in Google Search or Notes).
- A menu will pop up - select "Clipboard" (or "Clipboard" in English).
- The last 5-20 copied elements will be there (depending on the phone model).
| Manufacturer | Max. history | Where is it stored |
|---|---|---|
| Samsung (One UI) | 20 | Synchronized with Samsung account |
| Xiaomi (MIUI) | 5 (by default) | Locally, without synchronization |
| Google Pixel (pure Android) | 1 (without history) | Only the last element |
| Huawei (EMUI) | 10 | Locally, you can enable cloud synchronization |
Important: on phones with pure Android (for example Pixel or Nokia) clipboard history is disabled by default. To activate it, you need to. install a third-party application like Clipboard Manager.
3. Copying text from protected applications
Banks, encrypted messengers (Signal, Session) and some corporate applications block standard copying. Here are workarounds:
- ๐ธ Screenshot + OCR: take a screenshot, then use Google Lens or Text Fairyto recognize text. Works even for card numbers in SberBank Online.
- ๐ Forwarding to yourself: in messengers (Telegram, Viber) send a message to yourself, then copy the text from the chat.
- ๐ฅ๏ธ ADB commands (for advanced): if you have
USB debugging, you can extract the text using the command:adb shell uiautomator dump /sdcard/window.xmlThen open the file
window.xmlon your PC and find the desired fragment.
How to enable USB debugging?
Go to Settings โ About phone โ Build number (tap 7 times to become a developer). Then return to Settings โ System โ For developers and activate USB debugging.
โ ๏ธ Attention: Copying data from banking applications may violate security rules. Some banks (Tinkoff, Alfa Bank) block accounts for suspicious activity if you often recognize text from card screenshots.
4. Copying text from the lock screen and notifications
You cannot select text on the Android lock screen by default, but there are workarounds:
- Unlock your phone and return to the lock screen. Sometimes notifications remain available for copying through
Settings โ Notifications โ History. - Use voice assistant: say "Okay, Google, read the notifications", then ask to repeat the desired fragment - it will appear in the voice search history.
- For Samsung: activate the function
Short commandstoSettings โ Lock screen. This will allow you to copy text from notifications without complete unlocking.
On phones with Android 12+ you can enable show notifications on the lock screen with the ability to copy:
- Go to
Settings โ Notifications โ On the lock screen. - Select "Show all text" (or "Show sensitive content" in English).
- Now when When you hold the notification, the โCopy textโ option will appear.
โ๏ธ Preparing to copy from the lock
5. Copying non-selectable text (in games, images, PDF)
If text is embedded in an image, PDF or non-standard interface (for example, chat in Genshin Impact), will help:
- ๐ Google Lens: open Google Photos, select a screenshot, click "Lens" โ "Copy text". Recognition accuracy is up to 98% for the Russian language.
- ๐ผ๏ธ Special applications:
- Text Fairy - recognizes text without the Internet.
- CamScanner - suitable for document scans.
- Adobe Scan - best choice for PDF.
- ๐๏ธ ADB + screenshot: if the text is visible on the screen, but does not stand out, take a screenshot via command:
adb shell screencap -p /sdcard/screen.pngThen process it in Google Lens.
For text in games (for example, dialogues in Honkai: Star Rail) sometimes helps change the interface scale:
- Enable
Developer mode(see spoiler in section 3). - Find the option
Minimum width(inSettings โ System โ For developers). - Set the value
400dp- this will increase the interface elements and the text will become highlighted.
6. Copy automation (Tasker, MacroDroid)
If you often need to copy text according to one pattern (for example, track numbers from SMS or data from tables), you can set up automatic copying via:
- ๐ค Tasker: create a task that will search for text using a regular expression and copy it to the buffer. Example for SMS:
Profile: Event โ Received Text (from filtered text). numbers)Task: Variable Set โ %sms_text to %SMSRF (SMS text)
Clipboard Set โ %sms_text - โ๏ธ MacroDroid: easier for beginners. Select a trigger (for example, "Text contains 'Track number'"), then the "Copy to clipboard" action.
- ๐ Shortcuts from Google: create a shortcut that will extract text from last notification and copy it.
An example of a useful script: automatically copy confirmation codes from SMS to Telegram or VK. this:
- In Tasker create a profile with the "SMS received" event.
- Add a condition: if the text contains a "confirmation code" or "OTP".
- Set up the action: extract 6 digits (regular expression
\d{6}) and copy to the clipboard.
Automation of copying saves up to 30 seconds on each operation. Particularly useful for business tasks (order processing, working with CRM).
7. Problems with the clipboard and their solutions
Sometimes the clipboard stops working after updating Android or due to an application conflict. Common problems and fixes:
| Problem | Cause | Solution |
|---|---|---|
| Text is not copied | System failure | Reboot your phone or clear the application cache Android System WebView. |
| Buffer history is empty | Updating MIUI/One UI | Enable history again in Settings โ Advanced โ Clipboard. |
| Only the last element is copied | Pure Android | Install Clipboard Manager from Google Play. |
| The text is copied with artifacts (hieroglyphs) | Font conflict | Reset the fonts in Settings โ Screen โ Font. |
โ ๏ธ Attention: if after the update before Android 13/14 the clipboard in a specific application has stopped working (for example, Chrome or Word), try:
- Clear the cache of this application in
Settings โ Applications. - Disable the beta version of the app (if it was installed).
- Check permissions: some applications require access to
ClipboardtoSettings โ Privacy.
How to reset the clipboard settings on Xiaomi?
Go to Settings โ Advanced โ Clipboard โ Reset data. On some models (Redmi Note 12) this item is hidden - you must first disable synchronization with Mi. Account.
FAQ: Frequently asked questions about copying text on Android
Can I copy text from a video (for example, subtitles on YouTube)?
Yes, but not directly. Options:
- Enable subtitles in the video settings, then take a screenshot and recognize the text via Google Lens.
- Use a browser extension (on PC) like YouTube Transcriptto extract the subtitles.
- Some phones (Samsung Galaxy S22+) have the "Live Subtitles" function - it recognizes speech in real time and allows you to copy text.
Why is there no clipboard history on mine? Huawei no clipboard history?
On phones Huawei i Honor c EMUI clipboard history is disabled by default. To activate it:
- Open the keyboard Huawei SwiftKey.
- Tap on the "Clipboard" icon (paperclip) โ "Settings" โ enable "Clipboard synchronization".
- If you use a third-party keyboard (Gboard), the history will be stored in it, and not in the system.
โ ๏ธ On models without Google services (for example, Huawei Mate 50 Pro) buffer history works only through Huawei Cloud.
How to copy text from Instagram or TikTokif it cannot be selected?
Methods in order of effectiveness:
- Screenshot + OCR: the most reliable method. Use Google Lens or Text Fairy.
- Reading mode: in Chrome open the post via "Open in browser" โ click "โฎ" โ "Reading mode".
- Code inspector (for advanced): connect the phone to the PC, open Chrome DevTools and find the text in the HTML code of the page.
โ ๏ธ V TikTok Recently, copying of hashtags and descriptions has been blocked - this is a limitation of the service, you can only bypass it through OCR.
Is it possible to copy text from applications in another language (Chinese, Arabic)?
Yes, but there are nuances:
- For Chinese and Japanese hieroglyphs, use Google Translate - it copies the text from the camera in real time.
- For Arabic or Hebrew (right to left writing) in Google Lens enable the "RTL language recognition" option.
- If the font is non-standard (for example, in WeChat), try changing the system font to
RobotoorNoto Sans.
How to transfer copied text from Android to computer?
Ways to synchronize the clipboard:
- Via Google account: copy the text on your phone, open on your PC clipboard.google.com (works only if synchronization is enabled in Gboard).
- Pushbullet or Join: These applications synchronize the buffer between devices.
- KDE Connect: If the PC is running Linux or Windows with KDE, this tool transmits the text over the local network.
- Email/messenger: A temporary solution is to send the text to yourself.
โ ๏ธ On Mac to synchronize with Android you will need additional software like Clipy or Paste.