Overview
Theadd-1098e command adds or updates the student loan interest deduction on your return. This is an “above-the-line” deduction (Schedule 1, Line 21) that reduces your Adjusted Gross Income (AGI), providing tax savings even if you take the standard deduction.
Syntax
Either a dollar amount (e.g.,
1800 or $1,800.00) or a path to your 1098-E form (PDF or image).What It Does
- Determines interest amount - Parses dollar amount or extracts Box 1 from 1098-E document
- Checks eligibility - Verifies filing status, qualified loan, and MAGI requirements
- Calculates deduction - Applies 85K-$100K)
- Shows impact - Displays before/after comparison of AGI, taxable income, tax, and refund
- Recalculates return - Automatically recomputes the full return if one exists
- Updates files - Saves updated return to
./returns/return-2025.json
Example Usage
With a dollar amount:
With a 1098-E document:
Eligibility Requirements
All of these must be true to claim the deduction:
- Filing status is Single (always true for EZFile users)
- The interest was paid on a qualified student loan
- You are not claimed as a dependent on someone else’s return
- Your Modified Adjusted Gross Income (MAGI) is below $100,000
Deduction Calculation
The command applies IRS rules for 2025:Example 1: Below Phaseout
Example 2: In Phaseout Range
Example 3: Above Phaseout
Output Format
If return already calculated:
If no return calculated yet:
Where It Goes on the Return
The deduction flows through these form lines:Common Questions
What if I paid more than $2,500 in interest?
What if I paid more than $2,500 in interest?
The maximum deduction is 3,000, you can only deduct $2,500.
What counts as a qualified student loan?
What counts as a qualified student loan?
A qualified student loan is a loan taken out solely to pay qualified education expenses (tuition, fees, room, board, books, supplies, equipment) for you, your spouse, or your dependent. The loan must have been for education provided during an academic period for an eligible student.
What if I'm in the phaseout range?
What if I'm in the phaseout range?
If your MAGI is between 100,000, your deduction is reduced proportionally. The command automatically calculates the reduced amount and shows you the phaseout applied.
Can I claim this if my parents paid my student loan?
Can I claim this if my parents paid my student loan?
No. The IRS considers loan payments made by someone else as a gift to you, and then treated as if you paid it. However, you can only deduct interest you are legally obligated to pay. If your parents made payments on a loan in your name, you can claim the deduction.
Related Commands
- file-taxes - Main command to calculate your return
- calculate - Recalculate return after adding deduction
- review - View updated return summary
- explain - Understand AGI and above-the-line deductions