How to Control Android TV From Windows 11 PC

Control Android TV From Windows 11 PC

If your PC and Android TV support Miracast, you can easily cast/mirror Windows 11 to Android TV. But can you do vice-versa? Yes, you can mirror Android TV to Windows 11. Even you can control Android TV from a Windows 11 PC using a computer’s mouse and keyboard. So no need to use a remote or external keyboard to control Android TV. You can navigate around and control the UI, open Apps, and even search for videos. Sounds interesting, right? Without a further delay, let’s get started.

Mirror and Control Android TV From Windows 11 PC

Before moving further, you need to make sure that your Windows PC and Android TV are on the same WiFi network.

Enable USB Debugging and ADB Debugging in Android TV.

To enable the USB/ADB Debugging option in Android TV. You first need to enable developer options. To do that, follow these steps.

  1. Open Android TV Settings by clicking on the settings (gear) icon.
  1. Now go to Device Preferences > About > Click on 7-8 times on the build number using the select button on the remote.
  1. You will now get a notification that “You are now a developer!”.
Enable Developer Options in Android TV
  1. Once you enable developer options. Go back to Settings > Device Preferences > Developer Options.
Android TV Developer Options
  1. You will find a debugging section in the developer options settings. From there, Enable USB Debugging and ADB Debugging options.
USB debugging and ADB Debugging android TV
  1. A confirmation window might appear. Select OK. Also, to enable ADB Debugging, Android TV might ask you to restart. Do restart the TV to apply changes.

Find and note down the Android TV IP Address.

To mirror and control Android TV from Windows 11, you need the IP address of the TV, which you can easily find out from Android TV Settings.

Go to Settings > Network & Internet > Click on Connected WiFi Network. That’s it, and here you will find out the IP address of your TV.

Android TV IP Address to Control from Windows 11

Download and Setup Scrcpy.

For mirroring the Android TV screen to Windows 11 PC, we’re going to use Scrcpy. It is an ADB-based tool to display and control your Android device. With this tool, you can even watch Instagram Reels on PC. But, first, download the latest version of Scrcpy from GitHub. (Open the following link scroll down and check the assets section for the zip file.)

  1. Once the scrcpy zip file gets downloaded, right-click on it and then Extract All > Extract.
Extract Scrcpy  Zip File
  1. Open the Extracted folder. And, right-click anywhere in that folder window. Then, click on “Open in Windows Terminal.”
Open in Windows Terminal to run commands to control Android TV

(Windows 10 users will need to press Shift + Right Click.)

  1. Once Windows Terminal gets open, type the following command and press enter. (Don’t forget to replace AndroidTVIPAddress with the actual IP of your TV.)
./adb connect AndroidTVIPAddress
  1. Failed to authenticate message will appear. But, no worries, you have to allow USB debugging permission on TV.
  1. Once you run the command, allow a USB Debugging window will appear on your TV. First, select the “Always allow from this computer” option and then click on ok.
Allow ADB Debugging in Android TV
  1. Do rerun the same command. This time, the connected message will appear.
./adb connect AndroidTVIPAddress
Connect Android TV using ADB Command
  1. You can also verify whether the Android TV is connected via ADB or not. By using the following command.
./adb devices
  1. A list of connected ADB devices will now appear.
  1. Now type the following command to launch Scrcpy. And, once you run this command, the mirrored Android TV window will open.
./scrcpy
Open Scrcpy to Mirror Android TV to Windows 11
  1. That’s it, and now you can control your Android TV using a Windows 11 PC keyboard and mouse.
Cast Android TV to Windows 11

You can even use the same method to mirror any Android smartphone or tablet to a Windows 11 PC. And if you’re using a command prompt to run commands. Then, you don’t need to type ./ before every command. This method will even work on Windows 10 PC as well. Let me know in the comment section if you face any trouble while using Scrcpy.