Every user Android sooner or later is faced with a situation where the smartphone automatically opens the wrong application. For example, links are launched in a hated browser, and photos are launched in a standard gallery with reduced functionality. The reason is simple: the system uses default applicationsthat were selected a long time ago or installed by the manufacturer. Fortunately, you can change these settings in a few steps - and today we will look at all the possible methods.

In this article you will find current instructions for Android 9โ€“14, including features shells Samsung One UI, Xiaomi MIUI i Google Pixel. We will also tell you how to reset the settings to factory settings if the system has โ€œforgottenโ€ your preferences, and what to do if the application you need is not displayed in the list. Important: on some devices with pre-installed services (for example, Huawei AppGallery), some of the functions may be limited by the manufacturer's policy.

Why Android itself selects applications by default

The system assigns default applications automatically in three cases:

  • ๐Ÿ”น First launch: when you first open a link, file, or perform an action (for example, make a call), Android asks which application to use. If you select โ€œAlwaysโ€, the system will remember the choice.
  • ๐Ÿ”น Pre-installed services: Manufacturers (for example, Samsung or Xiaomi) often tie their applications to key functions - browser, SMS or gallery.
  • ๐Ÿ”น OS updates: after major updates (for example, from Android 12 to 13), settings may be reset.

It is interesting that some applications (for example, Google Chrome or YouTube) themselves offer to become standard upon first launch. This is not a mistake, but a marketing ploy: the developers want you to use their product. Fortunately, you can always change the selection โ€”more on this later.

โš ๏ธ Attention: on devices with Android Go Edition (for example, Nokia 1.4 or Samsung Galaxy A03s) list available default applications may be greatly reduced due to system optimization.

How to change the default application: a universal method

This method works on all versions of Android from 9 to 14, including shells One UI, MIUI, ColorOS and stock Android. Instructions:

  1. Open Settings (gear icon in the application menu).
  2. Go to section Applications (or Manage applications on Xiaomi).
  3. Tap on the three dots in the upper right corner and select Default applications.
  4. In the list, find the category you want to change (for example, Browser, Phone, SMS).
  5. Select the desired application from the proposed ones. If it is not in the list, it means that it does not support this function.

On some devices (for example, Samsung Galaxy S23) the path may be slightly different:

Settings โ†’ Applications โ†’ Select default applications

If the application you need is not in the list, check:

  • ๐Ÿ“Œ Is it installed on the device (sometimes users delete standard services via ADB).
  • ๐Ÿ“Œ Does it support this function (for example, Telegram cannot be the default SMS application).
  • ๐Ÿ“Œ Are there any restrictions from the manufacturer (for Huawei without Google Mobile Services some functions are not available).

Check whether the desired application is installed|

Make sure it supports the desired function (for example, calls)|

Close all active applications before changing settings|

Restart your phone if the changes do not apply-->

Features on different versions of Android

The settings interface may differ depending on the OS version. Below are the key differences:

Android version Path to settings Features
Android 9โ€“10 Settings โ†’ Applications and notifications โ†’ Advanced โ†’ Default applications The menu is hidden deeper than in new versions. On some devices you must first select an application and then set it as default.
Android 11โ€“12 Settings โ†’ Applications โ†’ Default applications It is now possible to reset all default settings with one button.
Android 13โ€“14 Settings โ†’ Applications โ†’ Selecting default applications Hints have been added for popular categories (for example, โ€œOpening linksโ€). Pixel there is a separate section for Digital well-being.

On Samsung One UI 5/6 (for example, Galaxy S22/S23) the path looks like this:

Settings โ†’ Applications โ†’ Select default applications โ†’ [Category]

And on Xiaomi MIUI 14 (Redmi Note 12, POCO X5):

Settings โ†’ Applications โ†’ Manage applications โ†’ Default applications
โš ๏ธ Attention: on devices with Android 8.1 and below (for example, Samsung Galaxy J6 2018) the settings interface can be radically differ. If your smartphone is older than 2019, we recommend updating the firmware or using alternative methods (see the section about ADB).

Android 9โ€“10|

Android 11โ€“12|

Android 13โ€“14|

I donโ€™t know your version-->

How to reset all applications to default

If you want to return to factory settings or just start from scratch, follow these steps:

  1. Open Settings โ†’ Applications โ†’ Default applications.
  2. In the upper right corner, click on the three dots and select Reset application settings (or Reset preferences on Xiaomi).
  3. Confirm the action. The system will return to standard applications (for example, Google Messages for SMS, Chrome for links).

After the reset, the next time you open a link or file, Android will again ask which application to use. This is convenient if:

  • ๐Ÿ”„ You are selling a phone and want to remove personal settings.
  • ๐Ÿ”„ The system is โ€œbuggyโ€ and does not save your preferences.
  • ๐Ÿ”„ You are testing different applications and want to compare their performance.

On some devices (for example, Oppo Reno 8 s ColorOS 13), the reset option may be located in a different place:

Settings โ†’ Applications โ†’ Application settings (gear icon) โ†’ Reset application settings
๐Ÿ’ก

If after resetting the system again assigns unwanted applications as default, check whether malware is installed on the device. Some viruses change settings without your knowledge.

How to set the default application via ADB (for advanced)

If standard methods do not work (for example, on custom firmware or devices with limited settings), you can use Android Debug Bridge (ADB). This method is suitable for:

  • ๐Ÿ› ๏ธ Devices with deleted system applications.
  • ๐Ÿ› ๏ธ Smartphones, where the manufacturer has blocked changing settings (for example, some models Huawei).
  • ๐Ÿ› ๏ธ Automation of the process (for example, for setting up several phones).

Instructions:

  1. Enable USB Debugging in the developer settings (Settings โ†’ About phone โ†’ Build number โ€” tap 7 times, then return to Settings โ†’ System โ†’ For Developers).
  2. Connect your phone to the PC and open the command line (cmd on Windows or Terminal on macOS/Linux).
  3. Enter the command to check the connection:
    adb devices

    Wait for the device serial number to appear.

  4. Use the command to set the default application. For example, to make Firefox the default browser:
    adb shell cmd package set-home-activity org.mozilla.firefox/.App

    For other categories (SMS, calls) the commands are different - they can be found in the documentation ADB.

โš ๏ธ Warning: incorrect use ADB may lead to system malfunctions. Do not change the settings if you are not sure of their purpose.
Example ADB commands for popular applications

To make Google Messages the default SMS application:

adb shell cmd package set-home-activity com.google.android.apps.messaging/.ui.conversationlist.ConversationListActivity

To reset all settings to default:

adb shell cmd package clear-defaults

What to do if the desired application is not displayed in the list

Sometimes users are faced with the fact that the desired application (for example, VLC for video or Signal for SMS) simply does not appear in the selection menu. Reasons and solutions:

Problem Solution
The application does not support the function Check the description in Google Play. For example, WhatsApp cannot be the default SMS application.
The application has been removed or disabled Install it again or enable it in Settings โ†’ Applications โ†’ [Name] โ†’ Enable.
Manufacturer restrictions On some devices (for example, Huawei without GMS), the list is limited. Try ADB.
System failure Reboot your phone or reset application settings (see previous section).

If you are sure that an application should support the function, but it is not in the list, try:

  1. Clear cache and application data (Settings โ†’ Applications โ†’ [Name] โ†’ Memory โ†’ Clear cache/data).
  2. Reinstall the application.
  3. Check if there are updates for it in Google Play.

For example, Microsoft Edge may not appear as the default browser if it is installed as APK (not from the official store). In this case, install it via Play Market.

๐Ÿ’ก

If the application does not appear in the list even after reinstallation, it most likely does not technically support this feature. For example, Instagram cannot open links by default. and Spotify โ€”play local audio files.

Common errors and how to avoid them

When changing default applications, users often make common mistakes. Here are the most common ones and ways to solve them:

  • โŒ Settings are not saved: if, after selecting an application, the system opens the old one again, try:
    • ๐Ÿ”น Restart the phone.
    • ๐Ÿ”น Clear application cache Settings (Settings โ†’ Applications โ†’ Settings โ†’ Storage โ†’ Clear cache).
    • ๐Ÿ”น Reset application settings (see section above).
  • โŒ The application does not open files: for example, you set VLC as the default player, but the video still opens in Google Photos. Solution: The application does not open Google Photos files Set the default application directly when opening the file (a request should appear).
    • ๐Ÿ”น Check if it supports VLC file format (eg .mkv or .flac).
    • ๐Ÿ”น Set the default application directly when opening the file (you should be prompted).
  • โŒ The โ€œApplications byโ€ item has disappeared. default": on some firmware (for example, Flyme OS on Meizu) this section may be hidden. Try using the search in the settings for the request โ€œdefaultโ€.

Another common problem is application conflict. For example, if you have both Google Messagesand Samsung Messagesinstalled, the system may be confused which one to use for SMS. In this case:

  1. Open the settings of the SMS application that you do not need.
  2. Disable notifications or delete it.
  3. Set the remaining application as default.

FAQ: Answers to common questions questions

Is it possible to set Telegram or WhatsApp as the default SMS application?

No. These messengers do not support working with regular SMS/MMS. They can only show messages from other users. Telegram/WhatsApp. For SMS by default, Google Messages, Samsung Messages or Textra.

Why were the default settings reset after updating Android?

This is the standard behavior of the system during major updates (for example, from Android 12 to 13). Manufacturers are resetting some settings to avoid conflicts with new features. To return to the previous settings, repeat the process of setting applications to default (see section above). data-i="244">These applications cannot become standard for all videos, since they do not have access to system playback functions. However, you can:

How to do YouTube Vanced or NewPipe default player for videos?

These apps cannot become the standard for all videos because they do not have access to system playback features. However you can:

  • ๐Ÿ”น Assign them manually when opening each file (a request will appear).
  • ๐Ÿ”น Use MX Player or VLC for local files.
On my Huawei there is no way to change the default browser. What should I do?

On devices Huawei without Google Mobile Services (for example, Mate 40 Pro) some functions are limited. You can:

  • ๐Ÿ”น Install the browser via AppGallery and try to assign it manually when opening the link.
  • ๐Ÿ”น Use ADB (see section above), but this requires technical skills.
  • ๐Ÿ”น Check whether Huawei Mobile Services this function is blocked (on some firmware this cannot be bypassed).
Is it possible to designate a default application for a specific file type (for example, only for .pdf)?

Yes, but not through system settings. You will need a file manager (for example Solid Explorer or FX File Explorer), which allows you to assign applications to individual extensions. An alternative is to use ADB with the command:

adb shell am start -a android.intent.action.VIEW -d file:///sdcard/example.pdf -t application/pdf

After this, the system will ask which application to use for .pdf.