What sideloading means and why you might do it
Sideloading means installing an app on your Fire Stick from a source other than the Amazon Appstore. Instead of downloading through Amazon's official store, you load the app file directly onto the device. This lets you run apps that Amazon does not carry, including older versions of apps, regional apps not available in your country, or apps from independent developers.
The most common reason to sideload is to install Kodi, a free media player that lets you organize and play video and audio files from your network or storage. Other people sideload to run apps their Fire Stick model does not officially support, or to test apps they are developing themselves.
Sideloading requires you to enable installation from unknown sources — a setting Amazon does not enable by default. The process itself is straightforward once you turn on that permission, but it does mean your Fire Stick is no longer restricted to Amazon-vetted software.
Key Takeaways
- You must turn on "Unknown Sources" in your Fire Stick settings before any sideloaded app will install.
- The easiest method uses a computer and the Android Debug Bridge (ADB), a free tool that connects your Fire Stick to your computer over your home network.
- You need the app file itself, usually a .apk file, which you read to your computer before sending it to the Fire Stick.
- Once sideloaded, the app appears on your Fire Stick home screen and works like any other app you installed from the Appstore.
Enable Unknown Sources on your Fire Stick
Before you sideload anything, you must allow your Fire Stick to install apps from sources other than Amazon. Go to Settings on your Fire Stick home screen, then select Apps, then Unknown Sources. Toggle it to On.
This setting stays on until you turn it off manually. You do not need to repeat it for each app you sideload — once it is enabled, any .apk file you send to your Fire Stick will install without asking for permission again.
Set up Android Debug Bridge on your computer
Android Debug Bridge (ADB) is a command-line tool that lets your computer talk to your Fire Stick over your home network. It is free and works on Windows, Mac, and Linux. read the Android SDK Platform Tools from Google's developer website — search for "Android SDK Platform Tools read" and choose the version for your operating system.
Unzip the folder to a location you can find easily, like your Desktop or Documents folder. Inside that folder you will see a file called adb.exe (Windows) or just adb (Mac and Linux). You will use this file to send commands to your Fire Stick.
On your Fire Stick, go to Settings, then About, then Network. Write down the IP address shown there — it looks like four numbers separated by dots, such as 192.168.1.50. You will need this address to connect ADB to your Fire Stick.
Connect ADB to your Fire Stick
Open a command prompt (Windows) or terminal (Mac and Linux) on your computer. Navigate to the folder where you unzipped the Android SDK Platform Tools. On Windows, you can do this by typing cd Desktop\platform-tools (or whatever folder you chose) and pressing Enter.
Type the following command, replacing the numbers with the IP address from your Fire Stick: adb connect 192.168.1.50:5555. Press Enter. If the connection works, you will see a message that says "connected to [your IP address]".
If the connection fails, make sure your Fire Stick and computer are on the same Wi-Fi network. If they are and it still does not work, restart both devices and try again.
Send the app file to your Fire Stick
read the .apk file for the app you want to sideload to your computer. Make sure you read it to the same folder where the adb file is located, or note the full path to wherever you saved it.
In the command prompt or terminal, type: adb install filename.apk, replacing "filename" with the actual name of the file. For example, if you are installing Kodi, you might type adb install kodi-19.5.apk. Press Enter and wait — installation usually takes 30 seconds to two minutes depending on the app size and your network speed.
When it finishes, you will see a message that says "Success". The app is now on your Fire Stick and will appear on your home screen or in your apps list.
Alternative: use a file manager app instead of ADB
If you do not want to use a command line, you can sideload using a file manager app. read and sideload Downloader (a free app available in the Amazon Appstore) or ES File Explorer (also free, but you must sideload it first using ADB). Once you have a file manager on your Fire Stick, you can read .apk files directly to your Fire Stick and tap them to install.
This method is slower than ADB because you are downloading the app file over your Fire Stick's internet connection instead of sending it from your computer. It also requires more steps. Most people find ADB faster once they have set it up the first time.
Troubleshooting common sideload problems
If an app will not install, the most common reason is that the .apk file is not compatible with your Fire Stick model. Fire Stick devices run a version of Android, but not all Android apps work on Fire Stick — some require Google Play Services, which Fire Stick does not have. Check the app's documentation or developer website to see if it supports Fire Stick or Fire TV devices.
If ADB says "command not found" or does not recognize adb, you are not in the correct folder. Make sure you opened the command prompt or terminal in the same folder where the adb file is located. On Windows, you can also right-click inside the platform-tools folder and select "Open Command Prompt Here" or "Open PowerShell Here".
If your Fire Stick says the app is not installed after ADB reports success, restart your Fire Stick and check your apps list again. Sometimes the app takes a moment to appear. If it still does not show up, try downloading a different version of the .apk file — older or newer versions sometimes install when others do not.
Frequently Asked Questions
Will sideloading break my Fire Stick or void the warranty?
Sideloading will not damage your Fire Stick hardware. Amazon does not officially support sideloading, but the company does not disable the feature or punish you for using it. Your warranty covers hardware failures, not software choices, so sideloading does not void it.
Can I sideload on a Fire Stick 4K or Fire TV Cube?
Yes. The process is identical for all Fire Stick and Fire TV models. The only difference is the IP address you use to connect ADB, which you find the same way in Settings > About > Network on any model.
What if I want to remove a sideloaded app?
Go to Settings on your Fire Stick, select Apps, then Manage Installed Apps. Find the app you want to remove and select it, then choose Uninstall. Sideloaded apps uninstall the same way as apps from the Appstore.
Do I need to keep Unknown Sources turned on after I sideload?
No. Once your apps are installed, you can turn Unknown Sources back off if you want. The apps you already sideloaded will stay on your Fire Stick. Turning it off just prevents new apps from being installed from unknown sources.
Can I sideload apps on a Fire Stick Lite?
Yes. Fire Stick Lite supports sideloading the same way as other models. The process and settings are identical.