How To Install and Uninstall Apps on the Kindle Fire

The Kindle Fire is an awesome little tablet. It’s cheap, easy to use, is compatible with most Android apps and is largely subsidized by Amazon. Newer versions even come with Alexa capability. If you’re a new owner and want to add or remove apps, remove the bloatware or just tune your tablet to your liking, here is how to install and uninstall apps on the Kindle Fire.

How To Install and Uninstall Apps on the Kindle Fire

All new devices come with bloatware and the Kindle Fire. Bloat is a bunch of ‘helpful’ software installed by the manufacturer that they think you might want to use. In reality, it is usually pointless software designed to upsell other programs or are so bad as to be useless. While storage isn’t exactly in short supply on the Kindle Fire, removing any app you no longer need makes the tablet just that little bit more your own.

How to Install Apps on the Kindle Fire

You have two ways you can install apps on the Kindle Fire. You can use the official Amazon Appstore or you can install your own. I’ll show you how to do both. As Fire OS is based on Android, some standard Android apps will work fine on your Kindle Fire even if they are not available on Amazon.

To install apps from the Amazon Appstore:

  1. Visit the Amazon Appstore on your Kindle Fire.
  2. Browse for an app and buy or select Get Now.
  3. Select the app from your Home page or from within My Apps on your Kindle Fire.

When browsing for an app, you may see Buy Now if the app costs money, Get Now if the app is free, or Download if you have already purchased the app. They all do the same thing, download the app to your device and install it.

To load Google Play apps onto your Kindle Fire, you will need a couple software tools, ADB (Android Debug Bridge) and Supertool. For the sake of this tutorial, they were installed on a Windows PC, so we’ll describe that method here. Mac and Linux versions are also available.

To use Google Play to install apps on the Kindle Fire:

  1. Open your Kindle Fire and select Settings.
  2. Now, select Security.
  3. Toggle Apps from Unknown Sources to on.
  4. Then, select Device Options from the Settings menu.
  5. Tap Serial Number 7 times to enable Developer Mode.
  6. Select Enable ADB in the new option that appears underneath Serial Number.
  7. Download ADB from here, then unzip and place the folder somewhere on your PC.
  8. Now, right-click on This PC and select Properties. This PC Menu
  9. Select Advanced system settings from the menu on the right. About page menu links
  10. Select Environment Variables… in the bottom of the window that appears. System Properties
  11. Next, select Path in System variables and then select Edit. Environment Variables
  12. From here, select New and paste the full folder path where you placed the unzipped ADB folder. For example, ‘C:ADB’. Environment Variables 3
  13. Then, connect your Kindle Fire to your PC with a USB cable.
  14. Download Supertool from here.
  15. Extract the contents of the SuperTool.zip file to their own folder on your PC.
  16. Launch the batch file named ‘1-Install-Play-Store’ in the SuperTool folder.
  17. Type 1 for ADB driver install in the menu that appears and hit Enter.
  18. Type 2 for ADB driver test and hit Enter to make sure ADB works.
  19. Type 2 for Install Google Play Store and remove ads from lock screen.
  20. Type 3 to Block OTA updates from Amazon. This will stop Amazon overwriting your new settings.
  21. Restart your Kindle Fire.

Once booted, you can navigate to Google Play from within your Kindle Fire. When you first open it or when you download your first app you will be prompted to install Google Play Services, you will need to do this for everything to work.

How to Uninstall Apps on the Kindle Fire

Uninstalling apps is simply a matter of selecting them and selecting Remove from Device.

  1. Open your Kindle Fire and select an app.
  2. Press and hold the icon for the app until a popup appears.
  3. Select Remove from Device to uninstall.
  4. Confirm your selection by selecting OK.

If you want to remove bloatware from your Kindle Fire, we need to use ADB again.

  1. Connect your Kindle Fire to your PC via USB.
  2. Open Windows Explorer at the folder where you installed ADB.
  3. Hold Shift and right-click any empty space in that folder.
  4. Select Open command line windows here.
  5. Type ‘adb devices’ and hit Enter to check connectivity. You should see your tablet appear in the list.

As long as your Kindle Fire appears in that list, you can now remove bloat. The below is a list of installed applications you may like to remove. You will need to type or paste each line individually and hit Enter after each for this to work. You can pick and choose which you remove according to your needs.

  • adb shell pm uninstall -k –user 0 com.amazon.parentalcontrols
  • adb shell pm uninstall -k –user 0 com.amazon.kindle.kso
  • adb shell pm uninstall -k –user 0 com.android.calendar
  • adb shell pm uninstall -k –user 0 com.amazon.photos
  • adb shell pm uninstall -k –user 0 com.amazon.kindle
  • adb shell pm uninstall -k –user 0 com.android.email
  • adb shell pm uninstall -k –user 0 com.android.music
  • adb shell pm uninstall -k –user 0 com.goodreads.kindle
  • adb shell pm uninstall -k –user 0 com.amazon.kindle.personal_video
  • adb shell pm uninstall -k –user 0 com.amazon.geo.client.maps
  • adb shell pm uninstall -k –user 0 com.amazon.cloud9.systembrowserprovider
  • adb shell pm uninstall -k –user 0 com.amazon.cloud9
  • adb shell pm uninstall -k –user 0 com.amazon.csapp
  • adb shell pm uninstall -k –user 0 com.amazon.weather
  • adb shell pm uninstall -k –user 0 com.amazon.ags.app
  • adb shell pm uninstall -k –user 0 com.amazon.h2settingsfortablet
  • adb shell pm uninstall -k –user 0 com.android.contacts
  • adb shell pm uninstall -k –user 0 amazon.alexa.tablet
  • adb shell pm uninstall -k –user 0 com.amazon.kindle.kso
  • adb shell pm uninstall -k –user 0 com.audible.application.kindle
  • adb shell pm uninstall -k –user 0 com.amazon.mp3
  • adb shell pm uninstall -k –user 0 com.amazon.tahoe
  • adb shell pm uninstall -k –user 0 com.amazon.photos.importer
  • adb shell pm uninstall -k –user 0 com.amazon.zico
  • adb shell pm uninstall -k –user 0 com.amazon.dee.app

Remember to type or paste each line individually and hit Enter each time for these to work.

Note: There is a double-dash, – -, without spaces in between, in front of user. The font used on this site converts it to a long dash this has caused some confusion. Also, if the above command doesn’t work, try it without the -k option. Users have reported success with and without it.

Apps and the Kindle Fire

That is how to install and uninstall apps on the Kindle Fire. You now know how to add apps via the Amazon Appstore and Google Play Store. You also know how to remove apps, both normal apps and built-in Amazon ones. I hope it helps!

Were you able to install or delete the apps you wanted to? Is the bloatware included on your Kindle Fire getting to be too much? Share your experiences below.

6 thoughts on “How To Install and Uninstall Apps on the Kindle Fire”

JLau says:
I’ve tried following the instructions but when I try to uninstall any of the bloatware apps, I get this message: Failure [DELETE_FAILED_INTERNAL_ERROR].

Any idea what I’m doing wrong? Thanks.

Joan says:
My email app wound up in a folder. How do I remove to a full icon?
Daniyal Ahmed Malik says:
Pm unistall – k – – user 0 “file name ” This is correct command for uninstalling amazom apps from kindle fire
Clint says:
Do you know how to get the file name just from the app? Is there a way in settings or something so I’m not guessing as to what file is actually being deleted?
Bob says:
Is unistall correct or should it be uninstall?
Don says:
It doesn’t work! I must have either earlier or later operating software. When I hold down the icon for the app I want to remove/uninstall, nearly all of the apps (except five that I installed earlier) are displayed or go grey. The ‘REMOVE FROM DEVICE’ msg doesn’t show up!
Clint says:
Those are pre-installed “Bloatware” you must use the commands above to get rid of them
mirjam says:
I get this error: Error: Unknown option: -u how do I fix this. Everything else worked up until I tried to uninstall.

Leave a Reply

Your email address will not be published.


Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.

Todays Highlights
How to See Google Search History
how to download photos from google photos