---
title: Experian Dispute Form (Mail-In)
description: Complete Experian’s official dispute form online, attach copies of your ID and supporting documents, and mail your credit report dispute to Experian, P.O. Box 4500, Allen, TX 75013.
seotitle: Experian Dispute Form (Mail-In)
seo-description: Complete Experian’s official dispute form online, attach copies of your ID and supporting documents, and mail your credit report dispute to Experian, P.O. Box 4500, Allen, TX 75013.
group: resources
indexable: true
llms: false
schema: webpage
og-image: /forms/experian-dispute/thumbnail
og-image-alt: Experian Dispute Form generated form preview
published: 2026-07-09
updated: 2026-07-12
tags:
  - consumer credit
  - credit reports
  - credit report dispute
  - credit bureaus
  - mail-in forms
path: /forms/experian-dispute
---
# Experian Dispute Form (Mail-In)

Complete Experian’s official dispute form online, attach copies of your ID and supporting documents, and mail your credit report dispute to Experian, P.O. Box 4500, Allen, TX 75013.

## How it works
1. **Tell us what’s wrong — disputed accounts, personal details, or both.** - 
2. **Answer plain-English questions; we fill Experian’s official dispute form for you.** - 
3. **Upload copies of your ID, address proof, and any supporting documents.** - 
4. **Review the finished PDF exactly as it will print.** - 
5. **We print and mail the packet to Experian in Allen, TX — Certified Mail optional for delivery proof.** -


## Form summary
Use this workflow when you want to dispute inaccurate information on your Experian credit report by mail. Disputing is always free directly with Experian, and Experian’s online Dispute Center is usually the fastest route — mail is the option people choose when they want to enclose copies of supporting documents and keep dated proof of exactly what they sent, the paper trail commonly recommended for Fair Credit Reporting Act disputes. PostalForm fills out Experian’s official form from your answers, prints it with your document copies, and mails it to Experian’s dispute address in Allen, TX.

## What you need
- Your name, current mailing address, Social Security number, and date of birth
- Confirmation that your current mailing address is the only address where you have lived during the past two years; this workflow does not support additional prior addresses
- The company name, partial account number, and dispute reason for each item (up to three per form)
- One copy of a government-issued ID (driver’s license, state ID, etc.)
- One copy of a utility bill, bank statement, or insurance statement
- Copies of any documents that support your dispute — never originals
- Copy of a government-issued ID (required) — Experian requires one copy of a government-issued identification card, such as a driver’s license or state ID. Send a copy, never the original — Experian cannot return documents.
- Copy of a utility bill, bank statement, or insurance statement (required) — Experian requires one copy of a utility bill, bank statement, or insurance statement. It should show your current mailing address.
- Documents that support your dispute (optional) (optional) — Account statements, payment confirmations, letters from the lender, court records, or an FTC identity theft report. Copies only. Note: Experian may share what you send with the companies you are disputing.

## Data collected
- Name, current mailing address, confirmation that it is the only address used during the past two years, and optional email address
- Social Security number and date of birth (Experian requires these to locate your credit file)
- Up to three disputed items: company name, partial account number, and dispute reason
- Personal-information corrections you flag (name, address, phone, date of birth, SSN, spouse, employer)
- Copies of a government-issued ID, a utility/bank/insurance statement, and optional supporting documents

## Where it gets mailed
Mailing destination:
- **Experian**
- P.O. Box 4500
Allen, TX 75013

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

## Common mistakes
- Mailing original documents — Experian keeps what you send and cannot return it; send copies only.
- Leaving out the required ID and utility/bank/insurance statement copies, which can delay or derail the dispute.
- Not identifying the account number and a specific reason for each disputed item.
- Disputing with only one bureau when the same error appears on your Equifax and TransUnion reports too — each bureau must be disputed separately.
- Choosing “Other” without an explanation — Experian’s form says an explanation is required.
- Using an outdated mailing address instead of the one on Experian’s current form.
- Using this workflow after living at another address during the past two years; Experian asks for every such address, and its two-page form has no prior-address field.

## Agent summary
This workflow collects the consumer’s identity details, up to three disputed items with Experian’s fixed dispute-reason options, optional personal-information corrections, an optional alternative-format request, and the document copies Experian requires, to prepare its official mail-in Dispute Form.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/experian-dispute/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: fixing_account_items, dispute_1_company, dispute_1_reason, dispute_1_other_explanation, dispute_2_company, dispute_2_reason, dispute_2_other_explanation, dispute_3_company, dispute_3_reason, dispute_3_other_explanation, incorrect_name, incorrect_address, incorrect_phone_area, incorrect_phone_prefix, incorrect_phone_line, correct_dob_month, correct_dob_day, correct_dob_year, incorrect_ssn_first3, incorrect_ssn_middle2, incorrect_ssn_last4, incorrect_employer, full_name, mailing_address, only_address_last_two_years_confirmed, ssn_first3, ssn_middle2, ssn_last4, date_of_birth
- Attachment IDs: government_id_copy, address_proof_copy, supporting_documents

## LLM field schema
```json
[
  {
    "id": "fixing_account_items",
    "label": "An account or other item on my report is wrong (most common)",
    "type": "checkbox",
    "required": true,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "what-needs-fixing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "fixing_personal_info",
    "label": "Personal details about me are wrong (name, address, phone, date of birth, SSN, spouse, or employer)",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "what-needs-fixing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_1_company",
    "label": "Company name",
    "type": "text",
    "required": true,
    "meta_class": "business_name",
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_1_partial_account",
    "label": "Partial account number (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_1_reason",
    "label": "Why is this item incorrect? (choose one)",
    "type": "radio",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_1_paid_date_month",
    "label": "Date paid in full — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_paid_date_day",
    "label": "Date paid in full — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_paid_date_year",
    "label": "Date paid in full — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_bankruptcy_chapter",
    "label": "Bankruptcy chapter",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_bankruptcy_filed_month",
    "label": "Bankruptcy filing date — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_bankruptcy_filed_day",
    "label": "Bankruptcy filing date — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_bankruptcy_filed_year",
    "label": "Bankruptcy filing date — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_not_mine_owner",
    "label": "Who does the account belong to? (if you know)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Not my account"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_1_other_explanation",
    "label": "Explain why this item is incorrect",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_1_reason",
      "operator": "equals",
      "value": "Other"
    },
    "compound_subfields": null
  },
  {
    "id": "add_dispute_2",
    "label": "I have a second item to dispute",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "dispute-1",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_2_company",
    "label": "Company name",
    "type": "text",
    "required": true,
    "meta_class": "business_name",
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_2_partial_account",
    "label": "Partial account number (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_2_reason",
    "label": "Why is this item incorrect? (choose one)",
    "type": "radio",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_2_paid_date_month",
    "label": "Date paid in full — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_paid_date_day",
    "label": "Date paid in full — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_paid_date_year",
    "label": "Date paid in full — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_bankruptcy_chapter",
    "label": "Bankruptcy chapter",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_bankruptcy_filed_month",
    "label": "Bankruptcy filing date — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_bankruptcy_filed_day",
    "label": "Bankruptcy filing date — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_bankruptcy_filed_year",
    "label": "Bankruptcy filing date — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_not_mine_owner",
    "label": "Who does the account belong to? (if you know)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Not my account"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_2_other_explanation",
    "label": "Explain why this item is incorrect",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_2_reason",
      "operator": "equals",
      "value": "Other"
    },
    "compound_subfields": null
  },
  {
    "id": "add_dispute_3",
    "label": "I have a third item to dispute",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "dispute-2",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_3_company",
    "label": "Company name",
    "type": "text",
    "required": true,
    "meta_class": "business_name",
    "ui_width": null,
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_3_partial_account",
    "label": "Partial account number (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_3_reason",
    "label": "Why is this item incorrect? (choose one)",
    "type": "radio",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "dispute_3_paid_date_month",
    "label": "Date paid in full — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_paid_date_day",
    "label": "Date paid in full — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_paid_date_year",
    "label": "Date paid in full — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Paid in full"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_bankruptcy_chapter",
    "label": "Bankruptcy chapter",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_bankruptcy_filed_month",
    "label": "Bankruptcy filing date — month (MM)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_bankruptcy_filed_day",
    "label": "Bankruptcy filing date — day (DD)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_bankruptcy_filed_year",
    "label": "Bankruptcy filing date — year (YYYY)",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Account included in bankruptcy"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_not_mine_owner",
    "label": "Who does the account belong to? (if you know)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Not my account"
    },
    "compound_subfields": null
  },
  {
    "id": "dispute_3_other_explanation",
    "label": "Explain why this item is incorrect",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "dispute-3",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "dispute_3_reason",
      "operator": "equals",
      "value": "Other"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_name_flag",
    "label": "A name on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incorrect_name",
    "label": "Which name is incorrect?",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_name_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_address_flag",
    "label": "An address on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incorrect_address",
    "label": "Which address is incorrect?",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_address_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_phone_flag",
    "label": "The telephone number on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incorrect_phone_area",
    "label": "Incorrect phone shown — area code",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_phone_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_phone_prefix",
    "label": "Incorrect phone shown — next 3 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_phone_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_phone_line",
    "label": "Incorrect phone shown — last 4 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_phone_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_dob_flag",
    "label": "The date of birth on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "correct_dob_month",
    "label": "Your correct date of birth — month (MM)",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_dob_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "correct_dob_day",
    "label": "Your correct date of birth — day (DD)",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_dob_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "correct_dob_year",
    "label": "Your correct date of birth — year (YYYY)",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_dob_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_ssn_flag",
    "label": "The Social Security number on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incorrect_ssn_first3",
    "label": "Incorrect SSN shown — first 3 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_ssn_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_ssn_middle2",
    "label": "Incorrect SSN shown — middle 2 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_ssn_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_ssn_last4",
    "label": "Incorrect SSN shown — last 4 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_ssn_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_employer_flag",
    "label": "An employer on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incorrect_employer",
    "label": "Which employer is incorrect?",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incorrect_employer_flag",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "incorrect_spouse_name_flag",
    "label": "The spouse’s name on my report is wrong",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "personal-info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "full_name",
    "label": "Name (first and last)",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "middle_initial",
    "label": "Middle initial",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "quarter",
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "suffix",
    "label": "Suffix (JR, SR, II, III)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "quarter",
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "mailing_address",
    "label": "Current mailing address",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "only_address_last_two_years_confirmed",
    "label": "I confirm this is the only address where I have lived during the past two years.",
    "type": "checkbox",
    "required": true,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "email",
    "label": "Email address (optional — see results sooner)",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "ssn_first3",
    "label": "Social Security number — first 3 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "ssn_middle2",
    "label": "Social Security number — middle 2 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "ssn_last4",
    "label": "Social Security number — last 4 digits",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "date_of_birth",
    "label": "Date of birth",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "your-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "wants_alt_format",
    "label": "I’m blind or visually impaired and want my dispute results in an alternative format",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "accessibility",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "alt_format_braille",
    "label": "Braille",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "accessibility",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "wants_alt_format",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "alt_format_large_print",
    "label": "Large print",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "accessibility",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "wants_alt_format",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "alt_format_audio_cd",
    "label": "Audio CD",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "accessibility",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "wants_alt_format",
      "operator": "truthy"
    },
    "compound_subfields": null
  }
]
```

## Sources
- [Experian: Dispute Credit Report Information](https://www.experian.com/help/dispute-credit/)
- [CFPB: How do I dispute an error on my credit report?](https://www.consumerfinance.gov/ask-cfpb/how-do-i-dispute-an-error-on-my-credit-report-en-314/)
- [CFPB: How long does it take to repair an error on a credit report?](https://www.consumerfinance.gov/ask-cfpb/how-long-does-it-take-to-repair-an-error-on-a-credit-report-en-1339/)
- [Official instructions](https://www.experian.com/blogs/ask-experian/credit-education/faqs/instructions-for-disputing-by-mail/)
- [Official PDF](https://www.experian.com/blogs/ask-experian/wp-content/themes/exp/pdf/dispute-form.pdf)

## Last verified
2026-07-12


## FAQs
- **Where do I mail an Experian dispute?** Mail your completed dispute form and document copies to Experian, P.O. Box 4500, Allen, TX 75013. This is the address printed on Experian’s official dispute form and mail-dispute instructions.
- **How long does an Experian dispute take?** Experian says the dispute process may take up to 30 days from when it receives your request. Under the Fair Credit Reporting Act the reinvestigation window is generally 30 days, extendable to 45 days in some cases. Results are sent by mail, and by email if you provided an address.
- **Can I dispute with Experian online instead?** Yes. Experian’s online Dispute Center is free and usually the fastest route. Mail makes sense when you want to enclose copies of supporting documents and keep dated proof of exactly what you sent.
- **Is disputing my Experian report free?** Yes — Experian states there is no charge for submitting a dispute, by mail or online. PostalForm’s fee covers preparing the official form, printing your documents, and mailing the packet.
- **What documents do I need to include?** Experian asks for one copy of a government-issued ID (such as a driver’s license or state ID) and one copy of a utility bill, bank statement, or insurance statement, plus copies of anything that supports your dispute. Send copies only — Experian cannot return documents.
- **Should I send my Experian dispute by Certified Mail?** It’s optional. Certified Mail adds a dated mailing and delivery record, which is the classic advice for credit disputes when you want proof of when the bureau received your letter. A regular First-Class dispute is also valid.
- **Does Experian’s dispute form need a signature?** No. Experian’s mail-in dispute form has no signature line — it relies on your identifying details and document copies instead.
- **How many items can I dispute on one form?** Experian’s form has room for three disputed items. If you have more, you can submit additional dispute forms.
- **Will this fix my Equifax and TransUnion reports too?** No. Each bureau keeps its own file, so you must dispute with each bureau where the error appears. Equifax has its own mail-in dispute form, and TransUnion accepts disputes by mail at TransUnion Consumer Solutions in Chester, PA.
- **Will anything I send be shared?** Experian’s form states that written information or documents you provide with your dispute may be shared with the creditors you are disputing.


## Related
- [Equifax Dispute Request Form](/forms/equifax-dispute)
- [Annual Credit Report Request Form](/forms/annual-credit-report-request)
- [IRS Form 8822](/forms/8822)
- [IRS Form 8822-B Business Change of Address Packet](/forms/8822-b)
