Effortlessly Mirror and Control Your Android Phone on PC Using SCRCPY Over WiFi
In this comprehensive guide, you will learn how to wirelessly mirror and control your Android phone directly from your PC using SCRCPY, a free and open-source application. This method allows you to view your Android device’s screen on your computer, enabling seamless interaction using your mouse and keyboard without the hassle of cables.
Before we dive into the steps, ensure you have the following prerequisites ready:
- Windows, macOS, or Linux operating system on your PC.
- Your Android device with the latest version of SCRCPY installed.
- Both devices connected to the same Wi-Fi network.
- Developer options enabled on your Android device.
You can download SCRCPY from its official GitHub repository: SCRCPY Official Release.
Step 1: Download and Extract SCRCPY
Begin by downloading SCRCPY from the official GitHub page. Navigate to the Releases section and select the version that corresponds to your operating system. After downloading, extract the files to a designated folder on your PC. SCRCPY does not require installation, so it will be ready to use immediately after extraction.
Step 2: Enable Developer Options on Your Android Device
To enable the necessary settings on your Android phone, follow these steps:
- Open the Settings app on your device.
- Scroll down and tap on About Phone.
- Find the Build Number and tap it seven times until you see a message indicating that Developer Mode has been enabled.
- Return to the main Settings menu, where you should now see Developer Options.
- Tap on Developer Options, then scroll down to find Wireless Debugging and turn it on.
Step 3: Pair Your Device with Your PC
Within the Wireless Debugging settings, tap on Pair Device with Pairing Mode. You will see a Wi-Fi IP address, port number, and a pairing code. Keep this screen open, as you will need this information for the next step.
Step 4: Open SCRCPY in Terminal
Navigate to the folder where you extracted SCRCPY. Hold down the Shift key, right-click anywhere in the folder, and select Open in Terminal. In the terminal window, type the following command, replacing [IP_ADDRESS]
and [PORT]
with the values displayed on your phone:
scrcpy --tcpip=[IP_ADDRESS]:[PORT]
Press Enter to execute the command. You will be prompted to enter the pairing code shown on your Android device. Input the code to establish a connection.
Step 5: Allow ADB Through Windows Firewall
If prompted, allow ADB (Android Debug Bridge) through your Windows Firewall to ensure the connection is successful. Once paired, your Android phone should be connected wirelessly to your PC.
Step 6: Launch SCRCPY
To start mirroring your Android screen, simply run the command:
scrcpy
Within seconds, your Android phone screen will appear on your PC. You can now control your phone directly using your mouse and keyboard.
Extra Tips & Common Issues
To enhance your experience, consider the following tips:
- Ensure that your Wi-Fi connection is stable for smooth performance.
- Check for any updates to SCRCPY to benefit from the latest features and fixes.
- If you encounter connection issues, recheck the IP address and port number.
Common issues may include difficulties in enabling wireless debugging or connection delays. Always ensure that both devices are on the same network and that developer options are correctly configured.
Frequently Asked Questions
What is SCRCPY?
SCRCPY is a free and open-source application that allows you to mirror and control your Android device from your computer over USB or wirelessly.
Do I need to install SCRCPY?
No, SCRCPY is a portable application, meaning you simply need to extract the files and run it without installation.
Can I use SCRCPY with any Android device?
SCRCPY works with most Android devices that support USB debugging and wireless debugging features.