Smartsheet's row limit is 20,000, but almost nobody reaches it. The cell cap gets there first.
As of August 29, 2026, Smartsheet's official system requirements list 20,000 rows, 400 columns, and 500,000 cells per sheet, and state that "a sheet cannot exceed a total of 500,000 cells." The same page gives the arithmetic directly: a sheet with 20,000 rows can have "25 or fewer columns," and a sheet with 400 columns can have "1,250 or fewer rows." Source: System requirements for using Smartsheet.
That is the whole trap in two sentences. The three numbers are not independent, and the one that stops you is rows multiplied by columns.

Which limit actually binds
Take your column count and divide 500,000 by it.
| Columns in the sheet | Maximum rows |
|---|---|
| 10 | 20,000 (row cap reached first) |
| 25 | 20,000 (both caps meet exactly) |
| 40 | 12,500 |
| 80 | 6,250 |
| 150 | 3,333 |
| 400 | 1,250 |
25 columns is the crossover. Below it the 20,000 row cap is what you meet. Above it, and operational sheets are almost always above it once statuses, owners, dates, contacts, checkboxes, and notes accumulate, the cell cap binds and the advertised 20,000 rows is unreachable.
An 80 column project sheet tops out at 6,250 rows. That is a very different product than "20,000 rows" suggests, and it is the number worth planning against.
Large-scale sheets, and who can have them
Smartsheet does offer a higher tier of capacity. Large-scale sheets in table view support 50,000 rows, 400 columns, and 1,000,000 cells.
The conditions matter as much as the numbers. Smartsheet states that large-scale sheets, meaning anything greater than 500,000 cells or 20,000 rows, are "available to Enterprise plans only." Each sheet has to be opted in explicitly, you must be an Admin on it, and access runs through the Early Adopter Program or a Customer Success Manager. Table view is required, and Smartsheet notes that not all capabilities are supported at that scale. Source: Large-scale sheets in table view.
So the honest summary is that the ceiling doubles for Enterprise customers who ask for it, per sheet, with feature caveats. If you are on Pro or Business, 500,000 cells is your number.
The other limits worth knowing
From the same system requirements page, as of August 29, 2026:
- 4,000 characters per cell. Long notes and pasted email bodies hit this.
- 500,000 inbound and outbound cell links (100,000 inbound on Smartsheet Gov).
- Imported files cannot exceed 50 MB, and they are subject to the same 500,000 cell limit.
- Sheets over 5,000 rows should be used in Chrome or Microsoft Edge, per Smartsheet's own guidance.
That last one has a sharper edge in the developer documentation: several connectors and apps, Bridge and the Tableau and Power BI connectors among them, are not supported "for sheets with more than 5000 rows, or more than 200 columns." Source: Smartsheet API limitations.
5,000 rows is well under the advertised cap. If your reporting stack depends on those connectors, that is your effective limit, not 20,000.
Smartsheet API rate limit
Smartsheet documents the API rate limit as 300 requests per minute per API token. Certain resource-intensive operations, specifically attaching a file and getting cell history, "count as 10 requests toward the rate limit," which puts those at an effective 30 calls per minute on one token. Source: Smartsheet API best practices.
Batching rules from the API limitations guide are worth pairing with that:
- Adding or updating rows: "limit your request to 500 rows at a time"
- Report GET calls: "a maximum of 10,000 rows per request," with paging
- Reports overall: "limited to 50,000 rows"
- Sharing emails: "you can send 1000 per API call"
The per-token scoping is the part that catches teams. Several integrations sharing one token share one 300 per minute budget between them.
Attachment limits
Smartsheet's attachment ceilings are per file rather than per sheet. As of August 29, 2026, the documented maximum file size is 250 MB for paid users, 30 MB on the Pro plan, and 30 MB for free users. Form uploads and the iOS and Android apps are also capped at 30 MB, and you can upload up to 100 files at a time.
On quantity, Smartsheet is explicit that there is no cap: "There isn't a limit to the total number of attachments on a row or sheet, but you only have as much storage space as the sheet owner's subscription includes." Source: Attach files to a sheet or report.
Note the ownership detail. Storage is drawn from the sheet owner's subscription, so a sheet owned by a departing employee carries its attachments with that person's account.
What usually breaks before the cell limit
Capacity is rarely the reason teams start looking. Two other things are.
The first is the pricing model. Smartsheet prices per member, with free contributor access for people who only need to fill things in. That works cleanly until someone who reads and edits regularly is being kept as a contributor to control cost, at which point the tool has started shaping the org chart.
The second is that a sheet has quietly become a database. Rows point at other rows through cell links. A status column drives four automations. Reports stitch several sheets into what is effectively a query. The thing being maintained is a data model, expressed in a spreadsheet grid, with 500,000 cells of room.
Neither of those is fixed by a larger sheet.
Stay in Smartsheet when
- Project scheduling is the real work: Gantt, dependencies, baselines, critical path
- Portfolio and workload views across many projects are how leadership reads status
- Proofing and approval cycles on deliverables matter
- Dashboards and cross-sheet reports are already load-bearing
- The team knows it and it is doing the job it was bought for
Smartsheet is a mature project platform. Leaving it to get more rows would be a poor trade.
Consider a database-backed workspace when
- Sheets hold customers, assets, requests, or inventory rather than schedules
- Cell links are being used as relationships between records
- The number of people who should participate exceeds the number you want to license
- Records need typed fields, forms, files, comments, tasks, and history in one place
- You are splitting sheets to stay under the cell cap
- Integrations read and write on a schedule and the 300 per minute budget is contended
The tell is the split. When a sheet gets divided by year, region, or client because of size rather than meaning, the data model has outgrown the container.
Where InfoLobby fits
InfoLobby is a database-backed workspace: managed MySQL and file storage per account, then tables, typed fields, related records, forms, views, tasks, comments, activity history, a visual flow builder, PHPScript for the harder logic, and a REST API.
Capacity is counted in records rather than cells, so column count does not eat into it. Plans run 250,000 records on Starter at $29 a month, 1,000,000 on Team, and 5,000,000 on Business, all with unlimited users, and you can connect your own MySQL server when the data should live on your infrastructure.
If you are comparing directly, the best Smartsheet alternative for small business covers pricing at real team size and where Smartsheet remains the better tool. For the broader category, see operations management software.
Migration notes
Exporting rows is the easy part. These are the parts that need decisions:
- Cell links become relationships. Map them before exporting, because a CSV loses them.
- Reports become views or queries. Write down what each report answers.
- Automations need inventorying. Triggers, conditions, approvals, and reminders do not transfer.
- Attachments need a destination, and a decision about who owns the storage.
- Contributors become roles. Decide who reads, who writes, and who only submits a form.
- Rebuild one sheet first. Run both for two weeks before moving the rest.
Bottom line
Smartsheet caps a sheet at 20,000 rows, 400 columns, and 500,000 cells, and for any sheet wider than 25 columns the cell cap is the one you meet. Enterprise customers can opt individual sheets up to 1,000,000 cells with feature caveats.
If you are near those numbers, splitting sheets buys time. If you are near them because the sheets became the company's operational data, the shape of the tool is the constraint rather than the size of it.
Related reading: Google Sheets cell limit and Airtable record limits.
FAQ
What is the Smartsheet row limit?
20,000 rows per sheet, but only if the sheet has 25 or fewer columns. The 500,000 cell cap applies at the same time, so a wider sheet reaches its limit sooner. An 80 column sheet stops at 6,250 rows.
What is the Smartsheet cell limit?
500,000 cells per sheet. Smartsheet states that a sheet cannot exceed this total, calculated as rows multiplied by columns.
How many columns can a Smartsheet sheet have?
- A sheet using all 400 columns can hold 1,250 or fewer rows before it meets the cell limit.
Can I get more than 500,000 cells in a Smartsheet sheet?
Yes, on Enterprise plans. Large-scale sheets in table view support 50,000 rows and 1,000,000 cells, must be opted into per sheet by a sheet Admin, and are arranged through the Early Adopter Program or a Customer Success Manager. Not all Smartsheet capabilities are supported at that scale.
What is the Smartsheet API rate limit?
300 requests per minute per API token. Attaching a file or getting cell history counts as 10 requests each, so those are effectively limited to 30 calls per minute on a single token.
What is the maximum attachment size in Smartsheet?
250 MB for paid users, 30 MB on the Pro plan, and 30 MB for free users. Form uploads and the mobile apps are capped at 30 MB. There is no limit on the number of attachments, only on the sheet owner's storage.
Should I leave Smartsheet because of the row limit?
Not on its own. Splitting a sheet or moving to table view on Enterprise solves a size problem. Move when the issue is that operational records, relationships, permissions, and history are being modelled in a project tool.