How to Get a List of All the Apps Installed on Your Android Device

Neha Roy
0

meta


 As smartphones continue to advance, you are depending more and more on mobile apps to carry out your daily chores. Everything can be done with an app, including managing your accounts and viewing movies.


However, as your phone ages, it gets more challenging to keep track of all the apps that have been downloaded. Additionally, many system programmes are typically hidden and some apps come pre-installed with your device.

In order to simply manage and keep track of all the apps installed on your Android phone, let's look at three different ways to get a list of them.

Get the List From Settings, Step 1

Your device's settings are the best place to look up all the loaded apps on your phone. Accessing this list entails three main steps.


Depending on your phone, navigate to Settings and select the Apps section. Simply run a short search within Settings if you can't find it.

Tap on See All Apps or App Settings once you're in App Management to view the list of installed programmes on your device, excluding system apps.

By selecting Show System from the three dots option in the top-right corner, you can see the system apps. All of the apps on your device are now included in the list.


You may control the notifications, permissions, storage, cache, data use, screen time, battery settings, and whether the app should open a particular file type by default for the apps that you manually installed. If supported, it also allows you to select whether the app should take precedence over other programmes, albeit you should utilise this sophisticated feature with caution.


Additionally, you can force stop, open, and delete any manually installed apps. For apps you've installed through Google Play or with the Android sideloading technique, these options are often secure to use.

All of those choices are available for system and pre-installed programmes, with the exception of the option to remove them. Although you can disable some of them, the option to disable numerous crucial system programmes is greyed out.


The list you obtain using this method is rather straightforward. However, it ought to be sufficient for you to control your apps in the majority of situations. An app management app is an option if you still desire more sophisticated features.

2. Utilizing an app for managing apps

Get a list of the apps that are installed on your Android phone with Smart App Manager, which also makes it simple to manage them. You automatically receive the entire list once you install and launch the programme. The top-right three-dot menu allows you to arrange this list by name, installation date, or file size.

System and user apps can be filtered, or you can decide to see them all at once. From the list, you may search for an app and see details like the app's size and installation date next to the name. At the bottom of your screen, you can also view the storage capacity and the amount of occupied storage.


You can pick several apps at once with Smart App Manager. Once chosen, you have the option to either support them or add them to your favourites.


Tap on the app name to get the advanced settings for each one. You can then choose to run, stop it abruptly, or uninstall it. You may also see a tonne of other facts about the version, installation information, updates, programme size, and path. You may examine the App Info in your phone's settings or on the app's Play Store page.

You can select Simple & Fast View from the three-dot menu to see a condensed version of the installed apps with less information if the amount of information on the home page overwhelms you.


Get Smart App Manager now (Free)


3. Using the PC's ADB Command

A tool called ADB, or Android Debug Bridge, enables PC-to-Android phone communication. It functions using command-line software like Windows' Command Prompt or Mac and Linux's Terminal. It can be used for many things, including adding and removing apps from your phone.

Advanced users can view the list of apps on their Android device via ADB. This makes it simple for you to copy the list and paste it wherever you choose.


You must utilise the ADB tool to accomplish this. Visit our guide to learn more about ADB and how to set it up. The "List All the Android Packages" section of this guide explains how to download the app list to your PC.


I You must first configure ADB on your computer. The 15 Second ADB Installer can be used to install the ADB drivers on Windows. Check out this instruction on how to set up ADB on Mac and Linux if you use those operating systems.

Once your PC is ready, you must use a USB cord to attach your Android device to it and turn on USB Debugging under the Developer Options. It might be necessary to first activate Developer Options.


You may check the connection after connecting your phone to the computer by entering adb devices in the Command Prompt or Terminal. It ought to show a list of connected devices as well as a random device number with the word "Device" next to it. Congratulations, you've now successfully connected your phone and computer using ADB! (Should that fail, try troubleshooting the ADB connection.)

Once everything is configured, simply type adb shell pm list packages to display a list of the installed applications.

The list can be filtered by adding the options -d to display only disabled packages, -e to display only enabled packages, and -s to display only system packages. For disabled packages, for instance, it would be adb shell pm list packages -d.

Type adb uninstall to delete a specific package if you want to uninstall an app.

Using adb shell pm uninstall -k —user 0 package name>, you can also uninstall pre-installed applications without having root access. Because certain pre-installed apps are not intended to be deleted, use this command with caution.

Finally, enter adb shell dumpsys package package name> to see a list of the app's components. You can do this to view app actions, services, and other things.

If you would like to learn more, look at this list of practical ADB commands.


Manage and View Your Android Apps

Android is a strong operating system that gives its users access to complex features. For a variety of reasons, it's crucial to keep track of the apps on your device.


You may customise the settings for individual apps to suit your needs, and app management lets you manage your device's storage and speed. This post walks you through three distinct methods for checking the apps you have installed on your iPhone in great detail.


Post a Comment

0Comments
Post a Comment (0)