Forum Discussion
How to Mirror Pixel Phone to PC on Windows 11/10?
- Jan 22, 2025
I am using AnyDrodiCast and it works well for mirroring my Pixel phone to PC. The steps are very simple and great for non tech savvy users.
Quick tutorial: https://www.anywinhowtos.com/mirror-android-phone-to-pc
you mention a USB connection or wirelessly. how to connect wirelessly
**Step 1: Prepare the Connection
Ensure both your laptop and your Pixel 6 Pro are connected to the same Wi-Fi network.
On your Pixel, go to Settings > System > Developer options.
Tap on the text "Wireless debugging" (not just the toggle) to open the detailed sub-menu.
Tap Pair device with pairing code. You will see an IP address, a Port, and a 6-digit Pairing Code. Keep this screen open.
**Step 2: Pair via Windows Terminal
On your Windows 11 laptop:
Open the folder where you extracted Scrcpy.
Right-click any empty space in that folder and select Open in Terminal.
Type the following command using the "Pairing" details from your phone screen:
adb pair [IP Address]:[Port]
(Example: adb pair 192.168.1.15:37845)
When prompted, enter the 6-digit pairing code shown on your phone and press Enter. You should see a "Successfully paired" message.
**Step 3: Connect and Stream
Now that the devices are paired, you need to establish the active connection.
Look at the main Wireless Debugging screen on your phone (the one you were on before you clicked "Pair"). It will show a different IP address and Port under "IP address & Port."
In your Windows Terminal, type:
adb connect [IP Address]:[Port]
(Example: adb connect 192.168.1.15:42567)
Once it says "connected," simply type scrcpy in the terminal and press Enter.