Does a VPN make internet browsing private?
Also asked as: Does a VPN make me private online? · Is browsing with a VPN private?
Direct answer
From your network and your internet provider, yes: they see one encrypted connection to a server and nothing about the sites behind it. From the websites themselves, partly: they see the server's address, not yours, but any account you sign in to still identifies you. From the VPN provider, no — which is why its logging policy is the whole question.
Private from whom
Your local network and ISP: fully. The tunnel hides the destinations, the content and the DNS lookups, leaving only the fact that you are connected to a VPN server and how much data moved.
Websites: your address, yes; your identity, only if you do not sign in and the site cannot fingerprint your browser. Cookies, accounts and browser fingerprinting work exactly as before.
The VPN provider: not at all, mechanically. It decrypts your traffic to forward it. What it does with that position is a matter of policy, not of technology.
What to ask the provider
Whether it records the sites you visit, your DNS queries or the content of your traffic, and whether it ever pairs your originating address with your activity. VPNmine's answer to all four is no: its servers are configured so that data is not written to disk. It keeps which server a session used, when it started and ended and how much data moved, for up to 30 days, because abuse handling needs it.
Private is not the same as anonymous
Privacy is about who can see what you do; anonymity is about whether it can be tied to you. A VPN delivers a large amount of the first and only a little of the second. For anonymity against a determined adversary, Tor is the tool, at the cost of speed.
Related questions
- Does a VPN make me anonymous?A VPN hides your address and your traffic from your network. It does not make you anonymous: accounts, cookies, fingerprinting and the provider still know.
- What does "no-logs VPN" mean?Every VPN keeps something. "No logs" means something only when the provider names what it stores, why, for how long, and what it never touches.
- VPN vs Tor: which is more private?Tor is for anonymity, a VPN for privacy and speed. Tor uses three relays so no one party sees both ends; a VPN is one trusted party at full speed.
- VPN vs incognito mode: what is the difference?Incognito stops the browser saving history and cookies on your device. It hides nothing from your network, ISP or sites. A VPN does the opposite. Use both.