How to Use SCRCPY to Control Android Device Without Mirroring

SCRCPY is a brilliant tool that allows you to screen mirror and control Android Devices on a Windows PC. It has a mountain of different configurations including the ability to control your Android device with your mouse and keyboard without screen mirroring and in this guide that's exactly what we'll be showing you how to do.

How to set up and use SCRCPY (Basic Setup)

If you haven't used or set up SCRCPY before you'll need to follow these steps first.

Enable Developer Options:

Enable USB Debugging:

Download and Set Up SCRCPY on Windows

Note: Some devices may require additional settings under Developer Options. For instance, on Xiaomi devices, enable options to grant permissions and simulate input via USB.

Launch SCRCPY

How to Use SCRCPY to Control Android Device Without Mirroring.

Now that you have SCRCPY set up you can run a specific command that will allow you to control your Android phone with your mouse and keyboard without it mirroring the screen to your PC. There are two ways to do this.

  1. Run the following as a single command: scrcpy --no-video --no-audio
  2. Set up a batch file shortcut so you can open it quickly and easily.

Option 1: Run a single command in SCRCPY

cd D\SCRCPY v1.17 SAMSUNG M31S

Note: If you have your SCRCPY folder on a different drive, not C: you’ll need to change the drive location first. To do this simply type the drive letter followed by a colon ( : ) and press Enter. It should look like this D: If you get stuck there is a video in the SCRCPY Playlist that shows you this process.

scrcpy --no-video --no-audio

Option 2: Create a Batch File (BAT) Shortcut

scrcpy --no-video --no-audio

Finally, save the not file and you'll be able to use it as a shortcut to launch scrcpy without screen mirroring enabled

Comments