Your phone buzzes. You look down, unlock it, reply, put it back, and lose your train of thought: for the fortieth time today. There’s a better way: control your device from any PC or Mac, using your own keyboard and mouse, and leave the phone in your bag.
The quick answer: In 2026 you don’t need Chrome extensions or paid apps for this. Two free tools cover almost everyone. Microsoft Phone Link is built into Windows 11: pair once over Wi-Fi and you get texts, calls, notifications, photos, and, on most recent phones, full screen mirroring and the ability to run Android apps in their own windows on your desktop. Samsung and Pixel phones get the deepest integration. If you want lower latency and total control, scrcpy is the power-user favorite: a free, open-source tool that mirrors your phone over USB with near-zero lag, no account, and no ads. Samsung owners also have DeX, which turns the phone into a full desktop environment on your PC’s screen. Start with Phone Link for messaging convenience; graduate to scrcpy when you want speed.
Microsoft Phone Link: the zero-effort option
If you’re on Windows 11 (or updated Windows 10), Phone Link is already installed. It’s the successor to “Your Phone,” and it has quietly become genuinely good.
Setup takes about two minutes:
- Open Phone Link on your PC (hit Start and type it).
- On your phone, install or open Link to Windows. It’s preloaded on Samsung and most other recent phones.
- Scan the QR code the PC shows, approve the permission prompts on the phone, and you’re paired. Both devices need to be on the same network for first-time setup; after that it works over Wi-Fi and mobile data.
What you get once paired:
- Messages: read and send SMS and RCS from your PC, with full conversation history.
- Calls: make and take phone calls through your PC’s mic and speakers (needs Bluetooth between PC and phone).
- Notifications: every phone notification mirrored to the Windows notification center, with the ability to dismiss or reply inline where the app supports it.
- Photos: instant access to your camera roll: screenshot on the phone, paste on the PC seconds later.
- Apps and screen mirroring: on supported devices (all recent Samsung Galaxy phones, Pixels, and many others running Link to Windows), you can mirror the whole phone screen or launch individual Android apps in their own resizable windows on your desktop. Instagram in a window next to Excel. It works.
The Samsung and Pixel tiers get extras like cross-device copy-paste, drag-and-drop file transfer, and using the phone as a webcam. The limitations: mirroring runs over Wi-Fi, so there’s visible latency (fine for replying to WhatsApp, not fine for games) and the phone screen may need to stay unlocked during app streaming on some models.

scrcpy: full control, zero lag, zero cost
scrcpy (pronounced “screen copy”) is what most enthusiasts actually use, and it’s easy to see why. It’s open source, weighs a few megabytes, needs no account, shows no ads, and mirrors your phone at up to its native resolution with latency low enough that it feels like the phone is running on your monitor. It replaced the old Vysor-style Chrome apps for good reason: everything Vysor charged for, scrcpy does free and faster.
Setting it up
- Enable Developer options on your phone: Settings > About phone > tap Build number seven times.
- In Settings > Developer options, turn on USB debugging.
- Install scrcpy on your PC. On Windows, grab the release ZIP from the official GitHub project (search “scrcpy Genymobile GitHub”) or install via
winget install Genymobile.scrcpy. On macOS it’sbrew install scrcpy; on Linux it’s in every major package manager. ADB is bundled with the Windows release, so there’s nothing else to install. - Connect your phone over USB, run
scrcpy, and tap Allow on the “Allow USB debugging?” prompt on the phone (tick “Always allow from this computer”).
A window appears with your phone’s screen in it. Click to tap, scroll with the wheel, type with your keyboard: including straight into Android text fields. Right-click is Back, middle-click is Home.
Why power users swear by it
- Latency: typically 35-70 ms over USB. You can scroll feeds, type at full speed, and even play casual games comfortably.
- Wireless mode: run
scrcpy --tcpiponce over USB and future sessions work over Wi-Fi, cable-free. - Audio forwarding: phone audio plays through your PC speakers (Android 11+).
- Extras: record the screen to a file, copy-paste between devices, drag an APK onto the window to install it, keep the phone display off while mirroring with
scrcpy --turn-screen-off.
The trade-off is that it’s a mirroring tool, not an ecosystem. There’s no synced message inbox or notification centre. You see exactly what’s on the phone screen, nothing more. For many people that’s precisely the appeal.
Samsung DeX: your phone as a second desktop
Galaxy S and Z series owners have a third option. DeX doesn’t mirror your phone’s screen. It launches a separate desktop environment, with a taskbar and resizable windows, powered by the phone itself. Connect over USB or Wi-Fi to the DeX app on Windows (or straight to a monitor), and your phone becomes a second computer. It’s great for using phone-only apps at desktop scale or turning a hotel TV into a workstation. If your phone supports it, it’s worth ten minutes of experimentation; if you don’t own a Samsung, Phone Link’s app streaming gets you most of the way there.
Going the other direction: PC from your phone
Sometimes the itch is reversed. You’re on the couch with your phone and need something from the PC. Chrome Remote Desktop (free, from Google) or RustDesk (free, open source) put your full Windows desktop on your phone screen from anywhere. Microsoft’s Remote Desktop app does the same for Windows Pro machines. Setup is a five-minute one-time job: install the host on the PC, sign in on the phone, done. Handy for grabbing a forgotten file or nudging a download along.
Which one should you use?
- You mostly want texts, calls, and notifications on your PC: Phone Link. It’s already installed and takes two minutes.
- You want to properly drive the phone: full speed, any app, no lag: scrcpy over USB. Nothing else comes close for free.
- You own a recent Samsung and want a desktop experience: DeX.
- You need your PC from your phone: Chrome Remote Desktop or RustDesk.
They also stack nicely: Phone Link running all day for messages, scrcpy launched when you need real control. And if your phone feels sluggish when mirrored, it’s usually the phone, not the link. Our roundup of hidden Android settings that speed up your phone covers the animation and background tweaks that make mirroring feel snappier too.

FAQ
Is scrcpy safe to use?
Yes, with one caveat: get it from the right place. scrcpy is open source, developed publicly by Genymobile on GitHub, with its code audited by thousands of users for years. It sends nothing to the internet: mirroring happens directly between your phone and PC over USB or your local network. The caveat is fake download sites: sketchy pages bundle “scrcpy installers” with adware. Download only from the official GitHub releases page, or install via winget, Homebrew, or your Linux package manager. Also remember USB debugging is a powerful setting: only ever accept debugging prompts from your own computer.
Does Phone Link work with an iPhone?
Partially. Microsoft added basic iPhone support to Phone Link: calls, iMessage-relayed texts, contacts, and notifications over Bluetooth. It’s a long way behind the Android experience: no photo library access, no app streaming, no screen mirroring, and group messaging is limited, because Apple restricts what third parties can touch. If you’re an iPhone-plus-Windows person it’s worth enabling, but temper expectations. Everything else in this guide (scrcpy, DeX) is Android-only.
Is the latency good enough for gaming?
Depends on the tool. scrcpy over USB is the only setup in this guide that’s playable: turn-based games, gacha grinding, and casual titles feel fine, and even some action games are tolerable. Phone Link’s mirroring runs over Wi-Fi and adds enough delay that anything timing-sensitive is frustrating. For serious competitive play, nothing beats hands on the phone, or an official PC client where one exists. A useful scrcpy trick for games: add --max-fps=60 --video-bit-rate=8M and use USB 3 to keep things smooth.
Do I need root or any hacks for this?
No. Everything here (Phone Link, scrcpy, DeX, Chrome Remote Desktop) works on a completely stock, unrooted phone. scrcpy only needs USB debugging enabled, which is a standard developer setting, not a modification. If any app or website tells you to root your phone or sideload a patched APK to “unlock” PC control, close the tab; you’re being sold something you don’t need.
The days of juggling two screens are over. Pair Phone Link this afternoon, keep scrcpy in your toolkit for the heavy lifting, and your phone becomes just another window on your desktop: right where it belongs.

Akshay Mhatre is a Tech Journalist who likes to keep up with the latest from the tech world. He has worked at many popular news portals like BGR and TechRadar before joining TheLeaker as a News writer and journalist. A writer by day and a VFX artist by night. In his free time, he also likes to make motion graphics and concept art. You can find him on Instagram @akshayrazr_95 and contact him on akshaymhatre[@]theleaker.com.
