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

# A load I saved has disappeared

> Saved loads that age off the board move to the Expired tab. They are not deleted; they are just no longer bookable.

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

If a load you saved is no longer visible in your Saved section, it likely aged off the board. Loads are live postings, and they expire when the broker no longer has them available.

## Where to find it

Go to **/saved** and click the **Expired** tab. The load will be listed there with the status **Expired without booking**. This means the load aged off before anyone in your organization booked it.

## What this means

* The load is no longer bookable. You cannot call the broker on it.
* The expired record is useful for rate research and broker history.
* If the broker reposts the same load later, it will appear as a new listing on the board.

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

<CardGroup cols={2}>
  <Card title="Saved loads" icon="bookmark" href="/team/saved-loads">
    How saving, claiming, and expiration work.
  </Card>

  <Card title="Active vs past loads" icon="clock" href="/finding-loads/active-vs-past-loads">
    Understand load freshness and aging.
  </Card>
</CardGroup>

<PageFooter path="/troubleshooting/saved-load-disappeared" />
