How to Close a Google Form: Stop Accepting Responses the Right Way
Google Forms makes it easy to collect data — but knowing how to close a form when you're done is just as important as building it. Whether you're running a survey with a deadline, limiting registrations, or simply wrapping up a feedback campaign, closing a Google Form correctly ensures no new responses sneak in after you've moved on.
What "Closing" a Google Form Actually Means
There are two distinct actions people mean when they say they want to close a Google Form:
- Stopping new response submissions — the form URL still works, but visitors see a message instead of the form fields
- Restricting access entirely — removing sharing permissions so the form link no longer opens at all
These are different outcomes, and the right approach depends on what you actually need. Most users want the first option: keep the form accessible enough to show a message, but prevent anyone from filling it out.
How to Turn Off Responses in Google Forms 🔒
This is the most common method and takes about ten seconds.
Step-by-step:
- Open your Google Form in edit mode (not the preview or live link)
- Click the Responses tab at the top of the form editor
- Find the toggle labeled Accepting responses — it will be switched on (shown in green or blue depending on your interface)
- Click the toggle to turn it off
- The toggle turns grey, and the form is now closed to new submissions
Once closed, anyone who visits the form link will see a default message: "This form is no longer accepting responses."
Customizing the Closed Form Message
You can replace that default message with something more specific — like a deadline notice, a thank-you note, or instructions for what respondents should do next.
How to customize it:
- After toggling responses off, look for the message field that appears just below the toggle
- Click into that field and type your custom message
- Changes save automatically
This is particularly useful for event registrations, job applications, or time-sensitive surveys where respondents may feel confused by a generic message.
Scheduling a Form to Close Automatically
By default, Google Forms doesn't have a built-in date/time scheduler for closing forms. However, there are two workarounds depending on your technical comfort level.
Option 1: Use a Response Limit Add-On
Add-ons like formLimiter (available in the Google Workspace Marketplace) let you:
- Set a maximum number of responses, after which the form closes automatically
- Set a specific date and time for the form to stop accepting submissions
- Customize the closed-form message automatically
This is the most practical solution for users who can't monitor a form manually.
Option 2: Google Apps Script
For users comfortable with basic scripting, Google Apps Script can programmatically close a form by setting form.setAcceptingResponses(false) on a trigger — for example, a time-based trigger set to a specific date and time.
This approach is free and requires no third-party tools, but it does require writing and deploying a small script inside your Google account.
Restricting Access vs. Closing Responses: Key Differences
| Action | What It Does | Who Can Still See the Form? |
|---|---|---|
| Toggle responses off | Stops submissions, form link still works | Anyone with the link |
| Remove sharing permissions | Form link stops working entirely | Only the owner/editors |
| Delete the form | Permanently removes the form | No one |
Restricting access is managed through the form's sharing settings — not the Responses tab. You'd access this through the three-dot menu or your Google Drive permissions, the same way you'd restrict access to any Google Doc or Sheet.
What Happens to Existing Responses?
Closing a form does not delete or affect any responses already submitted. All collected data remains fully intact in the Responses tab and in any linked Google Sheet. You can continue to view, export, and analyze responses after the form is closed — closing only affects future submissions.
Reopening a Closed Form
If you need to reopen the form later, the process is identical in reverse:
- Go to the Responses tab
- Toggle Accepting responses back on
The form immediately starts accepting new submissions again. Any custom closed-form message you set will be preserved for the next time you close it.
Factors That Affect Your Approach 🗂️
How you close a Google Form — and which method makes the most sense — depends on several variables:
- Volume and timing: A form with a hard deadline benefits from an automated solution like formLimiter rather than manual monitoring
- Audience size: If thousands of people have the link, a clear custom message reduces confusion and follow-up questions
- Use case: Event registrations, class assignments, and HR forms often have compliance or communication requirements around how closure is handled
- Technical access: Automated scheduling via Apps Script requires Google account permissions and basic familiarity with scripting environments
- Collaboration: If multiple editors manage the form, any editor with access can toggle responses — so coordination matters in team settings
A one-time personal survey and a high-traffic public registration form both use the same toggle, but the surrounding workflow — communication, timing, response management — looks very different depending on what you're running and who your audience is.