Captive Portal Not Showing on Mac - Fix the Missing WiFi Login Screen

You walk into Starbucks, connect to their WiFi, and wait. But the login screen never appears. Your Mac shows full WiFi signal bars but nothing loads. This is one of the most reported Mac WiFi issues, and in almost every case the fix takes under two minutes.

What Is a Captive Portal?

A captive portal is the login or terms-acceptance screen that public WiFi networks show before granting full internet access. Hotels, cafes, airports, and hospitals all use them. On Mac, the system automatically detects captive portals and opens a special mini-browser called Captive Network Assistant to handle the login.

When the captive portal works correctly, it appears within 5 seconds of joining the network. When it fails, you are left with a WiFi connection that shows no internet access and no prompt to log in.

Why the Popup Isn't Appearing

CauseHow CommonFix
VPN is active and encrypting trafficVery commonDisconnect VPN, rejoin network
Safari content blocker interferingCommonDisable content blockers in Safari settings
Stale network cacheCommonFlush DNS cache, renew DHCP
Network was previously joined (trusted)CommonForget the network, rejoin fresh
macOS bug with Captive Network AssistantOccasionalOpen Safari manually, visit any http:// URL
Portal uses HTTPS redirect (HSTS issue)RareTry a different browser or use private window

Try to Trigger the Captive Portal Right Now

There is no button on this page that can force the Mac popup to appear - That popup is controlled by the OS, not by websites. However, the single most effective thing you can do is open one of these plain HTTP URLs in Safari. If a captive portal is active, it will intercept the request and redirect you to the login page.

Open captive.apple.com → Open neverssl.com →
http://captive.apple.com Apple's own probe endpoint - Captive portals are designed to intercept this exact URL
http://neverssl.com Intentionally HTTP-only, built specifically to help users trigger captive portals

Important: use Safari, not Chrome. And use http:// not https:// - HTTPS traffic cannot be intercepted by the portal redirect.

Fix 1 - Disconnect Your VPN First (Most Common Fix)

If your VPN is running when you join a public WiFi network, the VPN tunnel encrypts all outgoing traffic before the router can redirect you to the captive portal. The portal never gets a chance to intercept your connection. Mac then assumes the network is working normally because the VPN server responds to its probe request.

  1. Disconnect your VPN - Open your VPN app and hit Disconnect or turn off the toggle.
  2. Forget the WiFi network - Go to System Settings → Wi-Fi → click the network name → Forget This Network.
  3. Rejoin the network - Click the network name again and connect. Wait 5-10 seconds.
  4. If no popup appears - Open Safari and type any http:// address (example: http://neverssl.com) - this forces the captive portal redirect.
  5. Complete the login - Accept terms or log in through the portal window.
  6. Reconnect your VPN - Once internet is working, turn your VPN back on.

Fix 2 - Trigger the Popup Manually

If disconnecting the VPN is not an option, you can try to trigger the captive portal manually without changing your VPN settings.

  1. Open Safari (not Chrome - Safari is what Mac uses for the captive portal mini-browser).
  2. In the address bar, type http://captive.apple.com and press Return.
  3. If the portal intercepts this request, the login page will load directly in Safari.
  4. Complete the login as normal.
  5. Alternatively, navigate to http://neverssl.com - a site that intentionally stays HTTP only to help with exactly this problem.

Fix 3 - Flush DNS and Renew DHCP Lease

A stale DNS cache can prevent the captive portal redirect from working even after you have disconnected your VPN.

  1. Open Terminal (Applications → Utilities → Terminal).
  2. Type: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder and press Return.
  3. Enter your Mac password when prompted.
  4. Go to System Settings → Network → your WiFi → Details → TCP/IP → click Renew DHCP Lease.
  5. Rejoin the WiFi network.

Fix 4 - Forget and Rejoin the Network

  1. System Settings → Wi-Fi.
  2. Click the name of the network you want to join.
  3. Click Forget This Network and confirm.
  4. Click the network again to rejoin.
  5. This forces Mac to treat it as a new network and re-run captive portal detection.
ⓘ Some VPN providers (Mullvad, ProtonVPN, ExpressVPN) have a setting called "Allow local network access" or "Bypass captive portal." Enabling this lets the captive portal detection probe bypass the VPN tunnel so the popup can appear without fully disconnecting.

Related Guides