---
title: Fiscal-Year IRS Form 4868 — File a No-Payment Extension by Mail
description: Complete the current Form 4868 for a still-timely domestic fiscal-year individual return and mail it to the computed no-payment IRS service center.
seotitle: Fiscal-Year IRS Form 4868 — File a No-Payment Extension by Mail
seo-description: Complete the current Form 4868 for a still-timely domestic fiscal-year individual return and mail it to the computed no-payment IRS service center.
group: resources
indexable: true
llms: false
schema: webpage
og-image: /forms/4868/thumbnail
og-image-alt: IRS Form 4868 — Automatic Tax-Filing Extension generated form preview
published: 2026-07-12
updated: 2026-07-12
tags:
  - irs
  - tax
  - tax extension
path: /forms/4868
---
# Fiscal-Year IRS Form 4868 — File a No-Payment Extension by Mail

Complete the current Form 4868 for a still-timely domestic fiscal-year individual return and mail it to the computed no-payment IRS service center.

## How it works
1. **Confirm that you are a domestic fiscal-year taxpayer using the 2025 form before your original return due date.** - 
2. **Enter who is filing, the fiscal-year dates, your mailing address, and the state where you live for IRS routing.** - 
3. **Enter your good-faith estimate of total 2025 tax and payments (lines 4-6).** - 
4. **Review the completed Form 4868 PDF exactly as it will print.** - 
5. **We print and mail it to the IRS service center for your state, with proof of mailing available.** - 
6. **File the return within the six-month extension period measured from the original fiscal-year due date.** -


## Form summary
This workflow is limited to domestic fiscal-year individuals using the 2025 Form 4868 before the original due date of their return. Fiscal-year taxpayers must request the extension on paper. PostalForm fills the official form and computes the no-payment IRS destination from the taxpayer's U.S. state. The extension is for filing only; tax remains due on the original due date, and PostalForm does not enclose a check or other payment.

## What you need
- Your name(s) and mailing address
- Your SSN or ITIN, plus your spouse's SSN for joint filers
- A fiscal year that began in 2025 and a return whose original due date has not passed
- The domestic U.S. state where you live, used to select the no-payment IRS service center
- A good-faith estimate of your 2025 total tax and the payments you have already made
- A separate plan to pay any tax due; PostalForm will not enclose a payment
- No signature and no explanation — Form 4868 requires neither

## Data collected
- Taxpayer name(s), mailing address, and state of residence for IRS routing
- Your SSN or ITIN (and your spouse's for joint filers)
- Fiscal-year beginning and ending dates shown on the 2025 form
- Estimated 2025 total tax, payments made, and balance due (lines 4-6)
- Confirmation that the original return deadline has not passed and no payment will be enclosed

## Where it gets mailed
Routes a no-payment 2025 Form 4868 from the taxpayer's state of residence using the domestic table on page 4 of the current official form, verified July 12, 2026.

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF

## Common mistakes
- Using this fiscal-year workflow for a calendar-year 2025 or 2026 return.
- Assuming the extension gives more time to pay — it only extends the filing deadline. Interest and late-payment penalties run from the original due date.
- Ordering too late for the mailing to be postmarked by the original return due date.
- Entering a careless line 4 estimate — the IRS can void an extension that was based on an unreasonable estimate.
- Mailing the form when you already paid online and marked the payment as an extension — the electronic payment alone already secured your extension.
- Using the with-payment P.O. Box address when no check is enclosed — the address depends on whether a payment is in the envelope.

## Agent summary
Collects a domestic fiscal-year taxpayer's name(s), mailing address, state of residence for IRS routing, SSNs, fiscal-year dates, and good-faith 2025 tax estimate to prepare the current Form 4868. It requires confirmation that the original filing deadline remains open, leaves line 7 blank, and never represents that PostalForm encloses a payment or extends the time to pay.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/4868/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: filing_jointly, extension_year_fiscal, original_deadline_open, fiscal_year_begin, fiscal_year_end, fiscal_year_end_year, taxpayer_names, street_address, city, state, zip_code, residence_state_for_routing, line4_total_tax_estimate, line5_total_payments, line6_balance_due, taxpayer_ssn, spouse_ssn, domestic_routing_acknowledged, no_payment_acknowledged
- Notes: Offer this workflow only to a domestic fiscal-year individual whose tax year began in 2025 and whose original return due date has not passed. It prepares the current 2025 Form 4868, computes a no-payment IRS destination from the separate state-where-you-live answer, leaves line 7 blank, does not e-file or enclose payment, and does not extend the time to pay. Calendar-year and special international-routing use cases are outside this workflow.

## LLM field schema
```json
[
  {
    "id": "filing_jointly",
    "label": "Will you file this tax return jointly with a spouse?",
    "type": "checkbox",
    "required": true,
    "meta_class": "yes_no",
    "ui_width": null,
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "extension_year_fiscal",
    "label": "I am filing for a fiscal year that began in 2025 and does not end December 31",
    "type": "checkbox",
    "required": true,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "original_deadline_open",
    "label": "I confirmed my original fiscal-year return due date is at least five federal business days away",
    "type": "checkbox",
    "required": true,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "fiscal_year_begin",
    "label": "Fiscal year start (month and day)",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "fiscal_year_end",
    "label": "Fiscal year end (month and day)",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "fiscal_year_end_year",
    "label": "Last two digits of the ending year",
    "type": "text",
    "required": true,
    "meta_class": "year_suffix",
    "ui_width": "quarter",
    "group_id": "step-1-tax-year",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "taxpayer_names",
    "label": "Your name — first and last (line 1)",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "street_address",
    "label": "Street address",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "city",
    "label": "City, town, or post office",
    "type": "text",
    "required": true,
    "meta_class": "city",
    "ui_width": null,
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "state",
    "label": "State",
    "type": "select",
    "required": true,
    "meta_class": "state",
    "ui_width": "third",
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "zip_code",
    "label": "ZIP code",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "residence_state_for_routing",
    "label": "State where you live (for IRS routing)",
    "type": "select",
    "required": true,
    "meta_class": "state",
    "ui_width": "third",
    "group_id": "step-2-address",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line4_total_tax_estimate",
    "label": "Line 4 — estimate of your total 2025 tax",
    "type": "text",
    "required": true,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "step-3-estimate",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line5_total_payments",
    "label": "Line 5 — 2025 payments you have already made",
    "type": "text",
    "required": true,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "step-3-estimate",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line6_balance_due",
    "label": "Line 6 — balance due (line 4 minus line 5)",
    "type": "text",
    "required": true,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "step-3-estimate",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "taxpayer_ssn",
    "label": "Line 2 — your Social Security number",
    "type": "text",
    "required": true,
    "meta_class": "ssn",
    "ui_width": null,
    "group_id": "step-4-identification",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "spouse_ssn",
    "label": "Line 3 — your spouse's Social Security number",
    "type": "text",
    "required": true,
    "meta_class": "ssn",
    "ui_width": null,
    "group_id": "step-4-identification",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "filing_jointly",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "domestic_routing_acknowledged",
    "label": "My filing uses ordinary domestic state-based routing and does not involve a foreign or territory address, APO/FPO, dual-status filing, Form 2555 or 4563, Form 1040-NR, or Form 1040-SS",
    "type": "checkbox",
    "required": true,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "step-5-special",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "no_payment_acknowledged",
    "label": "I understand PostalForm will leave line 7 blank and will not enclose a check, money order, or other payment",
    "type": "checkbox",
    "required": true,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "step-5-special",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [IRS — Get an extension to file your tax return](https://www.irs.gov/filing/get-an-extension-to-file-your-tax-return)
- [IRS payment options (pay online and mark it as an extension)](https://www.irs.gov/payments)
- [IRS Free File (e-file Form 4868 free)](https://www.irs.gov/freefile)
- [IRS — When to file (fiscal-year due dates)](https://www.irs.gov/filing/individuals/when-to-file)
- [Official instructions](https://www.irs.gov/forms-pubs/about-form-4868)
- [Official PDF](https://www.irs.gov/pub/irs-pdf/f4868.pdf)

## Last verified
2026-07-12


## FAQs
- **Where do I mail Form 4868?** For supported domestic fiscal-year filers, PostalForm computes the no-payment destination from the state where the taxpayer lives: Austin, Kansas City, or Ogden under the official 2025 address table. Special foreign, territory, APO/FPO, dual-status, Form 2555/4563, Form 1040-NR, and Form 1040-SS routing is outside this workflow.
- **Does Form 4868 give me more time to pay my taxes?** No. It extends the time to file your return, not the time to pay. Interest and possible late-payment penalties run from the original due date of your fiscal-year return.
- **Who can use this workflow now?** A domestic fiscal-year individual whose tax year began in 2025 and whose original return due date has not passed. The IRS says fiscal-year taxpayers must request an extension on paper. Calendar-year 2025 requests are already late, and the 2026 form is not yet available.
- **Do I need to mail Form 4868 if I paid online?** Fiscal-year taxpayers must file a paper Form 4868. Any tax payment must be handled separately; this PostalForm workflow sends only the no-payment form.
- **Does Form 4868 need a signature?** No. Form 4868 has no signature line, and the IRS will contact you only if your request is denied.
- **When is the extended deadline?** A timely Form 4868 generally gives a fiscal-year filer six months from the original return due date. It does not move the payment deadline.


## Related
- [IRS Form 4506 — Request for Copy of Tax Return](/forms/4506)
- [IRS Form 4506-T — Request for Transcript of Tax Return](/forms/4506-t)
- [IRS Form 4506T-EZ — Short Form 1040 Transcript Request](/forms/4506-t-ez)
- [IRS Form 8821 — Tax Information Authorization](/forms/8821)
- [IRS Form 8822](/forms/8822)
- [IRS Form 8822-B Business Change of Address Packet](/forms/8822-b)
