How to Close a Google Form (Stop Accepting Responses)
Google Forms doesn't have a traditional "close" button — but there are several ways to stop people from submitting responses, and each works differently depending on what you actually need. Whether you're ending a survey, closing a registration, or just pausing a form temporarily, here's exactly how the process works.
What "Closing" a Google Form Actually Means
When most people say they want to close a Google Form, they mean one of two things:
- Stop accepting new responses while keeping the form accessible
- Restrict access entirely so nobody can even open the form link
These are different actions with different results. Google Forms handles them in distinct ways, and mixing them up is a common source of confusion — especially if you share a form link publicly and expect it to simply "go dark" on a deadline.
How to Turn Off Form Responses 🔒
The most common use case: you want to keep the form but stop new submissions from coming in.
Steps:
- Open your Google Form in editing mode (the pencil/edit view)
- Click the Responses tab at the top of the form editor
- Toggle the "Accepting responses" switch from green (on) to gray (off)
That's it. Once toggled off, anyone who visits your form link will see a message — typically something like "This form is no longer accepting responses" — instead of the live form. Existing responses are preserved. You can toggle it back on at any time.
This is the built-in, native method and the one most users need. It doesn't delete anything and doesn't require any add-ons.
Can You Schedule a Form to Close Automatically?
Not natively. Google Forms does not include a built-in timer or deadline feature. If you want a form to close at a specific date and time without manual intervention, you'll need a workaround:
- Google Forms add-ons like formLimiter (available in the Google Workspace Marketplace) let you set automatic cutoffs based on date/time or response count
- Google Apps Script can be used to write a scheduled trigger that toggles the accepting responses setting automatically — this requires some scripting knowledge but is well-documented and widely used
If you're managing a registration form with a hard deadline, these workarounds are worth knowing about. The manual toggle alone won't do it while you're asleep.
How to Limit Responses by Count
If you want the form to close after a specific number of submissions — say, 50 seats in a class — the same formLimiter add-on handles this cleanly. You set a max response count, and the form disables itself once that number is hit.
Google Forms does not have this feature built in natively.
Restricting Who Can Access the Form
Closing a form to new responses is different from restricting who can open it. Google Forms offers a few access-level controls worth understanding:
| Setting | What It Does |
|---|---|
| Accepting responses: Off | Form opens but shows "no longer accepting responses" |
| Restricted to your organization | Only users in your Google Workspace domain can view or submit |
| Collect email addresses (required sign-in) | Requires a Google account to submit |
| Link sharing disabled | Only people explicitly invited via Google can access it |
These settings are found in the Settings gear icon in the form editor. If you need to fully lock down a form — not just stop submissions but prevent anyone from even loading the URL — you'll need to combine turning off responses with adjusting the sharing/access settings.
What Happens to Existing Responses When You Close a Form?
Nothing. Closing a form does not delete, hide, or affect any responses already submitted. Your response spreadsheet (if linked) remains intact. The form itself remains in your Google Drive. You can reopen the form at any time and continue collecting responses from that point forward. ✅
This is important to understand if you're using forms for ongoing data collection with periodic open/close cycles — the data accumulates across sessions without any extra steps.
Variables That Affect Your Approach
How you close a Google Form — and which method makes sense — depends on a few factors specific to your situation:
- Whether you need a hard deadline — manual toggling works for flexible timelines; add-ons or Apps Script are necessary for precision scheduling
- Whether you're on Google Workspace or a personal Google account — some add-ons and organizational access controls behave differently across account types
- How the form link was distributed — a publicly shared link versus one sent to specific users changes which access restrictions are practical
- Your comfort with Google Apps Script — automated solutions like scheduled triggers are powerful but require at least basic scripting familiarity
- Response volume limits — if you're managing capacity (event seats, limited slots), count-based closing needs a third-party add-on
A classroom teacher closing a quiz manually after class ends has very different needs than a small business owner running a time-sensitive registration campaign. The mechanics of the toggle are the same — but the surrounding setup varies considerably. 🎯
The right approach comes down to which of these factors applies to your specific form, your timeline, and how hands-on you're able to be when the deadline hits.