Troubleshoot Google Sheets When It’s Broken

A practical, step-by-step guide to diagnose and fix google sheets broken issues, from connectivity to formula errors, with a proven troubleshooting workflow and practical examples.

How To Sheets
How To Sheets Team
·5 min read
Quick AnswerSteps

If your google sheets broken, start with fast, low-risk checks. Verify your internet connection, confirm Google Drive is online, and refresh the sheet. Disable extensions, clear the browser cache, and sign out then sign back in. If the problem persists, review sharing permissions and service status. This quick path leads to a formal diagnostic flow when needed.

Quick reality check: when Google Sheets is broken, the root cause is rarely the data—it's connectivity, service status, or your local environment. Symptoms include a slow or unresponsive UI, formulas that don’t recalculate, cells showing errors like #REF! or #NAME?, collaborators not syncing in real time, or scripts failing to run. A problem that appears file-specific can be tied to a broader outage or a transient service hiccup. Most often, you can fix it in minutes by sticking to a structured troubleshooting checklist and validating each potential cause in order of probability. This section translates those checks into practical steps you can perform in the next few minutes, without risking data loss. As you follow along, remember: the How To Sheets team recommends documenting observations so you can escalate efficiently if needed.

Start with essential checks you can do in minutes

  • Check your internet connection: open other sites and verify they load quickly. If your connection is flaky, fix network issues first.
  • Confirm Google Drive is online: try opening drive.google.com in another tab; watch for unusual errors or signs of service degradation.
  • Refresh the sheet and try a new session: reload the page, or open the sheet in an incognito/private window to rule out cached data.
  • Sign out and back in: refresh credentials and ensure you’re using the correct Google account for the sheet.
  • Disable extensions that might interfere: ad blockers and privacy tools can disrupt scripts or real-time collaboration. Re-enable one by one to identify the culprit.
  • Clear browser cache or try another browser: corrupted cache is a common culprit; testing with a fresh environment isolates browser-related issues.
  • Check sharing and permissions: ensure you have edit rights and that no one else recently changed sharing settings in a way that affects your view or access.

If none of these resolve the issue, move to more targeted checks focused on the specific symptom you observe.

Symptom families and what they mean

  • Formulas not recalculating: this often points to misreferenced cells, circular references, or unrelated workbook-level settings. Start by checking the formula syntax, ranges, and whether you’re viewing a different sheet or range than intended.
  • Data not syncing across collaborators: ensure everyone has edit access, and that you’re viewing the latest version of the sheet. Check the presence of view-only links or limited sharing scopes that can block live updates.
  • Add-ons or scripts failing: if you rely on Google Apps Script or installed add-ons, issues there can block a sheet from updating or executing tasks. Review the Script Editor and disable problematic add-ons to test.
  • Sheet behaving slowly or freezing: this can result from very large data ranges, complex formulas, or too many conditional formats. Simplify the sheet or test with a smaller clone to verify if performance is the root cause.

Recognizing the symptom category helps narrow the diagnostic path so you can apply the right fix faster.

Root causes in detail

  • Offline mode enabled: If Sheets is running in offline mode, changes may not sync back to the cloud, leading to stale data across devices. Turn off offline mode in Chrome settings and in Google Sheets (Settings > Offline, turn off).
  • Browser cache or extensions: A stale cache can cause outdated scripts to run, or extensions can interfere with Google Sheets functionality. Clearing the cache or disabling extensions one by one helps identify the offender.
  • Service outage or incident: Google Workspace service issues can affect Sheets in unpredictable ways. Check the Google Workspace Status Dashboard for real-time incidents affecting Sheets.
  • File or formula corruption: Although rare, highly complex sheets can encounter corrupted ranges or formulas. Use a copy of the sheet to test and consider reverting to an earlier version in Version History.
  • Cross-domain or external references: If your sheet references data from external sources or other domains, network issues or API changes can create failures. Validate external data sources and credentials.

How to isolate the problem: a reproducible test plan

  • Create a fresh test sheet: copy a small, representative portion of data and the same formulas. If the copy behaves normally, the issue is likely tied to the original file’s complexity.
  • Test basic formulas in isolation: run simple SUM, AVERAGE, or VLOOKUP with known results to confirm core Calc functionality is intact.
  • Check real-time collaboration behaviors: share the test sheet with another account and observe if changes propagate. This helps determine if the issue is user-specific or file-wide.
  • Compare with a local file: download a copy if possible and open it in another environment to see whether the problem persists when not connected to Google’s servers.
  • Review version history: if data disappeared or changed unexpectedly, revert to a prior version and re-import data to minimize loss.
  • Reproduce with a minimal dataset: gradually reintroduce data to identify the exact trigger.

These steps help you pinpoint whether the problem is environmental, file-specific, or a service-related disruption.

Fixes by category: most common issues first

  • Connectivity and service: confirm network stability and check for outages. If Google services are down, you’ll need to wait for service restoration. In the meantime, you can continue working offline on local copies where feasible and syncing when online.
  • Offline mode and cache: disable offline mode and clear browser cache. Restart the browser and reopen Sheets to ensure you’re loading the latest version.
  • Extensions and script interference: disable or remove extensions one by one to identify blockers. If Apps Script is implicated, open Script Editor and review recent changes, then test with a pristine script or a simple function.
  • Formula and reference issues: verify absolute vs relative references, ensure ranges are correct, and avoid circular references. Break complex formulas into smaller components to validate each part.
  • Permissions and sharing: ensure you have edit rights on the file and that the file isn’t restricted by organization policies. If needed, request access or ownership changes to maintain control.

If the problem persists after these fixes, consider exporting data, duplicating the file, or reaching out to How To Sheets for a more tailored troubleshooting plan.

When to escalate and how to document the problem

  • When issues persist after routine checks, escalate to IT or Google Workspace Admins. Provide a concise summary, replication steps, affected users, timestamps, and any error messages. Create a shareable link to the problematic sheet and include version history references.
  • Document every action taken: list the checks performed, the results, and any workarounds attempted. This creates a clear trail for faster resolution and easier handoffs.
  • Prepare a minimal reproduction: a stripped-down version of the sheet that still reproduces the issue. This helps support teams isolate root causes without exposing sensitive data.
  • Establish a monitoring plan: if issues recur, track time of day, network conditions, and user activity to identify patterns. This information helps determine whether a service incident or a local environment factor is at play.

Steps

Estimated time: 30-60 minutes

  1. 1

    Verify connectivity

    Test your internet connection by loading other sites and performing a quick speed check. If the connection is unstable, resolve network issues before proceeding.

    Tip: A stable network is the foundation for real-time collaboration in Sheets.
  2. 2

    Check Google service status

    Open a status page like the Google Workspace Status Dashboard to confirm Sheets is not experiencing an outage. If there is an incident, your best course is to wait for the service to recover.

    Tip: Document the outage time in case you need to report it.
  3. 3

    Refresh and re-authenticate

    Reload the sheet, sign out of your Google account, and sign back in. Re-authentication can refresh permissions and fix access anomalies.

    Tip: Perform this step in a fresh browser session if possible.
  4. 4

    Disable extensions and test in incognito

    Disable browser extensions one by one, then test Sheets in an incognito window to rule out extension conflicts.

    Tip: Some extensions impersonate scripts or modify DOM, causing issues.
  5. 5

    Clear cache and switch browsers

    Clear the browser cache or try another browser to determine if the issue is cache-related or browser-specific.

    Tip: Avoid clearing data on private devices; back up important sheets first.
  6. 6

    Review sharing and permissions

    Ensure you have edit rights and that the sheet isn’t restricted by organizational policy. Revoke and re-add permissions if needed.

    Tip: Collaborator permissions can silently affect visibility and edits.
  7. 7

    Isolate formulas and data sources

    Test a small, simple formula in a fresh sheet to confirm core calculation works; progressively reintroduce data and references to locate the trigger.

    Tip: Break down complex formulas into smaller parts for easier debugging.
  8. 8

    Create a minimal reproduction and escalate

    If the issue persists, replicate it in a minimal file and contact support with a clear bug report, including steps and timestamps.

    Tip: A well-documented report speeds up resolution.

Diagnosis: Sheet shows inconsistent behavior or errors (e.g., slow performance, formula errors, missing data, or failure to sync across collaborators)

Possible Causes

  • highOffline mode enabled
  • mediumBrowser cache or extensions interfering
  • highGoogle Sheets service outage or incident
  • lowCorrupted file or complex formulas causing performance issues

Fixes

  • easyDisable offline mode and clear browser cache; restart browser and reopen sheet
  • easyDisable extensions, test in incognito, or switch browsers to isolate environment
  • easyCheck Google Workspace Status Dashboard; wait for service restoration if needed
  • mediumCopy data to a new sheet, simplify formulas, and review references to isolate issues
Pro Tip: Keep a local backup of critical sheets before performing major changes.
Warning: Do not clear data or revert versions without understanding the impact on formulas and linked data.
Note: Document every step you take; it helps with escalation and future prevention.
Pro Tip: Use a separate test sheet to reproduce issues without affecting live data.

FAQ

What does it mean when Google Sheets says it's broken?

It usually means a problem with connectivity, service status, or the local environment rather than the data itself. Common symptoms include slow performance, non-responsive cells, or formula errors. Start with quick checks before diving into deeper troubleshooting.

A sheet break typically points to connectivity, service status, or your device setup rather than the data itself. Begin with basic checks to rule out common causes.

How can I verify if Sheets is experiencing an outage?

Visit the Google Workspace Status Dashboard to see current incidents affecting Sheets. If an outage is underway, your best option is to wait for Google to restore service and use offline copies if possible.

Check the Google Workspace Status Dashboard for ongoing incidents. If there’s an outage, wait for service restoration and use offline copies if you can.

Why do formulas sometimes show errors after an update?

Formula errors often arise from incorrect references, relative vs absolute ranges, or changes in sheet structure. Break complex formulas into smaller parts to verify each component and fix references step by step.

Formula errors usually come from wrong references or changes in the sheet structure. Break formulas into smaller parts to identify the issue.

What should I do first if data isn’t syncing with collaborators?

Check sharing permissions to ensure you have edit access, confirm the sheet isn’t blocked by View-only restrictions, and verify that you’re on a stable internet connection. If needed, refresh the page and re-share with collaborators.

Ensure you have edit access and a stable connection. Refresh and re-share if needed to re-enable syncing.

When is it appropriate to escalate the issue to support?

Escalate when you’ve eliminated common causes (offline mode, cache, extensions, outages) and the sheet still misbehaves. Provide a minimal reproduction, timestamps, and a summary of steps taken to speed up diagnosis.

Escalate after ruling out common causes, with a clear reproduction and a step-by-step summary.

Can I work offline if Sheets is broken for online users?

Yes, if offline mode is supported on your device. Use offline copies and re-sync when online. Note that not all features are available offline, and changes may not appear until reconnected.

If offline support is available, use offline copies and re-sync when you're back online.

Watch Video

The Essentials

  • Start with network and service status checks
  • Isolate the issue to environment, file, or service
  • Use a minimal reproduction to pinpoint the trigger
  • Document steps and escalate with clear data
Checklist for fixing Google Sheets issues
Practical steps to diagnose and fix Google Sheets problems

Related Articles