April 15, 2026·13 min read·SafariBrowserTroubleshooting

Safari Not Working on Mac? 9 Fixes That Actually Work (2025)

If Safari is not working on your Mac, you're not alone — it's one of the most common complaints from macOS users, and the causes range from a corrupted cache to a misconfigured extension blocking every page load. This guide walks you through every real fix, in order of effort, so you can get back online fast.

Before you assume the entire web is down, it's worth confirming whether Safari itself is the issue or whether your connection is. Run a quick test with another browser — if the same pages fail there, the problem is your network, not Safari.


Table of Contents


Is Safari Down Right Now?

Safari itself is a local application — it doesn't have a server status page the way web services like iCloud do. When people ask "is Safari down," they usually mean one of two things: either Apple's web properties (iCloud, the App Store, Apple ID sign-in) are unreachable, or Safari on their specific Mac has stopped responding.

To check Apple's server status, visit Apple's System Status page. For everything else, the issue is almost certainly on your Mac or your local network. Work through the fixes below.


Why Safari Stops Working on Mac

Understanding what breaks Safari helps you pick the right fix instead of guessing. Here are the most common culprits:

  • Corrupted cache or website data — Safari stores temporary files to speed up browsing. When those files get corrupted, pages fail to load or display incorrectly.
  • A misbehaving extension — Ad blockers, password managers, and VPN extensions can intercept page requests and prevent them from completing.
  • DNS resolution failure — Your Mac can't translate domain names into IP addresses, so every URL returns an error even though your connection itself is fine.
  • Outdated macOS or Safari version — Old builds sometimes carry bugs that Apple has already patched.
  • Corrupted Safari preference files — The .plist files that store Safari's settings occasionally become corrupted after a crash or forced shutdown.
  • Conflicting network proxies — A proxy setting left over from a VPN or corporate network tool can silently block all outbound traffic.
  • Low disk space — Safari needs free disk space for temporary files. A nearly full drive causes unpredictable failures.
  • Third-party security software — Firewalls and antivirus tools sometimes block Safari's network access after an update.
  • macOS keychain issues — Safari relies on the keychain for HTTPS certificate verification. A damaged keychain can cause SSL errors on every HTTPS site.

Quick Fix Summary Table

FixBrief Description
Force Quit and RelaunchClears a frozen Safari process in seconds
Check Internet ConnectionRules out a network problem before digging deeper
Clear Cache and Website DataRemoves corrupted temporary files
Disable ExtensionsIsolates extension conflicts
Change DNS ServersFixes "Safari can't open the page" DNS errors
Reset Networking LayerFlushes DNS cache and resets network config
Delete Preference FilesRemoves corrupted Safari settings
Update macOS and SafariInstalls bug fixes from Apple
New User AccountConfirms whether the issue is system-wide or user-specific

Fix 1: Force Quit and Relaunch Safari

When Safari won't open or freezes on launch, the quickest move is to kill the process entirely and start fresh.

Open Activity Monitor or use the keyboard shortcut to force quit:

  1. Press Command + Option + Escape to open the Force Quit Applications window.
  2. Select Safari from the list.
  3. Click Force Quit, then confirm.
  4. Wait about five seconds, then relaunch Safari from your Dock or Applications folder.

Alternatively, you can do this from Terminal:

killall Safari

Then reopen Safari normally. If it crashes again immediately, move on to the next fix.

Tip: If Safari doesn't appear in the Force Quit list, it has already crashed. Just relaunch it directly.


Fix 2: Check Your Internet Connection

It sounds obvious, but "Safari can't open the page" errors are frequently caused by a dead Wi-Fi connection, not Safari itself.

  1. Click the Wi-Fi icon in the menu bar. Confirm you're connected to the right network.
  2. Open System Settings > Wi-Fi (macOS Ventura and later) or System Preferences > Network (older macOS) and check that your connection shows a green status indicator.
  3. Open Terminal and run a ping to a reliable external server:
ping -c 4 8.8.8.8

If you get four responses back with low latency, your connection is fine and Safari is the problem. If the ping fails, restart your router and modem.

  1. Try loading a page in a different browser like Chrome or Firefox. If it loads there but not in Safari, the issue is definitely Safari-specific.

Tip: On a corporate or school network, certain ports or protocols may be blocked. Try a different network (like your phone's hotspot) to confirm.


Fix 3: Clear Safari Cache and Website Data

A bloated or corrupted cache is the single most common reason Safari can't open pages that worked fine yesterday. Clearing it takes under a minute.

  1. Open Safari.
  2. In the menu bar, go to Safari > Settings (or Preferences on older macOS).
  3. Click the Advanced tab.
  4. Check the box labeled Show features for web developers (if it isn't already checked).
  5. Close Settings, then go to Develop > Empty Caches in the menu bar.
  6. Next, go back to Safari > Settings > Privacy.
  7. Click Manage Website Data.
  8. Click Remove All, then confirm.

After clearing, quit Safari completely (Command + Q), relaunch it, and try loading a page.

Tip: Clearing website data will log you out of most websites. Make sure you know your passwords before doing this — or use a password manager so re-logging in is painless.


Fix 4: Disable Safari Extensions

Extensions run inside Safari's process and can intercept or block network requests. A single buggy extension can cause "safari can't open page" errors across every site you visit.

  1. Open Safari > Settings > Extensions.
  2. Uncheck every extension to disable them all at once.
  3. Try loading the page that was failing.

If the page loads now, re-enable extensions one at a time, testing after each one, until you identify the culprit. Common offenders include:

  • Ad blockers (uBlock Origin, AdGuard)
  • VPN or proxy extensions
  • Privacy-focused content blockers
  • Script blockers like NoScript equivalents

Once you find the broken extension, either remove it entirely or check the developer's website for an updated version.

Tip: If you use an ad blocker and a specific site always fails, try adding that site to your blocker's whitelist before disabling the extension entirely.


Fix 5: Change Your DNS Servers

DNS (Domain Name System) translates URLs like example.com into the IP addresses your Mac actually connects to. When your ISP's DNS servers go down or respond slowly, Safari shows "Safari can't open the page" for every site — even though your internet connection is perfectly fine.

Switching to a faster, more reliable public DNS server often fixes this instantly.

  1. Open System Settings > Wi-Fi and click the Details button next to your active network.
  2. Click the DNS tab.
  3. Click the + button and add one or both of these addresses:
    • 8.8.8.8 (Google DNS)
    • 1.1.1.1 (Cloudflare DNS)
  4. Click OK, then Apply.
  5. Flush your Mac's local DNS cache by opening Terminal and running:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Enter your password when prompted. Now relaunch Safari and test.

Tip: Cloudflare's 1.1.1.1 is consistently one of the fastest DNS resolvers in the world and respects your privacy more than most ISP defaults.


Fix 6: Reset Safari's Networking Layer

macOS keeps its own network state cache that can become stale after VPN use, switching networks, or a crash. Resetting this cache — separate from Safari's own cache — can resolve persistent "safari not working on mac" issues that clearing the browser cache alone didn't fix.

Open Terminal and run these commands one at a time:

sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
sudo ifconfig en0 down && sudo ifconfig en0 up

Replace en0 with your actual network interface name. To find yours, run:

networksetup -listallnetworkservices

After running these commands, quit Terminal, relaunch Safari, and test again.

Tip: If you're on Wi-Fi, the interface is usually en0. On a Mac with an Ethernet adapter, it may be en1 or higher.


Fix 7: Delete Safari Preferences Files

Safari stores its settings in .plist files in your user Library folder. If these files become corrupted — which can happen after a crash or a failed update — Safari may refuse to open, load blank pages, or crash constantly.

Deleting these files forces Safari to rebuild them from scratch. You won't lose bookmarks (those are stored separately in iCloud or a different local file), but you will lose custom settings like your homepage and tab preferences.

  1. Quit Safari completely (Command + Q).
  2. Open Finder.
  3. In the menu bar, click Go > Go to Folder.
  4. Type the following path and press Return:
~/Library/Preferences/
  1. Find and move these files to the Trash:

    • com.apple.Safari.plist
    • com.apple.Safari.SafeBrowsing.plist
  2. Next, go to:

~/Library/Containers/com.apple.Safari/Data/Library/Preferences/
  1. Move any com.apple.Safari*.plist files you find there to the Trash as well.
  2. Restart your Mac, then relaunch Safari.

Tip: Before deleting, you can rename the files instead (add .bak to the end). If deleting them doesn't help, you can restore the originals.


Fix 8: Update macOS and Safari

Safari is bundled with macOS, so updating your operating system also updates Safari. Apple regularly releases patches for known Safari bugs, security vulnerabilities, and compatibility issues with modern web standards.

  1. Open System Settings > General > Software Update.
  2. If an update is available, click Update Now or Upgrade Now.
  3. Let the update install completely. Your Mac will restart.
  4. After restarting, relaunch Safari and test.

On older macOS versions (Big Sur and earlier):

  1. Open System Preferences > Software Update.
  2. Follow the same steps.

Tip: If you can't update macOS right now (older hardware, time constraints), check whether a standalone Safari update is available in the Mac App Store under the Updates tab.


Fix 9: Create a New macOS User Account

If nothing above has worked, the problem may be deeply embedded in your user account's configuration — corrupted preferences, a broken keychain entry, or a login item conflicting with Safari. Testing with a fresh user account takes five minutes and tells you definitively whether the issue is account-specific or system-wide.

  1. Open System Settings > Users & Groups.
  2. Click the + button to add a new user.
  3. Set the account type to Administrator and fill in a name and password.
  4. Log out of your current account (Apple menu > Log Out).
  5. Log into the new account.
  6. Open Safari and try loading pages.

If Safari works perfectly in the new account, the issue lives in your original account's settings or files. You can then migrate your data to the new account, or continue narrowing down the culprit by selectively removing login items and preference files.

If Safari fails in the new account too, the issue is system-level. At that point, consider reinstalling macOS through Recovery Mode (hold Command + R on Intel Macs, or hold the Power button on Apple Silicon, during startup).

Tip: Reinstalling macOS through Recovery Mode does not erase your files. It replaces only the system files.


FAQ

Why does Safari say "Safari can't open the page" on every site?

This almost always points to a DNS failure, a proxy misconfiguration, or an extension blocking outbound requests. Start by disabling all extensions, then try changing your DNS servers to 8.8.8.8 or 1.1.1.1. If those don't work, check System Settings > Wi-Fi > Details > Proxies and make sure no proxy is active unless you intentionally set one up.

Why won't Safari open on my Mac at all?

If Safari bounces in the Dock and never opens, or immediately crashes, the most likely cause is a corrupted preferences file. Go to ~/Library/Preferences/ and delete com.apple.Safari.plist, then try again. If that doesn't help, boot into Safe Mode (hold Shift during startup) — if Safari opens in Safe Mode, a login item or third-party extension is causing the crash.

Is Safari down right now, or is it just me?

Safari is a local app that doesn't go "down" the way a website does. If every browser on your Mac can't load pages, your internet connection is likely at fault. If only Safari fails, it's a local configuration problem. Apple's own web services (iCloud.com, apple.com) can sometimes be unreachable — check https://www.apple.com/support/systemstatus/ to see if Apple's servers are having issues.

Why is my Safari so slow even when it opens?

Slowness is usually caused by too many open tabs, a large cache, or an extension doing heavy background work. Try clearing your cache (Fix 3), disabling extensions one at a time (Fix 4), and closing unused tabs. If Safari is slow on every device on your network, the bottleneck is your internet connection, not Safari itself.

Will clearing website data delete my Safari bookmarks?

No. Bookmarks are stored separately — either locally in ~/Library/Safari/Bookmarks.plist or synced through iCloud. Clearing website data and cache only removes temporary files, cookies, and saved login sessions. You'll be logged out of most websites, but your bookmarks and browsing history remain intact.


Conclusion

Safari not working on your Mac is frustrating, but it's almost always fixable without reinstalling anything. The majority of cases come down to a corrupted cache, a broken extension, or a DNS hiccup — all of which you can resolve in minutes. Work through the fixes above from top to bottom: force quit first, check your connection, clear the cache, disable extensions, and swap your DNS servers. Most people are back up and running before they reach Fix 5.

If you're still stuck after trying everything here, creating a new macOS user account is the fastest way to figure out whether the problem is account-specific or system-level. From there, a macOS reinstall through Recovery Mode is the nuclear option — but it works, and it won't touch your files.