Have you ever wanted to control your Android smartphone or tablet directly from your computer? In this guide, I’ll show you how to mirror and control any Android device on your computer using a free tool called SCRCPY. This method works for both wired and wireless connections, giving you the flexibility to choose what works best for you.
Key Takeaways
- Learn how to enable developer options on your Android device
- Discover how to install and use SCRCPY for mirroring your Android screen
- Understand the process for both wired and wireless connections
Requirements
Before we begin, make sure you have:
- An Android smartphone or tablet
- A computer (Windows, macOS, or Linux)
- A USB cable for initial setup
- Both devices connected to the same network for wireless mirroring
Once these requirements have been met, you’re ready to dive into the step-by-step setup process!

Preparing Your Android Device
Step 1: Enable Developer Options
- Open the Settings app on your Android device
- Scroll down and tap on “About phone”
- Find “Build number” and tap it seven times
- You’ll see a message that Developer options are now enabled

Step 2: Enable USB Debugging
- Go back to the main Settings menu
- Search for “Developer options” and tap on it
- Scroll down to find “USB debugging” and turn it on
- Confirm the action when prompted

Installing SCRCPY on Your Computer
Step 1: Download SCRCPY
- Open your web browser and search for “SCRCPY GitHub”
- Click on the GitHub link for the SCRCPY project
- Scroll down to the “Releases” section on the right
- Click on the latest SCRCPY release
- Download the appropriate ZIP file for your operating system (e.g., Windows 64-bit)

Step 2: Extract and Set Up SCRCPY
- Locate the downloaded ZIP file
- Extract the contents to a folder on your C: drive (for easy access)
- Open the extracted folder

Mirroring Your Android Device (Wired Connection)
Step 1: Connect Your Android Device
- Use the USB cable to connect your Android device to your computer
- Allow USB debugging if prompted on your Android device

Step 2: Launch SCRCPY
- In the SCRCPY folder, double-click on “scrcpy-noconsole.vbs“
- Your Android device’s screen should now appear on your computer

Mirroring Your Android Device (Wireless Connection)
Step 1: Ensure Both Devices Are on the Same Network
- Connect your Android device and computer to the same Wi-Fi network

Step 2: Set Up Wireless Connection
- Connect your Android device to the computer via USB cable
- In the SCRCPY folder, double-click on “open-a-terminal-here.bat“
- In the terminal, type:
scrcpy --tcpip
and press Enter - Wait for the connection to be established
- Disconnect the USB cable

Step 3: Launch SCRCPY Wirelessly
- Double-click on “scrcpy-noconsole.vbs” to start the wireless connection
- Your Android device’s screen should now appear on your computer without any cables

Tips for Using SCRCPY
- Use your mouse and keyboard to control your Android device
- Right-click to go back or access additional options
- Use Ctrl+C to copy text from your computer to your Android device
- Drag and drop files from your computer to your Android device
Conclusion
You now have the knowledge to mirror and control your Android device on your computer using SCRCPY. This powerful tool offers both wired and wireless options, giving you flexibility in how you interact with your device. Whether you’re managing apps, responding to messages, or presenting your Android screen, SCRCPY makes it easy and efficient.
Frequently Asked Questions (FAQ)
Is SCRCPY safe to use?
Yes, SCRCPY is an open-source project that’s widely used and trusted by developers and tech enthusiasts. It doesn’t require any app installation on your Android device, making it a safe option for mirroring your screen.
Can I use SCRCPY on macOS or Linux?
Absolutely! SCRCPY is compatible with Windows, macOS, and Linux. The installation process might vary slightly, but the core functionality remains the same across all platforms.
Will SCRCPY work with all Android devices?
SCRCPY works with most Android devices running Android 5.0 (Lollipop) or higher. However, some heavily modified Android versions or devices might have compatibility issues.
How can I improve the performance of wireless mirroring?
To improve wireless performance, ensure both your computer and Android device have a strong Wi-Fi connection. You can also adjust SCRCPY settings to reduce bitrate or resolution for smoother performance on slower networks.
Can I record my Android screen using SCRCPY?
Yes, SCRCPY offers screen recording capabilities. You can use the command scrcpy --record file.mp4
to start a recording session. Check the SCRCPY documentation for more advanced recording options.