---
title: Form DS-64 Online
description: Prepare a mailable Form DS-64 online to report a valid lost or stolen U.S. passport book or passport card.
seotitle: Form DS-64 Online
seo-description: Prepare a mailable Form DS-64 online to report a valid lost or stolen U.S. passport book or passport card.
group: resources
indexable: true
llms: true
schema: webpage
tags:
  - passport
  - lost passport
  - stolen passport
  - state department
path: /forms/ds-64
---
# Form DS-64 Online

Prepare a mailable Form DS-64 online to report a valid lost or stolen U.S. passport book or passport card.

## How it works
1. **Fill out the form** - Complete the guided fields online.
2. **Add attachments** - Upload any required documents.
3. **Preview the PDF** - Review the final form before mailing.
4. **Mail it** - We print and mail the packet for you.


## Form summary
Use this workflow when your still-valid U.S. passport book or passport card is lost or stolen. Enter the passport-holder details, explain the loss, and generate a finished DS-64 PDF for mailing or for inclusion with a replacement passport application.

## What you need
- Passport-holder name, date of birth, and contact details
- Whether the lost item was a passport book, passport card, or both
- Details about how and where the loss or theft occurred
- Known passport numbers and issue dates, if available
- Signature and date
- Signed form (wet signature required)
- Government-issued photo ID copy (optional) — If this DS-64 is being mailed by itself and not with a new passport application, attach front and back photocopies of a valid government-issued photo ID, such as a driver's license or state-issued identification.
- Photocopy of the lost or stolen passport, if available (optional) — The form asks you to include a photocopy of the valid lost or stolen passport book or passport card if one is available.
- Police report copy (optional) — If a police report was filed and is available, attach a copy.
- Parent or guardian ID copies for a child under 16 (optional) — For a child younger than 16, the form says both parents or guardians should sign and provide front and back photocopies of ID unless one person has sole authority.
- Sole-authority document for a child under 16 (optional) — If only one parent or guardian has authority to act for a child under 16, attach the supporting document the form references, such as a court order or Form DS-5525.

## Data collected
- Whether a passport book and/or passport card was lost or stolen
- Passport-holder identity and contact details
- Narrative details about how and where the loss or theft happened
- Known passport numbers and issue dates
- Prior lost or stolen passport history
- Signature and date for the applicant or parents/guardians of a minor

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF
- Attachments (in the order you upload)

## Common mistakes
- Using the standalone CLASP mailing address when the form is actually being submitted with a new passport application.
- Forgetting that once reported, the missing passport is electronically cancelled and cannot be used for travel.
- Leaving the document-status section blank instead of identifying whether the passport book or passport card was lost or stolen.
- Skipping parent or guardian signatures when the passport holder is under age 16.

## Agent summary
This workflow collects document status, passport-holder identity, loss details, prior-incident history, and signature information needed to prepare Form DS-64.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/ds-64/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: submitting_with_new_application_yes, passport_holder_under_16, last_name, first_name, name_changed_since_issue, date_of_birth, place_of_birth, social_security_number, current_address, telephone_number, loss_or_theft_explanation, loss_or_theft_location, loss_or_theft_date_or_last_seen, current_police_report_yes, other_passports_yes, applicant_signature, applicant_signature_date, parent_guardian_signature_1, parent_guardian_signature_1_date, parent_guardian_signature_2, parent_guardian_signature_2_date
- Attachment IDs: government_id_copy, missing_passport_copy, police_report_copy, minor_parent_id_copies, sole_authority_document

## LLM field schema
```json
[
  {
    "id": "passport_book_lost",
    "label": "Valid U.S. passport book was lost",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_book_stolen",
    "label": "Valid U.S. passport book was stolen",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_card_lost",
    "label": "Valid U.S. passport card was lost",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_card_stolen",
    "label": "Valid U.S. passport card was stolen",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "submitting_with_new_application_yes",
    "label": "Yes, this DS-64 will be submitted with a new passport application",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "submitting_with_new_application_no",
    "label": "No, this DS-64 will be mailed or submitted separately",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "document_status",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_holder_under_16",
    "label": "Is the passport holder under age 16?",
    "type": "checkbox",
    "required": true,
    "meta_class": "yes_no",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "last_name",
    "label": "Last name",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_name",
    "label": "First name",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "middle_name",
    "label": "Middle name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "name_changed_since_issue",
    "label": "Has the passport holder's legal name changed since the missing passport was issued?",
    "type": "checkbox",
    "required": true,
    "meta_class": "yes_no",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "previous_name_on_passport",
    "label": "Name shown on the lost or stolen passport",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "name_changed_since_issue",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "date_of_birth",
    "label": "Date of birth",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "place_of_birth",
    "label": "Place of birth (city and state or country)",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "social_security_number",
    "label": "Social Security number",
    "type": "text",
    "required": true,
    "meta_class": "ssn",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "current_address",
    "label": "Current mailing address",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "telephone_number",
    "label": "Telephone number",
    "type": "text",
    "required": true,
    "meta_class": "phone",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "alternate_telephone_number",
    "label": "Alternate telephone number",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "email_address",
    "label": "Email address",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "passport_holder",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "loss_or_theft_explanation",
    "label": "Explain in detail how the passport book or card was lost or stolen",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "loss_or_theft_location",
    "label": "Where did the loss or theft occur?",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "loss_or_theft_date_or_last_seen",
    "label": "Date the passport was lost or stolen, or the last date it was in your possession",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "current_police_report_yes",
    "label": "Yes, a police report was filed for this incident",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "current_police_report_no",
    "label": "No police report was filed for this incident",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_book_number",
    "label": "Lost or stolen passport book number",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_book_issue_date",
    "label": "Passport book issue date",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_card_number",
    "label": "Lost or stolen passport card number",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "passport_card_issue_date",
    "label": "Passport card issue date",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_passports_yes",
    "label": "Yes, the passport holder has had another valid passport book or card lost or stolen",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_passports_no",
    "label": "No, there have not been any other valid passports lost or stolen",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "loss_details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_passports_count",
    "label": "How many other passports were lost or stolen?",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": null,
    "group_id": "prior_incidents",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_passports_dates",
    "label": "Approximate date(s) of the other lost or stolen passport incidents",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "prior_incidents",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "prior_police_report_yes",
    "label": "Yes, a police report was filed for the other passport incident(s)",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "prior_incidents",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "prior_police_report_no",
    "label": "No police report was filed for the other passport incident(s)",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "prior_incidents",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "applicant_signature",
    "label": "Applicant legal signature",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "falsy"
    },
    "compound_subfields": null
  },
  {
    "id": "applicant_signature_date",
    "label": "Applicant signature date",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "falsy"
    },
    "compound_subfields": null
  },
  {
    "id": "parent_guardian_signature_1",
    "label": "Parent or guardian signature 1",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "parent_guardian_signature_1_date",
    "label": "Parent or guardian signature 1 date",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "parent_guardian_signature_2",
    "label": "Parent or guardian signature 2",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "parent_guardian_signature_2_date",
    "label": "Parent or guardian signature 2 date",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "signatures",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "passport_holder_under_16",
      "operator": "truthy"
    },
    "compound_subfields": null
  }
]
```

## Sources
- [U.S. Department of State Form DS-64 PDF](https://eforms.state.gov/Forms/ds64_pdf.pdf)
- [travel.state.gov Lost or Stolen Passport Guidance](https://travel.state.gov/content/travel/en/passports/have-passport/lost-stolen.html)
- [travel.state.gov Passport Forms Page](https://travel.state.gov/content/travel/en/passports/how-apply/forms.html)
- [Official instructions](https://travel.state.gov/content/travel/en/passports/have-passport/lost-stolen.html)
- [Official PDF](https://eforms.state.gov/Forms/ds64_pdf.pdf)

## Last verified
2026-04-11


## FAQs
- **What happens after I report my passport lost or stolen on DS-64?** The State Department warns that once the passport is reported, it is electronically cancelled and cannot be used for travel.
- **Can I mail DS-64 by itself?** Yes. The form says you can mail DS-64 by itself to CLASP if you are not applying for a new passport at the same time.
- **Do both parents need to sign for a child under 16?** The official form states that both parents or guardians of a child younger than 16 must sign and provide photocopies of ID unless one parent or guardian has sole authority.
