Wondershare Dr.Fone
Simpler Scrcpy Alternative to Mirror Phone Screen
  • Mirror Android screen to computers with cable or Wi-Fi.
  • Extend your Android device screen with your PC or Mac.
  • Record Android screen and take screenshots from PC or Mac.
mirror android screen

Is Scrcpy Good for Gaming & Screen Mirroring? Full Review + Alternative

Sep 05, 2025 • Filed to: Phone Mirroring Solutions • Proven solutions

If you want to screen mirror or use your Android Phone from your computer, scrcpy is a reliable open-source solution for the problem. Although it is built for Android developers to test the applications they are building directly on their development machine, it can be used by a non-technical person as well.

Part 1. What is Scrcpy Used for?

It’s lightweight and offers the functionality of mirroring while connected to the computer, both wired and wirelessly. The guide will walk you through the complete installation and setup for both wired and wireless configurations.

Part 2. How to Mirror a Phone to a Laptop with Scrcpy?

It takes a bit of tinkering to get scrcpy up and running, but once you follow the steps below, it’s essentially plug-and-play.

Step 1: Open the “Settings” app on your phone and locate your device’s “Build Number”. Tap it seven times, which will grant you access to your Android’s Developer Options.

android’s build number

Step 2: Head to the “Developer Options” and enable the “USB Debugging” option.

Enable USB Debugging

On Windows

Step 1: Simply head to the scrcpy download page and download the 64-bit version for Windows.

download page for scrcpy

Step 2: Move the zip file for scrcpy to another folder.

new folder for scrcpy

Step 3: Extract the zip file in the same folder.

extract the zip file

Step 4: Open the extracted folder named “scrcpy-win64-v3.3.1”.

scrcpy folder

Wired Connection

Step 1: Connect your phone to your computer with the help of a USB cable, and on your computer, launch the “scrcpy” program from the “scrcpy-win64-v3.3.1” folder.

launch scrcpy

Step 2: A “Windows Security Alert” might come up. Choose “Allow access”.

windows security alert

Step 3: Similarly, your Android Device will also request your permission to “Allow USB debugging”. Choose the option “Always allow from this computer”, and hit “Allow”.

allow usb debugging

Step 4: Now, launch the “scrcpy” program.

connecting

Step 5: Within a few seconds, your Android phone will be mirrored.

screen mirroring

Wireless Connection

Step 1: Copy the path of the folder where you have extracted the scrcpy file.

copy file path

Step 2: Open the command prompt and run: “cd “C:\Users\Lenovo\Desktop\(Username)\Mirror\scrcpy-win64-v3.3.1””

change directory

Step 3: Connect the phone with a USB cable, and run the command: “adb devices”

adb devices

Step 4: Now run the command: “adb tcpip 5555”

mount with tcp

Step 5: Find your IP address (in the format of 192.168.x.x), and run the following command: “adb connect 192.168.x.x:5555”

adb connect

Step 6: Run the following command: “scrcpy -e”

wirelessly mirrored android

On MacOs

Step 1: Now run the command, make sure that you have Homebrew installed: “brew install scrcpy”

install scrcpy

Step 2: Now, also install the Android platform tools, using the command:

install android platform tools

Wired Connection

Step 3: Connect your Android device to your Mac, and run the command: “scrcpy”

install scrcpy on mac

Wait for a few moments, and your Android screen will be mirrored.

android mirrored on mac

Wireless Connection

Step 1: Connect the Android, and run the following command to make sure that it is connected properly:

adb devices

Step 2: Run the following command to mount the connected device on TCP: “adb tcpip 5555”

Step 3: Find the IP address of your Android device, and run the following command: “adb connect 192.168.x.x:5555”

connect with ip address

Step 4: Run the “scrcpy” command and wait for a few seconds:

android mirrored on mac wirlessly

On Linux

Step 1: Open a terminal in your Linux distro.

linux terminal

Note: Depending on the Linux distro you’re on, your mileage may vary. As I am using Fedora, my package manager is “dnf”, which may differ in your case.

Step 2: In the terminal, type the following command: “sudo dnf copr enable zeno/scrcpy ”

terminal command

Step 3: After the first command gets executed, type in the new command: “sudo dnf install scrcpy”

install scrcpy

Wired Connection

Step 1: Connect your Android to the computer with a USB cable.

Step 2: Now run the command: “adb devices”

This will prompt your device to ask whether to trust this computer for USB debugging. Choose the option “Always allow from this computer” and tap “Allow.”

connect android with a linux machine

Step 3: Now run the final command, and wait for a moment:

run scrcpy

Within seconds, another window will open displaying your mirrored Android.

mirror android with scrcpy

Wireless Connection

Step 1: Connect the phone to the computer and run the command: “adb devices”

verify connection

Step 2: Now run the command: “adb tcpip 5555”

mount the android on tcp mode

Step 3: Find your Android's IP Address

ip address of your android

Step 4: Now, run the command: “adb connect 192.168.x.x:5555”

This will display a message displaying “failed to authenticate to 192.168.x.x:5555”.

failed adb connect command

Step 5: The previous command will make your Android ask for USB debugging permissions, trust the device, and hit Allow.

allow usb debugging

Step 6: Re-run the previous command.

Step 7: Now run the following command: “scrcpy”.

wirelessly mirrored android

Part 3. Is Scrcpy good for gaming?

Many users want to play their games on a big screen, and using a computer is a good option. However, it comes with several limitations. Single-touch-based games, like Subway Surfers or Candy Crush, will work. But if it requires multi-touch input, playing it on a computer becomes difficult.

Game 1: Running Subway Surfers

Running Subway Surfers is not a problem; it works perfectly in both wired and wireless modes. The arrow keys on the keyboard can also be used to control your character.

Game 2: Asphalt 9

Asphalt 9 is easy to play with just a few clicks, but later levels need quicker and more accurate controls, which can be tricky with a mouse or trackpad.

Game 3: Grand Theft Auto

Playing the Android version of Grand Theft Auto: San Andreas is nearly impossible with the default setup, as it requires multiple touch inputs. The keyboard also doesn’t work with the game unless you use third-party hotkey software, which may function but won’t provide an enjoyable experience.

Another important point to understand is that inputs are not delivered to the game natively. They must pass through a medium, either a wired connection or Wi-Fi, and both introduce some input delay. While this may be tolerable for casual play, in competitive titles like PUBG or COD Mobile, input delay is something you simply cannot afford.

Part 4. User reviews

The following are some of the user reviews:

Review 1:

From: hasnainle2

“Works pretty well with a lot of Android devices, latency is ok and depends on the processor power (after trying it on different computers)”.

Review 2:

From: enzomart

“Excellent program for developing Android apps and testing with an Android device connected”.

Review 3:

From: kaedeseto

“Good software to use when programming mobile applications”.

Part 5. Pricing, Pros & Cons of scrcpy

Being an open source software, scrcpy is completely free to use for all platforms, and can be used as long as the user wants

Pros & Cons

👍🏼Pros
  • Free and Open-Source
  • Uses minimum resources
  • Can mirror up to the max resolution of the device, even if it's more than 1080p
  • No additional application is required to be installed on your Android device
👎🏼Cons
  • Setup can be a bit tricky for beginners, because it involves dealing with the command line
  • There is no GUI to interact with; it’s just a command-line interface.
  • USB debugging should be enabled on your Android device.

Part 6. Simpler Scrcpy Alternative to Mirror Phone Screen Dr. Fone

If you don’t want to deal with the command line to mirror your Android device on your computer, Wondershare Dr. Fone is a better choice, as it removes all the command line barriers you face with scrcpy.

style arrow up

Wondershare Dr.Fone

Simpler Scrcpy Alternative to Mirror Phone Screen

  • Mirror Android screen to computers with cable or Wi-Fi.
  • Extend your Android device screen with your PC or Mac.
  • Record Android screen and take screenshots from PC or Mac.
  • Control your Android phone/tablet on a PC.
Available on: Windows Mac
3981454 people have downloaded it

Follow the steps below for a simpler Android screen mirroring experience:

Step 1: Download Dr. Fone and install it on your system.

Step 2: After opening it, click the “Screen Mirror” option from the sidebar.

screen mirror tab

Wired Connection

Step 1: Download the Dr. Fone Android Application from the Google Play Store. Try to avoid downloading Google’s APKs as they may contain viruses.

Step 2: Download and run Wondershare Dr.Fone on your PC and connect your Android phone using a USB cable.

Step 3: Now head to the Screen Mirror tab and select “Screen Mirror”.

select screen mirror

Step 4: It will take a few moments, and will start screen mirroring your Android. You will see Dr. Fone’s screen by default on your phone’s display. On PC, you can see your phone’s live screen.

accessing permissions on android

Step 5: The desktop application will display an “End Mirroring” option, which you can click when you are done.

end screen mirroring

Wireless Connection

Step 1: Install the Android application of Dr. Fone.

Step 2: Install and run Wondershare Dr.Fone on your PC, then select Screen Mirroring from the left panel. A QR code will appear.

scan to start the mirroring

Step 3: From your connected Android device, tap on the top-right QR scanner option to scan the code from the PC.

android connected with drfone

Step 4: You will receive a notification stating, “Screen Mirroring is in Progress.”

screen mirroring in progress

Step 5: Now you can use your Android from your computer with Dr.Fone, and you can also take screenshots and record your screen as well.

android wirelessly mirrored

Conclusion

scrcpy is a free and reliable solution that can mirror your Android device to a computer, either through a USB cable or wirelessly. While it’s suitable for content consumption or app testing, it's not the best option for games that require multiple touch inputs or low input latency. The guide walks you through the installation, setup, and use of scrcpy across Windows, macOS, and Linux.

safe Downloadsafe & secure

4,624,541 people have downloaded it

Daisy Raines

staff Editor

Android Mirror

Access Android from PC
Android Control
Mirror Android
Android Recorder
Mirror Apps
Mirror Tools
drfone
Your Complete Mobile Solution
  • ● Manage/transfer/recover data
  • ● Unlock screen/activate/FRP lock
  • ● Fix most iOS and Android issues
Try Now Try Now Try Now
Home > How-to > Phone Mirroring Solutions > Is Scrcpy Good for Gaming & Screen Mirroring? Full Review + Alternative