> ## 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.

# Fillout Analytics

> Gain insights from responses. Identify patterns, trends, and areas for improvement like where respondents drop-off.

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>;
};

## Overview

The **Analytics** section displays various metrics about your form, like completion rate, number of submissions, total views per page, and more. You can also see how many completed submissions your forms are receiving per day.

## How to view analytics

Open a form and navigate to `Results` on top. Click `Analytics`. Here, you'll see:

* **Unique Visitors** - number of individual respondents who viewed your form, each counted only once no matter how many times they visit
* **Started** - number of times your form was started but left incomplete
* **Finished** - number of times your form has been completed
* **Completion rate** - number of finished submissions divided by number of unique visitors

<img src="https://mintcdn.com/fillout-005a867b/gJ7S0HG-VY1BDstL/images/Screenshot2026-01-07at6.03.57PM.png?fit=max&auto=format&n=gJ7S0HG-VY1BDstL&q=85&s=4db65e20390c32d38a8f2078a6ef7883" alt="Screenshot 2026 01 07 At 6 03 57 PM" width="2648" height="1382" data-path="images/Screenshot2026-01-07at6.03.57PM.png" />

The chart above shows the total number of submissions on any given day since you first published the form.

## Check page drop-off rates

**Page drop-off rates** shown at the bottom help you determine if and where respondents are abandoning your forms. In the example below, the Overall page has the highest number of drop-offs.

<img src="https://mintcdn.com/fillout-005a867b/gJ7S0HG-VY1BDstL/images/Screenshot2026-01-07at6.04.27PM.png?fit=max&auto=format&n=gJ7S0HG-VY1BDstL&q=85&s=e3dfe4ab583bc2b3cbd83140a3964b0f" alt="Screenshot 2026 01 07 At 6 04 27 PM" title="Screenshot 2026 01 07 At 6 04 27 PM" style={{ width:"65%" }} width="1214" height="958" data-path="images/Screenshot2026-01-07at6.04.27PM.png" />

<Info>
  Viewing page drop-off information is available on the **Business** plan and above. Learn more [here](https://www.fillout.com/pricing).
</Info>

To view each respondent's submission, check out [this help article](https://www.fillout.com/help/view-responses#view-individual-submissions).

<Tip>
  Double check form pages with high drop-off rates. To improve your conversion rates, make sure that questions are worded clearly, and that you’re not asking for too much information on a single page.
</Tip>

You can also view which device was most used here.

## Related articles

<CardGroup cols={3}>
  <Card color="#FFC738" icon="list-ul" iconType="regular" href="/help/summary" title="Summary">
    Get an overview of form responses and visualize them as charts.
  </Card>

  <Card color="#FFC738" icon="circle-half-stroke" iconType="solid" href="/help/partial-submissions" title="Partial submissions">
    Auto-save progress so respondents can resume later.
  </Card>

  <Card color="#FFC738" icon="arrow-trend-down" iconType="regular" href="/help/form-abandonment" title="Reduce abandonment">
    Remind respondents who exit early to finish the form.
  </Card>
</CardGroup>

<SupportBanner />
