← All articles

VPN · 8 min read · 7/24/2026

Split Tunneling Explained: Benefits, Risks, and Setup

Split tunneling lets you choose which apps or websites use your VPN while other traffic connects directly to the internet.

Split Tunneling Explained: Benefits, Risks, and Setup

Split tunneling is a VPN feature that sends some internet traffic through an encrypted VPN connection while allowing the rest to use your regular network. It can preserve access to local devices, reduce unnecessary VPN traffic, and prevent location conflicts—but it also requires careful configuration.

This guide explains the main split tunneling modes, practical use cases, risks, and the settings you should verify before relying on it.

What is split tunneling?

A VPN normally routes all supported internet traffic from your device through an encrypted tunnel to a VPN server. Websites and online services then see the VPN server's IP address rather than your regular public IP address.

Split tunneling creates exceptions to that route. Depending on the VPN app, you may select applications, websites, or IP addresses that should either use or bypass the VPN.

For example, you could route a browser through a server in another country while allowing a video-calling app to connect directly. The browser would use the VPN's IP address, but the calling app would use your normal connection.

Split tunneling does not create two internet subscriptions or divide bandwidth into equal portions. It applies routing rules that determine which network path each selected connection takes.

How split tunneling works

When you enable a VPN, its software usually adds routes or a virtual network interface to your operating system. These changes direct traffic into the encrypted tunnel. Split tunneling modifies those rules based on criteria supported by the VPN client.

Common implementations include:

  • App-based routing: Selected applications use or bypass the VPN.
  • Website-based routing: Browser extensions or VPN clients apply rules to specified domains.
  • IP-based routing: Traffic for selected IP addresses or network ranges follows a particular route.
  • Local network access: Devices such as printers, media servers, and network-attached storage remain reachable outside the tunnel.

Website exclusions can be less reliable than they appear. A service may use multiple domains, changing IP addresses, content delivery networks, or third-party login systems. Excluding one domain may not route every related connection as intended.

DNS handling matters as well. An app might bypass the VPN while its DNS requests still use the VPN's resolver—or the reverse. Behavior differs by provider, operating system, protocol, and app version, so testing is essential.

Types of split tunneling

VPN providers use inconsistent labels, but most features fit into two routing models.

Standard split tunneling

Standard, or exclusion-based, split tunneling sends traffic through the VPN by default. You select the apps or destinations that should bypass it.

This approach is useful when most activity needs VPN protection and only a few services require your normal IP address. However, every excluded app loses the VPN tunnel's protection.

Inverse split tunneling

Inverse, or inclusion-based, split tunneling uses your direct connection by default. Only selected apps enter the VPN tunnel. Providers may call this an allowlist, route-via-VPN, or only-selected-apps mode.

It is convenient when one application needs a different IP address, but it is riskier for privacy-sensitive use. A new or forgotten app will bypass the VPN unless you explicitly add it.

Comparison: standard vs. inverse routing

| Feature | Standard split tunneling | Inverse split tunneling |

|---|---|---|

| Default path | VPN tunnel | Direct connection |

| Rules apply to | Bypassing apps or sites | Protected apps or sites |

| Best suited to | Protecting most traffic | Tunneling a small number of apps |

| Main risk | Excluded apps expose the regular IP | Unlisted apps receive no VPN protection |

| Maintenance | Review bypass exceptions | Add every app that needs the VPN |

Benefits of split tunneling

Used selectively, split tunneling can solve routing problems without requiring you to disconnect the VPN entirely.

Potential benefits include:

  • Access to local resources: Reach printers, smart-home devices, file shares, or office systems that do not work through the VPN route.
  • Fewer location conflicts: Banking, shopping, and delivery services can use your normal regional IP while other apps remain tunneled.
  • Reduced VPN load: Large downloads, backups, or trusted local transfers can bypass the VPN, subject to your privacy requirements.
  • Lower latency for selected apps: Games and calls can take a direct route instead of traveling through a distant VPN server.
  • Simultaneous regional access: One app can use the VPN server's location while another uses your ordinary location.

Performance improvements are not guaranteed. A nearby, uncongested VPN server may add little noticeable delay, while ISP routing or application servers can remain the main bottleneck.

Risks and limitations

Traffic outside the tunnel does not receive the VPN's encrypted transport or VPN IP address. Your internet service provider or local network operator can generally identify the services contacted directly, although HTTPS still encrypts the content exchanged with properly configured websites.

Important risks include:

  • IP exposure: Bypassing apps use your normal public IP address.
  • Rule mistakes: Choosing the wrong mode or app can send sensitive traffic outside the tunnel.
  • DNS inconsistencies: DNS queries may take a different path from application traffic.
  • Background processes: Updaters, helper services, and child processes may not follow the same rule as the main app.
  • Platform differences: A provider may support split tunneling on Windows or Android but not on macOS or iOS.
  • Kill switch gaps: Some kill switches protect only tunneled traffic, while others conflict with local network access.
  • Changing destinations: Domain- and IP-based exclusions can fail when a service changes infrastructure.

Split tunneling is not ideal for unknown or untrusted networks when all traffic needs protection. It may also violate workplace security policies if direct connections bypass company monitoring or access controls.

When should you use it?

Reasonable use cases include keeping a local printer available, routing a work app through an approved VPN endpoint, or letting a latency-sensitive game connect directly while a browser remains protected.

Avoid split tunneling when:

  • You need every app to use the VPN's IP address.
  • You are handling sensitive data and cannot confidently verify the routes.
  • You expect the kill switch to block all connectivity if the VPN fails.
  • Your employer or organization requires full-tunnel access.
  • You are using an untrusted app that should not see your normal IP address.

For high-risk activity, full tunneling is generally easier to audit because there are fewer exceptions.

How to configure split tunneling safely

Menu names differ, but the process usually involves opening the VPN app's settings, finding split tunneling or app routing, selecting the routing mode, and adding apps or destinations.

Use this checklist after configuration:

  • [ ] Confirm whether selected apps are included in or excluded from the VPN.
  • [ ] Check your public IP address inside both a tunneled and bypassed app.
  • [ ] Run DNS and IPv6 leak checks for the tunneled path.
  • [ ] Verify that child processes and alternate browsers follow the expected route.
  • [ ] Test behavior after switching Wi-Fi networks or waking the device from sleep.
  • [ ] Disconnect the VPN deliberately to confirm how the kill switch responds.
  • [ ] Review rules after operating system, VPN client, or application updates.
  • [ ] Remove exceptions you no longer need.

Do not assume an app is protected merely because the VPN interface shows a connected status. The connection indicator confirms that the tunnel exists, not that every process is using it.

Split tunneling vs. a kill switch

These features perform different jobs. Split tunneling determines which traffic should enter the VPN. A kill switch is intended to restrict connectivity when the VPN connection unexpectedly drops.

They can work together, but implementation varies. A kill switch may block only apps assigned to the tunnel, leave excluded apps online, or disable all internet access. Some VPNs offer an app-level kill switch, while others enforce rules across the entire device.

Test the combination instead of relying solely on feature names. Connect the VPN, start both routed and bypassed apps, interrupt the VPN connection, and observe which connections continue.

FAQ

Does split tunneling make a VPN faster?

It can reduce the amount of traffic processed by the VPN and may lower latency for bypassed apps. It will not necessarily accelerate tunneled traffic, and results depend on server distance, congestion, protocol, ISP routing, and device performance.

Is split tunneling safe?

It is reasonably safe when the rules are intentional and tested. Bypassed traffic does not receive the VPN's IP masking or encrypted tunnel, so sensitive apps should remain on the protected route. Full tunneling is simpler when privacy is the priority.

Can websites detect split tunneling?

A website generally sees the IP address used for its own connection, not a label indicating that split tunneling is enabled. Separate services may see different IP addresses, and account providers can correlate activity through logins, cookies, device signals, or other identifiers.

Bottom line

Split tunneling gives you precise control over which traffic uses a VPN, making it practical for local devices, location-sensitive services, and low-latency apps. That flexibility creates room for routing mistakes, DNS inconsistencies, and accidental IP exposure. Choose the correct inclusion or exclusion mode, keep sensitive applications inside the tunnel, and verify IP, DNS, IPv6, and kill switch behavior whenever your setup changes.

Benchmark data

Figures below come from our own provider tests — the same dataset behind our provider reviews.

Request success rate

Successful responses across 12 target sites (higher is better).

Bright Data99.2%
Oxylabs98.7%
Decodo98.1%
SOAX97.3%
Webshare96.4%
Rayobyte95.8%
Average response time

Median time to first byte in seconds (lower is better).

Rayobyte0.5s
Webshare0.6s
Bright Data0.7s
Oxylabs0.8s
Decodo0.9s
SOAX1.1s
Proxy type coverage

Share of tested providers offering each network type.

  • Residential29%
  • ISP29%
  • Datacenter24%
  • Mobile19%