VPN vs ZTNA is the argument every vendor wants you to have, because the conclusion they sell is "the VPN is dead". Strip the buzzwords and the difference is concrete. A corporate VPN puts your laptop on the company network: once the tunnel is up, you are inside, and whatever the network lets you reach, you can reach. ZTNA, zero trust network access, never puts you on the network at all. It lets you into one application at a time, after checking who you are, what device you are on and whether that device looks healthy, and it keeps checking while you work. One is a door to the building; the other is an escort to a specific room.
The VPN is not dead. It is being demoted from "the way everyone gets in" to "one of the ways, for the cases it fits". Below, how each works, where each fails, and what changes for the person at the keyboard.
How a corporate VPN works
Your device authenticates to a gateway, usually with a password and a second factor, and a tunnel comes up. Your device gets an address on the internal network. From there, the network's own rules decide what you can reach, and historically those rules were loose: once inside, you could see a lot. That is convenient, and it is also why a single stolen laptop or phished password has been the opening move in so many incidents. The company-versus-personal side of this is in VPN for remote work.
How ZTNA works
There is no "inside". Each application sits behind a broker that answers one question per request: should this user, on this device, in this state, reach this app right now? Identity comes from your login, device state from an agent that checks things like disk encryption and OS updates, and the answer is re-evaluated continuously. If you are allowed into the expense system, you get the expense system; the file server two hops away does not even resolve. The network you are physically on stops mattering, which is why the same rules apply in the office and in a café.
Why vendors say the VPN is dead
Three real problems with the classic setup. Flat access: inside the tunnel, too much is reachable. The device is assumed good: a compromised laptop with valid credentials gets the same access as a healthy one. Everything hairpins through the gateway: cloud apps get pulled through the office and back out, which is slow and pointless. ZTNA answers all three: per-app access, device checks, direct paths to cloud apps. That is a genuine improvement, and it is also a product category, so expect the pitch to be louder than the difference.
Where ZTNA is worse
Non-web and legacy things. Old protocols, printers, thick clients that expect to be "on the network", anything that talks by IP rather than by app: these are awkward or impossible behind a per-app broker, and companies end up keeping a VPN for them.
Complexity and lock-in. You are moving policy from "who is on the network" to "which of a thousand rules apply to this request", and the broker is usually a hosted service that becomes a dependency for getting any work done.
Privacy of the employee device. The agent that checks device health sees a lot about the device. On a company laptop that is expected; on a personal phone it is a conversation to have before installing.
What changes for you
If your employer moves to ZTNA, you will notice fewer "connect the VPN first" moments, faster cloud apps, and occasional refusals with a reason attached: update your OS, turn on disk encryption. If they keep a VPN, nothing wrong with that, provided it is configured with access limited to what your role needs and a second factor on the login. The real question for a company is not VPN or ZTNA but "what can a stolen, logged-in laptop reach", and both models can answer it well or badly.
The personal VPN is a different animal
Everything above is about corporate access: getting to internal systems. A personal privacy VPN does the opposite job: it takes your traffic away from the local network and the ISP and puts it through a shared exit somewhere else. ZTNA does not replace it, and neither does a corporate VPN; in fact a corporate tunnel often routes only company traffic and leaves the rest on the café Wi-Fi. Running both on one device is normal; which one is active and for what is worth knowing, and the practical rules are in Is public Wi-Fi safe. What a tunnel hides from the ISP and what it does not is in What can my ISP see.
A short glossary without the marketing
Zero trust: a design rule, "verify every request, assume nothing about the network", not a product. ZTNA: a product category that applies that rule to application access. SASE: ZTNA plus web filtering plus a few other things sold as one cloud service. Corporate VPN: a tunnel that puts a device on a private network. Personal VPN: a tunnel that takes a device's traffic to a shared exit elsewhere. Same word, four different jobs.
Bottom line
Is the corporate VPN dead? No. It is being pushed back to the cases it fits, mostly legacy systems and small teams, while per-app access takes over the rest. For you, the practical difference is fewer doors and more escorts. For your personal privacy, neither of them is the tool; that job still belongs to a tunnel you choose yourself.
404 VPN is the personal kind: VLESS and WireGuard, DNS inside the tunnel, a kill switch, and a privacy policy that lists what is kept. It coexists with a corporate VPN or a ZTNA agent on the same device; each does its own job. Start on the home page.