If the App Store won’t open on Mac, force-quit it, restart, check Apple System Status, then refresh caches and sign in again.
When the App Store won’t open on Mac, the cause is usually simple: a stuck process, an account token glitch, or a network rule that blocks Apple servers. This guide moves from quick wins to deeper cures. Try each step in order and stop as soon as the App Store launches and loads pages normally.
Quick Wins To Try First
These actions clear most launch stalls in minutes. After each step, open the App Store and see if the window appears and the Featured tab loads.
| Step | Where | What To Look For |
|---|---|---|
| Force-quit App Store | menu > Force Quit, or Activity Monitor | AppStore process ends, then reopens cleanly |
| Restart the Mac | menu > Restart | Fresh session; Dock icon opens without bouncing forever |
| Check Apple System Status | System Status page | Mac App Store tile shows green |
| Toggle Wi-Fi and VPN | Menu bar or Network settings | Test with VPN off; renew Wi-Fi lease |
| Sign out then sign in | App Store > Store menu | Account sheet appears; tokens refresh |
| Free disk space | > About This Mac > Storage | Keep 10–15 GB free for temp files |
| Set date & time to automatic | System Settings > General > Date & Time | “Set Automatically” is on |
App Store Not Opening On Mac: Causes And Fixes
Think in three buckets. First, Apple services and your network path. Next, local data that the App Store reads at launch. Last, system items that can block web content. The sections below match those buckets so you can pinpoint the source quickly.
Rule Out A Service Outage
Outages are rare but real. Open the System Status page. If the Mac App Store entry is not green, wait until it turns green, then relaunch. Large outages can also appear in tech news feeds during the day.
Quit The Stuck Process
Open Activity Monitor. Search for “AppStore” and “appstoreagent.” Select each one and click the X button. Launch the App Store again from the Dock or Spotlight. A clean relaunch clears a web view that never finished loading.
Restart In Safe Mode
Safe Mode loads only core parts of macOS and runs checks on the startup disk. On Apple silicon, shut down, hold the power button until options appear, pick your disk, hold Shift, then press Continue in Safe Mode. On Intel, hold Shift during startup. If the App Store opens in Safe Mode but fails in a normal boot, a login item, font, or filter app is the likely cause. Remove recent add-ons and test again.
Sign Out And Sign In Again
Open the App Store. Choose the Store menu, then sign out. Quit the app, reopen, and sign in. This refreshes the session that unlocks pages inside the store.
Clear App Store Caches
The App Store stores web and metadata caches. Corruption can stop the window at launch. Quit the App Store first, then run these commands in Terminal to remove safe cache paths:
rm -rf ~/Library/Caches/com.apple.appstore
rm -rf ~/Library/Caches/storeaccountd
rm -rf ~/Library/Caches/storeassetd
rm -rf ~/Library/Caches/storeinappd
rm -rf ~/Library/Caches/CommerceKit
Open the App Store again. If the window appears quickly, the cache was the block.
Reset App Store Preferences
A broken preference file can stop the UI from drawing. Delete it and macOS will create a fresh copy at next launch.
defaults delete com.apple.appstore
rm ~/Library/Preferences/com.apple.appstore.plist 2>/dev/null
Launch the App Store. Sign in if asked.
Fix Network Blocks
VPN clients, DNS filters, and firewalls can block Apple endpoints. Turn VPN off and test. In Network settings, set DNS back to automatic or use a public DNS. If you run Little Snitch or similar tools, allow traffic for storeaccountd and appstoreagent. Hotel or office captive portals can also block the first request. Open Safari, load any site to finish the portal step, then try again.
Check Time And Trust Data
Bad time settings can break secure sessions. Keep automatic time and time zone on. If your Mac was off for a long stretch, connect to the internet for a minute so trust data updates in the background, then launch the App Store.
Repair Disk And Storage
Open Disk Utility and run First Aid on the startup volume. Then confirm you have headroom for downloads. Low space leaves temp files with no room to grow and can stall the launch.
Rebuild Fonts Cache (Rare)
Broken fonts can crash apps that embed web content. Safe Mode rebuilds caches. If that solves it, remove newly added fonts in Font Book and test again.
Step-By-Step Flow With Proof Checks
Use this flow if the quick list did not help. Each step ends with a check, so you know exactly what changed.
1) Force-Quit And Relaunch
Activity Monitor > search “AppStore.” Quit it. Reopen the app. If the Dock icon opens and the window appears, you are done. If the icon bounces and vanishes, move on.
2) Restart, Then Test A Fresh User
Restart. If the App Store still fails, create a new admin user in System Settings > Users & Groups. Log in to that user. Open the App Store. If it works there, the issue lives in your main user profile. Keep going with cache and preference steps in that profile.
3) Payment Hold Check
Unpaid orders can block actions inside the store. Open the account view and change the payment method if you see a hold. Try the Updates tab next.
4) Clear WebKit Data Used By The Store
Quit the App Store, then remove related WebKit folders:
rm -rf ~/Library/WebKit/com.apple.appstore
rm -rf ~/Library/Containers/com.apple.appstore/Data/Library/WebKit
Open the App Store. The window should draw faster and load content without a blank pane.
5) Refresh Launch Services Linked To The Store
Restart the agents that drive account and store actions:
launchctl kickstart -k system/com.apple.appstoreagent
launchctl kickstart -k gui/$(id -u)/com.apple.storeaccountd
Try again. If pages load now, a stuck agent was the cause.
6) Safe Mode And Third-Party Filters
Boot in Safe Mode. If the store opens there, remove login items and network filter apps one by one. Reboot between removals. Add them back in small sets until the block returns. Replace the bad item or update it.
7) Disk First Aid And Space Targets
Run First Aid, then keep 10–15 GB free. Installers and updates need room to unpack. With low space, the store can hang at launch or during sign-in.
8) Refresh The Account Session
Open the App Store. Sign out. Quit the app. Reopen. Sign in. This clears tokens linked to your Mac. Many users report that this step alone brings the window back to life.
When You Still See A Blank App Store
If the window opens but content never appears, focus on the network path and local web data. The actions below target that state directly.
Test A Clean Network Path
Turn off VPN. Remove custom DNS. Switch Wi-Fi networks or use a phone hotspot. If pages load on a clean path, restore tools one by one and add rules for Apple domains used by the store.
Flush DNS And Renew Lease
Open Terminal and run this line:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Now renew the DHCP lease in Network settings. Open the App Store again and watch the Featured tab.
Reset Network Services (Careful Step)
In Network settings, delete the Wi-Fi service, apply, then add it again. Re-enter the network passcode. If your Mac has old configuration profiles from work or school, remove those under Profiles if they no longer apply.
Deep Resets And Reinstalls
Use these only if nothing above worked. Back up first. These steps touch system layers and user data.
| Action | What It Does | When To Use |
|---|---|---|
| Reinstall macOS | Refreshes system files without erasing data | Web views fail across many apps |
| New user migration | Moves files into a clean profile | User-only corruption keeps returning |
| Clean network profile | Removes stale profiles and filters | Blank store only on one Wi-Fi or managed Mac |
How To Reinstall macOS Safely
Back up with Time Machine. Start to macOS Recovery, pick Reinstall, and let the installer run. Your data stays in place. After the install, open the App Store. If it loads fast and stays stable, the block lived in system components that were replaced.
Signals That Point To The Likely Cause
Small clues save time. Match your symptom with the pattern below to pick the right fix first.
Signs Of A Network Path Issue
The window opens but Featured never loads. App updates stall. A phone hotspot works right away. These signs point to VPN, DNS, captive portals, or profiles. Start with Wi-Fi off and on, then test a hotspot. Add rules for storeaccountd and appstoreagent if you run a firewall tool.
Signs Of A User Profile Issue
The App Store works in a fresh user but not in your main user. That pattern points to caches, preferences, fonts, or login items. Clear caches, delete the preference file, and trim login items until the stall ends.
Signs Of A System Level Issue
Web content fails in other apps that use the same engine. Safe Mode helps. A reinstall fixes the set. In that case, run First Aid, then reinstall macOS to refresh the shared parts that many apps depend on.
Extra Help From Apple
Keep these two pages handy while you work: Apple’s guide on can’t connect to the App Store, and the Mac Help page for Safe Mode steps. Both align with the steps above and confirm the checks for service status, network path, and clean boot.
Prevention Tips That Keep The Store Snappy
Keep free space above 10 GB so installers never run out of room. Leave time and time zone on automatic. Update macOS on a steady rhythm. Avoid stacking many menu bar utilities that hook into the network path. Review login items twice a year and remove tools you no longer need. If you change DNS or add a VPN, test the App Store once so you catch a block early.
What To Do Before You Reinstall
Gather proof points. Does a fresh user work? Does Safe Mode work? Does a phone hotspot work? If the answer is yes to all three, the issue sits in your main profile or on your network. Fix those first. A reinstall should be your last step, not the first move.
