search
HomeTopicsexcelGoogle Docs and Google Sheets limits – all in one place

This blog post is a collection of the most important existing Google Docs and Google Sheets limits you need to know so everything loads and works like clockwork.

What system will run Google Docs like clockwork? Are there any file size limits? Is my formula in Google Sheets too big? Why is my add-on opening with a blank screen? Find the answers to these questions and other limitations below.

Google Sheets & Google Docs system requirements

First and foremost, you need to make sure your system is capable of loading all files, executing the features and keeping Google Sheets and Google Docs running altogether.

Not all browsers are supported, you see. And not all their versions.

So, you're good to go if you use one of the following browsers:

  • Chrome
  • Firefox
  • Safari (Mac only)
  • Microsoft Edge (Windows only)

Each of these has to be at least the 2nd most recent version.

Tip. Simply update your browser regularly or turn on its auto-update :)

Other versions may miss some features. So may other browsers.

Note. To make use of Google Sheets entirely, you also need to turn on your cookies and JavaScript.

Google Docs & Google Sheets file size limits

Once you get yourself a supported and updated browser, it's worth learning the max sizes of your files.

Sadly, you can't just load them with data endlessly. There's only a certain number of records/ symbols/ columns/ rows they may contain. With this knowledge in mind, you will plan your tasks and avoid facing a stuffed file.

When it comes to Google Sheets

There is a Google Sheets cell limit:

  • Your spreadsheet can contain only 10 million cells:

    Google Docs and Google Sheets limits – all in one place

  • Or 18,278 columns (column ZZZ).

Also, each cell in Google Sheets has its data limit. A cell can have no more than 50,000 characters.

Note. Of course, you can't foresee the Google Sheets cell limit when you import other documents. In this case, such cells are simply removed from the file.

When it comes to Google Docs

Your document can have only 1.02 million characters.

If it's another text file that you convert to Google Docs, it can only be 50 MB in size.

Google Sheets (& Docs) limits for using extensions

Extensions are a huge part of Google Sheets & Docs. Look at our add-ons, for example ;) You install them from the Google Workspace Marketplace and they expand your possibilities in documents and spreadsheets immensely.

Alas, they are not magic wands. Google imposes some limits on them as well. These limits restrict different aspects of their work, like the time they process your data in one run.

These limits also depend on the level of your account. Business accounts are usually allowed more than free (gmail.com) accounts.

Below I'd like to point out only those limits that concern our add-ons in Google Sheets & Google Docs. If an extension is throwing an error, it may be due to these restrictions.

Tip. To see all Google Docs / Google Sheets limits, visit this page with official quotas for Google services.

Feature Personal free account Business account
How many documents add-ons can create in your Drive 250/day 1,500/day
The number of spreadsheets add-ons can create 250/day 3,200/day
How many files can be converted with add-ons 2,000/day 4,000/day
Max time add-ons can process your data in one go 6 min/execution 6 min/execution
Max time custom functions can process your data in one go 30 sec/execution 30 sec/execution
The number of data sets that can be handled by add-ons simultaneously (e.g. in multiple tabs with different sheets or if one add-on breaks your data to pieces and processes several of them at once) 30/user 30/user
The number of times the add-on can save the settings you select in the add-on in your account (so they stay the same the next time you run the tool) 50,000/day 500,000/day
Max size of all your saved settings (properties) per add-on 9 KB/val 9 KB/val
The total size of all saved properties (for all installed add-ons) together 500 KB/ property store 500 KB/ property store

Now, all aforementioned Google Docs and Google Sheets limitations regulate how the add-ons work when you run them manually.

But extensions can also be called by triggers — some actions in your document that run the add-ons for you.

For instance, take our Power Tools — you can set it to autostart every time you open a spreadsheet.

Or look at Remove Duplicates. It contains scenarios (the saved sets of settings that can be used multiple times) that you'll soon be able to schedule so they run at a certain time.

Such triggers in general have stricter Google Sheets limits:

Feature Personal free account Business account
Triggers 20/user/script 20/user/script
Total time add-ons can work when called by triggers 90 min/day 6 hr/day

Google Sheets/Docs limits caused by known bugs

You do know that each Google service is yet another code written, provided and supported by programmers, right? :)

Like any other program, Google Sheets and Google Docs are not flawless. Many users caught various bugs occasionally. They report them to Google and it takes some time for teams to fix them.

Below I will mention a few of those known bugs that interfere with our add-ons most often.

Tip. Find the full list of these known issues on the corresponding pages on our website: for Google Sheets and for Google Docs.

Multiple Google accounts

If you're signed in to multiple Google accounts at the same time and trying to open or install/remove the add-on, you'll see errors or the add-on won't work correctly. Multiple accounts are not supported by extensions.

Custom functions are stuck on loading

A relatively new issue that has also been reported to Google. Though they tried to fix it, many people are still having the problem, so you'd better keep it in mind.

IMPORTRANGE internal error

Our Combine Sheets and Consolidate Sheets (both can also be found in Power Tools) use the standard IMPORTRANGE function when giving you the result with a dynamic formula. Sometimes, IMPORTRANGE returns an internal error and it's not the add-on's fault.

The bug has already been reported to Google, but, unfortunately, they can't fix it since too many different circumstances cause it.

Merged cells & comments in Sheets

There are no technical possibilities for the add-ons to see merged cells and comments. Hence, the latter is not processed and the former may result in unexpected values.

Bookmarks in Docs

Due to the Google Docs limits, add-ons can't remove bookmarks from pictures and tables.

Getting feedback and help on Google Docs & Google Sheets limits

As a spreadsheets and documents user, you're not alone :)

Whenever you're trying to accomplish a task and face problems, you can ask for help in corresponding communities:

  • Google Sheets Community
  • Google Docs Community

or search & ask around our blog.

If you're in a business that owns Google Workspace subscription, you can ask your administrator to contact Google Workspace support for you.

If it's our add-ons you're having problems with, make sure to look through:

  • their help pages (you can access them right from the add-ons by clicking a question mark at the bottom of the windows)
  • known issues pages (for Google Sheets and for Google Docs)

or email us to support@ablebits.com

If you know any other limitations that should be mentioned here or need some help, don't be shy and let us know in the comments!

The above is the detailed content of Google Docs and Google Sheets limits – all in one place. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
MEDIAN formula in Excel - practical examplesMEDIAN formula in Excel - practical examplesApr 11, 2025 pm 12:08 PM

This tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden

Google Spreadsheet COUNTIF function with formula examplesGoogle Spreadsheet COUNTIF function with formula examplesApr 11, 2025 pm 12:03 PM

Master Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han

Excel shared workbook: How to share Excel file for multiple usersExcel shared workbook: How to share Excel file for multiple usersApr 11, 2025 am 11:58 AM

This tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m

How to convert Excel to JPG - save .xls or .xlsx as image fileHow to convert Excel to JPG - save .xls or .xlsx as image fileApr 11, 2025 am 11:31 AM

This tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo

Excel names and named ranges: how to define and use in formulasExcel names and named ranges: how to define and use in formulasApr 11, 2025 am 11:13 AM

This tutorial clarifies the function of Excel names and demonstrates how to define names for cells, ranges, constants, or formulas. It also covers editing, filtering, and deleting defined names. Excel names, while incredibly useful, are often overlo

Standard deviation Excel: functions and formula examplesStandard deviation Excel: functions and formula examplesApr 11, 2025 am 11:01 AM

This tutorial clarifies the distinction between standard deviation and standard error of the mean, guiding you on the optimal Excel functions for standard deviation calculations. In descriptive statistics, the mean and standard deviation are intrinsi

Square root in Excel: SQRT function and other waysSquare root in Excel: SQRT function and other waysApr 11, 2025 am 10:34 AM

This Excel tutorial demonstrates how to calculate square roots and nth roots. Finding the square root is a common mathematical operation, and Excel offers several methods. Methods for Calculating Square Roots in Excel: Using the SQRT Function: The

Google Sheets basics: Learn how to work with Google SpreadsheetsGoogle Sheets basics: Learn how to work with Google SpreadsheetsApr 11, 2025 am 10:23 AM

Unlock the Power of Google Sheets: A Beginner's Guide This tutorial introduces the fundamentals of Google Sheets, a powerful and versatile alternative to MS Excel. Learn how to effortlessly manage spreadsheets, leverage key features, and collaborate

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor