Google Forms Character Limits: What You Need to Know

Quick answer: Google doesn't publish one hard character limit that applies to every field. Short Answer and Paragraph questions both accept long text — the real difference is the input box, not a cap. If you need to enforce an exact character count, add a Response Validation rule set to Length on the question.

"What's the character limit on Google Forms?" is a common search, and the honest answer is that there isn't one tidy number to give you. Google doesn't publish a single, universal character cap that applies across every question type, the title, the description, and every option label. What actually matters in practice is different for each part of the form, and for the one place you can genuinely control length — individual questions — there's a built-in tool for it. This guide breaks down what's actually true for each part of a Google Form.

Short Answer vs. Paragraph: it's a UI difference, not a length cap

This is the most common point of confusion. People assume "Short Answer" means Google enforces a short maximum length and "Paragraph" allows more characters. That's not how it works. Both question types accept long text by default — a Short Answer field will technically take a very long string typed or pasted into it. The difference between the two types is purely the input box: Short Answer renders as a single-line field, while Paragraph renders as a multi-line, resizable box meant for longer, open-ended responses.

In other words, choosing Short Answer doesn't protect you from a respondent pasting in three paragraphs of text — it just makes that text harder for them to review before submitting, since it scrolls horizontally in a one-line box. If you actually need to cap how much someone can type, neither question type does that on its own. You need Response Validation, covered below.

Where practical limits actually exist

While there's no single published character limit, a few places do have practical ceilings worth knowing about:

The practical takeaway: don't design around a number Google hasn't published. Design around what's readable — short, scannable question text and option labels — and use validation for anything you genuinely need to enforce.

How to actually enforce a character limit

If you need respondents to stay under (or over) a specific character count — a tweet-length bio field, a "one sentence only" answer, a minimum-length essay response — Response Validation's Length rule is the real tool for the job. It's the only built-in way to make Google Forms reject an answer based on how many characters it contains.

  1. Click the question you want to limit (Short Answer or Paragraph).
  2. Click the three-dot menu at the bottom-right of the question and select Response validation.
  3. In the dropdown, choose Length.
  4. Pick Maximum character count or Minimum character count, then type your number.
  5. Add a custom error message, like "Please limit your answer to 150 characters," so respondents understand why their submission was blocked.
  6. Preview the form and test it with text both under and over your limit to confirm it behaves as expected.

For the full range of validation options — including number ranges, regular expressions, and email format checks — see our complete guide to Google Forms response validation. If you'd rather prevent an answer from being skipped entirely, that's a separate setting covered in our guide to making a question required.

What about total response size?

If your form has several Paragraph questions and expects a high volume of submissions, it's worth thinking about the connected Google Sheet rather than the form itself. Long text answers across many rows and columns make a spreadsheet heavier to work with — slower to filter, sort, or open — but this is a normal spreadsheet-scale consideration, not a form-breaking limit. If this matters for your use case, keep the number of open-ended, unrestricted Paragraph fields to what you actually need, and consider Length validation on any that don't need to be unlimited.

Practical guidelines to work by

FAQ

Is there a hard character limit on Google Forms text fields?

Google doesn't publish one single definitive character limit that applies to every field. Short Answer and Paragraph questions both accept long text by default — the real difference between them is the input box, not an enforced cap.

How do I limit how many characters someone can type in a Google Form?

Add a Response Validation rule to the question, choose Length, then Maximum character count (or minimum), and set your number. Google Forms will reject the answer and show your custom error message if it's over the limit.

Does the form title or description have a character limit?

Both accept a generous amount of text, but very long titles or descriptions wrap awkwardly and push questions further down the page, especially on mobile. Keep titles short and save detail for the description.

Can long answers slow down or break my form?

A handful of long Paragraph answers won't cause problems. If you have many long-text fields and expect a high volume of responses, the connected Google Sheet can get large and slower to work with, but this is a spreadsheet performance issue, not a form-breaking limit.

Related guides