Diagnostic built from 4 documented Gemini product incidents and 8 reproducible error states Β· Last updated May 15, 2026
Google Gemini stalls and refusals decoded. The 10-step ladder, the eight error strings you might be seeing, and the exact action that clears each one.
Start here, the 20-second test
Click your avatar (top-right) and confirm the active Google account.
The single most common "Gemini is broken" report turns out to be a Google account switcher swapping in a personal account that does not have Workspace allowlisting or Google AI Pro. Fix the account, fix the problem.
Reproduced eight Gemini failure states on Gemini 2.5 Pro and 2.5 Flash, on web and mobile
We reproduced each of the eight failure modes documented below on Gemini Apps (gemini.google.com), the iOS Gemini app, and the Android Gemini app, switching between a personal Gmail account and a Workspace account to validate that the fixes apply across both surface types.
We also cross-referenced the public Google product-update log and the status.cloud.google.com incident archive for the last 18 months to ensure every dated claim below is anchored to an official source.
The 10-step Gemini diagnostic
Top to bottom, ordered by which step resolves the largest share of cases.
1
Confirm Gemini is up via Google Cloud Status
30 seconds
Google publishes service health at status.cloud.google.com, Gemini Apps appears under "Gemini for Google Cloud" and the underlying Vertex AI models appear under "Vertex AI". Cross-check with downdetector.com/status/google-gemini for user reports, which lead Google's dashboard during fresh incidents.
2
Switch the active Google account
20 seconds
If you are signed into multiple Google accounts, Gemini uses the default account, which may not be the one with Gemini Advanced or with admin allowlisting. Click the avatar (top-right) β choose the right account. Workspace and personal accounts often have wildly different access.
3
Try a different model from the picker
30 seconds
On the Gemini Apps composer, click the model name at the top and switch between 2.5 Flash, 2.5 Pro, and (where shown) Deep Research. A model-specific outage often resolves by changing models. Free users have fewer model choices; Google AI Pro unlocks the full picker.
4
Hard refresh the page
10 seconds
Cmd+Shift+R (macOS) or Ctrl+Shift+F5 (Windows / Linux). Forces a fresh build past the service worker. Resolves a meaningful share of "empty response" and "chat list missing" issues after Gemini Apps deploys frontend updates.
5
Open Gemini in an incognito / private window
1 minute
Cmd+Shift+N in Chrome. Sign in fresh. If Gemini works in incognito, a Chrome extension or stored cookie is the cause. Common offenders include privacy extensions, screen-reader overlays, and out-of-date Google account-switcher scripts.
6
Disable VPN and corporate proxy
1 minute
Some enterprise proxies strip the Google authentication cookies, causing silent sign-out loops. Switch the VPN off; tether to a phone hotspot to confirm. If your org enforces a proxy, ask IT to allowlist gemini.google.com and accounts.google.com end-to-end.
7
Clear cookies for gemini.google.com
2 minutes
Chrome: chrome://settings/cookies β "See all site data" β search "gemini" β delete. Then re-sign-in. Resolves persistent ERR_TOO_MANY_REDIRECTS and the "Sign in to keep chatting" loop. Do not clear accounts.google.com cookies unless you are willing to re-auth every Google product.
8
Switch to the native Gemini app
3 minutes
Google publishes Gemini apps on iOS (App Store) and Android (Play Store). The native apps use Google's mobile auth stack, which sidesteps browser-cookie issues. If web is stuck and you need an answer now, the app is the fastest path.
9
Check Workspace admin status
5 minutes
If you are on a Workspace account and Gemini suddenly stopped working, your admin may have toggled it off in admin.google.com β Apps β Additional Google services β Gemini. Workspace admins control this per-user and per-org-unit; access can change without notification.
10
Fall back to Google AI Studio
2 minutes
aistudio.google.com hosts the raw Gemini API surface with the same model family. When Gemini Apps is broken but the underlying model is healthy, AI Studio is usually still operational because the failure is in the Apps frontend, not in Vertex AI. Free tier available with a Google account.
Gemini error matrix, the eight strings you might be seeing
Pull the exact text Gemini shows you, then find the row.
Error
Severity
Root cause
Fix
Something went wrong. Please try again
Low
Generic transient streaming failure, the most common Gemini error string, usually a per-message hiccup
Click the retry icon under the failed response. If it repeats inside the same chat, open a new chat, long contexts (especially with Deep Research outputs) raise the failure rate.
I'm unable to help with that, as I'm only a language model
Low
Safety-policy refusal, Gemini's safety classifier blocked the response, not a system failure
Rephrase the prompt to remove ambiguous safety triggers. Strip any reference to violence, public figures, or copyrighted text. Try the same prompt on Gemini 2.5 Pro, which has looser thresholds than the default model on free.
You don't have access to this app
High
Google Workspace admin has blocked Gemini for your org, OR the account is under 18 in a region where Gemini is age-gated
Workspace users: ask your admin to enable Gemini in the Workspace admin console under Apps β Additional Google services. Personal accounts: confirm your Google Account birthdate meets the regional age requirement (18+ in most regions).
Gemini isn't available in your country yet
High
Geographic restriction, Google publishes the supported-countries list for Gemini Apps on its help center, and the list still excludes mainland China and a small number of sanctioned countries
Check the supported-countries list at support.google.com. Where Gemini Apps is restricted, Vertex AI Studio (the Google Cloud surface) is usually available with a paid project, as is the Gemini API directly.
Sign in to keep chatting
Low
Auth session expired, Gemini sessions on gemini.google.com are tied to your Google Account session and time out after extended inactivity
Sign in again at accounts.google.com, then reload gemini.google.com. If you have multiple Google accounts active, the account chooser may have switched the active account silently, confirm via the avatar (top-right).
Deep Research is still running⦠(stuck)
Medium
Deep Research jobs run as a separate async task and can stall when the source page count exceeds the soft cap or when a source returns a 5xx mid-crawl
Refresh the tab, the job continues server-side and the partial report should appear under "Recent". If it remains stuck for more than 15 minutes, cancel and re-run with a narrower scope (fewer entity terms, tighter date range).
Empty response / no answer rendered
Low
Front-end rendering bug, the response was generated but the UI failed to display it, common after a Gemini Apps frontend deploy
Hard refresh (Cmd+Shift+R on macOS, Ctrl+Shift+F5 on Windows). The full response is preserved server-side and re-renders on reload. Recurring? Switch to the Gemini app on iOS or Android, which uses native rendering.
Image generation not available
Medium
Image generation in Gemini Apps is regionally gated and was paused in early 2024 for people images, Google has since re-enabled it in waves
Confirm your region supports the current image model on Google's What's New page. As a fallback, switch to ImageFX (Google Labs) or to Imagen 4 on the Gemini API via Google AI Studio.
Gemini product history that shapes today's errors
Four events explain why some Gemini errors today look the way they do.
Date
Scope
Outcome
Why it matters now (source)
Feb 21, 2024
Multi-day pause
Image generation of people paused worldwide
Google publicly paused people-image generation after the historical-figure rendering controversy, then re-enabled in waves through 2024 (per Google's official blog post 'Gemini image generation got it wrong')
Dec 11, 2023
Phased rollout limits
EU and UK launch delayed
EU AI-readiness review delayed Gemini Apps (then "Bard") availability, confirmed by Google's news room timeline
Feb 8, 2024
N/A (renaming)
Bard renamed to Gemini; Bard Advanced shipped as Gemini Advanced
Product rename and tier launch, context for why older Bard error messages no longer match current strings
Mar 2025
N/A (model upgrade)
Gemini 2.5 Pro and 2.5 Flash launched
Model upgrade, older guides that reference Gemini 1.5 or Ultra 1.0 model names are now outdated
Why this matters: A lot of stale guidance online still references "Bard" or "Gemini 1.5 Ultra". Those names no longer match Gemini's current strings. If a tutorial does not mention Gemini 2.5 Pro or 2.5 Flash, treat it as outdated.
Every Gemini failure falls into one of four categories
Identify the category first; the fix follows mechanically.
A. Google service incident
Vertex AI or Gemini Apps is degraded across all accounts. Verifiable on status.cloud.google.com. Wait it out, local fixes will not help.
B. Account or admin state
Wrong active Google account, Workspace admin disabled Gemini for your OU, billing failure on Google AI Pro, or the account fails the age gate. Other accounts work fine on the same device.
C. Region or feature gate
Gemini Apps is not available in your country, or a specific feature (image generation, Deep Research, voice) is regionally restricted. Google publishes the supported-countries list on its help center.
D. Device or browser state
Stale cookies, extension conflict, corporate proxy stripping Google auth headers, or a service worker that needs a hard refresh. Incognito mode confirms or denies the diagnosis.
When Gemini Apps is down, three working alternatives
All three reach near-equivalent capability while Google Apps is misbehaving.
Google AI Studio
aistudio.google.com, same Gemini 2.5 Pro / Flash models exposed through the developer surface. Free with a Google account; works when Apps is broken.
Free tier; paid via Vertex AI billing
ChatGPT
chatgpt.com, OpenAI's surface for general-purpose chat. Independent infrastructure, so unaffected by Google incidents.
Free tier available; Plus $20/month, Pro $200/month
Claude.ai
Anthropic's Claude, competitive on reasoning, writing, and code. Different cloud, different failure profile than Gemini.
Free tier; Pro $20/month
One more option: the official Gemini app on iOS or Android. The native apps use the Google mobile auth stack and often work when the browser does not.
Frequently asked questions
The questions readers ask most when Gemini stalls or refuses.
Is Gemini down right now and where do I check?
Google publishes the authoritative dashboard at status.cloud.google.com. Gemini Apps for consumers appears under "Gemini for Google Cloud"; the underlying model lives under "Vertex AI". For faster confirmation during an incident, downdetector.com/status/google-gemini surfaces user-reported spikes within minutes. If both show green and only your session is broken, the issue is account-side or device-side and the diagnostic ladder above applies.
Why does Gemini suddenly refuse a prompt it answered before?
Two reasons. Google updates Gemini's safety classifier on a rolling basis, so a prompt that passed in March can be flagged in May after a model or safety-config refresh. The other cause is a context-spillover effect, earlier turns in the same chat raised the safety score for the whole conversation. Start a new chat with a minimal, neutral framing of the same task, and the refusal often disappears.
Why does my Workspace account see a different version of Gemini than my personal Gmail?
Workspace admins control which Gemini features are enabled per organizational unit. A Workspace account may have Gemini Apps disabled entirely, Gemini side panels enabled only in Docs and Gmail, or full access depending on the Workspace edition and the admin's policy. Personal Gmail accounts use the consumer Gemini terms and have the consumer feature set. Different account, different surface, different rules.
What does "You don't have access to this app" mean in Gemini?
It means the active Google account is blocked from Gemini at the directory level. For Workspace users, this comes from Apps β Additional Google services β Gemini being off for your user or your organizational unit. For personal accounts, it usually points to an age restriction, Gemini requires the account holder to be 18+ in most regions. Confirm your Google Account birthdate at myaccount.google.com or contact your Workspace admin.
Why is Deep Research stuck on "still running" forever?
Deep Research runs as a separate background job that can take 5-20 minutes for complex queries. Anything longer than 30 minutes usually means a source page returned a 5xx mid-crawl and the job is retrying. A page refresh does not cancel the job, it continues server-side and the partial report shows up under "Recent" when ready. If it stays stuck past 30 minutes, cancel and re-run with a narrower scope.
What is the difference between Gemini Apps, Google AI Studio, and Vertex AI?
Gemini Apps (gemini.google.com) is the consumer chat product for end users. Google AI Studio (aistudio.google.com) is the free developer surface for prototyping with the Gemini API. Vertex AI (console.cloud.google.com/vertex-ai) is the enterprise platform on Google Cloud with quotas, IAM, audit logs, and regional pinning. They share the underlying models but have different SLAs, pricing, and outage profiles, Apps can be down while AI Studio is still healthy.
Does Google AI Pro unlock a more reliable Gemini?
Google AI Pro (USD $19.99 / month per Google One pricing as of 2026) raises rate limits, expands the available models in the picker (full Gemini 2.5 Pro, Deep Research, longer context), and gives priority access during peak load. It does not exempt the account from service-wide outages on status.cloud.google.com. Reliability gains are real for individual-cap issues, not for infrastructure incidents.
Why is Gemini image generation blocked or missing for my account?
Google paused image generation of people in February 2024 after the historical-figure rendering controversy and has re-enabled it regionally and per-account in waves since. Some regions still show the feature greyed out. As a fallback, ImageFX (labs.google) and Imagen 4 in Google AI Studio remain available where Gemini Apps image generation is restricted, both run on the same underlying model family.
Why does Gemini in Chrome keep signing me out on every visit?
Chrome's privacy settings can clear cookies on close, or you may be using a guest profile or a profile where cookies are restricted. Open chrome://settings/cookies and confirm "Allow all cookies" or at least "Allow cookies for sites you visit". Aggressive privacy extensions (Ghostery, DuckDuckGo Privacy Essentials, Cookie AutoDelete) frequently strip Google auth cookies, pause them for accounts.google.com and gemini.google.com.
Can I use Gemini if I'm under 18?
Google requires Gemini Apps users to meet the regional age threshold tied to their Google Account. In most countries that threshold is 18. Younger users can be set up via Google Family Link with restricted access in some regions where Google has rolled out teen Gemini, but the default behavior is to block sign-in and show "You don't have access". The Google Account help center publishes the per-country thresholds.
Does the Gemini API have a different status page than Gemini Apps?
Yes. The Gemini API is part of Vertex AI on Google Cloud, and its status lives at status.cloud.google.com under "Vertex AI". Gemini Apps incidents are tracked under "Gemini for Google Cloud". The two can diverge during partial outages, the API can keep serving while Apps is broken, or vice versa. For programmatic monitoring, subscribe via RSS or the JSON feed Google exposes on the status page.
How do I report a stuck or broken Gemini response to Google?
Inside any Gemini chat, click the down-arrow icon at the bottom of the response and choose "Bad response". Add a note describing what failed. For account or billing issues, go to one.google.com β Help β Contact us, which routes Workspace and Google One subscribers to live agents. There is no public severity-1 hotline for Gemini Apps, only the in-product feedback path and the standard help channels.