> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel Fillout Plan

> Cancel your Fillout forms subscription.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## Cancel subscription

Navigate to [subscription](https://build.fillout.com/home/settings/billing) in **settings**, then click `Cancel`.

<img src="https://mintcdn.com/fillout-005a867b/315Djd-Cs-f38MSn/images/image-1.png?fit=max&auto=format&n=315Djd-Cs-f38MSn&q=85&s=97d8db444b7b2e006481e0c846d50b84" alt="Image" width="2447" height="939" data-path="images/image-1.png" />

<Check>
  Canceling your Fillout Forms subscription will not cancel your Zite Apps subscription.
</Check>

## What happens after cancellation

* Your current plan will remain active until your next subscription or renewal date. \
  **Monthly subscription** \
  For example, if your plan renews on **March 14** and you cancel on **March 25**, you’ll still have full access until the next renewal on **April 14**. \
  **Annual subscription** \
  For example, if your annual plan started on **January 1, 2026** and is set to end on **December 31, 2026**, and you cancel on **March 25, 2026**, your plan will still remain active until **December 31, 2026**.
* After that, your account will automatically be downgraded to the **Free** tier
* Premium features are no longer accessible
* You can still view previously created forms and submissions

## FAQs

<AccordionGroup>
  <Accordion title="When the Free plan takes effect, can I still edit forms?">
    Yes, you can still edit forms, but without paid add-ons or premium features.
  </Accordion>

  <Accordion title="Will I still receive new form submissions on the Free plan?">
    Yes, but you can receive up to 1,000 responses per month across forms.
  </Accordion>

  <Accordion title="Can I still view past form responses after downgrading?">
    You will still see previous responses in the Results page, but partial submissions will no longer be tracked. If you upgrade again, partial submissions will reappear, but only submissions collected from that point forward will be stored.
  </Accordion>

  <Accordion title="Will integrations still work on the Free plan?">
    Integrations may be paused or limited depending on your plan, and may need to be re-enabled if you upgrade again. Check our [pricing page](https://www.fillout.com/pricing) for more info.
  </Accordion>

  <Accordion title="Can you send email notifications on the Free plan?">
    Yes, but only automated emails that send response summaries will be available on the Free plan. Other types of notifications like custom emails require a paid plan.
  </Accordion>
</AccordionGroup>

To delete your account altogether including forms, apps, databases, and responses, check [this guide](https://www.fillout.com/help/delete-user-account).

<SupportBanner />
