<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>PryVPN Blog (English)</title>
  <subtitle>How networks see your traffic, where a VPN helps and where it doesn't. Written by the people who build PryVPN, checked against what our code actually does.</subtitle>
  <link rel="alternate" type="text/html" href="https://pryvpn.com/blog/"/>
  <link rel="self" type="application/atom+xml" href="https://pryvpn.com/blog/feed.xml"/>
  <id>https://pryvpn.com/blog/</id>
  <updated>2026-09-26T00:00:00Z</updated>
  <icon>https://pryvpn.com/icons/icon-192.png</icon>
  <rights>© 2026 PryVPN</rights>
  <entry>
    <title>What &quot;no logs&quot; really means in a VPN, and how to check it</title>
    <link rel="alternate" type="text/html" href="https://pryvpn.com/blog/what-no-logs-means/"/>
    <id>tag:pryvpn.com,2026-09-24:blog/what-no-logs-means/en</id>
    <published>2026-09-24T00:00:00Z</published>
    <updated>2026-09-26T00:00:00Z</updated>
    <author><name>PryVPN Team</name><uri>https://pryvpn.com/blog/#about</uri></author>
    <category term="no-logs" label="No logs"/>
    <category term="privacy" label="Privacy"/>
    <summary>Every VPN stores something to work. &quot;No logs&quot; should mean no record of what you do online. How to tell the difference, and what PryVPN keeps, line by line.</summary>
    <content type="html">&lt;p&gt;Almost every VPN says &amp;quot;no logs&amp;quot;. It&amp;#39;s on the homepage, in the app store listing and on the ads. But a VPN can&amp;#39;t run on nothing: it has to know which devices may connect, and it has to route your traffic. So &amp;quot;no logs&amp;quot; can mean something solid, or almost nothing. Here&amp;#39;s how to tell.&lt;/p&gt;
&lt;h2 id=&quot;activity-logs-versus-the-data-a-vpn-needs-to-run&quot;&gt;Activity logs versus the data a VPN needs to run&lt;/h2&gt;
&lt;p&gt;It helps to split what a VPN could keep into five kinds:&lt;/p&gt;
&lt;div class=&quot;table-scroll&quot;&gt;&lt;table class=&quot;cmp&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Kind of record&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;th&gt;Does it say what you do?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Activity logs&lt;/td&gt;
&lt;td&gt;The sites you visit, your DNS queries, the content of your traffic&lt;/td&gt;
&lt;td&gt;Yes, directly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Connection logs&lt;/td&gt;
&lt;td&gt;Your real IP address, the VPN address you were given, when you connected&lt;/td&gt;
&lt;td&gt;Not on its own, but it can link you to what others logged&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Account data&lt;/td&gt;
&lt;td&gt;Email address, payment details&lt;/td&gt;
&lt;td&gt;It says who you are&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Operating data&lt;/td&gt;
&lt;td&gt;Your devices&amp;#39; keys, which server you use, how much data passes&lt;/td&gt;
&lt;td&gt;No, if it&amp;#39;s kept briefly and apart from the rest&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Statistics&lt;/td&gt;
&lt;td&gt;Daily totals with no identifiers&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;The second row is the one that trips people up. A website can log &amp;quot;the VPN address 203.0.113.7 posted this at 14:02&amp;quot;. If the VPN keeps &amp;quot;the customer at home address X had 203.0.113.7 at 14:02&amp;quot;, the two logs together point to a person. A &amp;quot;no logs&amp;quot; promise that keeps connection logs is a weak one.&lt;/p&gt;
&lt;p&gt;A strong no-logs service keeps &lt;strong&gt;no&lt;/strong&gt; activity logs, &lt;strong&gt;no&lt;/strong&gt; connection logs that link your real address to your activity, as little account data as possible, and operating data only as long as it&amp;#39;s needed.&lt;/p&gt;
&lt;h2 id=&quot;five-ways-to-check-any-provider&quot;&gt;Five ways to check any provider&lt;/h2&gt;
&lt;p&gt;You don&amp;#39;t have to take anyone&amp;#39;s word for it, ours included. These five checks work on any VPN:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;A policy with a list, not a slogan.&lt;/strong&gt; Look for a table of what is stored, in what form and for how long. &amp;quot;We may collect information to improve our services&amp;quot; is not an answer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;An independent audit.&lt;/strong&gt; Who did it, when, what it covered (the servers, the apps, or only a policy), and whether the report is public. An audit is a snapshot of one moment, not a permanent seal.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;What happened when someone asked.&lt;/strong&gt; Transparency reports that count requests from authorities, and public cases where a provider had nothing to hand over, are the closest thing to a real-world test.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The design.&lt;/strong&gt; Some choices make logging hard in the first place: resolvers that answer lookups in memory, identifiers stored only as hashes, email addresses encrypted and passwords kept only as one-way hashes, short retention periods by default.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The business model.&lt;/strong&gt; Running servers costs money. If a free VPN doesn&amp;#39;t say who pays, the answer may be you, through ads, trackers or data. Privacy Guides, a community project, publishes criteria along these lines.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;red-flags&quot;&gt;Red flags&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&amp;quot;No logs&amp;quot; with no list of what &lt;em&gt;is&lt;/em&gt; kept.&lt;/li&gt;
&lt;li&gt;Vague permissions in the policy (&amp;quot;for analytics&amp;quot;, &amp;quot;for partners&amp;quot;).&lt;/li&gt;
&lt;li&gt;Advertising or analytics SDKs inside the app.&lt;/li&gt;
&lt;li&gt;No way to tell which company runs the service, or from where.&lt;/li&gt;
&lt;li&gt;Words like &amp;quot;untraceable&amp;quot; or &amp;quot;military-grade&amp;quot;. Nobody can promise the first, and the second means nothing.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;our-case-what-pryvpn-keeps-line-by-line&quot;&gt;Our case: what PryVPN keeps, line by line&lt;/h2&gt;
&lt;p&gt;We&amp;#39;d be asking you to apply those checks to others and not to us, so here&amp;#39;s our own list. It matches our &lt;a href=&quot;https://pryvpn.com/privacy/&quot;&gt;privacy policy&lt;/a&gt;, which is the reference.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What we never record:&lt;/strong&gt; the sites and apps you use, your DNS queries (our resolvers answer them in memory and keep only totals that point to no one), the content of your traffic, your original IP address linked to your activity, and the times you reached any site.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What we do keep:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&quot;table-scroll&quot;&gt;&lt;table class=&quot;cmp&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What&lt;/th&gt;
&lt;th&gt;In what form&lt;/th&gt;
&lt;th&gt;For how long&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Your account&lt;/td&gt;
&lt;td&gt;Your email address, encrypted, and your password only as a one-way hash (Argon2id); with Google, a keyed hash of your Google account&amp;#39;s ID&lt;/td&gt;
&lt;td&gt;Until you delete the account&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Your devices&lt;/td&gt;
&lt;td&gt;The WireGuard public key, platform, app version, and the days they were added and last used&lt;/td&gt;
&lt;td&gt;Deleted after 90 days unused&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Which server holds each device&amp;#39;s key&lt;/td&gt;
&lt;td&gt;Device, server and day&lt;/td&gt;
&lt;td&gt;Removed after 24 hours unused&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Your active session&lt;/td&gt;
&lt;td&gt;Server, public key, start time rounded to the hour, bytes sent and received&lt;/td&gt;
&lt;td&gt;Only while you&amp;#39;re connected&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Security events, such as failed sign-ins&lt;/td&gt;
&lt;td&gt;Type, time and a daily-salted hash of the IP address&lt;/td&gt;
&lt;td&gt;24 hours&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service logs&lt;/td&gt;
&lt;td&gt;Route, result and timing, with no IP address (only a short daily-salted hash)&lt;/td&gt;
&lt;td&gt;14 days&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backups&lt;/td&gt;
&lt;td&gt;A full daily copy of the database&lt;/td&gt;
&lt;td&gt;14 days on the server; encrypted offline copies, up to 30&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;To stop spam and attacks without watching anyone, our servers count behavior, such as how fast a device opens new connections, in the memory of the server for up to a minute. Those counters never include where the connections go. Email is optional, and statistics from the app are off unless you turn them on.&lt;/p&gt;
&lt;p&gt;What this means in practice: if someone asks who used a PryVPN address at a given time, we can&amp;#39;t tell them, because that link doesn&amp;#39;t exist. We count every such request in our &lt;a href=&quot;https://pryvpn.com/transparency/&quot;&gt;transparency report&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;what-we-dont-have-yet&quot;&gt;What we don&amp;#39;t have yet&lt;/h2&gt;
&lt;p&gt;Checks 2 and 3 are the hard ones for a new service, so here is where we stand:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;No independent audit yet.&lt;/strong&gt; Until there is one, what you can check is what we publish: the full storage table in the privacy policy, and the transparency report.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Our privacy policy is a beta draft.&lt;/strong&gt; It explains our practices in plain language and will be reviewed by counsel before PryVPN launches publicly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Our company details are still to be published&lt;/strong&gt; in the legal notice, before launch.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PryVPN doesn&amp;#39;t make you invisible.&lt;/strong&gt; Sites you sign in to know it&amp;#39;s you, and your device can still be recognized in other ways.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We think saying this plainly is part of what &amp;quot;no logs&amp;quot; should mean. For the product view of the same list, see our &lt;a href=&quot;https://pryvpn.com/no-logs-vpn/&quot;&gt;no-logs VPN page&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Hotel Wi-Fi blocking your VPN? Here's why, and what works</title>
    <link rel="alternate" type="text/html" href="https://pryvpn.com/blog/hotel-wifi-blocks-vpn/"/>
    <id>tag:pryvpn.com,2026-09-24:blog/hotel-wifi-blocks-vpn/en</id>
    <published>2026-09-24T00:00:00Z</published>
    <updated>2026-09-24T00:00:00Z</updated>
    <author><name>PryVPN Team</name><uri>https://pryvpn.com/blog/#about</uri></author>
    <category term="censorship" label="Blocks and censorship"/>
    <category term="protocols" label="Protocols"/>
    <category term="public-wifi" label="Public Wi-Fi"/>
    <summary>VPN stuck on Connecting at the hotel? It's usually the sign-in page, blocked UDP or filtered DNS. How to tell which one, and how stealth mode gets through.</summary>
    <content type="html">&lt;p&gt;You check in, join the hotel Wi-Fi, turn on your VPN, and it just spins on &amp;quot;Connecting&amp;quot;. It&amp;#39;s frustrating, but it&amp;#39;s rarely a mystery. Hotel, airport and campus networks block VPNs in a handful of predictable ways, and each one has a fix.&lt;/p&gt;
&lt;h2 id=&quot;three-causes-three-symptoms&quot;&gt;Three causes, three symptoms&lt;/h2&gt;
&lt;div class=&quot;table-scroll&quot;&gt;&lt;table class=&quot;cmp&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What you see&lt;/th&gt;
&lt;th&gt;The likely cause&lt;/th&gt;
&lt;th&gt;What works&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Nothing loads, and Android says &amp;quot;Sign in to network&amp;quot;&lt;/td&gt;
&lt;td&gt;The Wi-Fi&amp;#39;s login page is holding every connection&lt;/td&gt;
&lt;td&gt;Sign in first, then connect&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Browsing works without the VPN, but the VPN times out&lt;/td&gt;
&lt;td&gt;The network blocks UDP or recognizes VPN protocols&lt;/td&gt;
&lt;td&gt;A tunnel over TCP port 443 (stealth mode)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Some sites fail or land on a hotel page&lt;/td&gt;
&lt;td&gt;The network filters or rewrites DNS&lt;/td&gt;
&lt;td&gt;A VPN that answers lookups inside the tunnel&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;A fourth case looks similar but isn&amp;#39;t a block: the connection works, just painfully slowly, because the hotspot is shared by a hundred rooms. No VPN setting fixes that; mobile data might.&lt;/p&gt;
&lt;h2 id=&quot;step-1-the-login-page&quot;&gt;Step 1: the login page&lt;/h2&gt;
&lt;p&gt;Most hotel and airport networks hold all traffic until you accept their terms or type a room number on a login page, called a captive portal. Networks can announce it to your phone (a standard, RFC 8910, describes how), and Android notices and shows a &amp;quot;Sign in to network&amp;quot; notification.&lt;/p&gt;
&lt;p&gt;Until you sign in, no VPN can get through, because nothing can. So:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Tap the notification, or tap the network&amp;#39;s name in Wi-Fi settings.&lt;/li&gt;
&lt;li&gt;Accept the terms or enter the code.&lt;/li&gt;
&lt;li&gt;Go back to the VPN and connect.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you use Android&amp;#39;s &lt;strong&gt;Always-on VPN&lt;/strong&gt; with &lt;strong&gt;Block connections without VPN&lt;/strong&gt;, the login page may not open at all. Turn Always-on off for a moment, sign in, then turn it back on. Our help article on &lt;a href=&quot;https://pryvpn.com/help/wifi-login-page/&quot;&gt;Wi-Fi login pages&lt;/a&gt; has the details.&lt;/p&gt;
&lt;p&gt;Many hotels sign you out every day, or after a few hours, even mid-session. PryVPN notices when the network starts showing its login page again and asks you to sign in, instead of hopping between servers that can&amp;#39;t be reached.&lt;/p&gt;
&lt;h2 id=&quot;step-2-when-the-network-blocks-udp&quot;&gt;Step 2: when the network blocks UDP&lt;/h2&gt;
&lt;p&gt;Modern VPNs, WireGuard included, send their traffic over UDP. It&amp;#39;s fast and it&amp;#39;s what the protocol was designed for. But many hotel, office and school firewalls only let through web traffic (TCP ports 80 and 443) and DNS, and drop everything else. Some go further and recognize VPN protocols by their shape: a WireGuard connection always starts with a handshake message of the same size and layout, which is easy for a filter to spot.&lt;/p&gt;
&lt;p&gt;Networks do this for mundane reasons: to keep bandwidth for web browsing, to sell a &amp;quot;premium&amp;quot; connection, because a security policy says so, or simply because the firewall came configured that way.&lt;/p&gt;
&lt;p&gt;The fix is to carry the VPN over the one thing these networks never block: encrypted web traffic on TCP port 443.&lt;/p&gt;
&lt;h2 id=&quot;how-stealth-mode-works&quot;&gt;How stealth mode works&lt;/h2&gt;
&lt;p&gt;PryVPN&amp;#39;s stealth mode puts the WireGuard tunnel inside a real TLS 1.3 connection on TCP port 443, the same protocol and port every HTTPS site uses. To most filters it looks like one more secure website.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;It&amp;#39;s real TLS, and it&amp;#39;s checked.&lt;/strong&gt; The app pins our server&amp;#39;s certificate, so a network that tries to intercept the connection can&amp;#39;t slip in unnoticed. If a network inspects encrypted traffic by replacing certificates, as some company networks and antivirus apps do, PryVPN refuses to connect and tells you, rather than sending anything through it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto mode does it for you.&lt;/strong&gt; PryVPN tries UDP first. If the server doesn&amp;#39;t answer within about 7 seconds, it switches to stealth and remembers that for this network for a few hours. When a handshake times out, you can also tap &lt;strong&gt;Retry over TCP 443 (Stealth)&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;It has costs.&lt;/strong&gt; Stealth is slower than UDP, because it runs the tunnel over TCP. It needs Android 10 or later. And while it&amp;#39;s on, the PryVPN app itself stays outside the tunnel so that its TLS connection can reach our server; all your other apps stay protected.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;It isn&amp;#39;t invisible.&lt;/strong&gt; Stealth gets through most networks that block VPNs, but a network with advanced inspection can still detect or block it. We&amp;#39;d rather tell you than promise more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can choose it by hand in &lt;strong&gt;Settings › Protocol&lt;/strong&gt;. The &lt;a href=&quot;https://pryvpn.com/help/vpn-protocols/&quot;&gt;protocol help article&lt;/a&gt; explains each option.&lt;/p&gt;
&lt;h2 id=&quot;step-3-filtered-or-rewritten-dns&quot;&gt;Step 3: filtered or rewritten DNS&lt;/h2&gt;
&lt;p&gt;Some hotspots answer your lookups themselves: they send you to their own pages, insert ads, or block categories of sites. Inside PryVPN, lookups travel through the tunnel to our own resolver, so the hotel&amp;#39;s DNS never sees them and can&amp;#39;t change the answers.&lt;/p&gt;
&lt;h2 id=&quot;if-nothing-works&quot;&gt;If nothing works&lt;/h2&gt;
&lt;p&gt;A few networks allow only a short list of services, or inspect every connection in depth. No setting beats that. Your options are then:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Try another location.&lt;/strong&gt; Some filters block particular server addresses.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use mobile data&lt;/strong&gt;, or share it from another phone. Mind roaming costs abroad.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ask the front desk.&lt;/strong&gt; Some hotels have a less restricted network for business guests.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;is-it-allowed&quot;&gt;Is it allowed?&lt;/h2&gt;
&lt;p&gt;Using a VPN on hotel Wi-Fi is normal, and the hotel&amp;#39;s terms rarely forbid it. VPN use is legal in most countries, but a few restrict or ban it, so check the rules of the country you&amp;#39;re visiting before you go; our &lt;a href=&quot;https://pryvpn.com/help/using-pryvpn-abroad/&quot;&gt;travel help article&lt;/a&gt; covers the basics.&lt;/p&gt;
&lt;p&gt;Work and university networks are different: they&amp;#39;re governed by rules you agreed to. If the network blocks something you need for legitimate work or study, ask the IT service first. And on a phone your employer or school manages, don&amp;#39;t try to work around its settings.&lt;/p&gt;
&lt;h2 id=&quot;how-pryvpn-handles-all-of-this&quot;&gt;How PryVPN handles all of this&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;It detects the Wi-Fi login page and asks you to sign in, instead of failing silently.&lt;/li&gt;
&lt;li&gt;In Auto mode, it moves from UDP to stealth on TCP 443 when UDP is blocked, and remembers it per network.&lt;/li&gt;
&lt;li&gt;It prepares a backup server, in another city when possible, and switches to it in seconds if your server stops responding.&lt;/li&gt;
&lt;li&gt;With Android&amp;#39;s &lt;strong&gt;Always-on VPN&lt;/strong&gt; and &lt;strong&gt;Block connections without VPN&lt;/strong&gt; on, Android blocks your apps&amp;#39; traffic whenever the tunnel is down, instead of sending it over the hotel network. The &lt;a href=&quot;https://pryvpn.com/help/kill-switch-always-on-vpn/&quot;&gt;Kill Switch&lt;/a&gt; article lists the few exceptions Android itself has.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of this guarantees a connection on every network in the world. It does mean that on the typical hotel, airport or campus Wi-Fi, you get connected without having to become a network engineer first. For more on sites that are blocked rather than VPNs, see &lt;a href=&quot;https://pryvpn.com/unblock-websites/&quot;&gt;unblocking websites&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Stuck right now? Our free &lt;a href=&quot;https://pryvpn.com/vpn-blocked-on-wifi/&quot;&gt;VPN blocked on Wi-Fi&lt;/a&gt; troubleshooter asks where you are and what you see, then gives you the steps for your case.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>What can the Wi-Fi owner see? At home, at work and in a hotel, with and without a VPN</title>
    <link rel="alternate" type="text/html" href="https://pryvpn.com/blog/what-can-wifi-owner-see/"/>
    <id>tag:pryvpn.com,2026-09-24:blog/what-wifi-owner-sees/en</id>
    <published>2026-09-24T00:00:00Z</published>
    <updated>2026-09-24T00:00:00Z</updated>
    <author><name>PryVPN Team</name><uri>https://pryvpn.com/blog/#about</uri></author>
    <category term="privacy" label="Privacy"/>
    <category term="public-wifi" label="Public Wi-Fi"/>
    <summary>Whoever runs a Wi-Fi network can see your devices, which sites you visit and how much data you use. Here's what HTTPS, incognito mode and a VPN change.</summary>
    <content type="html">&lt;p&gt;&amp;quot;Can the person who runs this Wi-Fi see what I&amp;#39;m doing?&amp;quot; It&amp;#39;s one of the most common privacy questions, and the honest answer is: more than most people think, less than some fear. Below is exactly what they see, how, and what actually changes it.&lt;/p&gt;
&lt;h2 id=&quot;what-they-see-and-what-they-dont&quot;&gt;What they see, and what they don&amp;#39;t&lt;/h2&gt;
&lt;p&gt;The table covers the usual case: a phone on someone else&amp;#39;s Wi-Fi, opening ordinary sites and apps. Almost every site now uses HTTPS, which encrypts the page itself but not where you&amp;#39;re going.&lt;/p&gt;
&lt;div class=&quot;table-scroll&quot;&gt;&lt;table class=&quot;cmp&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What the Wi-Fi owner can see&lt;/th&gt;
&lt;th&gt;Without a VPN&lt;/th&gt;
&lt;th&gt;With a VPN&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Which devices are connected, often with their names&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Which sites and services you use&lt;/td&gt;
&lt;td&gt;Yes, by name&lt;/td&gt;
&lt;td&gt;No, only &amp;quot;a VPN server&amp;quot;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The pages you read and what you type on HTTPS sites&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The same on the rare site or app without HTTPS&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;When you&amp;#39;re online and how much data you use&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Only the total&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The words you search for on Google or Bing&lt;/td&gt;
&lt;td&gt;No, only that you used the search engine&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Incognito mode doesn&amp;#39;t change a single row.&lt;/strong&gt; A private window only decides what your own browser keeps once you close it. The traffic leaves your phone exactly as it would from a normal tab. We compare the two in &lt;a href=&quot;https://pryvpn.com/guides/incognito-vs-vpn/&quot;&gt;incognito mode vs. a VPN&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To see these rows filled in with your own visit, try our free &lt;a href=&quot;https://pryvpn.com/wifi-privacy-test/&quot;&gt;Wi-Fi privacy test&lt;/a&gt;. It runs in your browser and sends nothing anywhere.&lt;/p&gt;
&lt;h2 id=&quot;who-the-owner-is-home-work-hotel-campus&quot;&gt;Who the &amp;quot;owner&amp;quot; is: home, work, hotel, campus&lt;/h2&gt;
&lt;p&gt;The same technology gives different people the same view, so it helps to know who is on the other end:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;At home&lt;/strong&gt;, it&amp;#39;s whoever manages the router: you, a parent, a flatmate or a landlord. Most routers list connected devices, and some offer &amp;quot;parental controls&amp;quot; that keep a history of the sites each device visits.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;At work&lt;/strong&gt;, it&amp;#39;s the IT department. Company networks often filter and log traffic for security, and on a phone the company manages, they can see far more from the device itself.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;In a hotel, café or airport&lt;/strong&gt;, it&amp;#39;s the business or the company it pays to run the hotspot. The login page may ask for an email, a room number or a social media account, which links your visit to a name.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;At a university&lt;/strong&gt;, it&amp;#39;s the campus IT service, bound by its own acceptable use policy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;how-they-see-it&quot;&gt;How they see it&lt;/h2&gt;
&lt;p&gt;No one needs special skills for this. The information comes from four places:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;The router&amp;#39;s device list.&lt;/strong&gt; It shows each connected device and often its name, such as &amp;quot;Ana&amp;#39;s Galaxy&amp;quot;. Android uses a random hardware (MAC) address for each network by default, so your phone isn&amp;#39;t recognizable from one network to the next by that address, but the name you gave it may still show.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DNS lookups.&lt;/strong&gt; Before your phone opens a site, it asks for the site&amp;#39;s address. Unless those lookups are encrypted (with DNS over TLS or HTTPS, which is what Android&amp;#39;s Private DNS setting uses), the network&amp;#39;s DNS server sees every name, with the time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The site name in secure connections.&lt;/strong&gt; When an HTTPS connection starts, your phone usually sends the site&amp;#39;s name in plain text so the server knows which certificate to present. A newer standard, Encrypted Client Hello, hides it, but only when both the browser and the site support it, and that isn&amp;#39;t the norm yet.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Addresses and volume.&lt;/strong&gt; Many services can be recognized from the addresses your phone connects to, and the size and timing of traffic tell a video call from a download.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What they don&amp;#39;t get, on HTTPS sites, is the content: the article you read, the product you look at, the password you type.&lt;/p&gt;
&lt;h2 id=&quot;what-a-vpn-changes&quot;&gt;What a VPN changes&lt;/h2&gt;
&lt;p&gt;With a VPN on, your phone builds an encrypted tunnel to the VPN server before anything else goes out, and every app&amp;#39;s traffic travels inside it, &lt;strong&gt;lookups included&lt;/strong&gt;. The Wi-Fi owner now sees one encrypted connection to a server: when it&amp;#39;s active and how much data passes. The sites, the names and the lookups disappear from their view.&lt;/p&gt;
&lt;p&gt;In PryVPN, the lookups are answered by our own resolver inside the tunnel, which keeps no query logs. You can confirm it with the &lt;a href=&quot;https://pryvpn.com/help/vpn-leak-test/&quot;&gt;leak test&lt;/a&gt; in the app. And if you turn on auto-connect for untrusted Wi-Fi, the tunnel is up the moment you join a network you haven&amp;#39;t marked as yours, so there&amp;#39;s nothing to remember.&lt;/p&gt;
&lt;p&gt;One thing moves rather than disappears: the VPN provider is now in the position the network was in. That&amp;#39;s why it matters what a VPN keeps, which we explain in &lt;a href=&quot;https://pryvpn.com/blog/what-no-logs-means/&quot;&gt;what &amp;quot;no logs&amp;quot; really means&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;what-a-vpn-doesnt-hide&quot;&gt;What a VPN doesn&amp;#39;t hide&lt;/h2&gt;
&lt;p&gt;A VPN protects the path between your phone and the internet. It doesn&amp;#39;t make you invisible:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sites and apps you sign in to know it&amp;#39;s you&lt;/strong&gt;, VPN or not.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your device is still on the network.&lt;/strong&gt; The owner can see it&amp;#39;s connected and how much it sends, just not what.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A managed phone is a different story.&lt;/strong&gt; If your employer or school manages the device, or you use a work profile, the organization can see a lot from the device itself, and it may not let you use your own VPN at all. See &lt;a href=&quot;https://pryvpn.com/help/another-vpn-work-profile/&quot;&gt;another VPN or a work profile&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The network can still block you.&lt;/strong&gt; Some hotels and offices block VPNs. We cover why, and what gets through, in &lt;a href=&quot;https://pryvpn.com/blog/hotel-wifi-blocks-vpn/&quot;&gt;hotel Wi-Fi blocking your VPN&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;work-and-university-networks-an-honest-note&quot;&gt;Work and university networks: an honest note&lt;/h2&gt;
&lt;p&gt;If the network or the phone belongs to your employer or your university, their rules apply to it. A VPN is for keeping your browsing private on networks you don&amp;#39;t control, not for getting around rules you agreed to. On a device an organization manages, assume it can see what the device does, and keep personal things on your own phone.&lt;/p&gt;
&lt;h2 id=&quot;quick-answers&quot;&gt;Quick answers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Can the Wi-Fi owner see my history if I use incognito mode?&lt;/strong&gt; Yes. They see the same list of sites as with a normal tab. Incognito only stops your browser from saving the history on your phone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can they read my WhatsApp or Signal messages?&lt;/strong&gt; No. Those apps encrypt messages end to end. The network can see that you use the app and roughly how much, not what you write.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can they see what I search for on Google?&lt;/strong&gt; Not the words, because the search is encrypted with HTTPS. Without a VPN, they can see that you used Google.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Does a VPN hide my browsing from my mobile carrier too?&lt;/strong&gt; Yes. On mobile data your carrier is in the same position as the Wi-Fi owner, and with a VPN it sees one encrypted connection. For home internet, see &lt;a href=&quot;https://pryvpn.com/guides/what-your-isp-can-see/&quot;&gt;what your internet provider can see&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
</feed>
