How to Enable VPN Split Tunneling in Windows 10 [4 Ways]

Split tunneling lets you use VPN and local traffic at the same time

Reading time icon 4 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

enable VPN split tunneling in Windows 10

Today, we’ll show you how to set up VPN split tunneling on Windows 10.

This feature lets you secure important data with your VPN while keeping your internet fast for gaming and streaming on Netflix or other international platforms.

It’s great for managing bandwidth and ensuring smooth gameplay without slowdowns. Let’s get started.

How do I set up split tunneling in Windows 10?

1. Edit the VPN connection properties

uee default gateway on remote network
  1. Right-click the Windows 10 Start button and go to Network Connections.
  2. Click Change adapter options.
  3. Right-click your VPN connection and open Properties.
  4. In the Networking tab, select Internet Protocol Version 4 (TCP/IPv4).
  5. Click Advanced.
  6. In the General tab, click Advanced.
  7. Disable Use default gateway on remote network.
  8. Restart your VPN connection.

To disable split tunneling, go to the same place and enable Use default gateway on remote network.

This method can be used to remotely connect to another PC, in order to access files through VPN and use the remote LAN resources while also staying connected to your home network.

2. Use PowerShell

enable VPN split tunneling in PowerShell
  1. Right-click Start and select Windows PowerShell (Admin).
  2. If you don’t know the VPN connection’s name, use Get-VPNconnection.
  3. To enable VPN split tunneling in Windows 10, paste:Set-VPNconnection -name YourVPNconnection -SplitTunneling $true
  4. Replace YourVPNconnection with the actual name and press Enter.
  5. To disable VPN split tunneling, paste:Set-VPNconnection -name YourVPNconnection -SplitTunneling $false

This method uses the L2tp split tunnel and is identical to the first one but faster for Windows 10 users familiar with PowerShell.

Furthermore, it’s possible to create and run PowerShell scripts that automatically execute commands like enabling or disabling split tunneling.

Join our PowerShell Troubleshooting Hub if you’re experiencing any issues with this utility.

3. Get a VPN client with split tunneling

expressvpn split tunneling feature
  1. Sign up for a VPN subscription plan (we recommend ExpressVPN).
  2. Download and install the VPN.
  3. Launch the app and click its icon in the systray.
  4. Click on the Menu icon (three horizontal lines) in the top-left corner of the app and select Options
  5. In the Settings window, go to the General tab.
  6. Check the box next to Manage Connection on a Per-App Basis.
  7. Select either All apps use the VPN (default), Do not allow selected apps to use the VPN, or Only allow selected apps to use the VPN.
  8. Add apps to your list by clicking Add an app and selecting the apps you want.

ExpressVPN

Make the most of split tunneling with ExpressVPN for faster, smarter browsing!
Check price Visit website

4. Change router firmware settings

You can also configure split tunneling at the router level if the firmware supports this feature.

It’s an excellent way to share your VPN connection with devices that don’t have native support for VPN clients, such as gaming consoles.

If you’re worried about security, you shouldn’t. Split tunneling doesn’t take anything away from the VPN’s safety features, as long as you use a secure protocol with strong encryption, such as OpenVPN with 256-bit AES.

At the same time, split tunneling doesn’t hamper the connection speed or add any latency. There are only perks to enabling split tunneling on Windows 10 PCs, so feel free to try it yourself.

Is split tunneling safe?

Split tunneling is perfectly safe to set up and use. You don’t have to worry about any security vulnerabilities when setting up a VPN between two networks.

Does OpenVPN support split tunneling?

Yes, OpenVPN supports split tunneling. You can exclude IP addresses using route IPaddress netmask net_gateway. For example, route 192.168.1.0 255.255.255.0 net_gateway

Conclusion

To sum up, you can set up split tunneling by editing the Windows 10 VPN connection properties or by using PowerShell. You can also use a VPN that has split tunneling features.

A fourth alternative is to set up split tunneling mode at the router level if your router firmware supports this feature. It will divert network traffic for all devices connected to your home Wi-Fi.

Did you manage to set up a split tunnel through VPN? Let us know how you did it in the comment section below.

More about the topics: VPN, windows 10

User forum

2 messages