How to fix Sorry, Stitch is unavailable error?

You keep seeing the message Sorry, Stitch is unavailable when trying to access Stitch in Google AI. Here is the fastest way to fix it and get in.

Fix Sorry, Stitch is unavailable in Google AI Studio

Users report the banner Sorry, Stitch is unavailable immediately after signup and it persists for days. This happens across Chrome and Safari, with and without VPN, and even after allowing third party cookies.
Hero
Common triggers are account eligibility, region restrictions, blocked cookies, or Workspace admin policies. The steps below address each fast.

Solution Overview

AspectDetail
Root CauseAccount not eligible or region not supported, blocked cookies or storage, Workspace policy blocks, or temporary capacity limits
Primary FixUse a personal Gmail in a supported region, disable VPN, clear site data for Stitch and Google sign in domains, then retry
ComplexityEasy
Estimated Time10 to 20 minutes
Tip: If you hit version or feature gating, see fix version errors in AI tools for context on staged rollouts.

Get Stitch working now

Step-by-Step Solution

1. Confirm availability and use the right entry point
  • Open the product directly and confirm you can load the sign in flow: AI Studio
  • If it loads for other Google services but not Stitch, continue below.
2. Sign out everywhere and retry with a personal Gmail
  • Open Google Account and sign out of all profiles.
  • Close the browser, reopen, then sign in with a personal Gmail address only. Avoid multi sign in with several accounts at the same time.
  • Try Stitch again from AI Studio.
3. If you use Google Workspace ask your admin to allow access
  • Stitch may be restricted by Workspace policies. Ask your admin to allow experimental AI services for your organizational unit in Admin Console and to permit access to additional Google services needed by AI Studio.
  • If policy updates are not possible, test with a personal Gmail to confirm it is a policy block.
4. Turn off VPN and ensure your region and age are supported
  • Disable VPN or location spoofing and use a residential network in your country.
  • Confirm your Google Account meets age requirements: Age requirements
  • Refresh Stitch after disabling VPN to pick up the new IP region.
5. Clear site data only for AI and Google sign in domains This removes stale tokens and blocked cookies that cause the unavailable state. Chrome 1. Open aistudio.google.com 2. Select the site info icon at left of the address bar 3. Choose Site settings then Clear data for aistudio.google.com 4. Repeat for accounts.google.com and ai.google.dev if used 5. Reload Stitch Safari 1. Open Preferences then Privacy then Manage Website Data 2. Search for google.com ai.google.dev and remove them 3. Restart Safari and try Stitch again For a quick reset while the page is open, you can also run in DevTools Console:
localStorage.clear()
sessionStorage.clear()
image
6. Allow third party cookies for sign in domains
  • Chrome may block third party cookies which breaks cross domain sign in flows.
  • While on aistudio.google.com select the eye icon or cookie prompt in the address bar and allow third party cookies for this site. See Google guidance: Manage cookies in Chrome
  • Reload and try again.
7. Try a clean browser profile or private window
  • Open a new Chrome profile or an Incognito window and sign in with a single personal Gmail.
  • Extensions like ad blocker privacy and script control can interfere. Temporarily turn them off for this test.
8. Flush local network name cache then retry Windows Command Prompt as Administrator
ipconfig flushdns
macOS Terminal
sudo killall mDNSResponder
Reopen the browser and test Stitch again. 9. Wait and retry if capacity limited
  • Stitch can temporarily return unavailable during heavy load. Retry in a few hours.
  • If you keep seeing unavailability along with usage errors in other AI tools, it may be quota related. See quota errors with AI APIs for quick checks.

Alternative Fixes and Workarounds

Use a different Google account
  • Create or switch to a personal Gmail that has country and age set correctly. Avoid Workspace restrictions.
Try a mobile device on cellular data
  • Open AI Studio from a phone on mobile data to rule out office firewalls or DNS filtering.
Check with a different network
  • Test on a home network or a hotspot to eliminate corporate filtering and security gateways that block sign in flows.
Check for regional rollout
  • Some AI features roll out in phases. If others in your region can access it but your account cannot, stay signed in and try again later.

Troubleshooting Tips

  • Check the browser console for errors on aistudio.google.com or ai.google.dev. Look for messages about cookies blocked third party storage blocked or CORS.
  • Remove or disable extensions that change cookies or block scripts. Common culprits are privacy tools ad blockers and script blockers.
  • Confirm the system time and time zone are correct. Invalid clock can break auth tokens.
  • If you see server errors instead of unavailable, review common server side fixes here: resolving 500 errors in Google Workspace.

Best Practices

  • Prefer a single personal Gmail session when using experimental AI tools to avoid account context conflicts.
  • Keep third party cookies allowed for aistudio.google.com and accounts.google.com or add them to cookie exceptions.
  • Avoid always on VPN or privacy DNS that rewrites Google domains while using Stitch.
  • Keep your browser updated and refresh site data after major updates or account changes.

Final Thought

In most cases, Stitch shows unavailable due to account eligibility, region, or blocked cookies. Follow the steps above and you should be in quickly, with a clean sign in and a supported account.

Leave a Comment