Creating text documents on smartphones Xiaomi often seems more difficult to users than on a computer. Meanwhile, modern versions MIUI and third-party applications offer convenient tools for working with text - from simple notes to formatted documents .docx or tables. The main problem: many do not know where to look for these functions in the smartphone interface.
In this article we will analyze all the current ways to create text files on Xiaomi —from built-in solutions like Notes i Files to specialized applications like Microsoft Word or Google Docs. We will pay special attention to the nuances of saving, exporting and synchronizing documents between devices. If you need to quickly type text, draw up an agreement, or save important information without a computer, here you will find working solutions.
1. Standard Notes application on Xiaomi: quick text without installation
The easiest way to create a text document on Xiaomi —use a pre-installed application "Notes"** (Notes). It is available on all smartphones with the shell MIUI and does not require additional downloads. Suitable for short texts, to-do lists or temporary entries.
To create a note:
- Open the application "Notes"** (icon with a pencil on a yellow background).
- Click on the "+"** icon in the lower right corner.
- Select the note type: "Text", "Checklist" or "Table"**.
- Type the text. For formatting, use the toolbar (bold, italics, bulleted lists).
- Click "Save"** or simply close the application - the note will be saved automatically.
Where to look for saved notes? They are displayed on the main screen of the application in the form of cards. To search by text, use the magnifying glass in the upper right corner. Important: notes are synchronized with your account by default Mi Account, but they can be exported to a file .txt via the menu “More” → “Export”.
Add a checklist with checkmarks
Insert photo into note
Change card background color
Export text to .txt file
Synchronize with Mi Cloud-->
⚠️ Attention: If you delete the application "Notes" viaSettings → Applications, all unexported notes will be lost. Before deleting, make a backup viaSettings → Mi Account → Cloud → Backup.
2. Files app: Manually creating an empty text file
If you need not just text, namely file (for example, document.txt or contract.doc), you can create it using standard "File Manager"** (Files). This method is suitable for technical tasks - for example, if you need to transfer an empty template or save a app log.
Instructions:
- 📁 Open the application "Files"** (blue icon folders).
- 📂 Go to the folder where you want to create a file (for example,
Internal memory → Documents). - ➕ Click on the three dots in the upper right corner → "Create" → "File".
- 📝 Enter the file name with the extension, for example:
myfile.txtorreport.doc. - ✅ Click "OK"**. The file will appear in the folder, but it will appear. empty.
To edit the created file, click on it and select "Open with" → "Text" (or another editing application). For files .doc/.docx you will need to install Microsoft Word or WPS Office.
| File extension | What is it used for | What application is needed for editing |
|---|---|---|
.txt |
Simple text without formatting | Any text editor (including built-in) |
.docx |
Documents with formatting (Word) | Microsoft Word, WPS Office |
.odt |
Open document format (analogous to Word) | LibreOffice, OnlyOffice |
.rtf |
Text with basic formatting | Most text editors |
Simple notes (.txt)
Word documents (.docx)
Excel tables (.xlsx)
Code or scripts (.py, .html, etc.)
Other-->
3. Google Docs: cloud documents with autosave
If you need full documents formatting, tables and collaboration capabilities, your best choice is Google Docs. This application is free, synchronizes with your account Google and allows you to edit files from any device.
How to create a document in Google Docs on Xiaomi:
- Install the application «Google Docs»** from Play Market (if it is not there).
- Open the application and log in to your account Google.
- Click on the round button “+"** in the lower right corner.
- Select "New Document"**.
- Type text, format it using the toolbar (fonts, alignment, lists, etc.).
- The document is saved automatically. To download it to your device, click on the three dots → "Download"** and select the format (
.docx,.pdf,.txt).
Advantages Google Docs:
- 🔄 Automatic synchronization between devices.
- 👥 Possibility of joint editing (invite others by email).
- 📱 Works offline (after the first synchronization).
- 📎 Inserting images, tables, links.
⚠️ Attention: If you delete the application Google Docs or log out of your account Google, access to documents will be lost until you log in again. We recommend periodically downloading important files to your device via "File" → "Download"**.
To quickly create a document in Google Docs without opening the application, tell the voice assistant Google Assistant: “Okay Google, create a new document in Docs.”
4. Microsoft Word: professional documents on a smartphone
For those who are used to working in Microsoft Wordthere is a mobile version of the application with support for all basic functions. Suitable for creating resumes, contracts, reports and other official documents.
How to use Word on Xiaomi:
- Install «Microsoft Word»** from Play Market.
- Open the application and log in to your account Microsoft (or use without authorization, but with restrictions).
- Click "Create" → "New document".
- Edit text, add tables, images or styles.
- Save the file to «OneDrive» or to your device ("File" → "Save As").
Differences between mobile Word from desktop:
- ✅ Full file compatibility
.docx. - ❌ Some advanced features are missing (for example, complex macros).
- 📱 Optimized interface for touch screen.
- 🔒 Free use with restrictions (for example, editing files larger than 30 cm requires a subscription Microsoft 365).
How to bypass the limitations of the free version of Microsoft Word?
In the mobile version of Word, most functions are available for free if you do not edit files larger than 30 cm (for example, books or multi-sheet reports):
1. Split a large document into several files.
2. Use Google Docs for intermediate editing.
3. Edit files on your computer, and only view them on your smartphone.
5. Alternative applications: WPS Office, LibreOffice, OnlyOffice
If standard solutions are not suitable, consider third-party office suites. They often offer more features or are better optimized for mobile devices.
Comparison of popular alternatives:
| App | Advantages | Disadvantages | Supported formats |
|---|---|---|---|
| WPS Office | Lightweight, fast, supports clouds | Advertising in the free version | .docx, .xlsx, .pptx, .pdf |
| LibreOffice | Open source, full compatibility with .odt |
Less user-friendly interface | .odt, .docx, .xlsx |
| OnlyOffice | Good support .docx, integration with clouds |
Requires registration for some functions | .docx, .xlsx, .pptx |
| Polaris Office | Minimalistic design, fast operation | Limited functionality in the free version | .docx, .hwp (Korean format) |
Recommendations optional:
- 📱 For quick work with simple documents: WPS Office.
- 🔓 For open formats and confidentiality: LibreOffice.
- 🖥️ For maximum compatibility from PC: OnlyOffice or Microsoft Word.
6. Creating a text file through the terminal (for advanced users)
If you are familiar with ADB or Termux, you can create a text file through command line. This method is suitable for automation or working with system files.
Instructions via Termux:
- Install Termux from Play Market or from F-Droid.
- Open the application and run the command to update the packages:
pkg update && pkg upgrade - Create a file with the command (for example,
notes.txtin a folderDownloads):echo "Your text here" > /sdcard/Download/notes.txt - Check the result:
cat /sdcard/Download/notes.txt
What this can be useful for:
- 🤖 Automating the creation of log files.
- 📜 Editing system configs (requires root).
- 🔄 Quick creation of templates for scripts.
⚠️ Attention: Working with the terminal on Android requires caution. Incorrect commands can damage system files. Do not edit files in folders/systemor/datawithout root access and backup.
For most Xiaomi users, built-in applications (“Notes” and “Files”) or Google Docs are needed only for specific tasks related to development or deep customization. systems.
7. Saving and exporting documents: how not to lose data
Creating a document is half the battle. It is important to save and export it correctly so as not to lose it if you reset the settings or break your smartphone.
Methods of saving:
- ☁️ Cloud services: Google Drive, Mi Cloud, OneDrive. files.
- 📱 Local storage: folders
DocumentsorDownloadin internal memory. - 🔌 External drives: flash drive via OTG adapter or memory card
microSD. - ✉️ Email: send the file to yourself by email.
How to export a document in different applications:
| Application | Export path | Supported formats |
|---|---|---|
| Notes | Open note → ⋮ → “Export” | .txt |
| Google Docs | ⋮ → “Download” → select format | .docx, .pdf, .txt, .odt |
| Microsoft Word | “File” → “Save As” | .docx, .pdf, .odt |
| WPS Office | ⋮ → “Export” | .docx, .pdf, .txt |
Backup tips:
- 🔄 Configure autosave to the cloud (in Google Docs or Mi Cloud this is enabled by default).
- 📅 Periodically manually copy important files to your PC or external drive.
- 🔐 Use encrypted archives (for example, 7-Zip or RAR) for confidential documents.
Frequently asked questions (FAQ)
Is it possible to create a Word document on Xiaomi without the Internet?
Yes, the following is suitable for this:
- Application Microsoft Word (works offline after the first authorization).
- Application WPS Office (completely offline).
- Creating a file through the “File Manager” with subsequent editing in any text editor.
Synchronization with the cloud will only be required to save changes on other devices.
How to open a .docx file on Xiaomi if Word is not installed?
Use one of these applications (available in Play Market):
- Google Docs (opens and edits
.docx). - WPS Office (full support for Microsoft formats).
- LibreOffice Viewer (for viewing without editing).
- Standard application “Files”** → “Open with” → “Text” (viewing only, no formatting).
Where notes from the application are stored on Xiaomi "Notes"?
Note files are stored in the system folder and are not directly accessible through the "File Manager". To access them:
- Export the note to
.txtthrough the app menu. - Use backup in Mi Cloud (
Settings → Mi Account → Cloud → Backup). - For manual access to the notes database you will need root access (folder
/data/data/com.miui.notes).
Important: without a backup copy, notes may be lost when the phone is reset!
Is it possible to create a document on Xiaomi using voice input?
Yes, for this:
- Open Google Docs or Microsoft Word.
- Click on the text input field.
- On the keyboard (Gboard) click on the icon microphone to the right of the space.
- Dictate the text. For punctuation marks, say them out loud (for example, “period”, “comma”).
You can also use Google Assistant:
“Okay, Google, create a note: [your text]"
The note will be saved in Google Keep.
How to transfer documents from Xiaomi to a computer?
Transfer methods:
- 📧 Email: send the file to yourself.
- ☁️ Cloud: upload to Google Drive/Mi Cloud and download to PC.
- 🔌 USB cable: connect your smartphone to the PC in
File transfer(MTP) mode and copy documents from the folderInternal Storage → Documents. - 📡 Wi-Fi: use applications like Send Anywhere or LocalSend for wireless transfer.