The application SberBank Online is one of the most popular banking services in Russia, but sometimes users decide to delete it. The reasons may be different: switching to another bank, a desire to free up memory, problems with the application, or concerns about data security. However, simple deletion through the menu Settings โ Applications does not always guarantee the complete disappearance of all traces of the app.
In this article we will look at how remove SberBank Online from an Android smartphone so that there is no application data, cache, or associated accounts left. You will learn about standard and alternative methods, as well as how to verify that the application is truly uninstalled without leaving any traces. We will pay special attention to the nuances for different versions Android (from 10 to 14) and smartphone models (Samsung, Xiaomi, Huawei etc.).
Why simple deletion is not always enough
When you delete an application through the standard menu Settings โ Applications โ SberBank Online โ Delete, the system deletes only the main APK files. However, the following may remain on the device:
- ๐ Cache and temporary files - take up space in memory and may contain fragments of personal data.
- ๐ Account data - if you did not exit your profile before deleting, some settings may saved.
- ๐ Related services โfor example, autofilling forms in the browser or permissions for other applications.
- ๐ฑ System traces โentries in logs, cache Google Play Services or Android System WebView.
In addition, on some devices (especially with proprietary shells like MIUI or One UI) applications can leave "garbage" in folders /data/data/ or /Android/obb/that are not are cleared automatically. If you plan to sell or transfer your phone, such residual data may become a privacy risk.
Preparing for removal: what you need to do in advance
Before you start uninstalling, follow a few important steps:
- Log out of your account in the application: open SberBank Online, go to your profile (person icon in the upper right corner) and select
Exit. This will prevent the saving of authorization tokens. - Disable autofill: go to
Settings โ System โ Language and input โ Autofilland delete the data SberBank from the list of services. - Check the related services: if you have connected SberPay, SberIdentification or other services, unlink them in your personal account on the website SberBank.
- Make a backup copy important data (for example, payment history), if they are stored only in the application.
โ๏ธ Checklist before deleting
If you use Samsung Knox or other protection systems, make sure that SberBank Online is not added to the list of protected applications. Otherwise, its deletion may require additional permissions.
โ ๏ธ Attention: If you are deleting the application due to suspicion of a virus or hacking, first Check your device for malware (section below). Removing an infected application without cleaning the system may leave security holes.
Standard removal through Android settings
This is the easiest method that is suitable for most users. The instructions are relevant for Android 10โ14:
- Open
Settingsphone. - Go to section
Applications(orApplications and notificationson some devices). - Find in the list SberBank Online (you can use the search at the top of the screen).
- Click on the application, then select
Delete(orUninstall). - Confirm action, if required.
On some smartphones (for example, Xiaomi or Realme), additional confirmation via a password or fingerprint may be required. If the button Delete is inactive, then the application is a system one (which is unlikely for SberBank) or installed as device administrator.
| Manufacturer | Path to uninstall | Features |
|---|---|---|
| Samsung | Settings โ Applications โ SberBank Online โ Delete |
You may need to disable Knox for some functions. |
| Xiaomi | Settings โ Applications โ Application management โ SberBank Online โ Delete |
In MIUI there is an option to "Clear data" before deleting. |
| Huawei | Settings โ Applications โ Applications โ SberBank Online โ Delete |
On some models you must first disable "Protection" applications." |
| Google Pixel | Settings โ Applications โ SberBank Online โ Delete |
The cleanest" Android โ deletion takes place without additional steps. |
After deletion, it is recommended to restart the phone so that the system completely cleans temporary files.
If the application is not removed through the settings, try first disabling it in the menu Settings โ Applications โ SberBank Online โ Disableand then try again.
Deep cleaning: removing residual data
Even after uninstallation, files associated with SberBank Onlinemay remain on the device. To delete them completely:
1. Clearing cache and data via Recovery Mode
This method is suitable for experienced users. It allows you to remove all traces of the application, including hidden files:
- Turn off the phone.
- Hold down the combination of buttons to enter
Recovery Mode(usuallyPower + Volume up, but may differ on some models). - In the menu Recovery select
Wipe cache partition(delete cache partition). - After cleaning, reboot the device.
โ ๏ธ Attention: Do not select Wipe data/factory reset โthis will reset the phone to factory settings and delete ALL your data!
2. Manually cleaning folders
Use a file manager (for example, Total Commander or FX File Explorer) with access to root folders:
- ๐ Delete the folder
/Android/data/ru.sberbankmobile/(if it remained). - ๐ Check the folder
/Android/obb/for files SberBank. - ๐ Clear the cache in
/data/data/ru.sberbankmobile/(root access required).
Without root-rights you will not be able to delete files from /data/data/, but you can check other folders. If you are not sure of your actions, it is better to skip this step or use specialized cleaning applications, for example SD Maid.
3. Removing from Google Account
If you installed SberBank Online via Google Play, information about it may be saved in your account:
- Open Google Play.
- Go to
Library โ Installed. - Find SberBank Online and click
Delete from library.
This will not delete files from the phone, but will clear the installation history in your profile Google.
For complete cleaning, use a combination of methods: standard deletion + clearing cache via Recovery + manual checking of folders.
Removal via ADB (for advanced users)
If standard methods do not work, you can use Android Debug Bridge (ADB) a debugging tool that allows you to manage applications via the command line. This method requires connecting the phone to a computer.
Step 1: Installing ADB
Download and install ADB on your computer:
- For Windows: download Platform Tools from Google.
- For Mac/Linux: install via a package manager (for example,
brew install android-platform-tools).
Step 2: Connecting the phone
Enable on the phone Developer mode i USB debugging:
- Go to
Settings โ About phone โ Number assemblyand tap on it 7 times to activate developer mode. - Go back to
Settings โ System โ For developersand enableUSB debugging. - Connect your phone to the computer and confirm permission to debugging.
Step 3: Commands to remove
Open the command line (or Terminal on Mac/Linux) and enter:
adb devices
(Checks the device connection.)
adb shell pm list packages | grep sberbank
(Shows all packages associated with SberBank.)
adb shell pm uninstall -k --user 0 ru.sberbankmobile
(Deletes the application for the current user.)
If you need to delete all data without the possibility of recovery, use:
adb shell pm clear ru.sberbankmobile
โ ๏ธ Attention: ADB commands can damage the system if entered incorrectly. Do not use them if you are not sure of your actions. For example, the commandpm uninstallwith the flag--user 0deletes the application only for your profile, and without the flag - for all users of the device.
Checking for residual files and security
After deleting, it is important to make sure that that there are no traces of the application left on the phone. Here's how to do it:
1. Check through Settings
Go to Settings โ Applications and make sure that SberBank Online is not in the list. Also check:
- ๐ Section
Storageโif there are any folders named Sberbank. - ๐
Settings โ Accountsโ are there any associated accounts. - ๐
Settings โ Security โ Device Administratorsโwhether the application still has administrator rights.
2. Scan for residual data
Use storage analysis applications, such as DiskUsage or Storage Analyzerto find hidden files. Pay attention to the folders:
/Android/data//Android/obb//data/data/(root access required)
3. Security check
If you uninstalled the application because you suspect a virus, run a full scan with an antivirus (for example, Dr.Web or Kaspersky). Pay attention to: Other applications (for example, access to SMS or banking data). โ Working
- ๐ก๏ธ Suspicious permissions for other applications (for example, access to SMS or banking data).
- ๐ก๏ธ Unknown services V
Settings โ Applications โ Running. - ๐ก๏ธ Unusual network activity (can be checked via
Settings โ Network and Internet โ Traffic usage).
What to do if notifications remain after deletion?
If you continue to receive notifications from SberBank, check:
1. Is the application installed on another user profile (if the "Multiple users" function is used).
2. Are you connected to the services SberBank via other applications (for example, SberPay in Google Pay).
3. Are notifications saved in history (on some phones they may be displayed even after deleting the application).
Additional security measures after deletion
If you deleted SberBank Online due to security concerns, follow these steps:
1. Changing passwords
If you used the same password for SberBank and other services, change it:
- ๐ B SberBank Online (via the web version or other device).
- ๐ In related services (for example, SberIdentification, SberPay).
- ๐ In mail, if it was linked to the account.
2. Review permissions
Check which applications had access to banking data:
- Go to
Settings โ Applications โ Permissions. - View permissions for
SMS,Contact,Storage. - Revoke access from suspicious applications.
3. Setting up two-factor authentication
If you continue to use the services SberBank via the web version, enable 2FA:
- ๐ฑ Via SMS.
- ๐ Via an authenticator application (for example, Google Authenticator).
- ๐ Through biometrics (if supported).
This will protect your account even if attackers gain access to your username and password.
Frequent problems and their solutions
When deleting SberBank Online Users encounter serious problems. Here's how to solve them:
| Problem | Cause | Solution |
|---|---|---|
| The "Delete" button is inactive | The application is the device administrator | Go to Settings โ Security โ Administrators device and uncheck the SberBank |
| The application appears again after a reboot | Automatic recovery via Google Play | Disable autorecovery in Settings โ Google โ Restoring applications |
| Error "Unable to delete" | Damaged files or insufficient rights | Try to delete via ADB or Safe Mode |
| Notifications remain | Notification cache or related services | Clear the cache in Settings โ Applications โ System โ Notifications |
If none of the methods helped, try deleting the application in Safe Mode (safe mode). To do this:
- Hold the button
Powerand holdTurn offuntil the prompt appears to go to Safe Mode. - In safe mode, try deleting again.
- Reboot your phone to exit Safe Mode.
FAQ: Frequently asked questions
Is it possible to delete SberBank Online without losing your payment history?
Yes, but you need to do it first export data. In the application, go to History โ Export and save the file (for example, to Google Drive or email). After deleting the application, the history will remain in the exported file. Please note that not all versions of the application support export - check the relevance of the function in your version.
What to do if other banking applications do not work after uninstallation?
This may be due to a conflict of certificates or permissions. Try:
- Clear cache Google Play Services (
Settings โ Applications โ Google Play Services โ Storage โ Clear cache). - Reboot your phone.
- Install another banking application and check it operation.
If the problem persists, there may be a root certificate installed on the device that blocks banking applications. In this case, you will need to reset the settings.
How to remove SberBank Online from a phone if it is locked?
If the phone is locked (for example, due to a forgotten password), standard removal is impossible. Solutions:
- ๐ Use Find My Device from Google to unlock (if synchronization is enabled).
- ๐ Reset via Recovery Mode (lose everything data!).
- ๐ Contact the service center to unlock without losing data (possible on some models).
If the phone is unlocked, but the application is not deleted due to restrictions (for example, corporate policy), contact the device administrator.
Is it possible to remove SberBank Online from a childโs phone remotely?
Yes, if the function Family Library or Parental Control via Google Family Linkis enabled on the childโs phone. To do this:
- Open the application Family Link on your phone.
- Select your child's profile.
- Go to
Manage applications โ SberBank Online โ Delete.
If Family Link is not configured, deletion is only possible with physical access to the device.
How to find out if all data has been deleted applications?
Only resetting the phone to factory settings can provide a full guarantee. However, to check:
- ๐ Use a file manager with access to system folders (for example, Root Explorer for rooted devices).
- ๐ Check
Settings โ Storage โ Other applicationsโthere should be no files there SberBank. - ๐ Install an application for analyzing storage (for example DiskUsage) and look for folders with the name
sberbankorru.sberbankmobile.
If you are selling a phone, it is recommended to perform a full reset (Settings โ System โ Reset settings).