Many users of modern smartphones are faced with a situation where an application is pre-installed on the device Microsoft Wordwhich they practically do not use. This software is often included in a package of office solutions installed by device manufacturers or by users themselves during the initial setup of the gadget. Over time, such an application takes up precious space in the internal memory and can run in the background, consuming processor and RAM resources.
The uninstallation process may vary significantly depending on how the app got into your phone's system. If you downloaded it yourself from the store Google Playthen the procedure will be standard and will take only a few seconds. However, if the application is a system one and was installed by the smartphone manufacturer, the usual removal methods may not be available, and a more in-depth approach to the settings will be required.
In this article we will analyze in detail all the possible ways to get rid of unnecessary software. We will look at standard operating system tools Android, working with superuser rights and using special utilities to remove system garbage. Understanding the differences between normal uninstallation and disabling an application will help you choose the most secure and effective method for your specific device model.
Standard uninstallation through device settings
The easiest and safest way to get rid of an application is to use the built-in application manager in your smartphone’s settings. This method is suitable for all versions Android, from the earliest releases to the latest interface updates. You need to access the list of all installed apps, find there Microsoft Word and initiate the uninstallation process.
To do this, open the settings menu and go to the section, which may be called “Applications”, “Application Manager” or “Manage Applications”. In some shells, such as MIUI or OneUI, this item may be hidden inside the “System Applications” submenu. After opening the list, find the text editor icon and click on it to open a page with information about the app.
On the application information page you will see several control buttons. If the app was installed by the user, the Deletebutton will be active there. Clicking on it will launch a standard confirmation dialog, after which the application will be completely erased from the device along with all its cached data and settings. This frees up space and removes the app from the installed list.
However, if you only see a button Disable or the delete button is inactive (grayed out), this means that the application is a system component of the firmware. In this case, standard removal is impossible without obtaining extended access rights or using special tools, which we will discuss in the following sections. Disabling in this case will hide the icon and stop the app, but will not physically delete its files.
⚠️ Attention: Before deleting any application, make sure that you do not have important documents saved exclusively in the local storage of this editor. Synchronize files with the cloud OneDrive or copy them to another folder to avoid data loss.
Deleting via Google Play Market
An alternative and often faster method of uninstallation is to use the store interface Google Play. This method is convenient because it allows you to manage applications remotely or directly from the app card, without delving into the complex system settings of the phone. The process is intuitive and takes minimal time even for inexperienced users.
Launch the store application on your device and tap the profile icon in the upper right corner of the screen. In the menu that opens, select Manage applications and device, and then go to the “Management” tab. Here you will see a complete list of all software installed on your gadget, sorted by name or date of use.
Find it in the list Microsoft Word and check the box next to the name. An action bar will appear at the top of the screen, where you need to click on the trash can icon. The system will ask you to confirm the deletion, and after you agree, the cleaning process will begin. This method ensures that all app-related components downloaded from the store are removed.
If you cannot find the app in the list to uninstall, this confirms that it is a system app. The store Google Play does not allow you to remove pre-installed software, which is considered part of the operating system. In such a situation, there will be no delete button, and instead it may only be offered to update or open the application page.
Disabling system applications without root access
For many users whose devices have a locked bootloader and do not allow them to gain superuser rights, the only option is a forced stop or shutdown function. Although the application file remains in memory, the application stops functioning, disappears from the launch list, and does not consume resources in the background. This is an effective compromise between complete removal and maintaining system stability.
The shutdown procedure is performed through the same application settings as regular removal. Go to the section Settings → Applications → Microsoft Word. If the "Delete" button is inactive, find the Disablebutton. The system will warn you that replacing this application may lead to incorrect operation of other functions, but for an office editor this is usually not critical.
After confirming the action, the application icon will disappear from the desktop and from the menu of all apps. The operating system will mark the package as inactive and will no longer run its processes. This will also prevent automatic updating of the application through the store, since disabled apps are ignored by update services.
It is important to understand that when disabled, the disk space consumed is reduced slightly, since the installation file (APK) remains in the system partition. However, RAM and CPU time are freed completely. For older devices with little RAM, this can be a noticeable performance benefit.
If the Shutdown button is also grayed out, try clicking Stop first, and then check again to see if the Shutdown button is available. In some versions of Android, this unlocks the feature.
Using ADB for deep cleaning
For advanced users who want to physically remove a system application without rooting, there is a powerful tool Android Debug Bridge (ADB). This method allows you to send commands directly to the system shell and remove packages at the user level. It is considered safer than obtaining root access, since it does not permanently violate the integrity of the system partition and can be restored.
First, you need to enable USB debugging mode on your smartphone. Go to Settings → About phone and click on the build number 7 times to activate the developer menu. Then in the new menu For developers turn on the switch USB debugging. Connect the phone to the computer with a cable and install the ADB drivers on the PC.
Open the command line on your computer and enter the command to check the connection:
adb devices
If the device is detected correctly, you will see its serial number in the list. Next, you need to enter a command to remove the package. The package name for Microsoft Word usually looks like com.microsoft.office.word, but may differ depending on the firmware version.
The uninstall command is as follows:
adb shell pm uninstall -k --user 0 com.microsoft.office.word
This instruction removes the application only for the current user (user 0), without affecting the system recovery partition. This means that when you reset your phone to factory settings, the application may return, but in everyday use it will be completely absent.
⚠️ Warning: Be extremely careful when entering package names. Removing critical system components via ADB may result in the device being unable to boot (bootloop). Always check the package name before executing the command.
How to return an application deleted via ADB?
If you deleted an application by mistake, you can restore it with the command: adb shell cmd package install-existing com.microsoft.office.word. This will return the package to the “user” state without requiring flashing.
Removal with root access and specialized utilities
Having superuser rights (Root) opens up maximum opportunities for system management, allowing you to remove any applications, including deeply integrated services. For this, special managers are used, such as System App Remover, Titanium Backup or SD Maid. These tools have access to protected system directories and can erase files without restrictions.
After obtaining root access and installing the uninstall manager, run the application and give it superuser rights on the first launch. Go to the “System applications” section and find it in the list Microsoft Office or specifically Word. Select the application and click the delete button. The app will warn you about the risks as you are erasing data from a protected partition.
The advantage of this method is that it completely frees up space in the internal storage. Unlike the disable or ADB method, the APK file is physically removed from the drive. This is especially true for budget smartphones with a memory capacity of 16 or 32 GB, where every megabyte counts.
However, using root access has its drawbacks. This will void your device's warranty, make it impossible to use banking apps (without additional security settings), and may interfere with OTA system updates. Before deciding to take this step, weigh the pros and cons.
| Deletion method | Requires Root | Frees up space | Risk to the system |
|---|---|---|---|
| Via Settings | No | Full (if not system) | Minimal |
| Disablement | No | Partially (only data) | Absent |
| ADB Shell | No | Completely for the user | Average |
| Root managers | Yes | Full | High |
The ADB method is the “golden mean”: it allows you to remove a system application without violating the warranty and without the need to obtain root access, while ensuring a complete cleanup of the interface.
Cleaning residual files and cache
Even after successful removal of the application, so-called “tails” may remain on the device - temporary files, cache, logs and saved configurations. This data can take up from several megabytes to gigabytes of space if you actively used the editor to work with heavy documents. Complete cleaning requires additional attention.
First check your smartphone's file manager. Go to the root directory of the internal memory and find the folder Microsoft or Office. Inside there may be subfolders with documents, templates and autosaves. If you are sure that the necessary files are saved in the cloud or on your computer, this directory can be deleted manually.
Next, use the built-in memory cleaning tool or a third-party optimizer. Run a device scan for junk files. The system will find residual data from deleted applications and offer to erase them. This is a safe operation that does not affect personal photos or contacts.
It is also worth checking the folder Download (Downloads). Often, APK installation files or downloaded Word documents remain there after the application itself is uninstalled. Manually checking this folder will help you regain some more free space.
☑️ Complete cleaning after deletion
Frequently asked questions (FAQ)
Can I uninstall Word if I need it to open files?
Yes, deleting the editor will not delete the document files themselves. However, to open files .docx you will need to install an alternative application, for example Google Docs, WPS Office or the built-in file viewer of your firmware.
Will the application return after a factory reset?
If you used the shutdown or ADB method, then after a full reset (Factory Reset) the application will return, since it is stored in the unchanged system partition. If you had root access and physically deleted the file, the application will not return, but this may cause errors when checking the integrity of the system.
Does deleting Word affect the operation of other Office applications?
Usually the package applications Microsoft Office (Excel, PowerPoint) work independently. Uninstalling Word should not affect the functionality of other apps, since they use separate processes and libraries. However, general update services may continue to work.
Why is the delete button gray and not clickable?
This means that the application is installed by the smartphone manufacturer as a system one. The operating system protects such components from accidental removal by the user. To uninstall in this case, you need to use ADB or obtain root access.
Is it safe to use ADB for a regular user?
Using ADB is safe if you know exactly the name of the package you are uninstalling and do not try to remove critical components of the system (for example, the launcher, phone or settings). Removing office applications, browsers or stores is considered a safe practice.