How to install apps on a TV without Wi-Fi: all the working methods

You bought a new Smart TV, but there's no Wi-Fi at home, and the app store is inaccessible without an internet connection? Or your router is broken, and you urgently need to install it on your TV. YouTube, Kodi or IPTV playerThis situation is familiar to many, especially owners of summer houses, rented apartments, or offices with poor coverage. Fortunately, there is at least 5 proven methods Install apps on a TV without Wi-Fi, and we'll take a detailed look at each one.

In this article you will find step by step instructions for Android TV, Samsung Tizen, LG webOS and other platforms, and you'll also learn what files are needed for manual installation and where to download them safely. We won't recommend "just connect to the internet"—instead, we'll show you how to bypass restrictions using a USB drive, an Ethernet cable, a smartphone, or even an old router in hotspot mode. All methods have been tested on current TV models. 2020–2026.

1. Installation via USB drive (for Android TV and Samsung)

The most universal method is to download the app's APK file to another device (laptop, smartphone with mobile internet) and transfer it to the TV via a flash drive. This method works on Android TV (including models from Sony Bravia, Xiaomi Mi TV, Philips) and some televisions Samsung with support for third-party APKs.

You will need:

  • 📁 Flash drive format FAT32 or exFAT (volume from 4 GB).
  • 🖥️ A computer or smartphone with internet access to download the APK.
  • 🔌 USB cable or adapter (if your TV doesn't have a USB Type A port).
  • 🛡️ A trusted APK source (e.g. APKMirror or the official website of the developer).

Step-by-step instructions:

  1. Download the APK file of the desired application to your computer. Android TV look for versions marked android-tv or armeabi-v7a.
  2. Connect the flash drive to your computer and copy the file to it (for example, youtube_18.32.36.apk).
  3. Insert the flash drive into the USB port of the TV.
  4. On Android TV open any file manager (for example, File Commander or ES File Explorer) and find the APK. On Samsung use the built-in application Media or My disk.
  5. Run the installation and confirm permissions.
⚠️ Warning: On TVs Samsung With Tizen (2016 and newer models) Install APK via USB officially blockedThe workaround is to use debug mode (section 3 of this article).

The flash drive is formatted in FAT32/exFAT

APK downloaded from a trusted source (no viruses)

Installation from unknown sources is allowed on the TV.

The file is not corrupted (check the size and hash sum)

-->

2. Connection via Ethernet (LAN cable)

If your TV has a port RJ-45 (for network cable), you can connect it directly to your router or modem via EthernetThis method is more reliable than Wi-Fi, as it is not affected by interference and wireless network speed. It is suitable for all Smart TVs, including LG webOS, Samsung Tizen And Android TV.

How to set up:

  1. Connect the TV and the router with a LAN cable (usually included with the router).
  2. On your TV, go to Settings → Network → Cable connection (the path may differ depending on the model).
  3. Select Obtain an IP automatically (DHCP). If the network is not detected, check if the DHCP server is enabled in the router settings.
  4. Once connected, open the app store (Google Play, LG Content Store or Samsung Apps) and install the necessary programs.

If the Internet via cable does not work:

  • 🔄 Restart your router and TV.
  • 🔌 Try a different cable (the connector may be damaged).
  • 📡 Check if your router is distributing IP addresses via DHCP (usually enabled by default).
  • 🛠️ On some routers (for example, TP-Link) you need to manually bind the TV's MAC address to the IP.
Platform Path to network settings Is authorization required?
Android TV Settings → Network & Internet → Ethernet No (if the router does not require login/password)
Samsung Tizen Settings → General → Network → Open network settings → Cable Yes (if PPPoE is used)
LG webOS Settings → Network → Cable connection No
Sony Bravia (Android) Settings → Network → Network setup → Cable connection No

Samsung (Tizen)

LG (webOS)

Sony (Android TV)

Xiaomi/Philips (Android TV)

Another brand

-->

3. Using a smartphone as a USB modem (for Android TV)

If you have a smartphone with mobile Internet (3G/4G/5G), you can use it as USB modem for TV. This method only works on Android TV, as it requires support for the function USB-tetheringSuitable for models Xiaomi Mi TV, Nvidia Shield, Sony Bravia and others based on Android.

Instructions:

  1. Connect your smartphone to the TV via USB cable (use the original charging cable).
  2. Turn on your smartphone Modem mode (Settings → Network & Internet → Hotspot & Tethering → USB Tethering).
  3. On your TV, in the network settings, select USB-ethernet or Connection via USB.
  4. Wait until you receive an IP address and test the connection by opening your browser.
⚠️ Note: Some mobile operators block USB tethering or limit the speed. If the internet isn't working, try turning it on on your smartphone. Developer mode and disable the option USB debugging.

4. Installation via ADB (for advanced users)

If your TV is on Android TV does not allow installing APK from a flash drive, you can use ADB (Android Debug Bridge) is a tool for debugging via the command line. This method requires a computer with Windows/macOS/Linux and the developer mode enabled on the TV.

What you need to do:

  1. Turn on Developer mode on TV:
    • Go to Settings → About TV.
    • Find the line Build number and click on it 7 times in a row.
    • Return to Settings → Device → Developer options.
    • Turn on USB debugging And Installation via USB.
  • Download ADB Tools to the computer (for example, Platform Tools from Google).
  • Connect your TV to your computer via USB and run the following commands in the terminal:
    adb devices
    

    adb install path_to_file.apk

  • If ADB doesn't see the TV:

    • 🔌 Try a different USB cable (you need a cable that supports data transfer).
    • 🖥️ Install drivers for your TV (for example, Samsung USB Driver for models on Tizen).
    • 🔄 Restart your TV and computer.
    What should I do if ADB returns a "device unauthorized" error?

    This error means that the TV doesn't trust the computer. A window should appear on the TV screen asking you to confirm debugging—click "Allow." If no window appears, check that developer mode and USB debugging are enabled. On some TVs (e.g., Xiaomi) you must additionally allow installation from unknown sources in the security settings.

    5. Creating a local access point from a router

    If you have an old router, you can set it up like this local access point without an internet connection. This will allow the TV to "think" it's connected to Wi-Fi and install apps from the cache or via F-Droid (alternative store for Android).

    How to set up:

    1. Connect the router to a power source (no internet cable needed).
    2. Go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1).
    3. In the wireless network settings (Wireless) ask:
      • Network Name (SSID): e.g. TV_Install.
      • Security type: WPA2-PSK.
      • Password: Make it simple (for example, 12345678).
  • Disable the option in the settings Internet connection (if any).
  • Connect your TV to the created network and try installing applications.
  • Why is this necessary:

    • 📥 Installing APK via Send Files to TV (application for transferring files over a local network).
    • 🔄 Updating TV firmware from a local server (if the firmware files are downloaded to a computer on the same network).
    • 🎮 Connect a gamepad or keyboard via Wi-Fi Direct.
    ⚠️ Please note: Some TVs (eg. LG webOS) don't allow you to install apps without real internet access, even if you're connected to a local network. In this case, use methods 1, 3, or 4.

    6. Alternative methods: SD card, Bluetooth, and cloud services

    If none of the above methods work, try less common options:

    Installation from SD card:

    • 📱 Suitable for TVs with a slot for microSD (for example, some models Philips or TCL).
    • 📁 Copy the APK to your memory card, insert it into your TV, and use a file manager to install it.

    Bluetooth transmission:

    • 📲 Works only on Android TV with support Bluetooth 4.0+.
    • 🔗 Send the APK file from your smartphone to your TV via Bluetooth (enable it in your TV settings) Visibility for all).

    Cloud services (for TVs with a browser):

    • ☁️ Download APK in Google Drive or Dropbox.
    • 🌐 Open the browser on your TV, sign in to your account, and download the file.
    • ⚠️ This method won't work on TVs without a file manager—the browser can't install APKs.

    FAQ: Frequently Asked Questions

    Is it possible to install Netflix without the internet?

    Yes, but only if you download the APK file. Netflix For Android TV from the website APKMirror and install via USB or ADB. Please note: you will still need an internet connection (at least once) to log in and view content.

    Why doesn't the TV see the flash drive?

    Possible reasons:

    • The flash drive is formatted in NTFS (needed) FAT32 or exFAT).
    • The USB port is faulty or does not support storage devices (try a different port).
    • The flash drive file system is damaged (format it again).
    • The TV does not support external storage devices (relevant for some models) LG webOS).
    How to update TV firmware without Wi-Fi?

    Download the firmware file for your model from the manufacturer's official website (for example, support.samsung.com or lg.com). Save it to a flash drive in a folder named upgrade (For Samsung) or LG_DTV (For LG). Connect the flash drive to the TV and follow the on-screen instructions.

    ⚠️ Attention: Do not turn off your TV during the update. - This may cause damage!
    Do these methods work on TVs from 2015 and older?

    Yes, but with some reservations:

    • Android TV (2015-2017): Support USB and ADB, but may not install new versions of apps due to outdated firmware.
    • Samsung Tizen (before 2016): APK installation is only possible via debug mode (section 4).
    • LG webOS (before 2014): no support for third-party applications.
    Is it possible to install Kodi without internet?

    Yes, Kodi It's installed via APK just like other apps. Download the version for Android TV (architecture armeabi-v7a or arm64-v8a) from the official website kodi.tv and transfer it to a flash drive. After installation, add the media library manually via a local network or external hard drive.