How to Mirror Your Android Screen to PC or Mac
**How to Mirror Your Android Screen to PC, Mac, or Linux Using Scrcpy**
---
### Enabling USB Debugging on Your Android Phone
To mirror your Android screen to your computer, you’ll need to enable USB debugging. Here’s how:
1. **Open Settings**: On your Android phone, go to the **Settings** app.
2. **Navigate to About Phone**: Scroll down until you find **About Phone** and tap it.
3. **Find Build Number**: Continue scrolling down until you see the **Build Number**. Tap on this number repeatedly (usually 7 times) until you see a message that says, "You are now a developer." This enables developer mode.
Once done, go back to the main settings menu.
---
### Enabling Developer Options and USB Debugging
1. **Go Back to Settings**: Return to your phone’s **Settings** app.
2. **Locate Developer Options**: Scroll down to find **Developer Options**. If you can’t see it immediately, try searching for it in the settings menu (it’s usually under **System**).
3. **Enable USB Debugging**: Inside **Developer Options**, toggle on **USB debugging**. This allows your phone to communicate with your computer via USB.
After enabling these settings, you’re ready to move forward.
---
### Downloading and Extracting Scrcpy
Scrcpy is an open-source tool that enables screen mirroring and recording from Android to PC. Here’s how to set it up:
1. **Download the Software**: Visit the [official scrcpy GitHub page](https://github.com/alephsecurity/scrcpy) to download the software for your operating system (Windows, Mac, or Linux). For this guide, we’ll focus on Windows.
2. **Choose Your Version**: On the download page, select the appropriate version of scrcpy for your OS (e.g., 64-bit for Windows 11).
3. **Extract the Files**: Once downloaded, extract the files using an extraction tool like 7-Zip.
The extracted folder will contain everything you need to run scrcpy.
---
### Allowing USB Debugging on Your Phone
After connecting your phone to your computer:
1. **Connect Your Phone**: Use a Type-C cable to connect your Android phone to your computer.
2. **Authorize USB Debugging**: On your phone, you’ll receive a prompt asking you to allow USB debugging. Tap **Allow** and consider checking the box for “Always allow from this computer” for convenience.
---
### Mirroring Your Android Screen
1. **Run Scrcpy**: Open the folder where you extracted scrcpy and run the file named `scr_cpy_no_console_vbs.exe`.
2. **Authorize on Phone**: You’ll receive another prompt on your phone asking to allow screen mirroring. Tap **Allow**.
3. **Adjust Display Settings**: The screen will appear in a new window on your desktop. You can resize it for better visibility.
Now, you’re successfully mirroring your Android screen!
---
### Capturing Gameplay and Recording
Scrcpy offers advanced features like gameplay recording. Here’s how to record your screen:
1. **Open the Command Prompt**: Use the batch file named `open_in_cmd.bat` in the scrcpy folder to open a command prompt.
2. **Access Commands**: Type `scrcpy --help` and press Enter to view all available commands.
3. **Record Your Gameplay**: To record, use the command:
```
scrcpy -R "output.mp4"
```
Replace `"output.mp4"` with your desired file name.
For example:
```
scrcpy -R "downhill-gameplay.mp4"
```
Once you start recording, any actions on your phone will be captured in the output file.
---
### Why Mirror Your Android Screen?
There are numerous reasons to mirror your Android screen:
- **Screen Sharing**: Share media or content with a larger audience without uploading files.
- **Recording Gameplay**: Capture and share gameplay videos easily.
- **Productivity**: Use your phone’s features on a bigger screen for easier productivity.
---
### Additional Tips
- **Wireless Mirroring**: While this guide focuses on wired connection, scrcpy can also work wirelessly. If you’re interested in wireless setup, let us know in the comments!
- **Open Source Benefits**: Since scrcpy is open source, you can inspect and modify its code for your needs.
---
### Conclusion
Mirroring your Android screen to a PC or Mac using scrcpy is an efficient and free method to enhance your mobile experience. Whether you’re recording gameplay or simply extending your phone’s functionality, scrcpy offers powerful features with minimal setup.
If you have questions or need additional guides, feel free to leave a comment below. We’d love to help!