How to Close a Google Form (Stop Accepting Responses)
Closing a Google Form isn't the same as deleting it or archiving it. It means stopping new submissions while keeping the form itself — and all existing responses — completely intact. This is a surprisingly useful feature, and once you know where it lives, it takes about three seconds to activate.
What "Closing" a Google Form Actually Means
When you close a Google Form, anyone who visits the form link will see a message instead of the questions. They won't be able to fill anything out or submit a response. The form still exists in your Google Drive, your previous responses are still there in the Responses tab, and you can reopen the form at any time.
This is different from:
- Deleting the form — which removes it entirely
- Unlisting the form — Google Forms doesn't have a traditional "private/unlisted" toggle the way Google Docs sharing settings work
- Restricting to specific users — which is a separate access control under Settings
Closing a form is purely about the submission window: open means people can respond, closed means they can't.
How to Close a Google Form 🔒
Step 1: Open the Form in Edit Mode
Go to Google Forms, find your form, and open it in the editor (not the preview). You need to be signed in as the form owner or an editor with permission.
Step 2: Go to the Responses Tab
At the top of the form editor, you'll see two tabs: Questions and Responses. Click Responses.
Step 3: Toggle "Accepting responses" Off
Near the top of the Responses tab, you'll see a toggle that reads "Accepting responses" — it's switched on by default. Click the toggle to turn it off.
That's it. The toggle turns gray, and the form is now closed.
What Respondents See
Once closed, anyone visiting the form URL will see a message that reads something like: "This form is no longer accepting responses." You can customize this message by clicking the text field that appears after you close the form — useful if you want to explain why submissions have ended or point people elsewhere.
Closing a Google Form on Mobile
If you're using the Google Forms app on Android or iOS, the process is nearly identical:
- Open the form
- Tap the Responses tab
- Tap the "Accepting responses" toggle to disable it
The mobile app mirrors the desktop interface closely, so there's no hidden menu or different workflow to navigate.
Scheduling a Form to Close Automatically
Standard Google Forms does not include a built-in scheduling tool to automatically close a form at a specific date or time. If you need a form to close at midnight on a Friday, you have a few options depending on your comfort level and tools:
| Approach | What It Requires | Best For |
|---|---|---|
| Manual closing | Just you, on time | Low-stakes, flexible deadlines |
| Google Apps Script | Basic scripting knowledge | Automated date/time closing |
| Third-party add-ons | Add-on installation (e.g., Form Scheduler) | Non-technical users who need automation |
| Response limit workaround | Apps Script or add-on | Closing after X number of submissions |
Google Apps Script is a free tool built into Google Workspace. You can write a short script that checks the current date and flips the accepting responses toggle automatically. It requires some familiarity with JavaScript-style syntax, but many pre-written scripts for this exact use case are available publicly.
Limiting Responses by Count Instead of Time
Some users don't need a time-based close — they need to close the form after a certain number of submissions. Again, this isn't a native Google Forms feature, but Apps Script can handle it by checking the response count and toggling the form closed once a threshold is hit.
Variables That Affect Your Approach ⚙️
How you handle closing a form depends on several factors:
- How time-sensitive the deadline is — A casual internal poll can be closed manually. A job application or registration form with a hard deadline may need automation.
- Your Google Workspace plan — Some add-ons and integrations behave differently across free (personal Google accounts) and paid Workspace tiers.
- Technical comfort level — Apps Script is powerful but has a learning curve. Form add-ons lower the barrier but add a dependency on a third-party tool.
- Whether you need recurring closings — A form you run monthly (like a feedback survey) has different needs than a one-time event registration.
- Response data sensitivity — If the form collects sensitive information, closing it promptly when the window ends matters more than it would for a casual poll.
Reopening a Closed Form
Reopening works exactly the same way: go to the Responses tab and toggle "Accepting responses" back on. All your previous response data remains unchanged. Respondents who visit the link after you reopen it can submit normally.
There's no limit to how many times you can open and close a form, and the toggle change takes effect immediately — there's no save button to click. 🗂️
Whether a simple manual toggle covers your needs, or whether you need a scripted or add-on-based solution, depends entirely on how your form is being used, who's managing it, and how much precision the deadline actually requires.