All my apps installed on Android: how to get the full list

Seeing the full list of apps downloaded with Android over the years is easy, through the Play Store or some special apps.

To the question “What are my downloaded apps and games on smartphones and tablets?” would you know how to give an answer?   Probably most people don’t. It’s normal, since it often happens that you download an app and then forget about it after a short time, because other more interesting ones come out. Sometimes, though, it can happen that you’re nostalgic for an old game but can’t remember what it’s called, or you’re just curious about how much you’ve spent on apps over time or what “my free apps” or “my google play apps” are. Also, it may happen that you change your smartphone and want to reinstall all the apps you had previously.

But how to do it? Are you afraid that the steps you need to perform are too complicated? Not so. They are, in fact, rather simple steps that can be performed even by those who are not too familiar with the computer field, but that allow you to understand what my Android apps are and what my updated apps are.

How to see all downloaded apps on Android

Having the list of apps installed on an Android tablet or smartphone is easier than you might think. The first thing you need to do is to go into the screen where all available apps are located and locate the Play Store, which corresponds to the icon with the multicolor play symbol. After clicking on it, you need to tap on the button with three horizontal lines in the top left corner.

At this point, select My Apps and Games from the menu that appears. This way you can see all the apps you’ve downloaded and installed. These are organized in three different tabs, the most important one being Collection, which shows all the downloaded apps. However, you can also find Installed, which lets you view only the downloaded apps that appear installed on your device, and Updates, which shows the apps that have been downloaded and installed on your device and for which you can implement an update.

In case you still can’t find the app you’re looking for, scrolling through the various lists you can make use of the magnifying glass that lets you search by name. However, you can also use the menu at the top right, which is useful for sorting apps not only by name, but also by size and last update.

My Apps All: Other Things to Consider

Once you’ve found all the apps you’ve downloaded over time using the system mentioned above, you can also proceed to install those that don’t appear on your smartphone or tablet. But how to do that? It’s really simple: just click Install, which is located next to the name of each app in the list, and then click Accept.

If you want, however, you can also remove a given app, perhaps because it is outdated or obsolete. In this case, just click on the “x”, which is always found in correspondence of each app. When you’re asked to confirm the removal of an app, just click OK and you’re done.

Have you had second thoughts? Don’t worry! In fact, you can make the hidden apps visible by simply re-downloading them. Don’t forget that you can also view the app list from the online version of the Play Store. All you have to do is go to the store’s webpage, tap on the Apps tab and then on the My Apps option.

This will magically bring up the full list of apps you’ve downloaded over time. Finally, it’s worth noting that you can also proceed with reinstalling an app via the web. How to proceed? You select the name from the list that appears on the screen, press Install and choose the device of reference from those indicated.

List My Apps: the best way to remove the list of installed apps

But is it possible to create a list that includes all the apps, games and programs installed on your Android smartphone or tablet? Of course it is. In fact, you just need to take advantage of List My Apps, which allows you to create a real text file, which can be shared easily.

Use is quick and easy: just click on the three dots, “tap” on Select All and press Share, so you can choose to whom you want to send the list produced, which can also be friends or acquaintances. This can be done by email, message or through the other social services. This is especially useful if you change your phone often or if you have people asking for advice on which apps to install.

My downloaded apps and installed games: how to make the list with ADB

Installed apps not showing up? You can produce a list, making use of ADB (stands for Android Debug Bridge). The process is not complex, but you need to perform some basic steps. Let’s see what they are. First of all, you must restart the system and connect the device via USB. Then, you must open the Windows command prompt using administrator rights. In fact, all you have to do is type cmd, press CTRL, SHIFT, ENTER at the same time and finally click YES.

To proceed you need to type: cd C:Program Files (x86)Minimal ADB and Fastboot. The device is recognized by typing adb devices. At this point, to get the list of packages installed on the Android device, you only have to enter: adb shell pm list packages. Finally, by typing adb shell pm list packages > app.txt & notepad app.txt, the list of apps is saved as a text file. Easy no?