Google Meet suffered a disruption that left many users staring at blank screens and “Joining…” spinners instead of launching calls. The company acknowledged the issue on its Workspace Status Dashboard, citing problems that affected loading the Meet interface and joining meetings, before reporting that engineers mitigated the problem by reversing a recent change.
What Google said
In a status notice, Google said some Meet customers experienced sluggish load times or were unable to enter meetings. The company attributed the incident to a configuration change in its content edge caching layer — the distributed system that speeds delivery of web assets — and said service stability returned after the change was rolled back. Teams continued to monitor recovery as traffic normalized.

While Google did not indicate any security or data-loss component, the symptoms point to a client-side initialization failure rather than a core backend collapse. In plain terms: the underlying call infrastructure appears to have stayed available, but the pieces required to render and start the meeting in the browser were intermittently out of reach.
What users experienced
Reports compiled by crowdsourced incident trackers such as Downdetector showed a sharp spike in complaints as the outage unfolded, with clusters of affected users across North America, Europe, and parts of Asia. Social media posts described delays loading the meeting UI, error messages when attempting to join from Calendar links, and calls that dropped back to the lobby.
Anecdotally, many users noted that switching devices or moving from a desktop browser to the mobile app sometimes allowed them to connect, reinforcing the likelihood of an issue with how web assets were being served at the edge rather than with Meet’s core conferencing services.
Why a cache change can derail video calls
Modern collaboration apps depend on content delivery networks that sit close to users and rapidly serve static files like JavaScript bundles, stylesheets, and localization files. If a bad configuration propagates to those edge nodes, browsers can fail to fetch critical assets, leaving the interface half-loaded or nonfunctional even though the application’s servers are healthy.
Google’s site reliability engineering playbook emphasizes quick rollback when a new change correlates with a widespread fault. Rolling back an edge cache change typically restores the last known-good configuration and flushes problematic entries, but complete recovery can take time to ripple through the global network as caches expire and refresh.
Who felt the impact
Google Meet is a pillar of Google Workspace, which serves billions of users and millions of paying organizations, from small businesses to schools and healthcare providers. Even short-lived incidents can disrupt interviews, telehealth check-ins, and classes. Industry research from Uptime Institute has found that the business cost of outages is rising, with a growing share exceeding six figures, underscoring why rapid detection and rollback matter.
The timing and geography of the disruption magnified its effect: when outages hit during common meeting hours across multiple regions, a single missed standup or client briefing can cascade into reschedules and lost productivity for teams that rely on recurring calls.

How to work around Meet issues
When Meet stumbles, a few tactics can keep a meeting on track while engineers work the problem:
– Check the Google Workspace Status Dashboard to confirm scope. If Meet is affected, expect gradual restoration as fixes propagate.
– Try an alternate path: the mobile app, the Progressive Web App, or a different browser profile. Clearing cache or using an incognito window can bypass problematic cached assets.
– Use dial-in numbers included with many Workspace editions to join by phone if the UI won’t load. Calendar invitations typically list regional numbers and a PIN.
– Share materials asynchronously: circulate slides or notes via Docs and record a quick update using another approved tool while waiting for service to recover.
The bigger picture for reliability
Incidents tied to edge configuration changes are a known trade-off in modern, highly distributed architectures: the same mechanisms that deliver speed at scale also broaden the blast radius of a bad push. The silver lining is that rollbacks are well-practiced and, when executed quickly, limit downtime.
For organizations that depend on Meet, the key is layered resilience: publish backup dial-ins by default, document alternatives for mission-critical calls, and empower admins to relay status updates swiftly. As today’s outage showed, even the largest platforms can hiccup — but clear communication and prepared fallbacks turn a cancelled meeting into a brief detour rather than a day-derailing event.