1. Home
  2. Companies
  3. Gmail
Gmail

Gmail status: access issues and outage reports

No problems detected

If you are having issues, please submit a report below.

Full Outage Map

Gmail is a free, advertising-supported email service developed by Google. Users can access Gmail on the web and through the mobile apps for Android and iOS, as well as through third-party programs that synchronize email content through POP or IMAP protocols.

Problems in the last 24 hours

The graph below depicts the number of Gmail reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.

At the moment, we haven't detected any problems at Gmail. Are you experiencing issues or an outage? Leave a message in the comments section!

Most Reported Problems

The following are the most recent problems reported by Gmail users through our website.

  • 37% Website Down (37%)
  • 34% Errors (34%)
  • 29% Sign in (29%)

Live Outage Map

The most recent Gmail outage reports came from the following cities:

CityProblem TypeReport Time
Bogotá Errors 2 days ago
Arrondissement de Poitiers Website Down 3 days ago
Paris Website Down 3 days ago
Paris Errors 3 days ago
Marseille Errors 3 days ago
Besançon Errors 3 days ago
Full Outage Map

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

Gmail Issues Reports

Latest outage, problems and issue reports in social media:

  • bariswheel
    Baris (@bariswheel) reported

    Hey @gmail, please make “Reply all” the default when an email is sent to multiple people. My friends and I frequently hit “Reply,” assuming we’re responding to the group, only to realize Gmail sent it to one person. This has caused confusion for years. Please fix it! Most of us aren’t chatting in 500-person corporate mailing lists. Design public Gmail for normal conversations too, make that the default.

  • jorgedua
    Jorge Eduardo Diaz G (@jorgedua) reported

    @gmail my search is not working in my Gmail IOS app

  • _unitedesque
    🌹 (@_unitedesque) reported

    Apple mail by birth, Gmail by notification issue.

  • Abeshay_
    abeshay (@Abeshay_) reported

    @HsanC_ Need your assistance in setting up Gmail. Keep getting errors

  • HansCashFlow
    OptionHans (@HansCashFlow) reported

    @unabyssapp My AI did a policy audit on this and here's the result (positive): "Good news on the security front — it's much better than a lot of "connect everything" tools. Here's what I found: Security page: Everything is encrypted in transit and at rest. Critically, every connection is read-only by design — Unabyss says it cannot post, reply, edit, or delete anything in your connected apps, and that's the scope of the OAuth permissions it actually requests, not just a policy promise. You can disconnect any app instantly and permanently delete everything it's imported. They explicitly state "We never train on your data. Full stop." Compliance-wise: SOC 2 Type II is "in progress" (audit-ready, not yet certified), and they claim GDPR alignment. Privacy Policy: The legal entity is OneType Prosta Spółka Akcyjna, based in Warsaw, Poland (this is useful to know since it means Polish/EU jurisdiction applies). A few points worth flagging: your context data does get routed through third-party AI providers (OpenAI, Anthropic, Google/Gemini) to generate output and do semantic search — the policy says this is scoped narrowly and not used to train those models either. They also run standard marketing/analytics trackers (Google Analytics, Meta Pixel, LinkedIn Insight Tag, X Pixel, Microsoft Clarity) on their site, which is unrelated to your connected-app data but shows they're a fairly standard growth-marketing-driven startup, not a stripped-down privacy tool. Bottom line: the security posture is genuinely one of the better ones I've seen for this category — read-only access, no training on your data, clear deletion rights. The main honest caveat remains that SOC 2 certification isn't finished yet, so you're trusting their word and architecture rather than an independently audited report. If you connect it, I'd start with lower-sensitivity sources (Notion, GitHub, Calendar) and hold off on Gmail/Slack until the audit completes, especially if client-confidential material lives there."

  • MaskManusya
    M (@MaskManusya) reported

    Is Gmail down for anyone?

  • Sasini_ug
    SASINI (@Sasini_ug) reported

    @savanna_ug could you help, I have had issues with your internet for the last 4 days , I keep chatting with the WhatsApp team, they seem not to undestand how to help. We cant send or receive mails both on Gmail and Outlook, only social media active . Alternative net is working

  • Jack14Adams
    Adams Jack (@Jack14Adams) reported

    @Tycn777 @tonykipkemboi @ntvkenya Training the model isn't an issue, we have Kaggle(30hrs) and Google colab(4hrs) for that which is free which u can use an endless amount of gmail accounts while saving your model weights

  • CanadaGood
    Canada🌻Good 📷🇨🇦🇺🇦 (@CanadaGood) reported

    @GeminiApp Ahhh! Google Gemini has made my GMail Workspace (web version on Chromebook) completely unusable! (Still works on Android phone). I get Gmail INBOX view but then it quickly jumps to a Gemini page trying to get me to sign in or create new account! 1/2

  • Avee8tour
    Bill Curry (@Avee8tour) reported

    @piersmorgan You think? Didn't answer a ******* question, not even what color is the carpet... So it's pretty clear he has tons to hide. Too bad he's too ******* stupid to not write it down in a diary of in a Gmail email, and then brag how it can't be found through FOIA requests.

  • riyaz0786ahmad
    muhammadriyaz (@riyaz0786ahmad) reported

    @googleaccount @nicognito__ a problem in two step verification in my Gmail. Google is not able to verify me. I have important documents in my Gmail, my location is the same, the number is available, then why is the IP address not matching? Please solve two. step verification

  • AiAgencyGoat
    Ai Agency (@AiAgencyGoat) reported

    A 12-person accounting firm was spending 6 hours a day on manual invoice processing. Names. Amounts. Due dates. Line items. All entered by hand. One agent cut that to 25 minutes of review. Here's the complete build. 🧵 The size of this problem: Manual invoice processing costs businesses: → $15-40 per invoice in labor (industry estimate) → 3-5% error rate causing payment delays and disputes → 2-6 hours per day for businesses handling high volume For a business processing 50 invoices/week: → 50 x $25 average = $1,250/week = $5,000/month in labor → Your agent: $1,500/month setup + $800/month retainer → Client saves $3,200/month net — from day one That math closes itself on every discovery call. The complete invoice processing agent: Trigger: → Gmail trigger: new email arrives with PDF attachment at billing inbox → Or: file uploaded to a designated Google Drive folder Stage 1 — PDF extraction: → n8n's PDF node extracts all text from the attachment → Handles multi-page invoices automatically → Passes raw text to the next stage Stage 2 — Structured data extraction (LLM): System prompt instructs the LLM to return JSON only: → vendor_name → invoice_number → invoice_date → due_date → subtotal → tax_amount → total_amount → line_items (array) → payment_terms → extraction_confidence (high/medium/low) Stage 3 — Validation: → IF confidence is low → flag for human review → IF required fields are missing → flag for human review → IF total doesn't match line item sum → flag for human review → All other invoices → proceed automatically Stage 4 — Data output: → Appends new row to Google Sheets with all extracted fields → Or: creates record in accounting software via API (QuickBooks, Xero) → Timestamp and source email logged for audit trail Stage 5 — Notifications: → Slack message to accounts team: invoice details summary → Email reply to sender confirming receipt (optional) → Urgent flag if due date is within 7 days Stage 6 — Exception handling: → Flagged invoices go to a separate "Needs Review" sheet → Slack alert to designated reviewer with the specific issue noted → Reviewer corrects and marks as resolved The numbers clients care about: → Processing time per invoice: 8 seconds vs 8 minutes → Error rate: near zero vs 3-5% manual → Invoices that need human review: 10-15% (unusual formats, poor scan quality) → Hours saved per week: 4-20 depending on volume The expansion upsell: After 60 days, propose: "Now that we have all your invoice data in a structured database, I can add a payment tracking agent that monitors due dates and sends automated reminders to vendors. Want me to scope that?" One agent becomes two. Retainer increases. I cover this full build in my course. Follow and like this post and I'll DM it to you. (Must be followed for DM)

  • koolmihir
    MIHIRR S MEHTA (@koolmihir) reported

    Gmail is down?

  • dvsch
    derrick has started yet another project (@dvsch) reported

    "Hello, your app doesn't work for my ten year old Intel Macbook. When can I expect a fix?" How does your macbook even run gmail on the web at this point?

  • RealKriste55
    Kriste55 (@RealKriste55) reported

    @SenHawleyPress Is the legal issue of agency a way to make Fauci accountable? If he was breaking the law using his Gmail while acting outside his authority in his role?

  • denaskulinicius
    denas (@denaskulinicius) reported

    switching esp will not fix your deliverability. you get new ips. you keep your domain. and domain reputation is the heavier signal at gmail. so you migrate, pay the implementation fee, burn three months, and land in the same folder you were in on the old platform. klaviyo didn't do this to you. your sending behaviour did. fix the behaviour or you're just paying for a new logo on the same problem.

  • PhedEU
    phed (@PhedEU) reported

    YouTube Trust Score - Is it important, yes or no? 12 months ago no one cared, no one used these words - then all of a sudden all my DMs and replies are asking about how to achieve the perfect trust score So is it important? YES (and NO) The only thing you need to care about is not looking like a bot. If you do not act exactly like a robot would, you have nothing to be afraid of If you are a normal personality based YouTuber, this post is 99.9% not for you The problem of trust scores was created with the rise of faceless YouTube, as people are running 10,20 or even 100+ YouTube channels Imagine you are Google: what do you do when an IP registers a new gmail address, then creates a new YouTube channel under it, and posts videos (all within the same day?) Answer: you likely nuke that channel’s reach. Why? Because this is exactly what a spam/scam bot would do So your method of “bypassing the 0 view jail issue” is quite literally to not act like a bot. If you already have a channel that’s getting a reasonable amount of views (even 1K views per 48 hours is reasonable), then simply create a channel under that email too. You can have many channels under one email. If you have a gmail you’ve been using for years? Even better, google already trusts that email. If you haven’t even made your first $100K on YouTube yet, for the love of God stop researching proxies, residential IPs and multilogin internet browsers There is only 1 step: don’t act stupid

  • TheGeodexes
    Kevin (spirit/acc) (@TheGeodexes) reported

    @BakhtawarS87392 I’m researching agency quote workflows worth prototyping. The Gmail-with-40-open-threads problem—how are you currently deciding which quoted leads are still warm?

  • BenyaminHolley
    🏍benyamin (@BenyaminHolley) reported

    Things I did not do during this interview process: Send thank you notes after the interviews. Listen guys, I really don't want to sound entitled. I don't want to sound like a snob. I just think the thank-you note thing is silly. Two reasons for this: First: If you reached out to me to talk to me, you should be sending me a thank-you note. I didn't apply for any of these jobs. Nobody sent me a thank-you note after the call and I don't care because I'm not the kind of person who gets upset by people not doing this type of stuff. It's just not important to me. Maybe I'm feral and unsocialized. I don't know. I literally had so many interviews in like a three-day period that I was totally disorganized. I couldn't keep track of anything. I swear I'm not saying this to brag. It's just the reality of the situation. And actually I do feel bad because there are a lot of people who I need to thank (ironic i know lol) actually, for referring me to places and things like that. I'm going to get to those people tomorrow. I was just really busy. I actually remember way back when I first interviewed for my first SDR jobs. I remember doing an interview and then the person, right after I interviewed with them, posted on LinkedIn saying that a lot of the people they were interviewing for SDR roles weren't sending them thank-you notes. I, in a panicked state, logged back into Gmail to send them a thank-you note, worried that I wasn't gonna get the job. Now I remember this very vividly and if the person who posted that is reading this, I hope this doesn't come off the wrong way, but I feel like when you're interviewing people, maybe like myself, who were never in the corporate world, they don't know the tricks of the trade so to speak. It's not really fair to judge them on that kind of stuff. I think this is one of the reasons that a lot of people like myself, who maybe don't have a traditional university education, don't fare well when they're trying to get into software jobs. Even when in practice they're actually highly qualified, they just don't know all these little things. Nobody teaches them to. It's kind of the stuff that you learn in business school or, I don't know how else to put it, if you're in certain socioeconomic circles. These things are sort of signifiers that you're in the club. Class mobility is somewhat constrained by what I can only describe as "cultural" quirks. Secondly just besides the basic etiquette concept, people say that this is important because in a sales process, which an interview process kind of is a sales process, your performance in the interview is going to mimic what you do with clients. This is of course totally true but these days the thank you notes and the follow-ups are almost all automated or AI-generated or something. Without making a moral or strategic judgment about that, it just feels like it's something that's totally unnecessary. You don't need to stroke my ego by telling me how great it was meeting me. Personally I feel like if you're solving a real problem for people, being liked isn't actually that important. In fact some of the sales processes that I spent the most money on and got the biggest ROI from were sales processes that I didn't really find particularly enjoyable, relatively speaking. Sometimes I didn't even like the salesperson and I still ended up buying whatever it was just because I needed it. That's probably a sub-optimal way to go through your life in business being unlikable or prickly but I just think we way over index on being likable. When you think about it a lot of the most successful people in business, and I think this may be universally true, are not very agreeable. But they're effective, which is more important in my mind. I'm a pretty low-budget spender. I'm not a CISO spending a million dollars on a security platform but I don't know how much the interpersonal dynamics dictate outcomes based on the different stratifications of spending power of the buyers. Anyways I don't know really what point I'm trying to make here. I just think there's a lot of conventions in modern society and maybe they're just constrained to software or corporate life that are just really silly. We don't have to subjugate ourselves to doing this stuff if we don't want to. be the change that you want to see in the world and all that.

  • Draptibe
    Talen (@Draptibe) reported

    I lost access to this accounts gmail cuz google is a ***** and wants me to confirm my login from my broken phone

  • shome_bag
    Shawn Sanatani (@shome_bag) reported

    @sabeer Why you couldn’t fix Hotmail ? How did Gmail screwed Hotmail? There was surprisingly simple way to fix

  • jamesvanderpant
    James (@jamesvanderpant) reported

    @darnfish one of my favourite google features was I upgraded my gmail account to my own domain and now none of my google speakers work because its a "workspace account" and there is no possible way to fix it

  • SophistryGambit
    Daily SaaS Gambit (@SophistryGambit) reported

    @WrestleOps winning gold with a broken neck is insane most people pull a muscle opening gmail and call it a quarter

  • phengwrites
    Pheng Yang (@phengwrites) reported

    A habit that made me a better email copywriter. It’s not writing more. It’s not using chatgpt to review your copy. It’s not reading copywriting books. It’s breaking down great copy. How did I become a better email copywriter? Every morning ill open my gmail from brands, copywriting gurus, and content creators emails. I'd break down the subject line. I’d break down every line I’d break down CTA. After a few months I noticed I got better at understanding how great copy should be written. I started recognizing patterns. So if you want to become a better email copywriting… Start breaking down every single line in copy.

  • zknedn
    Edt (@zknedn) reported

    @TeamYouTube I had reset the phone I previously used to sign in to my Gmail account, so I can no longer use it for account recovery. Google doesn't accept my recovery email, and I no longer have access to the recovery options.

  • MohamedMessianh
    Messianh (@MohamedMessianh) reported

    Google switched Gemini AI to default-on for Gmail, Chat, and Meet in October 2025. The class action describes it as accessing literally every email and attachment sent and received including financial and medical information. Turning off the first setting isn't enough. The second is on the same page, one scroll further down: Google Workspace smart features → Manage Workspace smart feature settings → uncheck both boxes → Save. Both settings need to be off. Then check the Gmail app separately settings don't sync between devices. Settings buried in two different places. The class action dismissed for lack of standing, with 21 days to refile. The opt-out architecture wasn't designed for finding. @liberdus doesn't require finding an opt-out there's no server holding your messages to opt out of.

  • kamadme314
    Lucy Duplessis (@kamadme314) reported

    @girl_quboid Someone broke into my house, wrote on the wall of my spare bedroom: "You don't have to do this anymore oomf" I kinda lost it, so I bought a crossbow and chemicals required to make interesting things. My biggest mistake was using kiln fired clay (didn't have a clay pot so I improvised) contaminated with elemental mercury as membrane material for electrolysis of NaCl, I managed to poison myself with both mercury chloride and mercuric chloride (confirmed by reducing them with stannous chloride), the latter apparently highly toxic. Also inhaled some chlorine gas, the intended product, but that didn't do much damage. I stored the products in an Erlenmeyer flask, this managed to put four cops in the hospital. Cops entered my house because my attempt at cleaning it up (with sulphur, both react with it and the final cleanup is with bentonite clay) drew attention from a neighbour who narced on me because he spotted the yellow sulphur powder. Someone broke into my home because I doxxed myself on discord and they followed me to twitter when I got banned from that server. The person responsible for the message on my wall is highly dangerous and likely armed with firearms (old money, they can afford buying on the black market) I believe they, at the very least, intended to kill me. In addition to this, someone hacked into my phone and probably my router, possibly the same person or someone helping them, this is how they determined my nigh randomized sleep patterns. The data use and battery use went through the roof, way above expected as they'd have to monitor 24/7 to pull this off. They even left me messages on my google notes saying they wanted to marry me. I toyed with the idea for a while, shared some secrets, got a name in return, don't know if it's fake. Only thing I'm certain of is advanced IT degree, likely with emphasis on security but unemployed and unemployable. My ultimate response was destroying my phone and abandoning my gmail account. I know someone is still seething over this right now. I was never psychotic even though the psychiatrist certainly thought so, I might have dissociated badly because DID, possibly mimicking some of the symptoms of psychosis. Could I have done this to myself? Possible, but extremely unlikely. Both my coarse and fine motor skills are impaired due to neurological issues, so I could not have written the message on the wall so legibly with a crayon. The only way all of us can write legibly is by using block letters. The message was in cursive (hastily written, possibly because narrow window of opportunity), there's just no way for us to do so and keep it legible, we all have the same neurological issues. Then there's the obvious malware on my phone, other devices were affected too, in fact, all of them were affected, my phone was most noticeable because I used it the most. One of my phones had an unlocked bootloader because I flashed custom firmware, that one was rendered inoperable. I might know the basics of IT security but I'm lazy, though someone did warn me about my attack surface, a dear friend or likely alter of the one who definitely broke into my home, very suspicious. Am I innocent? Well... Maybe not guilty by reason of temporary insanity, whether I was dissociated or psychotic is ultimately irrelevant in the eyes of the law. I was, however, never a danger to myself or others. I took every precaution and constantly monitored the situation. I was days away from cleaning up the mercury compounds, I would even have discarded them properly and legally. Furthermore, I challenge the notion of the monopoly on violence for the state, I don't believe I can rely on the police to keep me safe from an attacker this advanced and determined. Unfortunately the case is still pending and never went to court, I provided reasonable alternative explanations for the presence of the offensive chemicals. I also destroyed the phone with all the evidence for allegedly producing explosives.

  • yasinbuilds
    Yasin Ehsan (@yasinbuilds) reported

    Here is how an SF Engineer codes. Yassin Kortam ships 27 PRs a day. He says: “My biggest bottleneck wasn't coding. It was prompting. So I systematically removed the need to prompt and built agent loops that run my workflows for me. 1. Stop copy-pasting context. I connected Claude directly to Linear, Slack, GitHub, Notion, and Gmail. Almost everything I used to paste into a prompt is something the agent can retrieve itself. 2. Turn your workflow into a skill. Mine takes a Linear ticket end to end: reproduce the bug, root-cause it, fix it, record video and screenshots as proof, chase CI, then request review in Slack. I invoke it once instead of re-describing the same process. 3. Use agent teams. Agents spin up their own subagents and split the work, so one ticket gets handled in parallel instead of in sequence. 4. Run one terminal tab per ticket, each with its own team on its own issue. My day is now reviewing and unblocking instead of typing.” …. I love seeing my friends cooking both on the 5mile runs and also in engineering.

  • TechMan__
    TechMan🥈 (@TechMan__) reported

    Gmail You guys should be ashamed of yourselves. You see that offer for more space? I ain't gonna take that **** Shut me down if you can 😡😡

  • kefayatkhadim
    Kefayatullah Khadem (@kefayatkhadim) reported

    @RealSuperSwag Good call telling people to DM the Gmail rather than post it publicly, that protects them and keeps your replies clean. Good luck getting CFC Workforce's 12 lined up. Quick tip on the process: collecting the Gmail is step one, but each tester still has to actually opt in through the closed testing link you send and keep the app installed the full 14 days to register as active toward production. Grab more than 12 as a buffer since dropping below 12 active can effectively restart the clock, which stings when you're moving ASAP. And if the DM route gets patchy on holding people the full window, Prime Test Lab handles the tester side so you can lock in the 14 days without chasing anyone down.