# How to Set Up Remote Desktop in Windows 11 URL: https://www.mytechnician.tech/tips/setup-remote-desktop-windows-11/ Published: 2026-05-25 | Updated: 2026-08-07 | Author: Ankit Kumar Tags: Windows 11, Network, System, Troubleshooting Summary: Control your PC from another device with Remote Desktop — enable RDP on Pro, work around Home limits, router port forwarding, and safer alternatives. Recommended app: Network Traffic Monitor & Analyzer — https://www.mytechnician.tech/apps/network-monitor/ (Microsoft Store: https://apps.microsoft.com/detail/9NGCWN2BKVSC?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem You want the office PC from the couch, or to help family without driving over. **Remote Desktop (RDP)** is built into Windows 11 **Pro**, **Enterprise**, and **Education**—not **Home**. Setup is enable the PC, allow through firewall, and reach it safely on your LAN or over the internet without exposing RDP to the whole world. > **Keyboard dead on the host PC?** [Keyboard not typing](https://www.mytechnician.tech/tips/fix-keyboard-not-typing-windows-11/) covers RDP quirks. **Need files, not full desktop?** [Share files on the same network](https://www.mytechnician.tech/tips/share-files-between-windows-pcs-same-network/). ## What You Need | Edition | Built-in RDP host | |--------|-------------------| | Windows 11 Pro / Enterprise / Education | Yes (host) | | Windows 11 Home | No host—use Quick Assist, Parsec, or upgrade | Any edition can run the **Remote Desktop Connection** client (`mstsc`) to connect *to* Pro machines. ## The Fix: Step-by-Step (Windows 11 Pro Host) ### Step 1: Enable Remote Desktop 1. **Settings** → **System** → **Remote Desktop**. 2. Turn **Remote Desktop** **On**. 3. Confirm **Network level authentication** stays **On** (recommended). ### Step 2: Note the PC Name and User Account On the same page, copy **PC name** (e.g. `DESKTOP-ABC123`). The account you sign in with locally must have a **password**—blank passwords are blocked for RDP. ### Step 3: Allow Through Firewall Turning RDP on usually opens **Remote Desktop** rules. If you use third-party firewalls, allow **TCP 3389** on private networks only for testing. ### Step 4: Connect on the Same LAN On another Windows PC: 1. `Win + R` → `mstsc` → Enter. 2. **Computer:** `DESKTOP-ABC123` or the host's LAN IP (`ipconfig` on host → **IPv4 Address**). 3. **Connect** → enter the host's Windows username and password. Phones/tablets: install **Microsoft Remote Desktop** from the store; add the PC by name or IP. ### Step 5: Find Your Public IP (Internet Access) On the host network's router admin page, check **WAN IP**. From outside the house, you need that IP—or a **Dynamic DNS** hostname if the ISP changes it. ### Step 6: Port Forward Safely (Router) 1. Router admin → **Port forwarding** / **Virtual server**. 2. Forward **TCP 3389** to the host PC's **static LAN IP** (set DHCP reservation in router). 3. **Change the default RDP port** on the host if you must expose it—reduces drive-by scans (advanced: `PortNumber` in registry + firewall rule). > **Security:** Exposing RDP to the open internet is a top ransomware entry. Prefer **VPN into your home network** (router WireGuard/OpenVPN) then RDP on LAN IP only. Minimum: strong unique password, **NLA on**, keep Windows updated. ### Step 7: Windows 11 Home? Use Alternatives * **Quick Assist** (built-in): **Start** → search **Quick Assist**—screen share with a code; good for help sessions, not 24/7 access. * **Microsoft account** + **Phone Link** for light tasks. * Third-party: **Parsec**, **RustDesk**, **AnyDesk**—evaluate privacy and unattended access policies. ### Step 8: Wake the PC Remotely (Optional) BIOS: enable **Wake on LAN**. Ethernet stays linked for WOL; Wi-Fi WOL is unreliable. Router may need **WoL relay** to wake sleeping PCs. ## Troubleshooting * **"Remote Desktop can't connect"** — wrong IP, PC asleep, firewall, or not Pro. * **CredSSP / NLA errors** — update both sides; clock must be correct. * **Black screen after connect** — update GPU driver; disconnect monitors if headless (dummy HDMI plug sometimes needed). * **Works LAN, fails WAN** — double port forward, ISP CGNAT (no public IP), or try VPN instead. ## Checklist Before Leaving RDP On - [ ] Strong password or Microsoft account with MFA on the host - [ ] Windows Update current - [ ] Prefer VPN over raw port 3389 on the internet - [ ] Sleep disabled on host for servers you need 24/7 (`powercfg` or **Power** settings) Before you make this reachable from outside your home, read [how to secure Remote Desktop](https://www.mytechnician.tech/tips/secure-remote-desktop-rdp-windows-11/) — exposed RDP is one of the most exploited configurations there is, and [port forwarding it is the wrong answer](https://www.mytechnician.tech/tips/port-forwarding-upnp-security-risks/). --- Source: https://www.mytechnician.tech/tips/setup-remote-desktop-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: Network Traffic Monitor & Analyzer (Network Traffic Monitor & Analyzer shows real-time bandwidth usage, active connections, and per-app network traffic on Windows 10 and 11.) — https://www.mytechnician.tech/apps/network-monitor/ More guides: https://www.mytechnician.tech/llms.txt