The Problem
You need encrypted traffic—to reach office files, appear on another country's catalog, or stay off public Wi-Fi snooping. Windows 11 includes a built-in VPN client, but most consumer services ship their own app. Picking the wrong path wastes an hour of menu digging.
Built-in VPN vs Third-Party App
| Use case | Best option |
|----------|-------------|
| Employer gave you server name, username, pre-shared key | Built-in (Settings or ms-settings:network-vpn) |
| NordVPN, ExpressVPN, Proton, Mullvad subscription | Vendor app (WireGuard/OpenVPN handled for you) |
| Self-hosted WireGuard on a NAS or VPS | WireGuard app from wireguard.com |
The Fix: Built-in VPN (Work / Manual Server)
Step 1: Gather Details From IT or Your Router
You need: VPN type (IKEv2, L2TP, PPTP—avoid PPTP if possible), server hostname or IP, username, password, and sometimes a pre-shared key or certificate.
Step 2: Add the Connection in Settings
- Settings → Network & internet → VPN → Add VPN.
- Fill in:
- VPN provider: Windows (built-in)
- Connection name: anything memorable (e.g.
Office VPN) - Server name or address: from IT
- VPN type: IKEv2 (preferred) or L2TP/IPsec
- Sign-in info: username and password
- Save, then click the connection → Connect.
Step 3: L2TP Pre-Shared Key (If Required)
Win + R→ncpa.cpl→ your VPN entry → Properties → Security.- Choose Allow these protocols → enable Microsoft CHAP Version 2 and L2TP.
- Click Advanced settings → enter the pre-shared key → OK.
Step 4: Fix "Can't Connect" on Built-in VPN
- Double-check server address and VPN type—IKEv2 on the server must match the client.
- Temporarily disable third-party firewalls to test; re-enable after.
- Services: ensure IKE and AuthIP IPsec Keying Modules and IPsec Policy Agent are Running (
services.msc).
Third-Party VPN Apps (Consumer Services)
Step 1: Download From the Official Site Only
Get the installer from the provider's website or the Microsoft Store—not random download mirrors.
Step 2: Install and Sign In
Run the installer, log in, pick a country or "fastest server," and toggle Connect. Most apps install a virtual adapter and set DNS automatically.
Step 3: Enable Kill Switch (Recommended on Laptops)
In the app settings, turn on Kill switch or Block internet without VPN so traffic does not leak if the tunnel drops on café Wi-Fi.
Step 4: Split Tunneling (Optional)
Route only the browser through VPN, or exclude local printers, so home file shares still work—each app labels this differently under Split tunneling or Bypass.
WireGuard (Self-Hosted)
- Install WireGuard for Windows from wireguard.com.
- Import the
.conffile your server admin generated (Import tunnel(s) from file). - Click Activate. No separate username—keys are in the config file.
After Connecting
- Browse to
whatismyip.com—the IP should match the VPN exit, not your home ISP. - Slow speeds? Try another server or WireGuard instead of OpenVPN in the app.
- Done with work? Disconnect VPN before gaming or local streaming—double NAT adds lag.
DNS errors only while VPN is on? Disconnect and follow DNS server not responding—stale VPN DNS is a common cause.
A VPN protects traffic in transit and nothing else. For the threats it does not cover, set up DNS filtering to block malicious domains outright, and use Remote Desktop over a VPN rather than a forwarded port if you need to reach your PC from elsewhere.
Related guides
How to Secure Remote Desktop (RDP) in Windows 11
RDP exposed to the internet is a top ransomware entry point. Lock it down with Network Level Authentication, lockout policy, and a VPN instead of port forwarding.
Set Up DNS Filtering to Block Malicious Sites
A filtering DNS resolver blocks phishing, malware, and ad domains for every device before they load. Set it up on Windows 11 and on the router, with encrypted DNS.
How to Find Your Saved Wi-Fi Password in Windows 11
Forgotten the Wi-Fi password but your PC is still connected? Recover it from Windows 11 settings, from Terminal for any saved network, or from the router itself.
How to Fix Windows Firewall Blocking Apps in Windows 11
App blocked by Windows Defender Firewall, can't join a game server, or file sharing fails? Add allow rules, reset firewall defaults, and fix network profile.
Set Up UAC and a Standard User Account in Windows 11
Running as administrator gives every program you open full control of the PC. Set UAC to always notify and move daily use to a standard account without losing anything.