1040 Sample & Example
A 1040 runs two pages: identity and income up top, then tax, credits, and payments below. Here is how to read the key lines.
What a 1040 looks like
Illustrative layout for education. A real 1040 may vary by issuer.
The data you get when you extract it
Upload the same 1040 to 1040 Parser and instead of reading it by hand you get clean structured data like this:
{
"taxpayer_name": "Jane A. Doe",
"filing_status": "Single",
"total_income": "4820.00",
"agi": "value",
"taxable_income": "4820.00",
"total_tax": "4820.00",
"_confidence": 0.98
}Want the 1040 extraction guide?
Get a free step-by-step guide to extracting data from 1040s — plus tips for doing it at scale.
Free. No credit card. Unsubscribe anytime.
FAQ
What does a 1040 look like?
A 1040 runs two pages: identity and income up top, then tax, credits, and payments below. Here is how to read the key lines. The annotated example above shows each region and what it contains.
Can I use this 1040 sample as a template?
Use it to understand the layout and fields. When you need the actual data off a real 1040, upload it and get structured JSON/CSV back — no manual typing.
Where do I find my AGI on a 1040?
Adjusted gross income is on Line 11 of Form 1040.
What schedules attach to a 1040?
Common ones are Schedule A (itemized deductions), B (interest/dividends), C (business), D (capital gains), and E (rental/pass-through income).
This page shows an illustrative 1040 example for educational purposes and is not tax, legal, or financial advice.