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

# Active vs Past loads: what the toggle controls

> Understand the Active and Past load toggles on Load Work. Past loads are for rate research and broker history, not for booking.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

The Active / Past toggle on the load board controls which postings you see. Active is for booking. Past is for research.

## Active loads

**Active** shows loads that are currently live on the board. These are postings the broker has not removed or aged off yet. If a load matches your filters, you can save it, email the broker, or call to negotiate.

Active is the default view when you open the board.

## Past loads

**Past** shows postings that have aged off the board. A load moves to Past when the broker removes it, the pickup date passes, or the posting expires.

Past loads are **no longer bookable**. You cannot call the broker and book a Past load. The value is in what you learn from it.

## Why use Past loads

Past loads are useful for 3 reasons:

1. **Sanity-check rates**: See what brokers actually posted for a lane last week or last month. Compare those rates to current postings.
2. **Broker history**: See what a specific broker normally posts. Do they run the same lanes? Do their rates move with fuel? Are their postings usually complete?
3. **Market norms**: Understand what equipment types and lanes are active in your region during different seasons.

## How to switch

1. Open the load board.
2. Click the **Active / Past** toggle at the top of the filter bar.
3. Your other filters (lane, equipment, rate, broker) still apply. You can search Past loads the same way you search Active loads.

<Warning>
  Past loads are for research only. Always switch back to Active when you are ready to find a load to book.
</Warning>

<Snippet file="not-a-broker.mdx" />

<CardGroup cols={2}>
  <Card title="Search and filter the load board" icon="sliders" href="/finding-loads/search-and-filters">
    Learn how to filter by lane, rate, broker, and more in both Active and Past views.
  </Card>

  <Card title="Read a broker profile" icon="building" href="/trust/read-a-broker-profile">
    Combine Past load research with broker stats for a full picture before you call.
  </Card>
</CardGroup>

<PageFooter path="/finding-loads/active-vs-past-loads" />
